[package] description = "Parity IPFS crate" name = "parity-ipfs" version = "1.6.0" license = "GPL-3.0" authors = ["Parity Technologies "] [dependencies] ethcore = { path = "../ethcore" } ethcore-util = { path = "../util" } rlp = { path = "../util/rlp" } hyper = { default-features = false, git = "https://github.com/ethcore/hyper" } cid = "~0.2.0" multihash = "~0.5.0"