# 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-all-features" version = "1.10.0" authors = ["Corey Farwell "] description = "A Cargo subcommand to build and test all feature flag combinations" readme = "./README.md" license = "MIT/Apache-2.0" repository = "https://github.com/frewsxcv/cargo-all-features" [[bin]] name = "cargo-build-all-features" path = "src/bin/cargo-build-all-features.rs" [[bin]] name = "cargo-test-all-features" path = "src/bin/cargo-test-all-features.rs" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.itertools] version = "0.10" [dependencies.json] version = "0.12" [dependencies.termcolor] version = "1"