blob: 5c7382d9ec7bbd6844264711a63b802daf88ec4c [file] [log] [blame]
[package]
name = "rusty-machine"
version = "0.5.4"
authors = ["AtheMathmo"]
description = "A machine learning library."
repository = "https://github.com/AtheMathmo/rusty-machine"
documentation = "https://AtheMathmo.github.io/rusty-machine/"
keywords = ["machine","learning","stats","data","machine-learning"]
categories = ["science"]
readme = "README.md"
license = "MIT"
[features]
stats = []
datasets = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd", features = ["untrusted_fs"] }
sgx_rand = { path = "../../sgx_rand"}
[dependencies]
num = { path = "../num" , default-features = false }
rulinalg = { path = "../rulinalg" }