xgb 3.0.5

Machine learning using XGBoost
[dependencies.derive_builder]
version = "0.20"

[dependencies.indexmap]
version = "2.7"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.tempfile]
version = "3.15"

[dependencies.xgboost-sys]
package = "xgboost_lib-sys"
version = "3.0.4"

[features]
cuda = ["xgboost-sys/cuda"]
default = ["use_prebuilt_xgb"]
local_build = ["xgboost-sys/local_build"]
use_prebuilt_xgb = ["xgboost-sys/use_prebuilt_xgb"]

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

[package]
authors = ["Dave Challis <dave@suicas.net>", "Marco Mengelkoch"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Machine learning using XGBoost"
documentation = "https://docs.rs/xgboost_lib"
edition = "2021"
homepage = "https://github.com/marcomq/rust-xgboost"
license = "MIT"
name = "xgb"
readme = "README.md"
repository = "https://github.com/marcomq/rust-xgboost"
version = "3.0.5"