Skip to content
Cargo.lock 266 KiB
Newer Older
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "jsonrpsee-ws-client"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f00abe918bf34b785f87459b9205790e5361a3f7437adb50e928dc243f27eb"
 "jsonrpsee-client-transport",
 "jsonrpsee-core",
 "jsonrpsee-types",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b"
 "sha2 0.10.8",
[[package]]
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
 "cpufeatures",
]
[[package]]
name = "keystream"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
 "log",
]
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "kvdb"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "lazy_static"
version = "1.4.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
name = "libnghttp2-sys"
version = "0.1.9+1.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b57e858af2798e167e709b9d969325b6d8e9d50232fcbc494d7d54f976854a64"
dependencies = [
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe"
 "bytes",
 "futures",
 "futures-timer",
 "getrandom 0.2.14",
 "instant",
 "libp2p-allow-block-list",
 "libp2p-connection-limits",
 "libp2p-core",
 "libp2p-dns",
 "libp2p-identify",
 "libp2p-identity",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-metrics",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-quic",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "multiaddr",
 "pin-project",
name = "libp2p-allow-block-list"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "void",
name = "libp2p-connection-limits"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "void",
name = "libp2p-core"
version = "0.39.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"
dependencies = [
 "futures-timer",
 "instant",
 "libp2p-identity",
 "multihash 0.17.0",
 "multistream-select",
 "once_cell",
 "parking_lot 0.12.1",
 "pin-project",
 "quick-protobuf",
 "rw-stream-sink",
 "smallvec",
 "thiserror",
 "unsigned-varint",
 "void",
name = "libp2p-dns"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"
 "futures",
 "libp2p-core",
 "log",
 "parking_lot 0.12.1",
 "smallvec",
 "trust-dns-resolver 0.22.0",
name = "libp2p-identify"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"
dependencies = [
 "asynchronous-codec",
 "either",
 "futures",
 "futures-timer",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "lru 0.10.1",
 "quick-protobuf",
 "quick-protobuf-codec",
 "smallvec",
 "thiserror",
 "void",
name = "libp2p-identity"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce"
 "ed25519-dalek 2.1.1",
 "multihash 0.17.0",
 "sha2 0.10.8",
name = "libp2p-kad"
version = "0.43.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"
dependencies = [
 "arrayvec 0.7.4",
 "asynchronous-codec",
 "bytes",
 "either",
 "fnv",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "quick-protobuf",
 "sha2 0.10.8",
 "smallvec",
 "thiserror",
 "uint",
 "unsigned-varint",
 "void",
name = "libp2p-mdns"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"
dependencies = [
 "data-encoding",
 "futures",
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "socket2 0.4.10",
 "trust-dns-proto 0.22.0",
name = "libp2p-metrics"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"
dependencies = [
 "libp2p-core",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-ping",
 "libp2p-swarm",
 "prometheus-client",
name = "libp2p-noise"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"
 "bytes",
 "curve25519-dalek 3.2.0",
 "futures",
 "libp2p-core",
 "libp2p-identity",
 "log",
 "once_cell",
 "quick-protobuf",
 "sha2 0.10.8",
 "snow",
 "static_assertions",
 "thiserror",
 "x25519-dalek 1.1.1",
 "zeroize",
name = "libp2p-ping"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"
dependencies = [
 "either",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-swarm",
 "log",
name = "libp2p-quic"
version = "0.7.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"
dependencies = [
 "bytes",
 "futures",
 "futures-timer",
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-tls",
 "log",
 "parking_lot 0.12.1",
 "quinn-proto",
 "rustls 0.20.9",
[[package]]
name = "libp2p-request-response"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"
dependencies = [
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
name = "libp2p-swarm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"
 "either",
 "fnv",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm-derive",
 "log",
name = "libp2p-swarm-derive"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"
dependencies = [
 "quote 1.0.36",
name = "libp2p-tcp"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"
dependencies = [
 "futures",
 "futures-timer",
 "if-watch",
 "libc",
 "libp2p-core",
 "log",
 "socket2 0.4.10",
name = "libp2p-tls"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"
dependencies = [
 "futures",
 "futures-rustls",
 "libp2p-core",
 "libp2p-identity",
 "rustls 0.20.9",
 "x509-parser 0.14.0",
[[package]]
name = "libp2p-wasm-ext"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"
dependencies = [
 "futures",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
]

name = "libp2p-websocket"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"
dependencies = [
 "either",
 "futures",
 "futures-rustls",
 "libp2p-core",
 "log",
 "parking_lot 0.12.1",
 "quicksink",
 "rw-stream-sink",
 "soketto",
 "url",
 "webpki-roots",
]
name = "libp2p-yamux"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"
dependencies = [
 "futures",
 "libp2p-core",
 "log",
 "thiserror",
 "yamux",
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
 "bitflags 2.5.0",
 "libc",
]

[[package]]
name = "libsecp256k1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
dependencies = [
 "arrayref",
 "base64 0.13.1",
 "digest 0.9.0",
 "hmac-drbg",
 "libsecp256k1-core",
 "libsecp256k1-gen-ecmult",
 "libsecp256k1-gen-genmult",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "crunchy",
 "digest 0.9.0",
 "subtle 2.5.0",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
 "libsecp256k1-core",
]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
version = "1.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
name = "linked_hash_set"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2"
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"

[[package]]
name = "linux-raw-sys"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"

[[package]]
name = "lioness"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9"
 "arrayref",
 "blake2 0.8.1",
 "chacha",
 "keystream",
[[package]]
name = "litep2p"
version = "0.3.0"
source = "git+https://github.com/paritytech/litep2p?branch=master#b142c9eb611fb2fe78d2830266a3675b37299ceb"
dependencies = [
 "async-trait",
 "bs58 0.4.0",
 "bytes",
 "cid 0.10.1",
 "ed25519-dalek 1.0.1",
 "futures",
 "futures-timer",
 "hex-literal",
 "indexmap 2.2.6",
 "libc",
 "mockall",
 "multiaddr",
 "multihash 0.17.0",
 "network-interface",
 "nohash-hasher",
 "parking_lot 0.12.1",
 "pin-project",
 "prost",
 "prost-build",
 "quinn",
 "rand 0.8.5",
 "rcgen",
 "ring 0.16.20",
 "rustls 0.20.9",
 "serde",
 "sha2 0.10.8",
 "simple-dns",
 "smallvec",
 "snow",
 "socket2 0.5.6",
 "static_assertions",
 "str0m",
 "thiserror",
 "tokio",
 "tokio-stream",
 "tokio-tungstenite",
 "tokio-util",
 "tracing",
 "trust-dns-resolver 0.23.2",
 "uint",
 "unsigned-varint",
 "url",
 "webpki",
 "x25519-dalek 2.0.1",
 "x509-parser 0.15.1",
 "yasna",
 "zeroize",
]

version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lru"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
dependencies = [
name = "lru"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
[[package]]
name = "lru"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
dependencies = [
 "hashbrown 0.14.3",
]

[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
name = "macro_magic"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d"
 "macro_magic_core",
 "macro_magic_macros",
 "quote 1.0.36",
[[package]]
name = "macro_magic_core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d"
dependencies = [
 "derive-syn-parse 0.1.5",
 "macro_magic_core_macros",
 "proc-macro2 1.0.79",
 "quote 1.0.36",
name = "macro_magic_core_macros"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654"
 "proc-macro2 1.0.79",
 "quote 1.0.36",
name = "macro_magic_macros"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3"
 "quote 1.0.36",
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 "regex-automata 0.1.10",
[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
[[package]]
name = "matrixmultiply"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
dependencies = [
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
dependencies = [
 "rustix 0.38.32",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
name = "memory-db"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
 "byteorder",
 "keccak",
 "rand_core 0.6.4",
 "zeroize",
name = "messages-relay"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#92e142555d45f97aa88d241665d9952d12f4ae40"
dependencies = [
 "async-std",
 "async-trait",
 "bp-messages",
 "env_logger 0.11.3",
 "finality-relay",
 "futures",
 "hex",
 "log",
 "num-traits",
 "parking_lot 0.12.1",
 "relay-utils",
 "sp-arithmetic",
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
 "libc",
 "wasi 0.11.0+wasi-snapshot-preview1",
 "windows-sys 0.48.0",
]
name = "mixnet"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"
dependencies = [
 "arrayref",
 "arrayvec 0.7.4",
 "bitflags 1.3.2",
 "blake2 0.10.6",
 "c2-chacha",
Serban Iorga's avatar
Serban Iorga committed
 "curve25519-dalek 4.1.2",
 "either",
 "hashlink",
 "lioness",
 "log",
 "parking_lot 0.12.1",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "subtle 2.5.0",
name = "mockall"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
dependencies = [
 "downcast",
 "fragile",
 "lazy_static",
 "mockall_derive",
 "predicates",
 "predicates-tree",
]
name = "mockall_derive"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
dependencies = [
 "proc-macro2 1.0.79",
 "quote 1.0.36",
name = "multiaddr"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
dependencies = [
 "arrayref",
 "byteorder",
 "data-encoding",
 "log",
 "multibase",
 "multihash 0.17.0",
 "percent-encoding",
 "serde",
 "static_assertions",
 "unsigned-varint",
 "url",
]
name = "multibase"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
 "base-x",
 "data-encoding",
 "data-encoding-macro",
name = "multihash"
version = "0.17.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
 "blake2b_simd",
 "blake2s_simd",
 "blake3",