2016-03-24 22:07:01 +01:00
|
|
|
[package]
|
|
|
|
name = "ethcore-ipc"
|
2017-03-07 17:29:27 +01:00
|
|
|
version = "1.7.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-03-24 22:07:01 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-03-29 00:40:43 +02:00
|
|
|
ethcore-devtools = { path = "../../devtools" }
|
2017-03-29 15:17:27 +02:00
|
|
|
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
|
2016-04-20 18:01:53 +02:00
|
|
|
ethcore-util = { path = "../../util" }
|
2017-03-28 19:06:08 +02:00
|
|
|
semver = "0.6"
|