# 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 = "biosphere" version = "0.3.0" authors = ["Malte Londschien "] exclude = ["/.github", "/changeforest-py", ".pre-commit-config.yaml", ".gitignore"] description = "Simple, fast random forests." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/mlondschien/biosphere/" resolver = "2" [profile.bench] lto = "fat" debug = true incremental = true [lib] name = "biosphere" [[bench]] name = "bench_utils" harness = false [[bench]] name = "bench_forest" harness = false [[bench]] name = "bench_tree" harness = false [dependencies.ndarray] version = "0.15" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dev-dependencies.assert_approx_eq] version = "1.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.csv] version = "^1" [dev-dependencies.ndarray-csv] version = "^0.5" [dev-dependencies.ndarray-rand] version = "0.14" [dev-dependencies.rstest] version = "0.12"