[[bin]]
name = "cargo-matrix"
path = "src/main.rs"
[build-dependencies.rustversion]
version = "1.0.22"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.cargo_metadata]
version = "0.23.0"
[dependencies.clap]
features = ["cargo", "derive"]
version = "4.5.48"
[dependencies.derive_more]
features = ["as_ref", "deref", "deref_mut"]
version = "2.0.1"
[dependencies.figment]
features = ["json"]
version = "0.10.19"
[dependencies.getset]
version = "0.1.6"
[dependencies.itertools]
version = "0.14.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.yansi]
version = "1.0.1"
[features]
unstable = []
[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools", "development-tools::build-utils"]
description = "Run feature matrices against cargo commands that support feature lists"
documentation = "https://docs.rs/cargo-matrix"
edition = "2024"
homepage = "https://github.com/rustyhorde/cargo-matrix"
keywords = ["cargo", "features", "build", "tool"]
license = "MIT OR Apache-2.0"
name = "cargo-matrix"
readme = "README.md"
repository = "https://github.com/rustyhorde/cargo-matrix"
version = "0.3.0"
[package.metadata.binstall]