[package] name = "forust-ml" version = "0.4.8" edition = "2021" authors = [ "James Inlow ",] homepage = "https://github.com/jinlow/forust" description = "A lightweight gradient boosting implementation in Rust." license-file = "LICENSE" readme = "README.md" repository = "https://github.com/jinlow/forust" [dependencies] rayon = "1.7" thiserror = "1.0" rand = "0.8" log = "0.4.19" [profile.release] lto = "fat" codegen-units = 1 [dependencies.serde_json] version = "1.0" features = [ "float_roundtrip",] [dependencies.serde] version = "1.0" features = [ "derive",]