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