# 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-feature" version = "0.7.0" authors = ["Riey "] description = "Cargo plugin to manage dependency features" homepage = "https://github.com/Riey/cargo-feature" documentation = "https://github.com/Riey/cargo-feature#usage" readme = "README.md" keywords = [ "cargo", "cargo-subcommand", "cli", "feature", "crates", ] categories = [ "command-line-interface", "development-tools", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/Riey/cargo-feature" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.cargo_metadata] version = "0.14.0" [dependencies.pad] version = "0.1.6" [dependencies.structopt] version = "0.3.20" [dependencies.toml_edit] version = "0.14.3" [dev-dependencies.assert_cmd] version = "2.0.1" [dev-dependencies.predicates] version = "2.0.2"