# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "du2" version = "0.2.1" authors = ["Steve Flanagan "] description = "Fast parallel file system lister / usage statistics summary" homepage = "https://github.com/sflanaga/du2" documentation = "https://github.com/sflanaga/du2" readme = "README.md" keywords = ["disk", "NFS", "tool", "file"] license = "Unlicense OR MIT" repository = "https://github.com/sflanaga/du2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [dependencies.anyhow] version = "1.0.31" [dependencies.cpu-time] version = "1.0.0" [dependencies.csv] version = "1.1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-format] version = "0.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.regex] version = "1.3.9" [dependencies.structopt] version = "0.3.15" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.users] version = "0.10.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["processthreadsapi"]