8c02211dc3
* Updated jsonrpc to point to the 1.11 branch * Update dependencies. - `jsonrpc` PR #244 required `hyper >= 0.11.20` which in turn required updating `tokio-core`, `mio` and `iovec`. - `jsonrpc` PR #246 required updating `https://github.com/tomusdrw/ws-rs`. * Update tokio-core to 0.1.12 * Update hyper to 0.11.24
18 lines
555 B
TOML
18 lines
555 B
TOML
[package]
|
|
description = "Parity IPFS-compatible API"
|
|
name = "parity-ipfs-api"
|
|
version = "1.11.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore = { path = "../ethcore" }
|
|
ethcore-bytes = { path = "../util/bytes" }
|
|
ethereum-types = "0.2"
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
|
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
|
rlp = { path = "../util/rlp" }
|
|
cid = "0.2"
|
|
multihash = "0.7"
|
|
unicase = "2.0"
|