# 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 = "whatfeatures" version = "0.5.6" authors = ["museun "] build = "build.rs" autobins = false description = "display features, versions and dependencies of crates" readme = "README.md" keywords = ["features", "dependencies", "crates", "cargo"] license = "0BSD" repository = "https://github.com/museun/whatfeatures" [[bin]] name = "cargo-whatfeatures" path = "src/bin/main.rs" [dependencies.attohttpc] version = "0.4.5" features = ["json"] [dependencies.lexical_bool] version = "0.1.2" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.structopt] version = "0.3.3" default-features = false [dependencies.thiserror] version = "1.0.4" [dependencies.yansi] version = "0.5.0"