Skip to content
Cargo.lock 450 KiB
Newer Older
Alexander's avatar
Alexander committed
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-try-runtime",
Alexander's avatar
Alexander committed
 "parachains-common",
 "parity-scale-codec",
 "scale-info",
 "sp-api",
 "sp-block-builder",
Alexander's avatar
Alexander committed
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-inherents",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "sp-transaction-pool",
 "sp-version",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "substrate-wasm-builder",
]

[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"

[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
 "libc",
 "signal-hook-registry",
]

[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
 "libc",
]

[[package]]
name = "signature"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
dependencies = [
 "digest 0.10.7",
 "rand_core 0.6.4",
]

[[package]]
name = "simba"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"
dependencies = [
 "approx",
 "num-complex",
 "num-traits",
 "paste",
 "wide",
]

[[package]]
name = "simple-mermaid"
version = "0.1.0"
source = "git+https://github.com/kianenigma/simple-mermaid.git?rev=e48b187bcfd5cc75111acd9d241f1bd36604344b#e48b187bcfd5cc75111acd9d241f1bd36604344b"

Alexander's avatar
Alexander committed
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"

[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
 "autocfg",
]

[[package]]
name = "slice-group-by"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"

[[package]]
name = "slot-range-helper"
version = "1.0.0"
dependencies = [
 "enumn",
 "parity-scale-codec",
 "paste",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
 "version_check",
]

[[package]]
name = "smallvec"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"

[[package]]
name = "smol"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
dependencies = [
 "async-channel",
 "async-executor",
 "async-fs",
 "async-io",
 "async-lock",
 "async-net",
 "async-process",
 "blocking",
 "futures-lite",
]

[[package]]
name = "smol_str"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
dependencies = [
 "serde",
]

Alexander's avatar
Alexander committed
[[package]]
name = "smoldot"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5"
dependencies = [
 "arrayvec 0.7.4",
 "async-lock",
 "atomic-take",
 "base64 0.21.2",
 "bip39",
 "blake2-rfc",
 "bs58 0.5.0",
 "chacha20 0.9.1",
 "crossbeam-queue",
 "derive_more",
 "ed25519-zebra 4.0.3",
Alexander's avatar
Alexander committed
 "either",
 "event-listener",
 "fnv",
 "futures-lite",
 "futures-util",
 "hashbrown 0.14.0",
 "hex",
 "hmac 0.12.1",
 "itertools 0.11.0",
 "libsecp256k1",
 "merlin 3.0.0",
 "no-std-net",
 "nom",
 "num-bigint",
 "num-rational",
 "num-traits",
 "pbkdf2 0.12.2",
 "pin-project",
 "poly1305 0.8.0",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "ruzstd",
 "schnorrkel 0.10.2",
 "serde",
 "serde_json",
 "sha2 0.10.7",
 "sha3",
 "siphasher",
 "slab",
 "smallvec",
 "soketto",
 "twox-hash",
Alexander's avatar
Alexander committed
 "x25519-dalek 2.0.0",
 "zeroize",
]

[[package]]
name = "smoldot-light"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33"
dependencies = [
 "async-channel",
 "async-lock",
 "base64 0.21.2",
 "blake2-rfc",
 "derive_more",
 "either",
 "event-listener",
 "fnv",
 "futures-channel",
 "futures-lite",
 "futures-util",
 "hashbrown 0.14.0",
 "hex",
 "itertools 0.11.0",
 "log",
 "lru 0.11.0",
 "no-std-net",
 "parking_lot 0.12.1",
 "pin-project",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "serde",
 "serde_json",
 "siphasher",
 "slab",
 "smol",
 "smoldot",
 "zeroize",
]

[[package]]
name = "snap"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"

[[package]]
name = "snow"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"
dependencies = [
 "aes-gcm 0.9.4",
David Emett's avatar
David Emett committed
 "blake2 0.10.6",
Alexander's avatar
Alexander committed
 "chacha20poly1305",
 "curve25519-dalek 4.1.1",
Alexander's avatar
Alexander committed
 "rand_core 0.6.4",
 "ring 0.16.20",
 "rustc_version 0.4.0",
 "sha2 0.10.7",
David Emett's avatar
David Emett committed
 "subtle 2.4.1",
17269 17270 17271 17272 17273 17274 17275 17276 17277 17278 17279 17280 17281 17282 17283 17284 17285 17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 17300 17301 17302 17303 17304 17305 17306 17307 17308 17309 17310 17311 17312 17313 17314 17315 17316 17317 17318 17319 17320 17321 17322 17323 17324 17325 17326 17327 17328 17329 17330 17331 17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 17342 17343 17344 17345 17346 17347 17348 17349 17350 17351 17352 17353 17354 17355 17356 17357 17358 17359 17360 17361 17362 17363 17364 17365 17366 17367 17368 17369 17370 17371 17372 17373 17374 17375 17376 17377 17378 17379 17380 17381 17382 17383 17384 17385 17386 17387 17388 17389 17390 17391 17392 17393 17394 17395 17396 17397 17398 17399 17400 17401 17402 17403 17404 17405 17406 17407 17408 17409 17410 17411 17412 17413 17414 17415 17416 17417 17418 17419 17420 17421 17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 17434 17435 17436 17437 17438 17439 17440 17441 17442 17443 17444 17445 17446 17447 17448 17449 17450 17451 17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 17468 17469 17470 17471 17472 17473 17474 17475 17476 17477 17478 17479 17480 17481 17482 17483 17484 17485 17486 17487 17488 17489 17490 17491 17492 17493 17494 17495 17496 17497 17498 17499 17500 17501 17502 17503 17504 17505 17506 17507 17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 17518 17519 17520 17521 17522 17523 17524 17525 17526 17527 17528 17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539 17540 17541 17542 17543 17544 17545 17546 17547 17548 17549 17550 17551 17552 17553 17554 17555 17556 17557 17558 17559 17560 17561 17562 17563 17564 17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 17575 17576 17577 17578 17579 17580 17581 17582 17583 17584 17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 17608 17609 17610 17611 17612 17613 17614 17615 17616 17617 17618 17619 17620
[[package]]
name = "snowbridge-beacon-primitives"
version = "0.0.1"
dependencies = [
 "byte-slice-cast",
 "frame-support",
 "frame-system",
 "hex",
 "hex-literal",
 "milagro_bls",
 "parity-scale-codec",
 "rlp",
 "scale-info",
 "serde",
 "snowbridge-ethereum",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0",
 "ssz_rs",
 "ssz_rs_derive",
 "static_assertions",
]

[[package]]
name = "snowbridge-core"
version = "0.1.1"
dependencies = [
 "ethabi-decode",
 "frame-support",
 "frame-system",
 "hex",
 "hex-literal",
 "parity-scale-codec",
 "polkadot-parachain-primitives",
 "scale-info",
 "serde",
 "snowbridge-beacon-primitives",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0",
 "staging-xcm",
 "staging-xcm-builder",
]

[[package]]
name = "snowbridge-ethereum"
version = "0.1.0"
dependencies = [
 "ethabi-decode",
 "ethbloom",
 "ethereum-types",
 "hex-literal",
 "parity-bytes",
 "parity-scale-codec",
 "rand 0.8.5",
 "rlp",
 "rustc-hex",
 "scale-info",
 "serde",
 "serde-big-array",
 "serde_json",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0",
 "wasm-bindgen-test",
]

[[package]]
name = "snowbridge-ethereum-beacon-client"
version = "0.0.1"
dependencies = [
 "bp-runtime",
 "byte-slice-cast",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal",
 "log",
 "pallet-timestamp",
 "parity-scale-codec",
 "rand 0.8.5",
 "rlp",
 "scale-info",
 "serde",
 "serde_json",
 "snowbridge-beacon-primitives",
 "snowbridge-core",
 "snowbridge-ethereum",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std 8.0.0",
 "ssz_rs",
 "ssz_rs_derive",
 "static_assertions",
]

[[package]]
name = "snowbridge-inbound-queue"
version = "0.1.1"
dependencies = [
 "alloy-primitives",
 "alloy-rlp",
 "alloy-sol-types",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal",
 "log",
 "num-traits",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "snowbridge-beacon-primitives",
 "snowbridge-core",
 "snowbridge-ethereum",
 "snowbridge-ethereum-beacon-client",
 "snowbridge-router-primitives",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std 8.0.0",
 "staging-xcm",
 "staging-xcm-builder",
]

[[package]]
name = "snowbridge-outbound-queue"
version = "0.1.1"
dependencies = [
 "bridge-hub-common",
 "ethabi-decode",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-message-queue",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "snowbridge-core",
 "snowbridge-outbound-queue-merkle-tree",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std 8.0.0",
 "staging-xcm",
]

[[package]]
name = "snowbridge-outbound-queue-merkle-tree"
version = "0.1.1"
dependencies = [
 "array-bytes 4.2.0",
 "env_logger 0.9.3",
 "hex",
 "hex-literal",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "snowbridge-outbound-queue-runtime-api"
version = "0.1.0"
dependencies = [
 "frame-support",
 "parity-scale-codec",
 "snowbridge-core",
 "snowbridge-outbound-queue-merkle-tree",
 "sp-api",
 "sp-core",
 "sp-std 8.0.0",
 "staging-xcm",
]

[[package]]
name = "snowbridge-rococo-common"
version = "0.0.1"
dependencies = [
 "frame-support",
 "log",
 "staging-xcm",
]

[[package]]
name = "snowbridge-router-primitives"
version = "0.1.1"
dependencies = [
 "ethabi-decode",
 "frame-support",
 "frame-system",
 "hex-literal",
 "log",
 "parity-scale-codec",
 "rustc-hex",
 "scale-info",
 "serde",
 "snowbridge-core",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0",
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
]

[[package]]
name = "snowbridge-runtime-common"
version = "0.1.1"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "snowbridge-core",
 "sp-arithmetic",
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
]

[[package]]
name = "snowbridge-runtime-tests"
version = "0.1.0"
dependencies = [
 "asset-hub-rococo-runtime",
 "assets-common",
 "bridge-hub-rococo-runtime",
 "bridge-hub-test-utils",
 "bridge-runtime-common",
 "cumulus-pallet-aura-ext",
 "cumulus-pallet-dmp-queue",
 "cumulus-pallet-parachain-system",
 "cumulus-pallet-session-benchmarking",
 "cumulus-pallet-xcm",
 "cumulus-pallet-xcmp-queue",
 "cumulus-primitives-core",
 "cumulus-primitives-utility",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "hex-literal",
 "log",
 "pallet-aura",
 "pallet-authorship",
 "pallet-balances",
 "pallet-collator-selection",
 "pallet-message-queue",
 "pallet-multisig",
 "pallet-session",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-utility",
 "pallet-xcm",
 "pallet-xcm-benchmarks",
 "parachains-common",
 "parachains-runtimes-test-utils",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain-primitives",
 "polkadot-runtime-common",
 "rococo-runtime-constants",
 "scale-info",
 "serde",
 "smallvec",
 "snowbridge-beacon-primitives",
 "snowbridge-core",
 "snowbridge-ethereum-beacon-client",
 "snowbridge-inbound-queue",
 "snowbridge-outbound-queue",
 "snowbridge-outbound-queue-runtime-api",
 "snowbridge-router-primitives",
 "snowbridge-system",
 "snowbridge-system-runtime-api",
 "sp-api",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-core",
 "sp-genesis-builder",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-std 8.0.0",
 "sp-storage 13.0.0",
 "sp-transaction-pool",
 "sp-version",
 "staging-parachain-info",
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
 "static_assertions",
]

[[package]]
name = "snowbridge-system"
version = "0.1.1"
dependencies = [
 "ethabi-decode",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex",
 "hex-literal",
 "log",
 "pallet-balances",
 "pallet-message-queue",
 "parity-scale-codec",
 "polkadot-primitives",
 "scale-info",
 "snowbridge-core",
 "snowbridge-outbound-queue",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std 8.0.0",
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
]

[[package]]
name = "snowbridge-system-runtime-api"
version = "0.1.0"
dependencies = [
 "parity-scale-codec",
 "snowbridge-core",
 "sp-api",
 "sp-core",
 "sp-std 8.0.0",
 "staging-xcm",
]

Alexander's avatar
Alexander committed
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
 "libc",
 "winapi",
]

[[package]]
name = "socket2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
 "libc",
 "windows-sys 0.48.0",
]

