# 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 = "2018" name = "node-prune" version = "1.0.0" authors = ["Jaye Lee "] build = "build.rs" default-run = "node-prune" description = "Remove unnecessary files from node_modules" homepage = "https://github.com/makeco/node-prune" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/makeco/node-prune" [[bin]] name = "node-prune" path = "src/bin/node-prune.rs" doctest = true [dependencies.anyhow] version = "1.0.57" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.clap_mangen] version = "0.1.6" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.7" [dependencies.tokio] version = "1.20.0" features = ["full"] [dependencies.walkdir] version = "2.2.9" [dev-dependencies.assert_cmd] version = "1.0.2" [dev-dependencies.predicates] version = "1.0.2" [build-dependencies.anyhow] version = "1.0.57" [build-dependencies.atty] version = "0.2.14" [build-dependencies.clap] version = "3.1.18" features = ["derive"] [build-dependencies.clap_mangen] version = "0.1.6" [build-dependencies.log] version = "0.4.8" [build-dependencies.serde] version = "1.0.123" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.structopt] version = "0.3.7" [build-dependencies.tokio] version = "1.20.0" features = ["full"] [build-dependencies.walkdir] version = "2.2.9"