# 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] name = "lightgbm2" version = "0.3.0" authors = [ "andreclaudino ", "vaaaaanquish <6syun9@gmail.com>", ] exclude = [ ".gitignore", ".gitmodules", "examples", "lightgbm-sys", ] description = "Machine learning using LightGBM" readme = "README.md" license = "MIT" repository = "https://github.com/vaaaaanquish/LightGBM" [dependencies.derive_builder] version = "0.12" [dependencies.libc] version = "0.2.81" [dependencies.lightgbm2-sys] version = "0.3.0" [dependencies.polars] version = "0.26" optional = true [dependencies.serde_json] version = "1.0.59" [features] dataframe = ["polars"] default = []