# 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.58.0" name = "cargo-duplicates" version = "0.7.0" authors = ["Marc-Antoine Perennou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand for displaying when different versions of a same dependency are pulled in" readme = "README.md" keywords = [ "cargo", "subcommand", "dependencies", "cargo-subcommand", "deps", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/Keruspe/cargo-duplicates.git" [profile.release] lto = true [[bin]] name = "cargo-duplicates" path = "src/main.rs" [dependencies.anyhow] version = "^1.0" [dependencies.cargo] version = "^0.81" [dependencies.tabwriter] version = "^1.2"