# 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 = "unused-pkg" version = "0.1.0" authors = ["Johan Montorfano "] description = "A tool to check for unused and outdated packages in a Rust/Node project." homepage = "https://github.com/johanmontorfano/unused-pkg" readme = "README.md" keywords = [ "cli", "packages", "check", "project", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/johanmontorfano/unused-pkg" [dependencies.cargo_toml] version = "0.20.2" [dependencies.crates_io_api] version = "0.11.0" [dependencies.package_json_schema] version = "0.2.1" [dependencies.reqwest] version = "0.12.4" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.202" [dependencies.serde_derive] version = "1.0.202" [dependencies.walkdir] version = "2.5.0"