openethereum/ipfs/Cargo.toml

19 lines
610 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-10-12 23:44:02 +02:00
version = "1.9.0"
2017-02-14 19:30:37 +01:00
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethcore = { path = "../ethcore" }
ethcore-util = { path = "../util" }
2017-09-04 16:36:49 +02:00
ethcore-bigint = { path = "../util/bigint" }
ethcore-bytes = { path = "../util/bytes" }
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.8" }
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.8" }
2017-02-14 19:30:37 +01:00
rlp = { path = "../util/rlp" }
cid = "0.2"
multihash = "0.6"
unicase = "2.0"