summaryrefslogtreecommitdiffstats
path: root/ipfs-api/Cargo.toml
blob: ea843109e1ee9e005c5fc492d23355b47d20b114 (plain)
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
[package]
name                      = "ipfs-api"
description               = "Implementation of an IPFS HTTP API client"
authors                   = ["Ferris Tseng <ferristseng@fastmail.fm>"]
documentation             = "https://docs.rs/ipfs-api"
repository                = "https://github.com/ferristseng/rust-ipfs-api"
keywords                  = ["ipfs"]
categories                = ["filesystem", "web-programming"]
version                   = "0.4.0-alpha.3"
readme                    = "../README.md"
license                   = "MIT OR Apache-2.0"

[badges]
travis-ci                 = { repository = "ferristseng/rust-ipfs-api" }

[dependencies]
bytes                     = "0.4"
error-chain               = "0.12"
futures                   = "0.1"
hyper                     = "0.12"
hyper-multipart-rfc7578   = "0.2.0-alpha1"
serde                     = "1.0"
serde_derive              = "1.0"
serde_json                = "1.0"
serde_urlencoded          = "0.5"
tokio                     = "0.1"
tokio-codec               = "0.1"
tokio-io                  = "0.1"

[dev-dependencies]
tokio-timer               = "0.2"
tar                       = "0.4"