clipivot 0.3.3

A command-line tool for quickly generating pivot tables.
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "maxblee/clipivot"
[dependencies.chrono]
version = "0.4.11"

[dependencies.clap]
version = "2.27.0"

[dependencies.csv]
version = "1.1.3"

[dependencies.indexmap]
version = "1.3.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rust_decimal]
version = "1.4.0"
[dev-dependencies.approx]
version = "0.3.2"

[dev-dependencies.assert_cmd]
version = "1.0.1"

[dev-dependencies.proptest]
version = "0.9.5"

[dev-dependencies.rand]
version = "0.6"

[package]
authors = ["Max Lee <maxbmhlee@gmail.com>"]
categories = ["command-line-utilities"]
description = "A command-line tool for quickly generating pivot tables."
edition = "2018"
keywords = ["csv", "tsv", "cli"]
license = "MIT OR Apache-2.0"
name = "clipivot"
readme = "README.md"
version = "0.3.3"