2b8b8851ab
* Update a few dependencies Updates two dependencies: `kvdb-rocksdb` and `h2`. Brings in `parking_lot 0.9` which is unintended but possibly fine. * Bump parking_lot to 0.9 Bump kvdb-memorydb to 0.2 (from git atm) * New kvdb-memorydb is not breaking * Remove [patch]
20 lines
381 B
TOML
20 lines
381 B
TOML
[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.6.0"
|
|
keccak-hash = "0.2.0"
|
|
jsonrpc-core = "12.0.0"
|
|
jsonrpc-tcp-server = "12.0.0"
|
|
log = "0.4"
|
|
parking_lot = "0.9"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.5"
|
|
tokio = "0.1"
|
|
tokio-io = "0.1"
|