cargo-matrix 0.4.2

Run feature matrices against cargo commands that support feature lists
# 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 = "2024"
rust-version = "1.91.1"
name = "cargo-matrix"
version = "0.4.2"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run feature matrices against cargo commands that support feature lists"
homepage = "https://github.com/rustyhorde/cargo-matrix"
documentation = "https://docs.rs/cargo-matrix"
readme = "README.md"
keywords = [
    "cargo",
    "features",
    "build",
    "tool",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/cargo-matrix"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.'cfg(target_os = "windows")']
pkg-fmt = "zip"

[features]
unstable = []

[[bin]]
name = "cargo-matrix"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.clap]
version = "4.6.1"
features = [
    "cargo",
    "derive",
]

[dependencies.derive_more]
version = "2.1.1"
features = [
    "as_ref",
    "deref",
    "deref_mut",
]

[dependencies.figment]
version = "0.10.19"
features = ["json"]

[dependencies.getset]
version = "0.1.6"

[dependencies.itertools]
version = "0.14.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.yansi]
version = "1.0.1"

[build-dependencies.rustversion]
version = "1.0.22"