# 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 = "2018" name = "zigarg" version = "1.1.0" description = "zigarg is a very light argument parser written fully in Rust. It's not dependent on any third party libraries other than those that Rust already comes with. It lacks many features, like help generation, but enough to be suitable for a lot of applications. It's also good for educational purposes as it isn't very complex." homepage = "https://github.com/aldrinzigmundv/zigarg" documentation = "https://docs.rs/zigarg" readme = "README.md" keywords = ["arguments", "parser", "cli", "args", "light"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/aldrinzigmundv/zigarg" [dependencies]