Newer
Older
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
[[package]]
name = "scale-value"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a5e7810815bd295da73e4216d1dfbced3c7c7c7054d70fa5f6e4c58123fff4"
dependencies = [
"either",
"frame-metadata",
"parity-scale-codec",
"scale-bits",
"scale-decode",
"scale-info",
"serde",
"thiserror",
"yap",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
[[package]]
name = "schnellru"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"
dependencies = [
"ahash 0.8.3",
"cfg-if 1.0.0",
"hashbrown 0.13.2",
]
[[package]]
name = "schnorrkel"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"
"curve25519-dalek 2.1.3",
"rand 0.7.3",
"rand_core 0.5.1",
"subtle",
"zeroize",
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
[[package]]
name = "sct"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
]
[[package]]
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
name = "sdp"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"
dependencies = [
"rand 0.8.5",
"substring",
"thiserror",
"url",
]
[[package]]
name = "sec1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
dependencies = [
"base16ct",
"der",
"generic-array 0.14.6",
"pkcs8",
"subtle",
"zeroize",
]
[[package]]
name = "secp256k1"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"
dependencies = [
"secp256k1-sys",
]
[[package]]
name = "secp256k1-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
dependencies = [
"cc",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
dependencies = [
"zeroize",
]
[[package]]
name = "security-framework"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"security-framework-sys",
[[package]]
name = "security-framework-sys"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
dependencies = [
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
]
[[package]]
name = "semver"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
"quote 1.0.23",
"syn 1.0.107",
[[package]]
name = "serde_json"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
dependencies = [
Svyatoslav Nikolsky
committed
"indexmap",
"ryu",
"serde",
]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
"block-buffer 0.9.0",
"digest 0.9.0",
"opaque-debug 0.3.0",
[[package]]
name = "sha2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
"block-buffer 0.7.3",
"digest 0.8.1",
"opaque-debug 0.2.3",
]
[[package]]
name = "sha2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"opaque-debug 0.3.0",
[[package]]
name = "sha2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if 1.0.0",
[[package]]
name = "sha3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
dependencies = [
"keccak",
]
[[package]]
name = "sharded-slab"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal-hook"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-async-std"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4aa94397e2023af5b7cff5b8d4785e935cfb77f0e4aab0cae3b26258ace556"
dependencies = [
"async-io",
"futures-lite",
"libc",
"signal-hook",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
dependencies = [
[[package]]
name = "simba"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50582927ed6f77e4ac020c057f37a268fc6aebc29225050365aacbb9deeeddc4"
dependencies = [
"approx",
"num-complex",
"num-traits",
"wide",
[[package]]
name = "slab"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
[[package]]
name = "slice-group-by"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
[[package]]
name = "slot-range-helper"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#4f331d74c3004d9765b735ec66acc92edea62c7f"
dependencies = [
"enumn",
"parity-scale-codec",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "slotmap"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
Svyatoslav Nikolsky
committed
[[package]]
name = "sluice"
Svyatoslav Nikolsky
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
Svyatoslav Nikolsky
committed
dependencies = [
Svyatoslav Nikolsky
committed
"futures-core",
"futures-io",
]
[[package]]
name = "smallvec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ba5f4d4ff12bdb6a169ed51b7c48c0e0ac4b0b4b31012b2571e97d78d3201d"
"curve25519-dalek 4.0.0-rc.0",
"rustc_version 0.4.0",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
[[package]]
name = "soketto"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
"httparse",
"rand 0.8.5",
[[package]]
name = "sp-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"hash-db",
"log",
"parity-scale-codec",
"sp-api-proc-macro",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
"sp-std 5.0.0",
"sp-trie 7.0.0",
"sp-version",
[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"blake2",
"proc-macro-crate",
"quote 1.0.23",
"syn 1.0.107",
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
11498
11499
11500
11501
11502
11503
11504
11505
11506
11507
11508
11509
11510
11511
11512
11513
11514
11515
11516
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "sp-application-crypto"
version = "12.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a72575f160b1b134ee277a2ab46af4361c072a3fe661c48e474255406cb01c97"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"sp-core 11.0.0",
"sp-io 12.0.0",
"sp-std 6.0.0",
]
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-std 5.0.0",
"static_assertions",
]
[[package]]
name = "sp-arithmetic"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2038010f7514d50775dcbd3edb569e17fa9bda63128580a9e172abb1795f2c1d"
dependencies = [
"integer-sqrt",
"num-traits",
"parity-scale-codec",
"scale-info",
"serde",
"sp-std 6.0.0",
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
[[package]]
name = "sp-beefy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"lazy_static",
"parity-scale-codec",
"scale-info",
"serde",
"sp-application-crypto 7.0.0",
"sp-core 7.0.0",
"sp-io 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-inherents",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "sp-blockchain"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"lru 0.8.1",
"parity-scale-codec",
"parking_lot 0.12.1",
"sp-consensus",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-core 7.0.0",
"sp-inherents",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
"sp-std 5.0.0",
"sp-version",
]
[[package]]
name = "sp-consensus-aura"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-timestamp",
]
[[package]]
name = "sp-consensus-babe"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-consensus",
"sp-consensus-slots",
"sp-consensus-vrf",
"sp-core 7.0.0",
"sp-inherents",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
"sp-timestamp",
]
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"parity-scale-codec",
"sp-std 5.0.0",
"sp-timestamp",
[[package]]
name = "sp-consensus-vrf"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"blake2",
"bounded-collections",
"ed25519-zebra",
"futures",
"lazy_static",
"libsecp256k1",
"log",
"merlin",
"parity-scale-codec",
"parking_lot 0.12.1",
"rand 0.8.5",
"regex",
"scale-info",
"schnorrkel",
"secp256k1",
"secrecy",
"serde",
"sp-core-hashing 5.0.0",
"sp-debug-derive 5.0.0",
"sp-externalities 0.13.0",
"sp-runtime-interface 7.0.0",
"sp-std 5.0.0",
"sp-storage 7.0.0",
"ss58-registry",
"substrate-bip39",
"thiserror",
"tiny-bip39",
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
"zeroize",
]
[[package]]
name = "sp-core"
version = "11.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99984f57c9eb858d29fbe0e4cf44092eec484b2ff72176d5afa4ab7bf1dc8b1"
dependencies = [
"array-bytes 4.2.0",
"base58",
"bitflags",
"blake2",
"dyn-clonable",
"ed25519-zebra",
"futures",
"hash-db",
"hash256-std-hasher",
"parity-scale-codec",
"parking_lot 0.12.1",
"secp256k1",
"sp-core-hashing 6.0.0",
"sp-debug-derive 6.0.0",
"sp-externalities 0.15.0",
"sp-runtime-interface 10.0.0",
"sp-std 6.0.0",
"sp-storage 9.0.0",
"tiny-bip39",
name = "sp-core-hashing"
version = "5.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
"blake2",
"byteorder",
"digest 0.10.6",
"sha2 0.10.6",
"sha3",
"sp-std 5.0.0",
"twox-hash",
]
[[package]]
name = "sp-core-hashing"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc2d1947252b7a4e403b0a260f596920443742791765ec111daa2bbf98eff25"
dependencies = [
"blake2",
"byteorder",
"digest 0.10.6",
"sha2 0.10.6",
"sha3",
"sp-std 6.0.0",
"twox-hash",
]
[[package]]
name = "sp-core-hashing-proc-macro"
version = "5.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"quote 1.0.23",
"sp-core-hashing 5.0.0",
[[package]]
name = "sp-database"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parking_lot 0.12.1",
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"quote 1.0.23",
"syn 1.0.107",
[[package]]
name = "sp-debug-derive"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fb9dc63d54de7d7bed62a505b6e0bd66c122525ea1abb348f6564717c3df2d"
dependencies = [
"quote 1.0.23",
"syn 1.0.107",
]
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"sp-std 5.0.0",
"sp-storage 7.0.0",
]
[[package]]
name = "sp-externalities"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc754e1cec66b93df0b48a8986d019c1a2a90431c42cf2614cc35a291597c329"
dependencies = [
"environmental",
"parity-scale-codec",
"sp-std 6.0.0",
"sp-storage 9.0.0",
]
[[package]]
name = "sp-finality-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"finality-grandpa",
"parity-scale-codec",
"sp-application-crypto 7.0.0",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
]
[[package]]
name = "sp-inherents"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"async-trait",
"impl-trait-for-tuples",
"parity-scale-codec",
"scale-info",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-std 5.0.0",
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"parity-scale-codec",
"secp256k1",
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937
11938
11939
11940
11941
"sp-core 7.0.0",
"sp-externalities 0.13.0",
"sp-keystore 0.13.0",
"sp-runtime-interface 7.0.0",
"sp-state-machine 0.13.0",
"sp-std 5.0.0",
"sp-tracing 6.0.0",
"sp-trie 7.0.0",
"tracing",
"tracing-core",
]
[[package]]
name = "sp-io"
version = "12.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ac917b37c7733e3778e7ffc3958f1181a151ac3b14116d65fb10fe7b08db10e"
dependencies = [
"bytes",
"ed25519",
"ed25519-dalek",
"futures",
"libsecp256k1",
"log",
"parity-scale-codec",
"secp256k1",
"sp-core 11.0.0",
"sp-externalities 0.15.0",
"sp-keystore 0.17.0",
"sp-runtime-interface 10.0.0",
"sp-state-machine 0.17.0",
"sp-std 6.0.0",
"sp-tracing 7.0.0",
"sp-trie 11.0.0",
]
[[package]]
name = "sp-keyring"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
"sp-core 7.0.0",
"sp-runtime 7.0.0",
[[package]]
name = "sp-keystore"
source = "git+https://github.com/paritytech/substrate?branch=master#51cf2e790f118f6cfe8d94fb9ca96bc580bd7c98"
dependencies = [
"async-trait",
"parity-scale-codec",
"parking_lot 0.12.1",
11978
11979
11980
11981
11982
11983
11984
11985
11986
11987
11988
11989
11990
11991
11992
11993
11994
11995
11996
"sp-core 7.0.0",
"sp-externalities 0.13.0",
"thiserror",
]
[[package]]
name = "sp-keystore"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ada8b7a72404bda58b3353830bc42f027ec764e13a28b4cd4386cf34fb1ae7c"
dependencies = [
"async-trait",
"futures",
"merlin",
"parity-scale-codec",
"parking_lot 0.12.1",
"schnorrkel",
"sp-core 11.0.0",
"sp-externalities 0.15.0",
"thiserror",
[[package]]