aki-stats 0.2.1

output the statistics of text, like a wc of linux command.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "aki-stats"
version = "0.2.1"
dependencies = [
 "anyhow",
 "exec-target",
 "flood-tide",
 "indoc",
 "num-format",
 "runnel",
 "rust-version-info-file",
]

[[package]]
name = "anyhow"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"

[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"

[[package]]
name = "exec-target"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ac02996cf32aa04f5ad02dc43a03e1cea4795978b0e2049e9dff8bd94e399e2"

[[package]]
name = "flood-tide"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e1bfc1fa66989390d95fe32069cc795122fc60f320bcf3cd09406783119b88"

[[package]]
name = "indoc"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
dependencies = [
 "rustversion",
]

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
 "arrayvec",
 "itoa",
]

[[package]]
name = "runnel"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95ec9ff97e5dc9ac5855694406e9878b2b7540d47318dae2f06c6c6fa36441"

[[package]]
name = "rust-version-info-file"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f61f9ca64683b54015215337eccbe254c0154a9107c4b543aa60d1cec6476e9"

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"