cargo-all-features 1.1.0

A Cargo subcommand to build and test all feature flag combinations
Documentation
[[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.cargo_metadata]
version = "0.9"

[dependencies.itertools]
version = "0.9"

[dependencies.serde_json]
version = "1"

[dependencies.termcolor]
version = "1"

[package]
authors = ["Corey Farwell <coreyf@rwell.org>"]
description = "A Cargo subcommand to build and test all feature flag combinations"
edition = "2018"
license = "MIT/Apache-2.0"
name = "cargo-all-features"
repository = "https://github.com/frewsxcv/cargo-all-features"
version = "1.1.0"