# 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 = "2018" name = "pav_regression" version = "0.5.2" authors = ["Ian Clarke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The pair adjacent violators algorithm for isotonic regression" homepage = "https://github.com/sanity/pav.rs" documentation = "https://docs.rs/pav_regression/" readme = "README.md" keywords = ["machine-learning"] license = "LGPL-3.0-or-later" repository = "https://github.com/sanity/pav.rs" [lib] name = "pav_regression" path = "src/lib.rs" [dependencies.ordered-float] version = "3.9.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8.5"