openethereum/ipfs/Cargo.toml

16 lines
407 B
TOML
Raw Normal View History

2017-02-14 19:30:37 +01:00
[package]
description = "Parity IPFS-compatible API"
name = "parity-ipfs-api"
2017-02-14 19:30:37 +01:00
version = "1.6.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethcore = { path = "../ethcore" }
ethcore-util = { path = "../util" }
rlp = { path = "../util/rlp" }
2017-02-15 18:26:35 +01:00
mime = "0.2"
2017-02-14 19:30:37 +01:00
hyper = { default-features = false, git = "https://github.com/ethcore/hyper" }
2017-02-15 18:26:35 +01:00
cid = "0.2"
multihash = "0.5"