xgboost_lib-sys 3.0.3

Native bindings to the xgboost library
[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cmake]
optional = true
version = "0.1"

[build-dependencies.dunce]
version = "1.0.5"

[build-dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.12.15"

[dependencies.libc]
version = "0.2"

[features]
cuda = []
default = ["use_prebuilt_xgb"]
local_build = ["cmake"]
use_prebuilt_xgb = ["reqwest"]

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

[package]
authors = ["Dave Challis <dave@suicas.net>", "Marco Mengelkoch"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Native bindings to the xgboost library"
edition = "2021"
exclude = ["lib/*"]
license = "MIT"
links = "xgboost"
name = "xgboost_lib-sys"
readme = "README.md"
repository = "https://github.com/marcomq/rust-xgboost"
version = "3.0.3"