# 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 = "changepoint" version = "0.14.2" authors = [ "Mike Schmidt ", "Baxter Eaves ", ] description = "Change Point Detection in Rust" readme = "README.md" keywords = [ "CPD", "Bayesian", "Machine-Learning", "Statistics", ] categories = ["science"] license = "MIT" repository = "https://github.com/promised-ai/changepoint" [profile.profiling] debug = 2 inherits = "release" [lib] bench = false [[bench]] name = "bocpd" harness = false [[bench]] name = "bocpd_truncated" harness = false [[bench]] name = "argpcpd" harness = false [dependencies.approx] version = "0.5" [dependencies.derive_more] version = "0.99" [dependencies.nalgebra] version = "0.32" [dependencies.ndarray] version = "0.15" features = [ "serde", "approx", "rayon", ] [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.rayon] version = "1.4" [dependencies.rv] version = "0.16" features = [ "process", "arraydist", ] [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_derive] version = "1" optional = true [dependencies.special] version = "0.10" [dev-dependencies.assert] version = "0.7" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde_json] version = "1" [features] serde1 = [ "serde", "rv/serde1", ] [badges.github] repository = "https://github.com/promised-ai/changepoint/" [badges.maintenance] status = "actively-developed"