ustat 0.2.2

A (small) tool for computing statistics on XSV files.
[[bin]]
name = "ustat"
path = "src/ustat.rs"
[dependencies.argparse]
version = "0.2.2"

[dependencies.log]
version = "0.4.14"

[dependencies.prettytable-rs]
version = "0.8.0"

[dependencies.quickersort]
version = "3.0.1"

[dependencies.regex]
version = "1"

[dependencies.snailquote]
version = "0.1.1"

[dependencies.statrs]
version = "0.15.0"

[package]
authors = ["David Chan <david@iridescent.io>"]
categories = ["command-line-utilities"]
description = "A (small) tool for computing statistics on XSV files."
edition = "2018"
homepage = "https://github.com/DavidMChan/ustat"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["stats", "csv", "lightweight"]
license = "MIT"
name = "ustat"
repository = "https://github.com/DavidMChan/ustat"
version = "0.2.2"