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