# 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 = "arg-kit" version = "1.0.1" authors = ["64_Tesseract"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A featherweight toolkit to help iterate long/short arguments" readme = "README.md" keywords = [ "argument_parser", "cli_argument", ] categories = ["command-line-interface"] license-file = "no-license" repository = "http://64-tesseract.us.to/projects#arg-kit" [lib] name = "arg_kit" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs"