# 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 = "argone" version = "0.5.2" authors = ["just-do-halee "] include = [ "src/**/*", "Cargo.toml", "LICENSE_*", "README.md", ] description = "Most intuitive global cli maker. *(lazy_static + config-rs + clap)" homepage = "https://github.com/just-do-halee/argone" documentation = "https://docs.rs/argone" readme = "README.md" keywords = [ "cli", "argument", "config", "clap", "lazy_static", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/argone" resolver = "2" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.config] version = "0.11" [dependencies.lazy_static] version = "1.4.0"