7e87e9e8ad
* New version of jsonrpc. * Better invalid encoding messages * Fixing deprecated methods of tokio_core * Using dedicated branch for jsonrpc * Bump
16 lines
429 B
TOML
16 lines
429 B
TOML
[package]
|
|
description = "Parity IPFS-compatible API"
|
|
name = "parity-ipfs-api"
|
|
version = "1.7.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore = { path = "../ethcore" }
|
|
ethcore-util = { path = "../util" }
|
|
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" }
|
|
rlp = { path = "../util/rlp" }
|
|
mime = "0.2"
|
|
cid = "0.2.1"
|
|
multihash = "0.5"
|