summaryrefslogtreecommitdiffstats
path: root/ipfs-api/Cargo.toml
blob: 4670e4006f702654391cefa4bd29698e5b40f905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"
hyper-multipart-rfc7578   = { git = "https://github.com/ferristseng/rust-hyper-multipart-rfc7578" }
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"
tar                       = "0.4"