uu_wc 0.0.6

wc ~ (uutils) display newline, word, and byte counts for input
Documentation
[[bin]]
name = "wc"
path = "src/main.rs"
[dependencies.clap]
version = "2.33"

[dependencies.thiserror]
version = "1.0"

[dependencies.uucore]
package = "uucore"
version = ">=0.0.8"

[dependencies.uucore_procs]
package = "uucore_procs"
version = ">=0.0.5"

[lib]
path = "src/wc.rs"

[package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
description = "wc ~ (uutils) display newline, word, and byte counts for input"
edition = "2018"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_wc"
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/wc"
version = "0.0.6"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.20"