[package]
edition = "2021"
name = "xgboost_lib-sys"
version = "3.0.5"
authors = [
"Dave Challis <dave@suicas.net>",
"Marco Mengelkoch",
]
build = "build.rs"
links = "xgboost"
exclude = ["lib/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to the xgboost library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/marcomq/rust-xgboost"
[features]
cuda = []
default = ["use_prebuilt_xgb"]
local_build = ["cmake"]
use_prebuilt_xgb = [
"ureq",
"sha2",
]
[lib]
name = "xgboost_lib_sys"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies.bindgen]
version = "0.71"
[build-dependencies.cmake]
version = "0.1"
optional = true
[build-dependencies.dunce]
version = "1.0.5"
[build-dependencies.sha2]
version = "0.10"
optional = true
[build-dependencies.ureq]
version = "3"
optional = true