# 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 = "rustrees" version = "0.2.4" authors = [ "Guilherme Lázari ", "Pedro Tabacof ", ] description = "Decision trees in Rust" readme = "README.md" keywords = [ "machine-learning", "decision-trees", "python", ] categories = [ "machine-learning", "decision-trees", "python", ] license = "MIT" [lib] name = "rustrees" path = "src/lib.rs" [[bench]] name = "benchmarks" harness = false [dependencies.arrow] version = "37.0.0" features = [ "prettyprint", "pyarrow", ] [dependencies.permutation] version = "0.4.1" [dependencies.pyo3] version = "0.18.1" features = ["extension-module"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]