# 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-matrix" version = "0.2.1" authors = ["Jason Ozias "] 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] [dependencies.anyhow] version = "1.0.79" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.0" features = [ "cargo", "derive", ] [dependencies.derive_more] version = "1.0.0-beta.6" features = [ "as_ref", "deref", "deref_mut", ] [dependencies.figment] version = "0.10.14" features = ["json"] [dependencies.getset] version = "0.1.2" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.yansi] version = "1.0.0-rc.1" [build-dependencies.rustversion] version = "1.0.14" [features] unstable = []