# 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" name = "wz" version = "1.0.3" description = "Count words, fast" homepage = "https://github.com/Altair-Bueno/wz" readme = "README.md" keywords = [ "wc", "count", "words", "bytes", "lines", ] categories = [ "command-line-utilities", "filesystem", "text-processing", ] license = "MIT" repository = "https://github.com/Altair-Bueno/wz" [package.metadata.docs.rs] all-features = true [profile.release] opt-level = 2 lto = "fat" codegen-units = 1 debug = false panic = "abort" strip = true [dependencies.bumpalo] version = "3.11.0" [dependencies.rayon] version = "1.5.3" [dependencies.wz-conf] version = "1.0.0" [dependencies.wz-core] version = "1.0.0" [dependencies.wz-fmt] version = "1.0.0" [dependencies.wz-utf8] version = "1.0.0" features = ["runtime-dispatch-simd"]