openethereum/crates/concensus/miner/stratum/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
381 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.9.2"
keccak-hash = "0.5.0"
2020-09-21 11:36:28 +02:00
jsonrpc-core = "15.0.0"
jsonrpc-tcp-server = "15.0.0"
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"