Skip to content
Cargo.lock 266 KiB
Newer Older
 "digest 0.10.7",
 "sha2 0.10.8",
 "sha3",
 "unsigned-varint",
]

[[package]]
name = "multihash"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
 "blake3",
 "core2",
 "digest 0.10.7",
 "multihash-derive",
 "sha2 0.10.8",
 "sha3",
name = "multihash-derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "proc-macro-crate 1.1.3",
 "proc-macro2 1.0.79",
 "quote 1.0.36",
 "syn 1.0.109",
 "synstructure",
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
name = "multistream-select"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"
 "futures",
 "log",
 "pin-project",
 "smallvec",
 "unsigned-varint",
]

version = "0.32.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea4908d4f23254adda3daa60ffef0f1ac7b8c3e9a864cf3cc154b251908a2ef"
dependencies = [
 "approx",
 "matrixmultiply",
 "nalgebra-macros",
 "num-complex",
 "num-rational",
 "num-traits",
 "simba",
 "typenum",
name = "nalgebra-macros"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"
dependencies = [
 "proc-macro2 1.0.79",
 "quote 1.0.36",
name = "netlink-packet-core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
 "anyhow",
 "byteorder",
 "libc",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-route"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
dependencies = [
 "anyhow",
 "bitflags 1.3.2",
 "byteorder",
 "libc",
 "netlink-packet-core",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-utils"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
dependencies = [
 "anyhow",
 "byteorder",
 "paste",
name = "netlink-proto"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
dependencies = [
 "netlink-packet-core",
 "netlink-sys",
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307"
[[package]]
name = "network-interface"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae72fd9dbd7f55dda80c00d66acc3b2130436fcba9ea89118fc508eaae48dfb0"
dependencies = [
 "cc",
 "libc",
 "thiserror",
 "winapi",
]

[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "no-std-net"
version = "0.6.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"

[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"

[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 "memchr",
 "minimal-lexical",
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"

[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
 "overload",
 "winapi",
]

[[package]]
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
dependencies = [
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"

name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
 "autocfg",
 "num-bigint",
 "num-integer",
 "num-traits",
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
 "hermit-abi 0.3.9",
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
name = "object"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
 "crc32fast",
 "hashbrown 0.13.2",
 "indexmap 1.9.3",
 "memchr",
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "openssl"
version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [
 "bitflags 2.5.0",
 "cfg-if",
 "foreign-types",
 "libc",
 "once_cell",
 "openssl-macros",
 "openssl-sys",
]

[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
 "proc-macro2 1.0.79",
 "quote 1.0.36",
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"

[[package]]
name = "openssl-src"
version = "300.2.3+3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
dependencies = [
 "cc",
]

[[package]]
name = "openssl-sys"
version = "0.9.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "cc",
Hernando Castano's avatar
Hernando Castano committed
 "pkg-config",
 "vcpkg",
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"

[[package]]
name = "pallet-authorship"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-balances"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-grandpa"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "bp-header-chain",
 "bp-runtime",
 "bp-test-utils",
 "finality-grandpa",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-consensus-grandpa",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-bridge-messages"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "bp-messages",
 "bp-runtime",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "num-traits",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-parachains"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "bp-header-chain",
 "bp-parachains",
 "bp-polkadot-core",
 "bp-runtime",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-bridge-grandpa",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-bridge-relayers"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "bp-messages",
 "bp-relayers",
 "bp-runtime",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-bridge-messages",
 "parity-scale-codec",
 "scale-info",
 "sp-arithmetic",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-grandpa"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-session"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "log",
 "pallet-timestamp",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-state-machine",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-timestamp"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "docify",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-transaction-payment"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-transaction-payment-rpc-runtime-api"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "pallet-transaction-payment",
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
 "sp-weights",
[[package]]
name = "pallet-utility"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "parachains-relay"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "async-std",
 "async-trait",
 "bp-polkadot-core",
 "futures",
 "log",
 "relay-substrate-client",
 "relay-utils",
]

[[package]]
name = "parity-bip39"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9"
dependencies = [
 "bitcoin_hashes 0.13.0",
[[package]]
name = "parity-scale-codec"
version = "3.6.9"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe"
dependencies = [
 "arrayvec 0.7.4",
 "bitvec",
 "byte-slice-cast",
 "bytes",
 "impl-trait-for-tuples",
 "parity-scale-codec-derive",
 "serde",
]
name = "parity-scale-codec-derive"
version = "3.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be30eaf4b0a9fba5336683b38de57bb86d179a35862ba6bfcf57625d006bde5b"
 "proc-macro-crate 2.0.0",
 "proc-macro2 1.0.79",
 "quote 1.0.36",
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
[[package]]
name = "parity-util-mem"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"
dependencies = [
 "ethereum-types",
 "hashbrown 0.12.3",
 "impl-trait-for-tuples",
 "lru 0.8.1",
 "parity-util-mem-derive",
 "parking_lot 0.12.1",
 "primitive-types",
 "smallvec",
 "winapi",
[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
dependencies = [
 "proc-macro2 1.0.79",
 "syn 1.0.109",
 "synstructure",
name = "parity-wasm"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
 "instant",
 "lock_api",
 "parking_lot_core 0.8.6",
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
 "parking_lot_core 0.9.9",
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
 "instant",
 "libc",
 "redox_syscall 0.2.16",
 "smallvec",
 "winapi",
name = "parking_lot_core"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
 "redox_syscall 0.4.1",
 "windows-targets 0.48.5",
name = "partial_sort"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"

[[package]]
name = "password-hash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
dependencies = [
 "base64ct",
 "rand_core 0.6.4",
 "subtle 2.5.0",
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
name = "pbkdf2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
name = "pem"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
 "fixedbitset",
 "indexmap 2.2.6",
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
 "pin-project-internal",
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
 "proc-macro2 1.0.79",
 "quote 1.0.36",
[[package]]
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"

[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"

[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
 "atomic-waker",
 "fastrand 2.0.2",
 "futures-io",
]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"

[[package]]
name = "polkadot-core-primitives"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "polkadot-parachain-primitives"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "bounded-collections",
 "derive_more",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "scale-info",
 "serde",
 "sp-core",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "polkadot-primitives"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain-primitives",
 "scale-info",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-authority-discovery",
 "sp-consensus-slots",
 "sp-inherents",
 "sp-io",
 "sp-keystore",
 "sp-runtime",
 "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]

[[package]]
name = "polkavm"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94"
dependencies = [
 "libc",
 "log",
 "polkavm-assembler",
 "polkavm-common",
 "polkavm-linux-raw",
]

[[package]]
name = "polkavm-assembler"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1"
dependencies = [
 "log",
]

[[package]]
name = "polkavm-common"
version = "0.9.0"