[[bench]]
harness = false
name = "forust_benchmarks"
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
features = ["float_roundtrip"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.polars]
version = "0.29"
[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.11"
[package]
authors = ["James Inlow <james.d.inlow@gmail.com>"]
description = "A lightweight gradient boosting implementation in Rust."
edition = "2021"
homepage = "https://github.com/jinlow/forust"
license-file = "LICENSE"
name = "forust-ml"
readme = "README.md"
repository = "https://github.com/jinlow/forust"
version = "0.2.19"
[profile.release]
codegen-units = 1
lto = "fat"