# 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-combinations" version = "0.0.20" authors = ["romnn "] build = false exclude = ["tests/"] autobins = false autoexamples = false autotests = false autobenches = false default-run = "cargo-fc" description = "run cargo commands for all feature combinations" homepage = "https://github.com/romnn/cargo-feature-combinations" readme = "README.md" keywords = [ "cargo", "features", "combinations", "tool", "subcommand", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::testing", ] license-file = "LICENSE" repository = "https://github.com/romnn/cargo-feature-combinations" [package.metadata.cargo-feature-combinations] denylist = ["default"] [package.metadata.cargo-feature-combinations.matrix] num_key = 2 str-key = "str-value" str_key = "str_value" [lib] name = "cargo_feature_combinations" path = "src/lib.rs" [[bin]] name = "cargo-fc" path = "src/fc.rs" [[bin]] name = "cargo-feature-combinations" path = "src/feature-combinations.rs" [dependencies.cargo_metadata] version = "0" [dependencies.color-eyre] version = "0" [dependencies.itertools] version = "0" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_json_merge] version = "0" [dependencies.strip-ansi-escapes] version = "0" [dependencies.termcolor] version = "1" [dev-dependencies.pretty_assertions] version = "1" [features] default = []