kazoe 0.2.0

Fast wc replacement
# 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 = "2024"
name = "kazoe"
version = "0.2.0"
authors = ["ConeDjordjic"]
build = false
exclude = [
    "*.txt",
    "testing.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast wc replacement"
homepage = "https://github.com/ConeDjordjic/kazoe"
readme = "README.md"
keywords = [
    "wc",
    "word-count",
    "cli",
    "parallel",
    "fast",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/ConeDjordjic/kazoe"

[[bin]]
name = "kz"
path = "src/main.rs"

[dependencies.atty]
version = "0.2.14"

[dependencies.chardetng]
version = "0.1"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5.38"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.globset]
version = "0.4.15"

[dependencies.memchr]
version = "2.7.6"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.5.0"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true