2016-09-20 12:19:07 +02:00
|
|
|
[package]
|
2017-06-09 12:21:35 +02:00
|
|
|
authors = ["Parity <admin@parity.io>"]
|
2016-09-20 12:19:07 +02:00
|
|
|
description = "Parity Cli Tool"
|
2017-05-02 11:41:09 +02:00
|
|
|
homepage = "http://parity.io"
|
2016-09-20 12:19:07 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "rpc-cli"
|
|
|
|
version = "1.4.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
futures = "0.1"
|
2017-10-16 10:20:55 +02:00
|
|
|
rpassword = "1.0"
|
2017-08-17 18:11:34 +02:00
|
|
|
bigint = "4.0"
|
2017-04-13 16:32:07 +02:00
|
|
|
parity-rpc = { path = "../rpc" }
|
2016-09-20 12:19:07 +02:00
|
|
|
parity-rpc-client = { path = "../rpc_client" }
|