mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 16:37:57 +00:00
535325d2e6
* Upgraded dependencies * Adapting code to scale v3 * Empty commit to trigger CI * Triggering CI * Fixing UI test * Remove superfluous dev-dep added by #9228 * Cryout for CI
29 lines
883 B
TOML
29 lines
883 B
TOML
[package]
|
|
name = "sc-keystore"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Keystore (and session key management) for ed25519 based chains like Polkadot."
|
|
documentation = "https://docs.rs/sc-keystore"
|
|
readme = "README.md"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.50"
|
|
thiserror = "1.0"
|
|
sp-application-crypto = { version = "5.0.0", path = "../../primitives/application-crypto" }
|
|
sp-core = { version = "5.0.0", path = "../../primitives/core" }
|
|
sp-keystore = { version = "0.11.0", path = "../../primitives/keystore" }
|
|
hex = "0.4.0"
|
|
parking_lot = "0.12.0"
|
|
serde_json = "1.0.74"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|