Cargo.lock 441 KiB
Newer Older
Alexander's avatar
Alexander committed
 "lazy_static",
 "maplit",
 "strum",
]

[[package]]
name = "spki"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
dependencies = [
 "base64ct",
 "der 0.6.1",
]

[[package]]
name = "spki"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
dependencies = [
 "base64ct",
 "der 0.7.8",
]

[[package]]
name = "ss58-registry"
version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439"
dependencies = [
 "Inflector",
 "num-format",
 "proc-macro2",
 "quote",
 "serde",
 "serde_json",
 "unicode-xid",
]

[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"

[[package]]
name = "staging-chain-spec-builder"
version = "2.0.0"
dependencies = [
 "ansi_term",
 "clap 4.4.6",
 "rand 0.8.5",
 "sc-chain-spec",
 "sc-keystore",
 "staging-node-cli",
]

[[package]]
name = "staging-node-cli"
version = "3.0.0-dev"
dependencies = [
 "array-bytes 6.1.0",
 "assert_cmd",
 "clap 4.4.6",
 "clap_complete",
 "criterion 0.4.0",
 "frame-benchmarking-cli",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "futures",
 "jsonrpsee",
 "kitchensink-runtime",
 "log",
 "nix 0.26.2",
 "node-primitives",
 "node-rpc",
 "pallet-asset-conversion-tx-payment",
 "pallet-asset-tx-payment",
 "pallet-assets",
 "pallet-balances",
 "pallet-im-online",
 "pallet-timestamp",
 "parity-scale-codec",
 "platforms",
 "rand 0.8.5",
 "regex",
 "sc-authority-discovery",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-cli",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-consensus-grandpa",
 "sc-consensus-slots",
 "sc-executor",
 "sc-keystore",
 "sc-mixnet",
 "sc-network",
 "sc-network-common",
 "sc-network-statement",
 "sc-network-sync",
 "sc-offchain",
 "sc-rpc",
 "sc-service",
 "sc-service-test",
 "sc-statement-store",
 "sc-storage-monitor",
 "sc-sync-state-rpc",
 "sc-sysinfo",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "serde",
 "serde_json",
 "soketto",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-mixnet",
 "sp-runtime",
 "sp-statement-store",
 "sp-timestamp",
 "sp-tracing 10.0.0",
 "sp-transaction-storage-proof",
 "staging-node-executor",
 "staging-node-inspect",
 "substrate-build-script-utils",
 "substrate-cli-test-utils",
 "substrate-frame-cli",
 "substrate-rpc-client",
 "tempfile",
 "tokio",
 "tokio-util",
 "try-runtime-cli",
 "wait-timeout",
]

[[package]]
name = "staging-node-executor"
version = "3.0.0-dev"
dependencies = [
 "criterion 0.4.0",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "futures",
 "kitchensink-runtime",
 "node-primitives",
 "node-testing",
 "pallet-balances",
 "pallet-contracts",
 "pallet-glutton",
 "pallet-im-online",
 "pallet-root-testing",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "parity-scale-codec",
 "sc-executor",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-core",
 "sp-externalities 0.19.0",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-state-machine",
 "sp-statement-store",
 "sp-tracing 10.0.0",
 "sp-trie",
 "wat",
]

[[package]]
name = "staging-node-inspect"
version = "0.9.0-dev"
dependencies = [
 "clap 4.4.6",
 "parity-scale-codec",
 "sc-cli",
 "sc-client-api",
 "sc-service",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "thiserror",
]

[[package]]
name = "staging-parachain-info"
version = "0.1.0"
dependencies = [
 "cumulus-primitives-core",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0",
Lulu's avatar
Lulu committed
[[package]]
name = "staging-xcm"
version = "1.0.0"
dependencies = [
 "bounded-collections",
 "derivative",
Lulu's avatar
Lulu committed
 "hex",
Lulu's avatar
Lulu committed
 "impl-trait-for-tuples",
 "log",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-io",
 "sp-weights",
 "xcm-procedural",
]

[[package]]
name = "staging-xcm-builder"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "log",
 "pallet-assets",
 "pallet-balances",
 "pallet-salary",
 "pallet-transaction-payment",
 "pallet-xcm",
 "parity-scale-codec",
Lulu's avatar
Lulu committed
 "polkadot-primitives",
 "polkadot-runtime-parachains",
 "polkadot-test-runtime",
 "primitive-types",
 "scale-info",
 "sp-arithmetic",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0",
Lulu's avatar
Lulu committed
 "sp-weights",
 "staging-xcm",
 "staging-xcm-executor",
]

[[package]]
name = "staging-xcm-executor"
version = "1.0.0"
dependencies = [
 "environmental",
 "frame-benchmarking",
 "frame-support",
 "impl-trait-for-tuples",
 "log",
 "parity-scale-codec",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0",
Lulu's avatar
Lulu committed
 "sp-weights",
 "staging-xcm",
]

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

[[package]]
name = "static_init"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"
dependencies = [
 "cfg_aliases",
 "libc",
 "parking_lot 0.11.2",
 "static_init_macro 0.5.0",
]

[[package]]
name = "static_init"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"
dependencies = [
 "bitflags 1.3.2",
 "cfg_aliases",
 "libc",
 "parking_lot 0.11.2",
 "parking_lot_core 0.8.6",
 "static_init_macro 1.0.2",
 "winapi",
]

[[package]]
name = "static_init_macro"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"
dependencies = [
 "cfg_aliases",
 "memchr",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "static_init_macro"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"
dependencies = [
 "cfg_aliases",
 "memchr",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"

[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
 "strum_macros",
]

[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
 "heck",
 "proc-macro2",
 "quote",
 "rustversion",
 "syn 1.0.109",
]

[[package]]
name = "stun"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"
dependencies = [
 "base64 0.13.1",
 "crc",
 "lazy_static",
 "md-5",
 "rand 0.8.5",
 "ring 0.16.20",
David Emett's avatar
David Emett committed
 "subtle 2.4.1",
Alexander's avatar
Alexander committed
 "thiserror",
 "tokio",
 "url",
 "webrtc-util",
]

[[package]]
name = "subkey"
version = "3.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "sc-cli",
]

[[package]]
name = "substrate"
version = "1.0.0"
dependencies = [
 "frame-support",
 "sc-cli",
 "sc-consensus-aura",
 "sc-consensus-babe",
 "sc-consensus-beefy",
 "sc-consensus-grandpa",
 "sc-consensus-manual-seal",
 "sc-consensus-pow",
 "sc-service",
 "simple-mermaid",
 "sp-runtime",
 "staging-chain-spec-builder",
Alexander's avatar
Alexander committed
[[package]]
name = "substrate-bip39"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"
dependencies = [
 "hmac 0.11.0",
 "pbkdf2 0.8.0",
 "schnorrkel 0.9.1",
 "sha2 0.9.9",
 "zeroize",
]

[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"

[[package]]
name = "substrate-cli-test-utils"
version = "0.1.0"
dependencies = [
 "assert_cmd",
 "futures",
 "nix 0.26.2",
 "node-primitives",
 "regex",
 "sc-cli",
 "sc-service",
 "sp-rpc",
Alexander's avatar
Alexander committed
 "substrate-rpc-client",
 "tokio",
]

[[package]]
name = "substrate-frame-cli"
version = "4.0.0-dev"
dependencies = [
Alexander's avatar
Alexander committed
 "frame-support",
 "frame-system",
 "sc-cli",
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "substrate-frame-rpc-support"
version = "3.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "jsonrpsee",
 "parity-scale-codec",
 "sc-rpc-api",
 "scale-info",
 "serde",
 "sp-core",
 "sp-runtime",
 "sp-storage 13.0.0",
Alexander's avatar
Alexander committed
 "tokio",
]

[[package]]
name = "substrate-frame-rpc-system"
version = "4.0.0-dev"
dependencies = [
 "assert_matches",
 "frame-system-rpc-runtime-api",
 "futures",
 "jsonrpsee",
 "log",
 "parity-scale-codec",
 "sc-rpc-api",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "substrate-test-runtime-client",
 "tokio",
]

[[package]]
name = "substrate-prometheus-endpoint"
version = "0.10.0-dev"
dependencies = [
 "hyper",
 "log",
 "prometheus",
 "thiserror",
 "tokio",
]

[[package]]
name = "substrate-rpc-client"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "jsonrpsee",
 "log",
 "sc-rpc-api",
 "serde",
 "sp-core",
 "sp-runtime",
 "tokio",
]

[[package]]
name = "substrate-state-trie-migration-rpc"
version = "4.0.0-dev"
dependencies = [
 "jsonrpsee",
 "parity-scale-codec",
 "sc-client-api",
 "sc-rpc-api",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "trie-db",
]

[[package]]
name = "substrate-test-client"
version = "2.0.1"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "async-trait",
 "futures",
 "parity-scale-codec",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-executor",
 "sc-offchain",
 "sc-service",
 "serde",
 "serde_json",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-state-machine",
]

[[package]]
name = "substrate-test-runtime"
version = "2.0.0"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "futures",
 "json-patch",
 "log",
 "pallet-babe",
 "pallet-balances",
 "pallet-timestamp",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-executor",
 "sc-executor-common",
 "sc-service",
 "scale-info",
 "serde",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-consensus-babe",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-externalities 0.19.0",
Alexander's avatar
Alexander committed
 "sp-genesis-builder",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-state-machine",
 "sp-std 8.0.0",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-test-runtime-client",
 "substrate-wasm-builder",
 "trie-db",
]

[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0"
dependencies = [
 "futures",
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "substrate-test-client",
 "substrate-test-runtime",
]

[[package]]
name = "substrate-test-runtime-transaction-pool"
version = "2.0.0"
dependencies = [
 "futures",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-blockchain",
 "sp-runtime",
 "substrate-test-runtime-client",
 "thiserror",
]

[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
dependencies = [
 "futures",
 "sc-service",
 "tokio",
 "trybuild",
]

[[package]]
name = "substrate-wasm-builder"
version = "5.0.0-dev"
dependencies = [
 "ansi_term",
 "build-helper",
 "cargo_metadata",
 "filetime",
 "parity-wasm",
 "sp-maybe-compressed-blob",
 "strum",
 "tempfile",
 "toml 0.7.6",
 "walkdir",
 "wasm-opt",
]

[[package]]
name = "substring"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
dependencies = [
 "autocfg",
]

David Emett's avatar
David Emett committed
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"

Alexander's avatar
Alexander committed
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"

[[package]]
name = "subtle-ng"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"

[[package]]
name = "sval"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b031320a434d3e9477ccf9b5756d57d4272937b8d22cb88af80b7633a1b78b1"

[[package]]
name = "sval_buffer"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf7e9412af26b342f3f2cc5cc4122b0105e9d16eb76046cd14ed10106cf6028"
dependencies = [
 "sval",
 "sval_ref",
]

[[package]]
name = "sval_dynamic"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0ef628e8a77a46ed3338db8d1b08af77495123cc229453084e47cd716d403cf"
dependencies = [
 "sval",
]

[[package]]
name = "sval_fmt"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dc09e9364c2045ab5fa38f7b04d077b3359d30c4c2b3ec4bae67a358bd64326"
dependencies = [
 "itoa",
 "ryu",
 "sval",
]

[[package]]
name = "sval_json"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ada6f627e38cbb8860283649509d87bc4a5771141daa41c78fd31f2b9485888d"
dependencies = [
 "itoa",
 "ryu",
 "sval",
]

[[package]]
name = "sval_ref"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "703ca1942a984bd0d9b5a4c0a65ab8b4b794038d080af4eb303c71bc6bf22d7c"
dependencies = [
 "sval",
]

[[package]]
name = "sval_serde"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830926cd0581f7c3e5d51efae4d35c6b6fc4db583842652891ba2f1bed8db046"
dependencies = [
 "serde",
 "sval",
 "sval_buffer",
 "sval_fmt",
]

[[package]]
name = "symbolic-common"
version = "12.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167a4ffd7c35c143fd1030aa3c2caf76ba42220bd5a6b5f4781896434723b8c3"
dependencies = [
 "debugid",
 "memmap2",
 "stable_deref_trait",
 "uuid",
]

[[package]]
name = "symbolic-demangle"
version = "12.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e378c50e80686c1c5c205674e1f86a2858bec3d2a7dfdd690331a8a19330f293"
dependencies = [
 "cpp_demangle 0.4.3",
 "rustc-demangle",
 "symbolic-common",
]

[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
Alexander's avatar
Alexander committed
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 1.0.109",
 "unicode-xid",
]

[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
 "bitflags 1.3.2",
 "core-foundation",
 "system-configuration-sys",
]

[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"

[[package]]
name = "tar"
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
dependencies = [
 "filetime",
 "libc",
 "xattr",
]

[[package]]
name = "target-lexicon"
version = "0.12.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"

[[package]]
name = "tempfile"
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [
 "cfg-if",
 "fastrand 2.0.0",
 "redox_syscall 0.3.5",
Alexander's avatar
Alexander committed
 "windows-sys 0.48.0",
]

[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
 "winapi-util",
]

[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
Alexander's avatar
Alexander committed
[[package]]
name = "termtree"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"

[[package]]
name = "test-parachain-adder"
version = "1.0.0"
dependencies = [
 "dlmalloc",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "substrate-wasm-builder",
 "tiny-keccak",
]

[[package]]
name = "test-parachain-adder-collator"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-cli",
 "polkadot-node-core-pvf",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-service",
 "polkadot-test-service",
 "sc-cli",
 "sc-service",
 "sp-core",
 "sp-keyring",
 "substrate-test-utils",
 "test-parachain-adder",
 "tokio",
]

[[package]]
name = "test-parachain-halt"
version = "1.0.0"
dependencies = [
 "rustversion",
 "substrate-wasm-builder",
]

[[package]]
name = "test-parachain-undying"
version = "1.0.0"
dependencies = [
 "dlmalloc",
 "log",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "substrate-wasm-builder",
 "tiny-keccak",
]

[[package]]
name = "test-parachain-undying-collator"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-cli",
 "polkadot-node-core-pvf",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-service",
 "polkadot-test-service",
 "sc-cli",