Cargo.lock 252 KB
Newer Older
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "jsonrpc-server-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"
dependencies = [
 "bytes 0.4.12",
 "globset",
 "jsonrpc-core",
 "lazy_static",
 "tokio 0.1.22",
 "tokio-codec",
 "unicase",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-ws-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "parity-ws",
[[package]]
name = "jsonrpsee-http-client"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b15fc3a0ef2e02d770aa1a221d3412443dcaedc43e27d80c957dd5bbd65321b"
dependencies = [
 "async-trait",
 "hyper 0.13.9",
 "jsonrpsee-types",
 "jsonrpsee-utils",
 "log",
 "serde",
 "serde_json",
 "thiserror",
 "unicase",
 "url 2.2.0",
]

[[package]]
name = "jsonrpsee-proc-macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb4afbda476e2ee11cc6245055c498c116fc8002d2d60fe8338b6ee15d84c3a"
dependencies = [
 "Inflector",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "jsonrpsee-types"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42a82588b5f7830e94341bb7e79d15f46070ab6f64dde1e3b3719721b61c5bf"
dependencies = [
 "async-trait",
 "log",
 "serde",
 "serde_json",
 "smallvec 1.6.1",
 "thiserror",
]

[[package]]
name = "jsonrpsee-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e65c77838fce96bc554b4a3a159d0b9a2497319ae9305c66ee853998c7ed2fd3"
dependencies = [
 "globset",
 "hyper 0.13.9",
 "jsonrpsee-types",
 "lazy_static",
 "log",
 "unicase",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
[[package]]
name = "kusama-runtime"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "libsecp256k1",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-bounties",
 "pallet-collective",
 "pallet-democracy",
 "pallet-election-provider-multi-phase",
 "pallet-elections-phragmen",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-mmr-primitives",
 "pallet-nicks",
 "pallet-offences",
 "pallet-offences-benchmarking",
 "pallet-proxy",
 "pallet-randomness-collective-flip",
 "pallet-recovery",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
 "pallet-society",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "smallvec 1.6.1",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-npos-elections",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
[[package]]
name = "kvdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"
dependencies = [
 "parity-util-mem",
 "smallvec 1.6.1",
]

[[package]]
name = "kvdb-memorydb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"
dependencies = [
 "kvdb",
 "parity-util-mem",
]

[[package]]
name = "kvdb-rocksdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4"
dependencies = [
 "fs-swap",
 "kvdb",
 "num_cpus",
 "owning_ref",
 "parity-util-mem",
 "regex",
 "rocksdb",
 "smallvec 1.6.1",
[[package]]
name = "kvdb-web"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1e98ba343d0b35f9009a8844cd2b87fa3192f7e79033ac05b00aeae0f3b0b5"
 "js-sys",
 "kvdb",
 "kvdb-memorydb",
 "parity-util-mem",
 "parking_lot 0.11.1",
 "send_wrapper 0.5.0",
 "wasm-bindgen",
 "web-sys",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "lazy_static"
Gavin Wood's avatar
Gavin Wood committed
version = "1.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "lazycell"
version = "1.2.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "leb128"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libc"
version = "0.2.91"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "libloading"
version = "0.5.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.3.9",
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5759b526f75102829c15e4d8566603b4bf502ed19b5f35920d98113873470d"
dependencies = [
 "atomic",
 "lazy_static",
 "libp2p-core",
 "libp2p-deflate",
 "libp2p-dns",
 "libp2p-floodsub",
 "libp2p-gossipsub",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-mplex",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-plaintext",
 "libp2p-pnet",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-swarm-derive",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parity-multiaddr",
 "parking_lot 0.11.1",
 "pin-project 1.0.4",
 "smallvec 1.6.1",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-core"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1e1797734bbd4c453664fefb029628f77c356ffc5bce98f06b18a7db3ebb0f7"
dependencies = [
 "asn1_der",
 "bs58",
 "ed25519-dalek",
 "futures-timer 3.0.2",
 "lazy_static",
 "libsecp256k1",
 "multistream-select",
 "parity-multiaddr",
 "parking_lot 0.11.1",
 "pin-project 1.0.4",
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2 0.9.2",
 "smallvec 1.6.1",
 "thiserror",
 "unsigned-varint 0.7.0",
 "void",
 "zeroize",
[[package]]
name = "libp2p-deflate"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08"
dependencies = [
 "flate2",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-dns"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9712eb3e9f7dcc77cc5ca7d943b6a85ce4b1faaf91a67e003442412a26d6d6f8"
dependencies = [
 "async-std-resolver",
 "futures 0.3.13",
 "libp2p-core",
 "smallvec 1.6.1",
 "trust-dns-resolver",
]

[[package]]
name = "libp2p-floodsub"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897645f99e9b396df256a6aa8ba8c4bc019ac6b7c62556f624b5feea9acc82bb"
dependencies = [
 "cuckoofilter",
 "fnv",
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.6.1",
]

[[package]]
name = "libp2p-gossipsub"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "794b0c85f5df1acbc1fc38414d37272594811193b6325c76d3931c3e3f5df8c0"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "asynchronous-codec 0.6.0",
 "base64 0.13.0",
 "byteorder",
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.2",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "libp2p-identify"
version = "0.28.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f88ebc841d744979176ab4b8b294a3e655a7ba4ef26a905d073a52b49ed4dff5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "smallvec 1.6.1",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-kad"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb5b90b6bda749023a85f60b49ea74b387c25f17d8df541ae72a3c75dd52e63"
dependencies = [
 "arrayvec 0.5.2",
 "asynchronous-codec 0.6.0",
 "either",
 "fnv",
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.2",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be28ca13bb648d249a9baebd750ebc64ce7040ddd5f0ce1035ff1f4549fb596d"
dependencies = [
 "data-encoding",
 "dns-parser",
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "smallvec 1.6.1",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-mplex"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "asynchronous-codec 0.6.0",
 "libp2p-core",
 "nohash-hasher",
 "parking_lot 0.11.1",
 "rand 0.7.3",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-noise"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"
 "curve25519-dalek 3.0.0",
 "lazy_static",
 "libp2p-core",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.2",
 "snow",
 "static_assertions",
 "x25519-dalek 1.1.0",
 "zeroize",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-ping"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea10fc5209260915ea65b78f612d7ff78a29ab288e7aa3250796866af861c45"
dependencies = [
 "libp2p-core",
 "libp2p-swarm",
 "rand 0.7.3",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-plaintext"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11"
dependencies = [
 "asynchronous-codec 0.6.0",
 "libp2p-core",
 "prost-build",
 "unsigned-varint 0.7.0",
 "void",
]

[[package]]
name = "libp2p-pnet"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"
dependencies = [
 "pin-project 1.0.4",
 "rand 0.7.3",
 "salsa20",
[[package]]
name = "libp2p-relay"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff268be6a9d6f3c6cca3b81bbab597b15217f9ad8787c6c40fc548c1af7cd24"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "futures 0.3.13",
 "futures-timer 3.0.2",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "pin-project 1.0.4",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-request-response"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725367dd2318c54c5ab1a6418592e5b01c63b0dedfbbfb8389220b2bcf691899"
dependencies = [
 "async-trait",
 "libp2p-core",
 "libp2p-swarm",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-swarm"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c26980cadd7c25d89071cb23e1f7f5df4863128cc91d83c6ddc72338cecafa"
dependencies = [
 "libp2p-core",
 "smallvec 1.6.1",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-swarm-derive"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c564ebaa36a64839f51eaddb0243aaaa29ce64affb56129193cc3248b72af273"
dependencies = [
 "quote",
 "syn",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-tcp"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures-timer 3.0.2",
 "libp2p-core",
[[package]]
name = "libp2p-uds"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5"
dependencies = [
 "async-std",
 "libp2p-core",
[[package]]
name = "libp2p-wasm-ext"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6df65fc13f6188edf7e6927b086330448b3ca27af86b49748c6d299d7c8d9040"
dependencies = [
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74"
 "either",
 "libp2p-core",
 "quicksink",
 "rw-stream-sink",
 "soketto",
 "webpki-roots",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-yamux"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d6144cc94143fb0a8dd1e7c2fbcc32a2808168bcd1d69920635424d5993b7b"
dependencies = [
 "libp2p-core",
 "parking_lot 0.11.1",
 "thiserror",
 "yamux",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "librocksdb-sys"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
dependencies = [
 "bindgen",
 "cc",
 "glob",
 "libc",
asynchronous rob's avatar
asynchronous rob committed

thiolliere's avatar
thiolliere committed
[[package]]
name = "libsecp256k1"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.5"
thiolliere's avatar
thiolliere committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
thiolliere's avatar
thiolliere committed
dependencies = [
 "arrayref",
 "crunchy",
 "digest 0.8.1",
 "hmac-drbg",
 "rand 0.7.3",
 "sha2 0.8.2",
 "subtle 2.2.3",
 "typenum",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
dependencies = [
 "pkg-config",
 "vcpkg",
[[package]]
name = "linked-hash-map"
version = "0.5.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "linked_hash_set"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"
dependencies = [
 "linked-hash-map",
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"
 "nalgebra",
 "statrs",
[[package]]
name = "lock_api"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
 "scopeguard",
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "log"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
[[package]]
name = "loom"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
dependencies = [
 "cfg-if 0.1.10",
 "generator",
 "scoped-tls",
 "serde",
 "serde_json",
]

[[package]]
name = "lru"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"
dependencies = [
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
 "linked-hash-map",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "mach"
version = "0.3.2"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[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",
]

[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "matrixmultiply"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f"
 "rawpointer",
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memchr"
version = "2.3.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memmap2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"
dependencies = [
 "libc",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memoffset"
version = "0.5.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
 "autocfg",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memory-db"