openethereum/signer/Cargo.toml

26 lines
612 B
TOML
Raw Normal View History

[package]
description = "Ethcore Trusted Signer"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-signer"
version = "1.2.0"
authors = ["Ethcore <admin@ethcore.io>"]
build = "build.rs"
[build-dependencies]
rustc_version = "0.1"
[dependencies]
2016-05-27 17:46:15 +02:00
jsonrpc-core = "2.0"
log = "0.3"
env_logger = "0.3"
2016-05-31 20:12:47 +02:00
ws = { git = "https://github.com/ethcore/ws-rs.git" }
2016-05-27 15:46:07 +02:00
ethcore-util = { path = "../util" }
ethcore-rpc = { path = "../rpc" }
2016-06-02 17:14:15 +02:00
parity-minimal-sysui = { git = "https://github.com/ethcore/parity-dapps-minimal-sysui-rs.git" }
2016-05-27 13:03:00 +02:00
2016-06-03 11:15:38 +02:00
clippy = { version = "0.0.71", optional = true}
[features]
dev = ["clippy"]