# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cargo-cleanup" version = "0.1.2" authors = ["Ivan Nejgebauer "] description = "Reads Cargo.lock and prints all cached package versions not mentioned inside." homepage = "https://github.com/inejge/cargo-cleanup" documentation = "https://github.com/inejge/cargo-cleanup/blob/master/README.md" readme = "README.md" keywords = ["cargo", "cargo-subcommand", "cli", "cache", "cleanup"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/inejge/cargo-cleanup" [[bin]] name = "cargo-cleanup" path = "src/main.rs" [dependencies.serde] version = "1.0.80" [dependencies.serde_derive] version = "1.0.80" [dependencies.toml] version = "0.4.8" [dependencies.walkdir] version = "2.2.5"