c7f608ec74
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
22 lines
708 B
TOML
22 lines
708 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.3"
|
|
keccak-hash = { git = "https://github.com/paritytech/parity-common" }
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
|
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
|
jsonrpc-tcp-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
|
log = "0.3"
|
|
parking_lot = "0.6"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.4"
|
|
tokio-core = "0.1"
|
|
tokio-io = "0.1"
|
|
ethcore-logger = { path = "../../logger" }
|