64c098627e
* updated docopt, env_logger, semver and regex crates * updated parking_lot to 0.4 * fixed compiling on linux * updated igd to 0.6 * updated jsonrpc * fixed regex related compiler error on linux
31 lines
899 B
TOML
31 lines
899 B
TOML
[package]
|
|
description = "Ethcore stratum lib"
|
|
name = "ethcore-stratum"
|
|
version = "1.7.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
ethcore-ipc-codegen = { path = "../ipc/codegen" }
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" }
|
|
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" }
|
|
jsonrpc-tcp-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" }
|
|
ethcore-util = { path = "../util" }
|
|
ethcore-devtools = { path = "../devtools" }
|
|
lazy_static = "0.2"
|
|
env_logger = "0.4"
|
|
ethcore-ipc = { path = "../ipc/rpc" }
|
|
semver = "0.6"
|
|
ethcore-ipc-nano = { path = "../ipc/nano" }
|
|
futures = "0.1"
|
|
tokio-core = "0.1"
|
|
ethcore-logger = { path = "../logger" }
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = false
|