# 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.74.1" name = "cliargs" version = "0.6.0" authors = ["Takayuki Sato "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parses command line arguments and prints the help." documentation = "https://docs.rs/cliargs" readme = "README.md" keywords = [ "cli", "command", "line", "argument", "parse", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/sttk/cliargs-rust" [lib] name = "cliargs" path = "src/lib.rs" [[test]] name = "help_test" path = "tests/help_test.rs" [[test]] name = "parse_for_test" path = "tests/parse_for_test.rs" [[test]] name = "parse_test" path = "tests/parse_test.rs" [[test]] name = "parse_with_test" path = "tests/parse_with_test.rs" [dependencies.cliargs_derive] version = "0.1" [dependencies.linebreak] version = "0.3" [dev-dependencies.trybuild] version = "1.0"