sc-keystore 9.0.0

Keystore (and session key management) for ed25519 based chains like Polkadot.
Documentation
[dependencies.array-bytes]
version = "4.1"

[dependencies.async-trait]
version = "0.1.57"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.serde_json]
version = "1.0.85"

[dependencies.sp-application-crypto]
version = "13.0.0"

[dependencies.sp-core]
version = "12.0.0"

[dependencies.sp-keystore]
version = "0.18.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Keystore (and session key management) for ed25519 based chains like Polkadot."
documentation = "https://docs.rs/sc-keystore"
edition = "2021"
homepage = "https://substrate.io"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "sc-keystore"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "9.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]