tc-keystore 2.0.0

Keystore (and session key management) for ed25519 based chains like Polkadot.
Documentation
[dependencies.async-trait]
version = "0.1.30"

[dependencies.derive_more]
version = "0.99.2"

[dependencies.futures]
version = "0.3.9"

[dependencies.futures-util]
version = "0.3.4"

[dependencies.hex]
version = "0.4.0"

[dependencies.merlin]
default-features = false
version = "2.0"

[dependencies.parking_lot]
version = "0.11.1"

[dependencies.rand]
version = "0.7.2"

[dependencies.serde_json]
version = "1.0.41"

[dependencies.subtle]
version = "2.1.1"

[dependencies.tet-application-crypto]
version = "2.0.2"

[dependencies.tet-core]
version = "2.0.2"

[dependencies.tp-keystore]
version = "0.8.1"
[dev-dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "Keystore (and session key management) for ed25519 based chains like Polkadot."
documentation = "https://docs.rs/tc-keystore"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "tc-keystore"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]