meansd-cli 1.3.0

calculate mean and standard deviation (CLI)
[package]
name = "meansd-cli"
version = "1.3.0"
authors = ["Christian Krause <christian.krause@mailbox.org>"]
description = "calculate mean and standard deviation (CLI)"
license = "GPL-3.0-or-later"
readme = "../README.md"
documentation = "https://gitlab.com/umcdev/meansd"
homepage = "https://gitlab.com/umcdev/meansd"
repository = "https://gitlab.com/umcdev/meansd"
keywords = ["mean", "sstdev"]
categories = ["command-line-utilities", "mathematics"]
edition = "2018"

[dependencies]
atty = "^0.2"
ctrlc = "^3"
meansd = { path = "../meansd", version = "^2" }
smooth = "0.1"

[dependencies.clap]
version = "^2"
features = ["wrap_help"]

[dependencies.prettytable-rs]
version = "^0.8"
default_features = false

[dev-dependencies]
assert_cmd = "^1"
predicates = "^1"