[[package]]
name = "soketto"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
dependencies = [
 "base64 0.13.1",
 "bytes",
 "flate2",
 "futures",
 "http",
 "httparse",
 "log",
 "rand 0.8.5",
 "sha-1 0.9.8",
]

[[package]]
name = "sp-api"
version = "4.0.0-dev"
dependencies = [
 "hash-db",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-api-proc-macro",
 "sp-core",
 "sp-externalities 0.19.0",
Alexander's avatar
Alexander committed
 "sp-metadata-ir",
 "sp-runtime",
 "sp-state-machine",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "sp-test-primitives",
 "sp-trie",
 "sp-version",
 "thiserror",
]

[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
dependencies = [
 "Inflector",
 "assert_matches",
David Emett's avatar
David Emett committed
 "blake2 0.10.6",
Alexander's avatar
Alexander committed
 "expander 2.0.0",
 "proc-macro-crate 2.0.1",
Alexander's avatar
Alexander committed
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "sp-api-test"
version = "2.0.1"
dependencies = [
 "criterion 0.4.0",
 "futures",
 "log",
 "parity-scale-codec",
 "rustversion",
 "sc-block-builder",
 "scale-info",
 "sp-api",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "sp-version",
 "static_assertions",
 "substrate-test-runtime-client",
 "trybuild",
]

[[package]]
name = "sp-application-crypto"
version = "23.0.0"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-core",
 "sp-io",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "sp-application-crypto-test"
version = "2.0.0"
dependencies = [
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "substrate-test-runtime-client",
]

[[package]]
name = "sp-arithmetic"
version = "16.0.0"
dependencies = [
 "criterion 0.4.0",
 "integer-sqrt",
 "num-traits",
 "parity-scale-codec",
 "primitive-types",
 "rand 0.8.5",
 "scale-info",
 "serde",
 "sp-core",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "static_assertions",
]

[[package]]
name = "sp-arithmetic-fuzzer"
version = "2.0.0"
dependencies = [
 "arbitrary",
 "fraction",
 "honggfuzz",
 "num-bigint",
 "sp-arithmetic",
]

[[package]]
name = "sp-ark-bls12-381"
version = "0.4.2"
source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f"
dependencies = [
 "ark-bls12-381-ext",
 "sp-crypto-ec-utils 0.4.1 (git+https://github.com/paritytech/polkadot-sdk)",
]

[[package]]
name = "sp-ark-ed-on-bls12-381-bandersnatch"
version = "0.4.2"
source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f"
dependencies = [
 "ark-ed-on-bls12-381-bandersnatch-ext",
 "sp-crypto-ec-utils 0.4.1 (git+https://github.com/paritytech/polkadot-sdk)",
]

Alexander's avatar
Alexander committed
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "sp-api",
 "sp-application-crypto",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "sp-block-builder"
version = "4.0.0-dev"
dependencies = [
 "sp-api",
 "sp-inherents",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "sp-blockchain"
version = "4.0.0-dev"
dependencies = [
 "futures",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "schnellru",
 "sp-api",
 "sp-consensus",
 "sp-database",
 "sp-runtime",
 "sp-state-machine",
 "thiserror",
]

[[package]]
name = "sp-consensus"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "futures",
 "log",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "sp-test-primitives",
 "thiserror",
]

[[package]]
name = "sp-consensus-aura"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "parity-scale-codec",
 "scale-info",
 "sp-api",
 "sp-application-crypto",
 "sp-consensus-slots",
 "sp-inherents",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "sp-timestamp",
]

[[package]]
name = "sp-consensus-babe"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-consensus-slots",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "sp-timestamp",
]

