[package] name = "volscan" version = "0.1.3" authors = ["Triet Trinh "] edition = "2018" readme = "README.md" description = "🚀 VolScan: High-speed, multi-threaded disk scanner providing detailed directory summaries with JSON/CSV output support." repository = "https://github.com/trinhminhtriet/volscan" homepage = "https://trinhminhtriet.com" license = "MIT" keywords = ["disk", "scanner", "multi-threaded", "json", "csv"] categories = ["command-line-utilities"] [dependencies] structopt = "0.3.21" strum = "0.20.0" strum_macros = "0.20.1" serde_json = "1.0.64" serde = { version = "1.0.147", features = ["derive"] } csv = "1.1.6" jwalk = "0.6.0" num_cpus = "1.13.0" indicatif = "0.15.0" console = "0.15.1" indexmap = "1.6.2" filesize = "0.2.0" prettytable-rs = "0.8.0" chrono = { version = "0.4.19", features = ["serde"] } chrono-humanize = "0.1.2" [target.'cfg(target_family = "unix")'.dependencies] nix = "0.20.0" [profile.release] lto = true codegen-units = 1 opt-level = 3