2017-06-19 11:29:09 +02:00
|
|
|
[package]
|
2019-08-12 18:55:11 +02:00
|
|
|
description = "Parity Ethereum Key Management CLI"
|
2017-06-19 11:29:09 +02:00
|
|
|
name = "ethstore-cli"
|
2019-01-03 14:07:27 +01:00
|
|
|
version = "0.1.1"
|
2017-06-19 11:29:09 +02:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-11-11 11:19:44 +01:00
|
|
|
docopt = "1.0"
|
2019-01-03 14:07:27 +01:00
|
|
|
env_logger = "0.5"
|
2017-12-01 09:40:07 +01:00
|
|
|
num_cpus = "1.6"
|
2017-07-06 11:36:15 +02:00
|
|
|
rustc-hex = "1.0"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2021-04-27 13:12:19 +02:00
|
|
|
parking_lot = "0.11.1"
|
2021-01-13 18:03:12 +01:00
|
|
|
ethstore = { path = "../../crates/accounts/ethstore" }
|
|
|
|
dir = { path = '../../crates/util/dir' }
|
|
|
|
panic_hook = { path = "../../crates/util/panic-hook" }
|
2017-06-19 11:29:09 +02:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "ethstore"
|
|
|
|
path = "src/main.rs"
|
|
|
|
doc = false
|
2018-03-28 21:04:08 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3.5"
|