usl 0.3.0

usl builds Universal Scalability Law models from sets of observed measurements.
Documentation
[[bench]]
harness = false
name = "bench_usl"

[[bin]]
name = "usl"
required-features = ["cli"]

[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.approx]
version = "0.5"

[dependencies.clap]
features = ["derive"]
optional = true
version = "3.0.0"

[dependencies.csv]
optional = true
version = "1.1"

[dependencies.plotlib]
optional = true
version = "0.5"

[dependencies.rmpfit]
version = "0.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[features]
cli = ["anyhow", "clap", "csv", "plotlib"]
default = []

[package]
authors = ["Coda Hale <coda.hale@gmail.com>"]
description = "usl builds Universal Scalability Law models from sets of observed measurements."
documentation = "https://docs.rs/usl/"
edition = "2021"
homepage = "https://github.com/codahale/usl-rs"
include = ["benches/**/*.rs", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["statistics"]
license = "MIT OR Apache-2.0"
name = "usl"
readme = "README.md"
resolver = "2"
version = "0.3.0"