[package] name = "ropt" version = "0.1.0" edition = "2021" authors = ["Nathan Vegdahl "] description = "Simple, zero-dependency command line argument parser for Rust." documentation = "https://docs.rs/ropt" repository = "https://github.com/cessen/ropt" readme = "README.md" license = "MIT" keywords = ["argument", "arg", "parse", "cli", "parser"] categories = ["command-line-interface"] [dependencies]