[package] authors = ["David Chan "] categories = ["command-line-utilities"] description = "A (small) tool for computing statistics on XSV files." homepage = "https://github.com/DavidMChan/ustat" repository = "https://github.com/DavidMChan/ustat" name = "ustat" version = "0.2.2" edition = "2018" keywords = ["stats", "csv", "lightweight"] license = "MIT" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] [dependencies] argparse = "0.2.2" regex = "1" log = "0.4.14" snailquote = "0.1.1" prettytable-rs = "0.8.0" quickersort = "3.0.1" statrs = "0.15.0" [[bin]] name = "ustat" path = "src/ustat.rs"