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"
|
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" }
|
2017-09-06 20:47:45 +02:00
|
|
|
ethcore-bytes = { path = "../util/bytes" }
|
2018-01-10 13:35:18 +01:00
|
|
|
ethereum-types = "0.1"
|
2017-11-13 22:52:25 +01:00
|
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
|
|
|
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
2017-02-14 19:30:37 +01:00
|
|
|
rlp = { path = "../util/rlp" }
|
2017-06-07 12:31:12 +02:00
|
|
|
cid = "0.2"
|
|
|
|
multihash = "0.6"
|
2017-10-05 12:35:01 +02:00
|
|
|
unicase = "2.0"
|