cargo-matrix-plus 0.1.1

Run a curated matrix of cargo commands (targets/features) from a YAML config
Documentation
# 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"
rust-version = "1.72"
name = "cargo-matrix-plus"
version = "0.1.1"
authors = ["Guangxian Zou"]
description = "Run a curated matrix of cargo commands (targets/features) from a YAML config"
homepage = "https://github.com/LayerZero-Labs/cargo-matrix"
readme = "README.md"
keywords = [
    "cargo",
    "matrix",
    "ci",
    "testing",
]
categories = [
    "development-tools",
    "development-tools::cargo-plugins",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LayerZero-Labs/cargo-matrix"

[lib]
name = "cargo_matrix"
path = "src/lib.rs"

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

[dependencies.clap]
version = "=4.4.18"
features = [
    "std",
    "color",
    "help",
    "usage",
    "error-context",
    "suggestions",
    "derive",
    "env",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.serde_yaml]
version = "=0.9.33"
default-features = false

[dependencies.tempfile]
version = "=3.10.1"
default-features = false