# 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 = "2021" rust-version = "1.70" name = "histodu" version = "0.1.0" include = [ "/src", "/LICENSE-*", "/README.md", "/build.rs", ] description = "Summarize file size distribution, quickly." readme = "README.md" keywords = [ "tool", "filesystem", "sampling", "statistics", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/oxalica/histodu" [profile.bench] lto = true debug = 1 [profile.release] lto = true [dependencies.bytesize] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.hdrhistogram] version = "7" [dependencies.miniserde] version = "0.1" [dependencies.rayon] version = "1" [dependencies.scoped-tls] version = "1" [build-dependencies.clap] version = "4" features = ["derive"] optional = true [build-dependencies.clap_complete] version = "4" optional = true [features] completion = [ "dep:clap", "dep:clap_complete", ] default = []