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]
|
2017-11-14 17:47:41 +01:00
|
|
|
ethcore-logger = { path = "../logger" }
|
2018-01-10 13:35:18 +01:00
|
|
|
ethereum-types = "0.1"
|
2017-11-17 17:12:12 +01:00
|
|
|
keccak-hash = { path = "../util/hash" }
|
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" }
|
2017-11-14 17:47:41 +01:00
|
|
|
log = "0.3"
|
|
|
|
parking_lot = "0.4"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
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" }
|