-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (28 loc) · 693 Bytes
/
Cargo.toml
File metadata and controls
35 lines (28 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "openml"
version = "0.1.2"
authors = ["Martin Billinger <flkazemakase@gmail.com>"]
description = "A rust interface to [OpenML](http://openml.org/)."
keywords = ["machine-learning", "openml", "data", "dataset"]
categories = ["science"]
repository = "https://github.com/mbillingr/openml-rust"
readme = "README.md"
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "mbillingr/openml-rust" }
[dev-dependencies]
simple_logger = "0.5"
time = "0.1"
[dependencies]
app_dirs = "1.2.1"
arff = "0.3"
fs2 = "0.4.3"
futures = "0.1"
hyper = "0.11"
hyper-tls = "0.1"
log = "0.4"
num-traits = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tokio-core = "0.1"