# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "usl" version = "0.3.0" authors = ["Coda Hale "] include = ["benches/**/*.rs", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "usl builds Universal Scalability Law models from sets of observed measurements." homepage = "https://github.com/codahale/usl-rs" documentation = "https://docs.rs/usl/" readme = "README.md" keywords = ["statistics"] license = "MIT OR Apache-2.0" resolver = "2" [[bin]] name = "usl" required-features = ["cli"] [[bench]] name = "bench_usl" harness = false [dependencies.anyhow] version = "1.0" optional = true [dependencies.approx] version = "0.5" [dependencies.clap] version = "3.0.0" features = ["derive"] optional = true [dependencies.csv] version = "1.1" optional = true [dependencies.plotlib] version = "0.5" optional = true [dependencies.rmpfit] version = "0.2" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [features] cli = ["anyhow", "clap", "csv", "plotlib"] default = []