openethereum/miner/stratum/Cargo.toml

20 lines
377 B
TOML
Raw Normal View History

[package]
description = "Ethcore stratum lib"
name = "ethcore-stratum"
version = "1.12.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethereum-types = "0.4"
keccak-hash = "0.1"
jsonrpc-core = "10.0.1"
jsonrpc-tcp-server = "10.0.1"
log = "0.4"
2018-12-11 17:22:55 +01:00
parking_lot = "0.7"
2017-11-14 17:47:41 +01:00
[dev-dependencies]
env_logger = "0.5"
tokio = "0.1"
tokio-io = "0.1"