2016-08-19 10:20:39 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore stratum lib"
|
|
|
|
name = "ethcore-stratum"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.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-19 10:20:39 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
2017-11-13 22:52:25 +01:00
|
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
|
|
|
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
|
|
|
jsonrpc-tcp-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
2016-08-19 10:20:39 +02:00
|
|
|
ethcore-util = { path = "../util" }
|
2017-09-04 16:36:49 +02:00
|
|
|
ethcore-bigint = { path = "../util/bigint" }
|
2016-08-19 10:20:39 +02:00
|
|
|
ethcore-devtools = { path = "../devtools" }
|
2017-03-28 19:06:08 +02:00
|
|
|
env_logger = "0.4"
|
2017-01-25 11:03:36 +01:00
|
|
|
tokio-core = "0.1"
|
2017-10-05 12:35:01 +02:00
|
|
|
tokio-io = "0.1"
|
2017-09-02 20:09:13 +02:00
|
|
|
parking_lot = "0.4"
|
2017-03-22 06:23:40 +01:00
|
|
|
ethcore-logger = { path = "../logger" }
|
2017-08-30 19:18:28 +02:00
|
|
|
hash = { path = "../util/hash" }
|