[package] name = "linfa_test" version = "0.1.0" edition = "2021" authors = ["suigeneris0975@gmail.com"] rust-version = "1.67" description = "A sample program using rust for machine learning" license-file = "LICENSE.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] linfa = "0.6.1" linfa-trees = "0.6.1" ndarray = "0.15.6"