[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.2" rand = "0.7.2" serde_json = "1.0.40" subtle = "2.1.1" parking_lot = "0.9.0" [dev-dependencies] tempdir = "0.3.7"