xgboost_lib-sys 3.0.5

Native bindings to the xgboost library
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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