[package] name = "substrate-keystore" version = "2.0.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] derive_more = "0.15.0" primitives = { package = "substrate-primitives", path = "../primitives" } app-crypto = { package = "substrate-application-crypto", path = "../application-crypto" } hex = "0.3" rand = "0.6" serde_json = "1.0" subtle = "2.0" parking_lot = "0.9.0" [dev-dependencies] tempdir = "0.3"