hist-cli 0.2.0

Commandline tool for plotting frequency ranked histograms of TSV/CSV data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "hist-cli"
version = "0.2.0"
edition = "2018"
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
description = "Commandline tool for plotting frequency ranked histograms of TSV/CSV data"
license = "CC-BY-SA-4.0"
keywords = ["histogram", "plot", "command-line", "CLI", "visualization"]
repository = "https://github.com/ahcm/hist-cli"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
plotters = "^0.3"
serde = { version = "^1.0", features = ["derive"] }
csv = "^1.1"
structopt = "^0.3"