2016-08-19 10:20:39 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore stratum lib"
|
|
|
|
name = "ethcore-stratum"
|
2017-01-10 15:41:59 +01:00
|
|
|
version = "1.6.0"
|
2016-08-19 10:20:39 +02:00
|
|
|
license = "GPL-3.0"
|
2016-12-11 19:14:42 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.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"
|
2017-01-25 11:03:36 +01:00
|
|
|
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git" }
|
|
|
|
jsonrpc-macros = { git = "https://github.com/ethcore/jsonrpc.git" }
|
|
|
|
jsonrpc-tcp-server = { git = "https://github.com/ethcore/jsonrpc.git" }
|
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" }
|
2016-12-11 17:13:26 +01:00
|
|
|
semver = "0.5"
|
2016-08-24 18:35:38 +02:00
|
|
|
ethcore-ipc-nano = { path = "../ipc/nano" }
|
2017-01-25 11:03:36 +01:00
|
|
|
futures = "0.1"
|
|
|
|
tokio-core = "0.1"
|
2016-08-19 10:20:39 +02:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|
|
|
|
lto = false
|