[dependencies.argh_derive]
version = "0.1.13"
[dependencies.argh_shared]
version = "0.1.13"
[dependencies.rust-fuzzy-search]
version = "0.1.1"
[dev-dependencies.once_cell]
version = "1.10.0"
[dev-dependencies.trybuild]
version = "1.0.63"
[[example]]
name = "simple_example"
path = "examples/simple_example.rs"
[features]
default = ["help", "serde"]
help = ["argh_derive/help"]
serde = ["argh_shared/serde"]
[lib]
name = "argh"
path = "src/lib.rs"
[package]
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Derive-based argument parsing optimized for code size"
edition = "2018"
keywords = ["args", "arguments", "derive", "cli"]
license = "BSD-3-Clause"
name = "argh"
readme = "README.md"
repository = "https://github.com/google/argh"
version = "0.1.13"
[[test]]
name = "args_info_tests"
path = "tests/args_info_tests.rs"
[[test]]
name = "compiletest"
path = "tests/compiletest.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"