[[bench]]
harness = false
name = "forust_benchmarks"
[dependencies.rayon]
version = "1.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
features = ["float_roundtrip"]
version = "1.0"
[dependencies.thiserror]
version = "1.0.31"
[dev-dependencies.criterion]
version = "0.3"
[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"
resolver = "2"
version = "0.1.4"