2017-02-14 19:30:37 +01:00
|
|
|
[package]
|
2017-02-16 14:51:33 +01:00
|
|
|
description = "Parity IPFS-compatible API"
|
|
|
|
name = "parity-ipfs-api"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2017-02-14 19:30:37 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethcore = { path = "../ethcore" }
|
2018-09-04 20:13:51 +02:00
|
|
|
parity-bytes = "0.1"
|
|
|
|
ethereum-types = "0.4"
|
2019-02-05 14:31:19 +01:00
|
|
|
jsonrpc-core = "10.0.1"
|
|
|
|
jsonrpc-http-server = "10.0.1"
|
2018-10-09 22:07:25 +02:00
|
|
|
rlp = { version = "0.3.0", features = ["ethereum"] }
|
2018-10-22 09:40:50 +02:00
|
|
|
cid = "0.3"
|
|
|
|
multihash = "0.8"
|
2017-10-05 12:35:01 +02:00
|
|
|
unicase = "2.0"
|
2018-06-11 12:26:49 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
ethcore = { path = "../ethcore", features = ["test-helpers"] }
|