# 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 = "lightgbm3-sys" version = "1.0.5" authors = [ "Dmitry Mottl ", "vaaaaanquish <6syun9@gmail.com>", ] build = "build.rs" exclude = [ "README.md", ".gitlab-ci.yml", ".hgeol", ".gitignore", ".appveyor.yml", ".coveralls.yml", ".travis.yml", ".github", ".gitmodules", ".nuget", "**/*.md", "lightgbm/compute/doc", "lightgbm/compute/example", "lightgbm/compute/index.html", "lightgbm/compute/perf", "lightgbm/compute/test", "lightgbm/eigen/debug", "lightgbm/eigen/demos", "lightgbm/eigen/doc", "lightgbm/eigen/failtest", "lightgbm/eigen/test", "lightgbm/examples", "lightgbm/external_libs/fast_double_parser/benchmarks", "lightgbm/external_libs/fmt/doc", "lightgbm/external_libs/fmt/test", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level Rust bindings for LightGBM library" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/Mottl/lightgbm3-rs" [lib] name = "lightgbm3_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.155" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.doxygen-rs] version = "0.4.2" [features] cuda = [] gpu = [] openmp = []