# 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" version = "1.0.5" authors = [ "Dmitry Mottl ", "vaaaaanquish <6syun9@gmail.com>", "paq <89paku@gmail.com>", "Benjamin Ellis ", ] build = false exclude = [ ".gitignore", ".github", ".gitmodules", "examples", "benches", "lightgbm3-sys", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for LightGBM library" documentation = "https://docs.rs/lightgbm3/" readme = "README.md" keywords = [ "lightgbm", "machine-learning", "gradient-boosting", ] categories = [ "api-bindings", "science", ] license = "MIT" repository = "https://github.com/Mottl/lightgbm3-rs" [lib] name = "lightgbm3" path = "src/lib.rs" [dependencies.lightgbm3-sys] version = "1.0.4" [dependencies.polars] version = "0.42.0" optional = true [dependencies.serde_json] version = "1.0.125" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [features] cuda = ["lightgbm3-sys/cuda"] default = [] gpu = ["lightgbm3-sys/gpu"] openmp = ["lightgbm3-sys/openmp"] polars = ["dep:polars"]