gbdt 0.1.1

A implementation of Gradient Boosting Regression Tree in Rust programming language
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "gbdt"
version = "0.1.1"
authors = ["Tongxin Li <litongxin@baidu.com>", "Tianyi Li <n0b0dypku@gmail.com>", "Yu Ding <dingyu02@baidu.com>"]
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"
license = "Apache-2.0"
repository = "https://github.com/mesalock-linux/gbdt-rs"

[lib]
name = "gbdt"
crate-type = ["rlib", "staticlib"]
[dependencies.cfg-if]
version = "0.1"

[dependencies.rand]
version = "0.6.1"

[dependencies.regex]
version = "1"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1"
optional = true
[dev-dependencies.time]
version = "0.1"

[features]
default = ["enable_training", "input"]
enable_training = []
input = ["regex"]
profiling = ["time"]

[badges]