2016-08-19 10:20:39 +02:00
|
|
|
[package]
|
|
|
|
description = "Ethcore stratum lib"
|
|
|
|
name = "ethcore-stratum"
|
2018-03-03 22:02:33 +01:00
|
|
|
version = "1.11.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-02-09 09:32:06 +01:00
|
|
|
ethereum-types = "0.2"
|
2017-11-17 17:12:12 +01:00
|
|
|
keccak-hash = { path = "../util/hash" }
|
2018-02-07 16:13:54 +01:00
|
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.10" }
|
|
|
|
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.10" }
|
|
|
|
jsonrpc-tcp-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.10" }
|
2017-11-14 17:47:41 +01:00
|
|
|
log = "0.3"
|
2018-01-19 13:46:11 +01:00
|
|
|
parking_lot = "0.5"
|
2017-11-14 17:47:41 +01:00
|
|
|
|
|
|
|
[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-03-22 06:23:40 +01:00
|
|
|
ethcore-logger = { path = "../logger" }
|