# 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-consolidate" version = "0.1.0" authors = ["Bastian Gruber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to consolidate dependencies in a Rust workspace." homepage = "https://github.com/gruberb/cargo-consolidate" documentation = "https://docs.rs/cargo-consolidate" readme = "README.md" keywords = [ "rust", "workspace", "dependencies", "cargo", ] categories = ["development-tools::cargo-plugins"] license = "MPL-2.0" repository = "https://github.com/gruberb/cargo-consolidate" [[bin]] name = "cargo-consolidate" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.camino] version = "1" [dependencies.cargo_metadata] version = "0.18" features = ["builder"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.pathdiff] version = "0.2" [dependencies.structopt] version = "0.3" [dependencies.toml_edit] version = "0.22" [dev-dependencies.cargo_metadata] version = "0.18" features = ["builder"] [dev-dependencies.semver] version = "1" [dev-dependencies.tempfile] version = "3"