# 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 = "rm-node" version = "1.0.0" authors = ["Samar Mohan "] description = "Delete node_modules, package-lock.json and/or yarn.lock quickly and asynchronously on all platforms" homepage = "https://github.com/samarmohan/rm-node" readme = "README.md" keywords = ["io", "cross-platform", "async", "javascript", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/samarmohan/rm-node" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3.0.14" features = ["default"] [dependencies.delete] version = "1.0.1" [dependencies.indicatif] version = "0.16.2" [dependencies.tokio] version = "1.16.1" features = ["full"]