# 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-all" version = "0.2.5" authors = ["Xavier Lau "] build = "build.rs" description = "Manage all your crates with a single command." homepage = "https://hack.ink/cargo-all" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hack-ink/cargo-all" [profile.ci-dev] incremental = false inherits = "dev" [profile.ci-release] lto = true inherits = "release" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1.10" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.walkdir] version = "2.4" [build-dependencies.vergen] version = "8.3" features = [ "build", "cargo", "git", "gitcl", ]