2016-08-19 10:20:39 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore stratum lib"
|
|
|
|
name = "ethcore-stratum"
|
|
|
|
version = "1.4.0"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
2016-08-24 18:35:38 +02:00
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
ethcore-ipc-codegen = { path = "../ipc/codegen" }
|
2016-08-19 10:20:39 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
|
|
|
json-tcp-server = { git = "https://github.com/ethcore/json-tcp-server" }
|
2016-09-01 12:00:00 +02:00
|
|
|
jsonrpc-core = "3.0"
|
2016-08-19 10:20:39 +02:00
|
|
|
mio = { git = "https://github.com/ethcore/mio", branch = "v0.5.x" }
|
|
|
|
ethcore-util = { path = "../util" }
|
|
|
|
ethcore-devtools = { path = "../devtools" }
|
|
|
|
lazy_static = "0.2"
|
|
|
|
env_logger = "0.3"
|
2016-08-24 18:35:38 +02:00
|
|
|
ethcore-ipc = { path = "../ipc/rpc" }
|
|
|
|
semver = "0.2"
|
|
|
|
ethcore-ipc-nano = { path = "../ipc/nano" }
|
2016-08-19 10:20:39 +02:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|
|
|
|
lto = false
|