Newer
Older
[[package]]
name = "jsonrpsee-proc-macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"
dependencies = [
"proc-macro-crate 1.1.3",
"proc-macro2",
"quote",
"syn",
]
Svyatoslav Nikolsky
committed
name = "jsonrpsee-proc-macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"
Svyatoslav Nikolsky
committed
"proc-macro-crate 1.1.3",
"proc-macro2",
"quote",
"syn",
name = "jsonrpsee-types"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"
"serde",
"serde_json",
"thiserror",
"tracing",
name = "jsonrpsee-types"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"
"anyhow",
"beef",
"serde",
"serde_json",
"thiserror",
"tracing",
]
[[package]]
name = "jsonrpsee-ws-client"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"
"jsonrpsee-client-transport 0.10.1",
"jsonrpsee-core 0.10.1",
"jsonrpsee-types 0.10.1",
[[package]]
name = "jsonrpsee-ws-client"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"
dependencies = [
"http",
"jsonrpsee-client-transport 0.15.1",
"jsonrpsee-core 0.15.1",
"jsonrpsee-types 0.15.1",
]
[[package]]
name = "k256"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "587f53e46eb6dc82b53cda7ebf3ae3ad568ed987ced60962fc845f7fe22904e3"
dependencies = [
"cfg-if 1.0.0",
"ecdsa",
"elliptic-curve",
"sec1",
]
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]]
name = "kernel32-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "kusama-runtime"
Svyatoslav Nikolsky
committed
version = "0.9.19"
Adrian Catangiu
committed
source = "git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges#81128ab75395e256ae8ef50994d46101d0e67cea"
dependencies = [
"beefy-primitives",
"bitvec",
"frame-election-provider-support",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"kusama-runtime-constants",
"log",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-bags-list",
"pallet-balances",
"pallet-bounties",
"pallet-child-bounties",
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
"pallet-collective",
"pallet-democracy",
"pallet-election-provider-multi-phase",
"pallet-elections-phragmen",
"pallet-gilt",
"pallet-grandpa",
"pallet-identity",
"pallet-im-online",
"pallet-indices",
"pallet-membership",
"pallet-multisig",
"pallet-nicks",
"pallet-offences",
"pallet-preimage",
"pallet-proxy",
"pallet-recovery",
"pallet-scheduler",
"pallet-session",
"pallet-society",
"pallet-staking",
"pallet-staking-reward-fn",
"pallet-timestamp",
"pallet-tips",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-treasury",
"pallet-utility",
"pallet-vesting",
"pallet-xcm",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"rustc-hex",
"scale-info",
"serde",
"serde_derive",
"smallvec",
"sp-api",
"sp-arithmetic",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
Svyatoslav Nikolsky
committed
"sp-mmr-primitives",
"sp-npos-elections",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-transaction-pool",
"sp-version",
"static_assertions",
"substrate-wasm-builder",
"xcm",
"xcm-builder",
"xcm-executor",
]
[[package]]
name = "kusama-runtime-constants"
Svyatoslav Nikolsky
committed
version = "0.9.19"
Adrian Catangiu
committed
source = "git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges#81128ab75395e256ae8ef50994d46101d0e67cea"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
"sp-runtime",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"
dependencies = [
"parity-util-mem",
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"
dependencies = [
"kvdb",
"parity-util-mem",
"parking_lot 0.12.0",
]
[[package]]
name = "kvdb-rocksdb"
Svyatoslav Nikolsky
committed
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky
committed
checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"
"num_cpus",
"owning_ref",
"parity-util-mem",
"parking_lot 0.12.0",
]
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Svyatoslav Nikolsky
committed
version = "0.2.123"
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky
committed
checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
dependencies = [
"cc",
[[package]]
name = "libloading"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
Svyatoslav Nikolsky
committed
[[package]]
name = "libnghttp2-sys"
Svyatoslav Nikolsky
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
Svyatoslav Nikolsky
committed
dependencies = [
"cc",
"libc",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"
"futures 0.3.21",
"libp2p-core",
"libp2p-dns",
"libp2p-floodsub",
"libp2p-gossipsub",
"libp2p-identify",
"libp2p-kad",
"libp2p-mdns",
"libp2p-mplex",
"libp2p-ping",
"libp2p-plaintext",
"libp2p-pnet",
"libp2p-request-response",
"libp2p-swarm",
"libp2p-swarm-derive",
"libp2p-tcp",
"libp2p-uds",
"libp2p-wasm-ext",
"libp2p-websocket",
"libp2p-yamux",
"multiaddr",
"parking_lot 0.11.2",
"pin-project 1.0.10",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"
"futures 0.3.21",
"multiaddr",
"multihash 0.14.0",
"multistream-select",
"parking_lot 0.11.2",
"pin-project 1.0.10",
"rand 0.8.5",
"sha2 0.9.8",
"smallvec",
[[package]]
name = "libp2p-deflate"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"
dependencies = [
"flate2",
"futures 0.3.21",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"
"futures 0.3.21",
"libp2p-core",
[[package]]
name = "libp2p-floodsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"
dependencies = [
"cuckoofilter",
"fnv",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"prost",
"prost-build",
"rand 0.7.3",
]
[[package]]
name = "libp2p-gossipsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"
"asynchronous-codec 0.6.0",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.7.3",
"sha2 0.9.8",
"smallvec",
"wasm-timer",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"
"asynchronous-codec 0.6.0",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"sha2 0.9.8",
"smallvec",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"
"data-encoding",
"dns-parser",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"rand 0.8.5",
"socket2 0.4.4",
[[package]]
name = "libp2p-metrics"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"
dependencies = [
"libp2p-core",
"libp2p-identify",
"libp2p-kad",
"libp2p-ping",
"libp2p-swarm",
"open-metrics-client",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"
"asynchronous-codec 0.6.0",
"futures 0.3.21",
"libp2p-core",
"parking_lot 0.11.2",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"
"bytes 1.1.0",
"curve25519-dalek 3.2.0",
"futures 0.3.21",
"lazy_static",
"libp2p-core",
"log",
"prost",
"prost-build",
"rand 0.8.5",
"snow",
"static_assertions",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"rand 0.7.3",
"void",
"wasm-timer",
]
[[package]]
name = "libp2p-plaintext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"
"asynchronous-codec 0.6.0",
"futures 0.3.21",
"libp2p-core",
"log",
"prost",
"prost-build",
"void",
]
[[package]]
name = "libp2p-pnet"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
"futures 0.3.21",
"pin-project 1.0.10",
"rand 0.7.3",
"salsa20",
"sha3 0.9.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"
dependencies = [
"asynchronous-codec 0.6.0",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"log",
"pin-project 1.0.10",
"prost",
"prost-build",
"rand 0.7.3",
name = "libp2p-rendezvous"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"
"asynchronous-codec 0.6.0",
"bimap",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"log",
"rand 0.8.5",
"sha2 0.9.8",
"thiserror",
"unsigned-varint 0.7.1",
"void",
"wasm-timer",
]
[[package]]
name = "libp2p-request-response"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"
dependencies = [
"async-trait",
"bytes 1.1.0",
"futures 0.3.21",
"libp2p-core",
"libp2p-swarm",
"log",
Svyatoslav Nikolsky
committed
"lru 0.7.5",
"rand 0.7.3",
"smallvec",
"unsigned-varint 0.7.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"
"futures 0.3.21",
"libp2p-core",
[[package]]
name = "libp2p-swarm-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"
dependencies = [
"quote",
"syn",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"
"futures 0.3.21",
"libp2p-core",
"socket2 0.4.4",
]
[[package]]
name = "libp2p-uds"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"
dependencies = [
"async-std",
"futures 0.3.21",
"libp2p-core",
"log",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"
"futures 0.3.21",
"libp2p-core",
"parity-send-wrapper",
"wasm-bindgen",
"wasm-bindgen-futures",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"
"futures 0.3.21",
"libp2p-core",
"webpki-roots 0.21.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"
"futures 0.3.21",
"libp2p-core",
"parking_lot 0.11.2",
version = "0.6.1+6.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"
"bzip2-sys",
"libz-sys",
"tikv-jemalloc-sys",
[[package]]
name = "libsecp256k1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
dependencies = [
"arrayref",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.8.5",
"serde",
"sha2 0.9.8",
"typenum",
]
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Svyatoslav Nikolsky
committed
"libc",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
[[package]]
name = "linregress"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"
dependencies = [
"nalgebra",
"statrs",
]
Svyatoslav Nikolsky
committed
version = "0.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky
committed
checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
"cfg-if 1.0.0",
"value-bag",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"
"hashbrown 0.11.2",
Svyatoslav Nikolsky
committed
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky
committed
checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"
"hashbrown 0.11.2",
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "lz4"
version = "1.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"
dependencies = [
"libc",
"lz4-sys",
]
[[package]]
name = "lz4-sys"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "matrixmultiply"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"
dependencies = [
"rawpointer",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"