blob: 50ce40810ddc0cc19ae8c9bb8d16942f16af744f [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" }
sgx_rand = { path = "../../sgx_rand"}
[dependencies]
num = { path = "../num" , default-features = false }
rulinalg = { path = "../rulinalg" }
serde = { path = "../serde-rs/serde/serde" }
serde_derive = { path = "../serde-rs/serde/serde_derive" }
erased-serde = { path = "../erased-serde" }