node-cleaner 0.2.24

A tool for cleaning and managing node_modules directories
Documentation
# 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 = "2024"
name = "node-cleaner"
version = "0.2.24"
authors = [
    "Brean",
    "",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for cleaning and managing node_modules directories"
readme = "README.md"
keywords = [
    "cli",
    "node",
    "cleanup",
    "disk-space",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Breinss/rust-node-modules-cleaner"

[features]
use-fxhash = ["fxhash"]

[lib]
name = "node_cleaner"
path = "src/lib.rs"

[[bin]]
name = "node-cleaner"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
version = "4.3"
features = ["derive"]

[dependencies.clap-verbosity-flag]
version = "2.0"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.fxhash]
version = "0.2"
optional = true

[dependencies.indicatif]
version = "0.17.11"

[dependencies.indicatif-log-bridge]
version = "0.2.3"

[dependencies.jwalk]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.18"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.3"

[profile.release]
lto = "fat"
codegen-units = 1