openethereum/stratum/Cargo.toml

22 lines
746 B
TOML
Raw Normal View History

[package]
description = "Ethcore stratum lib"
name = "ethcore-stratum"
2017-10-12 23:44:02 +02:00
version = "1.9.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[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" }
ethcore-util = { path = "../util" }
2017-09-04 16:36:49 +02:00
ethcore-bigint = { path = "../util/bigint" }
ethcore-devtools = { path = "../devtools" }
env_logger = "0.4"
tokio-core = "0.1"
tokio-io = "0.1"
parking_lot = "0.4"
ethcore-logger = { path = "../logger" }
hash = { path = "../util/hash" }