2019-02-07 14:34:24 +01:00
|
|
|
[package]
|
2020-03-25 17:16:51 +01:00
|
|
|
description = "OpenEthereum Account Management"
|
2019-02-07 14:34:24 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "ethcore-accounts"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethkey = { path = "ethkey" }
|
|
|
|
ethstore = { path = "ethstore" }
|
|
|
|
log = "0.4"
|
2020-04-14 10:12:40 +02:00
|
|
|
parity-crypto = { version = "0.6.1", features = ["publickey"] }
|
2020-02-07 17:23:45 +01:00
|
|
|
parking_lot = "0.10.0"
|
2019-02-07 14:34:24 +01:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-04-11 13:16:37 +02:00
|
|
|
ethereum-types = "0.9.0"
|
2020-03-29 22:31:17 +02:00
|
|
|
tempfile = "3.1"
|