cf_dist_utils 0.8.1

A library which has risk and distribution utilities.
Documentation
[package]
name = "cf_dist_utils"
version = "0.8.1"
authors = ["Daniel Stahl <danstahl1138@gmail.com>"]
homepage = "https://github.com/phillyfan1138/cf_dist_utils_rust"
repository = "https://github.com/phillyfan1138/cf_dist_utils_rust"
readme = "README.md"
license = "MIT"
description = "A library which has risk and distribution utilities."

[dependencies]
fang_oost = "0.13.7"
roots = "0.0.5"
num-complex = "0.2"
rayon = "1.0.1"
serde = "^1"
serde_json = "^1"
serde_derive = "^1"

[dev-dependencies]
approx = "0.2.0"
bencher = "0.1.5"

[[bench]]
name = "bench"
harness = false

[badges]
travis-ci = { repository = "phillyfan1138/cf_dist_utils_rust" }