# 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 = "arglite" version = "0.1.0" authors = ["kortgrabb"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight argument parser for command-line applications." homepage = "https://github.com/kortgrabb/arglite" documentation = "https://docs.rs/arglite" readme = "README.md" keywords = [ "cli", "args", "parser", "argument", "command-line", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/kortgrabb/arglite" [lib] name = "arglite" path = "src/lib.rs" [[example]] name = "advanced" path = "examples/advanced.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies]