Newer
Older
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-storage",
"sp-transaction-pool",
"sp-trie",
"sp-version",
]
[[package]]
name = "sc-client-db"
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2593615d3b8e2dd9942d333bc7f70c5736d539212c86969eae2edf4dbade0a"
dependencies = [
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"linked-hash-map",
"log",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.0",
"rand 0.7.3",
"sc-client",
"sc-client-api",
"sc-executor",
"sc-state-db",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-trie",
"substrate-prometheus-endpoint",
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1202aef261a68f30db9f57dfb013ec07fc79ba3df8cf9675ed17ee645445a004"
dependencies = [
"derive_more",
"futures 0.3.4",
"futures-timer 3.0.2",
"log",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-consensus-slots",
"sc-keystore",
"sc-telemetry",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-timestamp",
"sp-version",
]
[[package]]
name = "sc-consensus-slots"
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86e84cf67d0330f4ba843577475dddff55f2db0199d55c94a972640e44afcdce"
dependencies = [
"futures 0.3.4",
"futures-timer 3.0.2",
"log",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-client-api",
"sc-telemetry",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0ab992ed677c0d18c30a5a13f7a03af29a59cc74501c60e2e45eb35dc9467e5"
dependencies = [
"derive_more",
"lazy_static",
"libsecp256k1",
"log",
"parity-scale-codec",
"parity-wasm",
"parking_lot 0.10.0",
"sc-executor-common",
"sc-executor-wasmi",
"sp-core",
"sp-externalities",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
"sp-serializer",
"sp-trie",
"sp-version",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-common"
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859a874cc47a01fb44bd53b172773629abb2c0d155b4e6505c1ec438103ffe5b"
"derive_more",
"log",
"parity-scale-codec",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-serializer",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4af5cb944a100efd2c117846b1f42da4e303c2a9e48d5231922315861775c558"
"log",
"parity-scale-codec",
"parity-wasm",
"sc-executor-common",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"wasmi",
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aad8a1f0d03e8a7c3b1d8cd74050960365e347f739c131715f84f588dd051a4"
dependencies = [
"assert_matches",
"finality-grandpa",
"fork-tree",
"futures 0.3.4",
"futures-timer 3.0.2",
"log",
"parity-scale-codec",
"parking_lot 0.10.0",
"pin-project",
"rand 0.7.3",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-keystore",
"sc-network",
"sc-network-gossip",
"sc-telemetry",
"serde_json",
"sp-api",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-finality-grandpa",
"sp-finality-tracker",
"sp-inherents",
"sp-runtime",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-informant"
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b52d147f0dcb8de59e842418056cf3c166828567357cf2dd99040d52bf8a406"
"ansi_term 0.12.1",
"futures 0.3.4",
"log",
"parity-util-mem",
"sc-client-api",
"sc-network",
"sc-service",
"sp-blockchain",
"sp-runtime",
"wasm-timer",
]
[[package]]
name = "sc-keystore"
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c17c8aa8cb9fa4aa710379dc4e119b848cd65fa0a4e2209b6c0f97ee7c2c8a"
"derive_more",
"hex",
"parking_lot 0.10.0",
"rand 0.7.3",
"serde_json",
"sp-application-crypto",
"sp-core",
"subtle 2.2.2",
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df01faa65b22aca751910a417f5a6ea28cefd9d3349c17fbc2ad8b7f190d390"
dependencies = [
"bitflags",
"bytes 0.5.4",
"derive_more",
"either",
"erased-serde",
"fnv",
"fork-tree",
"futures 0.3.4",
"futures-timer 3.0.2",
"futures_codec",
"libp2p",
"linked-hash-map",
"linked_hash_set",
"log",
"lru",
"nohash-hasher",
"parity-scale-codec",
"parking_lot 0.10.0",
"pin-project",
"prost",
"prost-build",
"rand 0.7.3",
"rustc-hex",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-peerset",
"serde",
"serde_json",
"slog",
"slog_derive",
"smallvec 0.6.13",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
"unsigned-varint",
"void",
"wasm-timer",
"zeroize",
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1eb8906bfd2d54f84fad8aba2f4303cff30f5596e7d4b90f97008d5477ea9ce4"
"futures 0.3.4",
"futures-timer 3.0.2",
"libp2p",
"log",
"lru",
"sc-network",
"sp-runtime",
"wasm-timer",
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d375d60dc8b4b1ffc76508b4fae912dd4aad2105bc20a8377d67e132cd96b2"
dependencies = [
"bytes 0.5.4",
"fnv",
"futures 0.3.4",
"futures-timer 3.0.2",
"hyper 0.13.4",
"hyper-rustls",
"log",
"num_cpus",
"parity-scale-codec",
"parking_lot 0.10.0",
"rand 0.7.3",
"sc-client-api",
"sc-keystore",
"sc-network",
"sp-api",
"sp-core",
"sp-offchain",
"sp-runtime",
"threadpool",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a61bec2c8ace0c65c0cbd306b57a81eff12c92686b2988066d0ac49570944095"
"futures 0.3.4",
"libp2p",
"log",
"serde_json",
"wasm-timer",
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754b46516c3bce1ac3bf82001e71e1bf371881ab25bf90c8adefd39311089a34"
dependencies = [
"futures 0.3.4",
"hash-db",
"jsonrpc-core",
"jsonrpc-pubsub",
"log",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-executor",
"sc-keystore",
"sc-rpc-api",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-offchain",
"sp-rpc",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-transaction-pool",
"sp-version",
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f413b451cfd4440787262b6ae642d1f3003dc368ebd02d9cfe55cd66dc2cb0d"
dependencies = [
"derive_more",
"futures 0.3.4",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-pubsub",
"log",
"parity-scale-codec",
"parking_lot 0.10.0",
"serde",
"serde_json",
"sp-core",
"sp-rpc",
"sp-runtime",
"sp-transaction-pool",
"sp-version",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab710c3b4687a868d86d238b17d33457d83a8d8a2e168c9e8d141724b3b7d45"
"jsonrpc-core",
"jsonrpc-http-server",
"jsonrpc-pubsub",
"jsonrpc-ws-server",
"log",
"serde",
"serde_json",
"sp-runtime",
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e93f1aa0656625fe1477d67cf2806a2880fd763e17495d680224e4600b33065"
dependencies = [
"derive_more",
"exit-future",
"futures 0.1.29",
"futures 0.3.4",
"futures-diagnose",
"futures-timer 3.0.2",
"lazy_static",
"log",
"parity-multiaddr",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.0",
"sc-chain-spec",
"sc-client",
"sc-client-api",
"sc-client-db",
"sc-executor",
"sc-keystore",
"sc-network",
"sc-offchain",
"sc-rpc",
"sc-rpc-server",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"serde",
"serde_json",
"slog",
"sp-api",
"sp-application-crypto",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-io",
"sp-runtime",
"sp-session",
"sp-transaction-pool",
"substrate-prometheus-endpoint",
"sysinfo",
"target_info",
"tracing",
"wasm-timer",
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1db2344b4ebe75dfbaa2f658ee66db81648db3304dc9613c7cb28391861e283"
"log",
"parity-scale-codec",
"parity-util-mem",
"parity-util-mem-derive",
"parking_lot 0.10.0",
"sc-client-api",
"sp-core",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f358814b6fe2f2c726f708870d98d07f10d6ebb7d06dcf7f8f2781a868d24eb2"
dependencies = [
"bytes 0.5.4",
"futures 0.3.4",
"futures-timer 3.0.2",
"libp2p",
"log",
"parking_lot 0.10.0",
"pin-project",
"rand 0.7.3",
"serde",
"slog",
"slog-json",
"slog-scope",
"take_mut",
"void",
"wasm-timer",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9621e030cf432e067cfce76369f80e766c2bb60cd13c7213e3c4aea1c11b92"
"erased-serde",
"log",
"parking_lot 0.10.0",
"sc-telemetry",
"serde",
"serde_json",
"slog",
"tracing-core",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ba2ba64a7fcdb70b747a3c6590f97c5f721100167629ae5d1617b5dff9072af"
"derive_more",
"futures 0.3.4",
"linked-hash-map",
"log",
"parity-util-mem",
"parking_lot 0.10.0",
"serde",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-transaction-pool",
"wasm-timer",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f131fa840ee75820fef3e3658c81d6d13b1bfe086ef21aac53b9661ae6e11ce"
dependencies = [
"derive_more",
"futures 0.3.4",
"futures-diagnose",
"futures-timer 2.0.2",
"log",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.0",
"sc-client-api",
"sc-transaction-graph",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-transaction-pool",
"wasm-timer",
]
[[package]]
name = "schannel"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19"
"lazy_static",
"winapi 0.3.8",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"
"arrayref",
"arrayvec 0.5.1",
"curve25519-dalek",
"getrandom",
"merlin",
"rand 0.7.3",
"rand_core 0.5.1",
"sha2",
"subtle 2.2.2",
"zeroize",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
[[package]]
name = "security-framework"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97bbedbe81904398b6ebb054b3e912f99d55807125790f3198ac990d98def5b0"
"bitflags",
"core-foundation",
"core-foundation-sys",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06fd2f23e31ef68dd2328cc383bd493142e46107a3a0e24f7d734e3f3b80fe4c"
"core-foundation-sys",
"libc",
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
name = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8"
"proc-macro2",
"quote",
"syn",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
"itoa",
"ryu",
"serde",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
name = "sha3"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
"block-buffer",
"byte-tools",
"digest",
"keccak",
"opaque-debug",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
"winapi 0.2.8",
"winapi-build",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a"
"chrono",
"erased-serde",
"serde",
"serde_json",
"slog",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6"
"arc-swap",
"lazy_static",
"slog",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b"
"proc-macro2",
"quote",
"syn",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
name = "snow"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb767eee7d257ba202f0b9b08673bc13b22281632ef45267b19f13100accd2f"
"arrayref",
"blake2-rfc",
"chacha20-poly1305-aead",
"rand 0.7.3",
"rand_core 0.5.1",
"ring",
"rustc_version",
"sha2",
"subtle 2.2.2",
"x25519-dalek",
]
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b"
"base64 0.11.0",
"bytes 0.5.4",
"flate2",
"futures 0.3.4",
"http 0.2.0",
"httparse",
"log",
"rand 0.7.3",
"sha1",
"smallvec 1.2.0",
"static_assertions",
"thiserror",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb6b190d2b48dcfc0641760ed0164df8ac8807a50afcb7c1da7641c8c13591b"
"derive_more",
"log",
"sp-core",
"sp-std",
"sp-wasm-interface",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4312c5081652e14f9c87fe6f8c765bbe63ac0ae69daeba48c2e5f7e7b7b25b"
"hash-db",
"parity-scale-codec",
"sp-api-proc-macro",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-version",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73a94ac1f228f99fb5279d7983f6bcde83bf1fe5824f9a56e5f7a81cc8a7069c"
"blake2-rfc",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed68f0c283a01b5a8c768965b160fb4aa0a637a7e1b5e0d1168cba2f2310b348"
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-std",
]
[[package]]
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d1e32dfcd4c87069d6e48d7d4a873221a8c27161a0ef5ad6ff683b591e6f97"
"integer-sqrt",
"num-traits",
"parity-scale-codec",
"serde",
"sp-debug-derive",
"sp-std",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb168416f8724c89877bfea4fece91087855760b6fc2957d982de5c168575b5"
"parity-scale-codec",
"sp-api",
"sp-inherents",
"sp-runtime",
"sp-std",
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "789cf456c266dfb7d26a08f590b6e4d7644121e0d7fc3a2cd01636e1d3cef512"
"derive_more",
"log",
"lru",
"parity-scale-codec",
"parking_lot 0.10.0",
"sp-block-builder",
"sp-consensus",
"sp-runtime",
"sp-state-machine",
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece2291dcf8ee851df66ea0096a5301e18921e8208782ccf484694d4e50aae98"
dependencies = [
"derive_more",
"futures 0.3.4",
"futures-diagnose",
"futures-timer 3.0.2",
"libp2p",
"log",
"parity-scale-codec",
"parking_lot 0.10.0",
"serde",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-version",
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ee662e18c471a2a7abb56ddc32790aeb4cf348b67bfe4c5b320360be0aa7a72"
"parity-scale-codec",
"sp-api",
"sp-application-crypto",
"sp-inherents",
"sp-runtime",
"sp-std",
"sp-timestamp",
version = "0.8.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3341004b1ed8ae1487dc28b5ba9e3ece95c23c318d427fa598bb0084630ea822"