# 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.0" name = "siz" version = "0.4.0" authors = ["Chris Simpkins "] description = """ A versatile, cross-platform command line file size reporting executable with default recursive file system traversal. """ homepage = "https://github.com/chrissimpkins/siz" documentation = "https://github.com/chrissimpkins/siz" readme = "README.md" keywords = [ "file", "size", "commandline", "executable", ] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/chrissimpkins/siz" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [lib] name = "siz" path = "src/lib/lib.rs" [[bin]] name = "siz" path = "src/main.rs" [[bench]] name = "siz_benches" harness = false [dependencies.anyhow] version = "1.0.77" [dependencies.clap] version = "4.4" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "2.1" [dependencies.humansize] version = "2.0" [dependencies.ignore] version = "0.4" [dependencies.rayon] version = "1.8" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.tempfile] version = "3.9.0"