# 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 = "changeforest" version = "1.1.4" authors = ["Malte Londschien "] exclude = [ "/.github", "/changeforest-py", "/changeforest-r", "/testdata", ".pre-commit-config.yaml", ".gitignore", ] description = "Random Forests for Change Point Detection" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/mlondschien/changeforest/" [lib] name = "changeforest" [dependencies.biosphere] version = "0.3.0" [dependencies.ndarray] version = "0.15" [dependencies.rand] version = "0.8" [dev-dependencies.assert_approx_eq] version = "1.1" [dev-dependencies.csv] version = "^1" [dev-dependencies.ndarray] version = "0.15" features = ["approx"] [dev-dependencies.ndarray-csv] version = "^0.5" [dev-dependencies.ndarray-rand] version = "0.14" [dev-dependencies.rstest] version = "0.18"