# 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" rust-version = "1.70.0" name = "cargo-features-manager" version = "0.9.0" authors = ["ToBinio"] build = false include = [ "src/**/*", "LICENSE", "README.md", "Known-Features.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tui tool to enable/disable & prune dependency features" homepage = "https://github.com/ToBinio/cargo-features-manager.git" readme = "README.md" keywords = [ "cli", "manager", "cargo", "crates", "feature", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ToBinio/cargo-features-manager" [[bin]] name = "cargo-features" path = "src/main.rs" [dependencies.cargo-platform] version = "0.1.8" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_complete] version = "4.5.35" [dependencies.color-eyre] version = "0.6.3" [dependencies.console] version = "0.15.8" default-features = false [dependencies.ctrlc] version = "3.4.5" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.itertools] version = "0.13.0" features = ["use_alloc"] default-features = false [dependencies.semver] version = "1.0.23" default-features = false [dependencies.toml] version = "0.8.19" default-features = false [dependencies.toml_edit] version = "0.22.22"