[package] name = "randomforest" version = "0.1.6" authors = ["Takeru Ohta "] edition = "2018" description = "Random forest regressor and classifier" homepage = "https://github.com/sile/randomforest" repository = "https://github.com/sile/randomforest" readme = "README.md" categories = ["science"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [badges] coveralls = {repository = "sile/randomforest"} [dependencies] byteorder = "1" ordered-float = "2" rand = "0.7" rayon = "1" thiserror = "1" [dev-dependencies] anyhow = "1"