# 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-groups" version = "0.1.9" authors = ["Nicholas Yang"] description = "Run cargo commands on a groups of crates in a workspace" homepage = "https://github.com/nicholaslyang/cargo-groups" readme = "README.md" keywords = [ "cargo", "workspace", "groups", "crates", ] license = "MIT" repository = "https://github.com/nicholaslyang/cargo-groups" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.cargo_metadata] version = "0.15.4" [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.clap-cargo] version = "0.10.0" [dependencies.colored] version = "2.0.0" [dependencies.globset] version = "0.4.10" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.toml] version = "0.7.4" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.which] version = "4.4.0"