# 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 = "pcw_regrs" version = "1.9.0" authors = [ "Stefan Volz ", "Martin Storath", ] publish = true description = "Fast, optimal, extensible and cross-validated heterogeneous piecewise polynomial regression for timeseries." readme = "README.md" keywords = [ "regression", "piecewise", "polynomial", ] categories = [ "mathematics", "algorithms", "science", "simulation", "science::neuroscience", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SV-97/pcw-regrs" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 [[bench]] name = "ose" harness = false [dependencies.derive-new] version = "0.6.0" [dependencies.indoc] version = "2.0.3" [dependencies.itertools] version = "0.12.0" [dependencies.maybe-debug] version = "0.1.0" [dependencies.ndarray] version = "0.15.6" features = ["serde"] [dependencies.num-traits] version = "0.2.15" [dependencies.ordered-float] version = "4.1.1" features = ["serde"] [dependencies.pcw_fn] version = "0.2.1" features = ["serde"] [dependencies.polyfit-residuals] version = "0.6.1" features = ["parallel_rayon"] [dependencies.rayon] version = "1.7.0" optional = true [dependencies.rtrb] version = "0.2.3" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.maybe-debug] version = "0.1.0" [dev-dependencies.ndarray-rand] version = "0.14.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [features] default = [ "serde", "dofs-sub-one", "parallel_rayon", ] dofs-sub-one = [] nightly-only = ["polyfit-residuals/nightly-only"] parallel_rayon = [ "dep:rayon", "polyfit-residuals/parallel_rayon", ] serde = ["dep:serde"]