# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slap-cli" version = "1.3.1" authors = ["Matteo G. "] exclude = ["examples/*"] description = "Painless shell argument parsing and dependency check." readme = "README.md" keywords = ["argument", "cli", "parse", "clap", "shell"] categories = ["command-line-utilities", "command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/agnipau/slap" [[bin]] name = "slap" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "2.33.3" features = ["yaml"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.9" [dependencies.serde_json] version = "1.0.57" [dependencies.termcolor] version = "1.1.0" optional = true [dependencies.which] version = "4.0.2" [dependencies.yaml-rust] version = "0.3.5" [features] color = ["atty", "termcolor"] default = ["color"]