# 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 = "ripnode" version = "1.1.11" authors = ["Jorge Mayoral Álvarez "] description = "Simple tool for deleting node_modules and other folders" homepage = "https://github.com/JorgeMayoral/ripnode" readme = "README.md" keywords = [ "node_modules", "delete", "clean", "cli", "folder", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/JorgeMayoral/ripnode" [profile.dist] lto = "thin" inherits = "release" [profile.release] strip = true [[bin]] name = "ripnode" path = "src/main.rs" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.crossterm] version = "0.27.0" [dependencies.env_logger] version = "0.10.2" [dependencies.fs_extra] version = "1.3.0" [dependencies.log] version = "0.4.21" [dependencies.ratatui] version = "0.26.3"