# 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 = "2018" name = "gbdt" version = "0.1.3" authors = [ "Tongxin Li ", "Tianyi Li ", "Yu Ding ", ] include = [ "LICENSE", "Readme.md", "Cargo.toml", "src/*.rs", "examples/*.rs", ] description = "A implementation of Gradient Boosting Regression Tree in Rust programming language" homepage = "https://github.com/mesalock-linux/gbdt-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mesalock-linux/gbdt-rs" [lib] name = "gbdt" crate-type = [ "rlib", "staticlib", ] [dependencies.cfg-if] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = [ "enable_training", "input", ] enable_training = [] input = ["regex"] profiling = [] [badges]