# 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-machete" version = "0.7.0" authors = ["Benjamin Bouvier "] description = "Find unused dependencies with this one weird trick!" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/bnjbvr/cargo-machete" [dependencies.anyhow] version = "1.0.86" [dependencies.argh] version = "0.1.9" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.cargo_toml] version = "0.20.4" [dependencies.grep] version = "0.3.1" [dependencies.ignore] version = "0.4.22" [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rayon] version = "1.5.2" [dependencies.serde] version = "1.0.136" [dependencies.toml_edit] version = "0.22.4" [dependencies.walkdir] version = "2.3.2"