# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "argp" version = "0.4.0" authors = ["Jakub Jirutka "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive-based argument parser optimized for code size" readme = "README.md" keywords = [ "args", "arguments", "derive", "cli", ] license = "BSD-3-Clause" repository = "https://github.com/jirutka/argp" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "argp" path = "src/lib.rs" [[example]] name = "argparse_rosetta_argp" path = "examples/argparse_rosetta_argp.rs" [[example]] name = "argparse_rosetta_null" path = "examples/argparse_rosetta_null.rs" [[example]] name = "simple_example" path = "examples/simple_example.rs" [[test]] name = "compiletest" path = "tests/compiletest.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.argp_derive] version = "0.4.0" [dev-dependencies.once_cell] version = "1.10.0" [dev-dependencies.trybuild] version = "1.0.63" [features] default = ["term_size"] term_size = []