[package] name = "sp-keyring" version = "2.0.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] primitives = { package = "sp-core", path = "../core" } sp-runtime = { path = "../runtime" } lazy_static = "1.4.0" strum = { version = "0.16.0", features = ["derive"] }