89ae0f0ea0
* Use jsonrpc crates on local path * Convert all RPC traits to use jsonrpc-derive * Use local jsonrpc at top level * Upgrade remaining jsonrpc dependencies * Checkout Cargo.lock to master HEAD * Use jsonrpc-* 10.0.1 from crates.io * Attribute after docs
21 lines
500 B
TOML
21 lines
500 B
TOML
[package]
|
|
description = "Parity IPFS-compatible API"
|
|
name = "parity-ipfs-api"
|
|
version = "1.12.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore = { path = "../ethcore" }
|
|
parity-bytes = "0.1"
|
|
ethereum-types = "0.4"
|
|
jsonrpc-core = "10.0.1"
|
|
jsonrpc-http-server = "10.0.1"
|
|
rlp = { version = "0.3.0", features = ["ethereum"] }
|
|
cid = "0.3"
|
|
multihash = "0.8"
|
|
unicase = "2.0"
|
|
|
|
[dev-dependencies]
|
|
ethcore = { path = "../ethcore", features = ["test-helpers"] }
|