aki-stats 0.2.1

output the statistics of text, like a wc of linux command.
Documentation
# 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.68.0"
name = "aki-stats"
version = "0.2.1"
authors = ["aki <aki.akaguma@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
output the statistics of text, like a wc of linux command.
"""
readme = "README.md"
keywords = [
    "text",
    "filter",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aki-akaguma/aki-stats"

[package.metadata.deb]
features = ["debian_build"]
section = "AAA-text"
priority = "optional"
maintainer = "aki <aki.akaguma@hotmail.com>"
extended-description = """
This program output the statistics of text, like a wc of linux command.
"""
depends = "$auto"
separate-debug-symbols = true
assets = [
    [
    "target/release/aki-stats",
    "usr/bin/aki-stats",
    "755",
],
    [
    "target/rust-version-info.txt",
    "usr/share/doc/aki-stats/",
    "644",
],
    [
    "README.md",
    "usr/share/doc/aki-stats/",
    "644",
],
]

[features]
debian_build = []
default = []

[lib]
name = "libaki_stats"
crate-type = ["lib"]
path = "src/lib.rs"

[[bin]]
name = "aki-stats"
path = "src/main.rs"

[[test]]
name = "debug"
path = "tests/debug.rs"

[[test]]
name = "helper"
path = "tests/helper.rs"

[[test]]
name = "helper_e"
path = "tests/helper_e.rs"

[[test]]
name = "helper_l"
path = "tests/helper_l.rs"

[[test]]
name = "test_e"
path = "tests/test_e.rs"

[[test]]
name = "test_l"
path = "tests/test_l.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.flood-tide]
version = "0.2"
features = ["stop_at_mm"]
default-features = true

[dependencies.num-format]
version = "0.4"

[dependencies.runnel]
version = "0.4"

[dev-dependencies.exec-target]
version = "0.2"

[dev-dependencies.indoc]
version = "2.0"

[build-dependencies.rust-version-info-file]
version = "0.2"