2016-07-09 17:18:34 +02:00
|
|
|
[package]
|
|
|
|
name = "ethcore-ipc-hypervisor"
|
|
|
|
version = "1.2.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-07-09 17:18:34 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
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-07-09 17:18:34 +02:00
|
|
|
ethcore-ipc-nano = { path = "../nano" }
|
2017-03-28 19:06:08 +02:00
|
|
|
semver = "0.6"
|
2016-07-09 17:18:34 +02:00
|
|
|
log = "0.3"
|
2016-10-07 13:10:53 +02:00
|
|
|
time = "0.1"
|
2016-07-09 17:18:34 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
ethcore-ipc-codegen = { path = "../codegen" }
|