# 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" name = "argtea" version = "1.0.1" build = false include = [ "/src", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative macro commandline parser (inspired by argwerk)" readme = "README.md" keywords = [ "argument", "arguments", "arg", "cli", "parser", ] categories = ["command-line-interface"] license = "MIT AND BSD-2-Clause" repository = "https://github.com/wr7/argtea" [lib] name = "argtea" path = "src/lib.rs"