# 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 = "lgbm" version = "0.0.5" authors = ["frozenlib"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Rust bindings for LightGBM" documentation = "https://docs.rs/lgbm/" readme = "README.md" keywords = [ "lightgbm", "machine-learning", "gradient-boosting", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/frozenlib/lgbm-rs" [lib] name = "lgbm" path = "src/lib.rs" [[example]] name = "readme" path = "examples/readme.rs" [[test]] name = "booster" path = "tests/booster.rs" [[test]] name = "dataset" path = "tests/dataset.rs" [dependencies.derive-ex] version = "0.1.8" [dependencies.lgbm-sys] version = "0.0.1" [dependencies.parse-display] version = "0.10.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.text-grid] version = "0.4.1" [dev-dependencies.anyhow] version = "1.0.86"