[package] name = "argwerk-no-std" version = "0.20.2" authors = ["John-John Tedro ", "Jay Jackson "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["argument", "cli", "arg", "parse", "no_std"] categories = ["command-line-interface"] repository = "https://github.com/TheBotlyNoob/argwerk" homepage = "https://github.com/TheBotlyNoob/argwerk" documentation = "https://docs.rs/argwerk-no-std" description = """ Simple command-line parser through a declarative macro. """ [dependencies] core-error = { version = "0.0", features = ["alloc"] } [dev-dependencies] anyhow = "1"