[package] name = "catboost-rs" version = "0.1.8" authors = ["Sergey Kiselev ", "Loh Jia Long "] edition = "2018" repository = "https://github.com/jlloh/catboost-rs" description = """ Unofficial Rust bindings for Catboost (Machine Learning Gradient Boosting Library from Yandex) """ license = "MIT/Apache-2.0" [dependencies] catboost-sys = "0.1.6"