# 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 = "cargo-whatfeatures" version = "0.9.13" authors = ["museun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "display features, versions and dependencies of crates" documentation = "https://docs.rs/cargo-whatfeatures/latest/cargo-whatfeatures/" readme = "README.md" keywords = [ "features", "dependencies", "crates", "cargo", "cargo-subcommand", ] categories = [ "development-tools::cargo-plugins", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/museun/cargo-whatfeatures" [lib] name = "cargo_whatfeatures" path = "src/lib.rs" [[bin]] name = "cargo-whatfeatures" path = "src/bin/whatfeatures/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.attohttpc] version = "0.27.0" features = [ "json", "compress", ] default-features = false [dependencies.cargo_metadata] version = "0.18.1" [dependencies.crate_version_parse] version = "0.2.0" [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.28" [dependencies.home] version = "0.5.9" [dependencies.pico-args] version = "0.5.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tar] version = "0.4.40" [dependencies.time] version = "0.3.36" features = [ "macros", "formatting", "parsing", "serde", ] [dependencies.yansi] version = "0.5.1" [features] default = ["native-tls"] native-tls = ["attohttpc/tls"] rustls = ["attohttpc/tls-rustls"]