# 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 = "dirscan" version = "1.4.1" authors = ["Tom Forbes "] description = "A high performance tool for summarizing large directories or drives" readme = "README.md" license = "MIT" repository = "https://github.com/orf/dirscan" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.chrono-humanize] version = "0.1.2" [dependencies.console] version = "0.14.0" [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.124" 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"