2016-04-03 20:43:35 +02:00
|
|
|
[package]
|
|
|
|
name = "ethcore-ipc-nano"
|
2017-03-07 17:29:27 +01:00
|
|
|
version = "1.7.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-04-03 20:43:35 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-06-01 17:59:21 +02:00
|
|
|
ethcore-ipc = { path = "../rpc" }
|
2017-03-29 15:17:27 +02:00
|
|
|
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
|
2016-04-03 23:00:57 +02:00
|
|
|
log = "0.3"
|
2016-09-03 10:31:29 +02:00
|
|
|
lazy_static = "0.2"
|