[package] name = "catboost2" version = "0.1.1+catboost.1.0.5" edition = "2021" description = "Unofficial bindings for the catboost library." documentation = "https://docs.rs/catboost2" readme = "README.md" homepage = "https://github.com/DeepSignSecurity/catboost-rs" repository = "https://github.com/DeepSignSecurity/catboost-rs" license = "Apache-2.0" [workspace] members = ["sys"] [dependencies] catboost2-sys = { version = "0.1.1", path = "./sys" }