[[package]]
name = "sp-consensus-beefy"
version = "4.0.0-dev"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "lazy_static",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-mmr-primitives",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "strum",
 "w3f-bls",
]

[[package]]
name = "sp-consensus-grandpa"
version = "4.0.0-dev"
dependencies = [
 "finality-grandpa",
 "log",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "sp-consensus-pow"
version = "0.10.0-dev"
dependencies = [
 "parity-scale-codec",
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std 8.0.0",
[[package]]
name = "sp-consensus-sassafras"
version = "0.3.4-dev"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-consensus-slots",
 "sp-core",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "sp-timestamp",
]

[[package]]
name = "sp-core"
version = "21.0.0"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "bandersnatch_vrfs",
Alexander's avatar
Alexander committed
 "bitflags 1.3.2",
David Emett's avatar
David Emett committed
 "blake2 0.10.6",
Alexander's avatar
Alexander committed
 "bounded-collections",
Alexander's avatar
Alexander committed
 "criterion 0.4.0",
 "dyn-clonable",
 "ed25519-zebra 3.1.0",
 "futures",
 "hash-db",
 "hash256-std-hasher",
 "impl-serde",
Alexander's avatar
Alexander committed
 "lazy_static",
 "libsecp256k1",
 "log",
 "merlin 3.0.0",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "paste",
 "primitive-types",
 "rand 0.8.5",
 "regex",
 "scale-info",
 "schnorrkel 0.11.4",
Alexander's avatar
Alexander committed
 "secp256k1",
 "secrecy",
 "serde",
 "serde_json",
 "sp-core-hashing",
 "sp-core-hashing-proc-macro",
 "sp-debug-derive 8.0.0",
 "sp-externalities 0.19.0",
 "sp-runtime-interface 17.0.0",
 "sp-std 8.0.0",
 "sp-storage 13.0.0",
Alexander's avatar
Alexander committed
 "ss58-registry",
 "substrate-bip39",
 "thiserror",
 "tracing",
 "w3f-bls",
 "zeroize",
]

[[package]]
name = "sp-core-fuzz"
version = "0.0.0"
dependencies = [