summaryrefslogtreecommitdiffstats
path: root/ipfs-api/Cargo.toml
blob: 2bb7a7e4edc5f48d1af5577d557fb627a930baa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name              = "ipfs-api"
version           = "0.4.0"
license           = "MIT OR Apache-2.0"
authors           = ["Ferris Tseng <ferristseng@fastmail.fm>"]

[dependencies]
bytes             = "0.4"
error-chain       = "0.11"
futures           = "0.1"
hyper             = "0.11"
serde             = "1.0"
serde_derive      = "1.0"
serde_json        = "1.0"
serde_urlencoded  = "0.5"
tokio-core        = "0.1"
tokio-io          = "0.1"

[dev-dependencies]
tokio-timer       = "0.1"