forestfire-core 0.1.4

Core tree-learning algorithms for the ForestFire project.
Documentation
# 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 = "2024"
name = "forestfire-core"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core tree-learning algorithms for the ForestFire project."
readme = false
license = "MIT"
repository = "https://github.com/wsperat/forest-fire"
resolver = "2"

[features]
default = []
polars = ["dep:polars"]

[lib]
name = "forestfire_core"
path = "src/lib.rs"

[dependencies.arrow]
version = "54.2.1"
features = ["ipc"]

[dependencies.ciborium]
version = "0.2"

[dependencies.forestfire-data]
version = "0.1.4"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.polars]
version = "0.46"
features = ["lazy"]
optional = true
default-features = false

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.schemars]
version = "0.8"
features = ["derive"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.wide]
version = "0.7"