# 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 = "devcleaner" version = "0.1.2" authors = ["Yuniel Acosta PĂ©rez "] exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags"] description = "A tool to search for node_modules an clean the projects selected" homepage = "https://github.com/DevCleaner/devcleaner" readme = "README.md" keywords = ["clean", "node", "npm", "package", "manager"] categories = ["node", "npm", "package", "manager"] license = "MIT" repository = "https://github.com/DevCleaner/devcleaner" [profile.release] lto = true codegen-units = 1 [[bin]] name = "devcleaner" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0" [dependencies.backtrace] version = "0.3" [dependencies.clap] version = "2.34.0" [dependencies.crossterm] version = "0.22.1" [dependencies.dirs] version = "4.0.0" [dependencies.glob] version = "0.3.0" [dependencies.human-panic] version = "1.0" [dependencies.human_bytes] version = "0.3" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.textwrap] version = "0.14" [dependencies.tokio] version = "1.15.0" features = ["macros", "rt-multi-thread"] [dependencies.tokio-stream] version = "0.1.7" features = ["time"] [dependencies.tui] version = "0.16.0" features = ["crossterm"] default-features = false [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false