2017-02-20 16:13:21 +01:00
|
|
|
[package]
|
|
|
|
description = "Ethcore Secret Store"
|
|
|
|
name = "ethcore-secretstore"
|
|
|
|
version = "1.0.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"
|
|
|
|
parking_lot = "0.3"
|
2017-02-24 09:22:29 +01:00
|
|
|
hyper = { version = "0.10", default-features = false }
|
2017-02-20 16:13:21 +01:00
|
|
|
url = "1.0"
|
|
|
|
ethcore-devtools = { path = "../devtools" }
|
|
|
|
ethcore-util = { path = "../util" }
|
|
|
|
ethcore-ipc = { path = "../ipc/rpc" }
|
|
|
|
ethcore-ipc-nano = { path = "../ipc/nano" }
|
|
|
|
ethcrypto = { path = "../ethcrypto" }
|
|
|
|
ethkey = { path = "../ethkey" }
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|