Skip to content
Snippets Groups Projects
Cargo.lock 409 KiB
Newer Older
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
name = "libp2p-kad"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d"
dependencies = [
 "asynchronous-codec",
 "bytes",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "quick-protobuf-codec",
 "rand",
 "smallvec",
 "thiserror 1.0.69",
 "uint 0.9.5",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-mdns"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "data-encoding",
Dan Forbes's avatar
Dan Forbes committed
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "smallvec",
[[package]]
name = "libp2p-metrics"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620"
dependencies = [
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-ping",
 "libp2p-swarm",
 "prometheus-client",
name = "libp2p-noise"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921"
 "libp2p-core",
 "libp2p-identity",
 "static_assertions",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3"
dependencies = [
 "futures-timer",
 "instant",
 "libp2p-swarm",
 "log",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927"
 "libp2p-core",
 "libp2p-identity",
 "parking_lot 0.12.3",
 "quinn 0.10.2",
 "rand",
 "ring 0.16.20",
 "rustls 0.21.12",
 "socket2 0.5.7",
[[package]]
name = "libp2p-request-response"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
 "async-trait",
 "libp2p-core",
 "libp2p-identity",
Dan Forbes's avatar
Dan Forbes committed
 "libp2p-swarm",
 "smallvec",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libp2p-swarm"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "either",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "multistream-select",
 "once_cell",
 "rand",
 "smallvec",
[[package]]
name = "libp2p-swarm-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74"
 "proc-macro-warning 0.4.2",
 "proc-macro2",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libp2p-tcp"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "futures-timer",
Dan Forbes's avatar
Dan Forbes committed
 "if-watch",
 "libc",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61"
 "rustls 0.21.12",
 "rustls-webpki 0.101.7",
[[package]]
name = "libp2p-upnp"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1"
dependencies = [
 "futures-timer",
 "igd-next",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "tokio",
 "void",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libp2p-wasm-ext"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "wasm-bindgen",
 "wasm-bindgen-futures",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-websocket"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "futures-rustls",
 "rw-stream-sink",
 "soketto",
 "thiserror 1.0.69",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-yamux"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
[[package]]
name = "libsecp256k1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
 "digest 0.9.0",
 "libsecp256k1-core",
 "libsecp256k1-gen-ecmult",
 "libsecp256k1-gen-genmult",
 "serde",
 "sha2 0.9.9",
[[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",
]

[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
 "libsecp256k1-core",
]

[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
 "libsecp256k1-core",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libz-sys"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "pkg-config",
 "vcpkg",
[[package]]
name = "link-cplusplus"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "linked-hash-map"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
name = "linked_hash_set"
Dan Forbes's avatar
Dan Forbes committed
version = "0.1.4"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Dan Forbes's avatar
Dan Forbes committed
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
dependencies = [
 "linked-hash-map",
]

[[package]]
name = "linregress"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9eda9dcf4f2a99787827661f312ac3219292549c2ee992bf9a6248ffb066bf7"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Éloïs's avatar
Éloïs committed
 "nalgebra",
Éloïs's avatar
Éloïs committed
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
name = "lioness"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9"
dependencies = [
 "arrayref",
 "blake2 0.8.1",
 "chacha",
 "keystream",
]
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"

version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9"
dependencies = [
 "async-trait",
 "bs58 0.4.0",
 "bytes",
 "cid 0.10.1",
 "futures-timer",
 "hex-literal",
 "mockall 0.12.1",
 "multiaddr 0.17.1",
 "multihash 0.17.0",
 "network-interface",
 "nohash-hasher",
 "prost 0.12.6",
 "prost-build 0.11.9",
 "quinn 0.9.4",
 "rand",
 "rcgen",
 "ring 0.16.20",
 "rustls 0.20.9",
 "serde",
 "sha2 0.10.8",
 "simple-dns",
 "smallvec",
 "snow",
 "socket2 0.5.7",
 "static_assertions",
 "str0m",
 "tokio",
 "tokio-stream",
 "tokio-tungstenite",
 "tokio-util",
 "tracing",
 "x25519-dalek",
 "x509-parser 0.16.0",
[[package]]
name = "lock_api"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "scopeguard",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "log"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
 "hashbrown 0.12.3",
]

[[package]]
name = "lru"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
dependencies = [
 "hashbrown 0.15.1",
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725"
dependencies = [
 "lz4-sys",
]

[[package]]
name = "lz4-sys"
version = "1.11.1+lz4-1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
dependencies = [
 "cc",
 "libc",
]

Éloïs's avatar
Éloïs committed
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
 "libc",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d"
dependencies = [
 "macro_magic_core",
 "macro_magic_macros",
 "quote",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150"
 "macro_magic_core_macros",
 "proc-macro2",
 "quote",
]

[[package]]
name = "macro_magic_core_macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308"
dependencies = [
 "proc-macro2",
 "quote",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869"
dependencies = [
 "macro_magic_core",
 "quote",
Dan Forbes's avatar
Dan Forbes committed
[[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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
 "regex-automata 0.1.10",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "matches"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"

[[package]]
name = "matrixmultiply"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
name = "memchr"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "memfd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
dependencies = [
[[package]]
Dan Forbes's avatar
Dan Forbes committed
name = "memmap2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
 "libc",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
Éloïs's avatar
Éloïs committed
[[package]]
name = "memoffset"
Éloïs's avatar
Éloïs committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
Éloïs's avatar
Éloïs committed
dependencies = [
 "autocfg",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "memory-db"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
 "byteorder",
 "keccak",
[[package]]
name = "mime"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "miniz_oxide"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "mio"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
[[package]]
name = "mio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
dependencies = [
 "hermit-abi 0.3.9",
 "libc",
 "wasi",
 "windows-sys 0.52.0",
]

[[package]]
name = "mixnet"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"
dependencies = [
 "arrayref",
 "bitflags 1.3.2",
 "blake2 0.10.6",
 "c2-chacha",
 "parking_lot 0.12.3",
 "rand",
 "rand_chacha",
Éloïs's avatar
Éloïs committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
 "downcast",
 "fragile",
 "lazy_static",
 "mockall_derive 0.11.4",
 "predicates 2.1.5",
 "predicates-tree",
]

[[package]]
name = "mockall"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48"
dependencies = [
 "cfg-if",
 "downcast",
 "fragile",
 "lazy_static",
 "mockall_derive 0.12.1",
 "predicates-tree",
]

[[package]]
name = "mockall_derive"
Éloïs's avatar
Éloïs committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
Éloïs's avatar
Éloïs committed

[[package]]
name = "mockall_derive"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2"
dependencies = [
 "cfg-if",
 "proc-macro2",
 "quote",
[[package]]
name = "multi-stash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f"

[[package]]
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 0.7.2",
 "url",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961"
dependencies = [
 "arrayref",
 "byteorder",
 "data-encoding",
 "percent-encoding",
 "serde",
 "static_assertions",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "multibase"
version = "0.9.1"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
 "base-x",
 "data-encoding",
 "data-encoding-macro",
]

Ricardo Rius's avatar
Ricardo Rius committed
[[package]]
name = "multihash"
Ricardo Rius's avatar
Ricardo Rius committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
Ricardo Rius's avatar
Ricardo Rius committed
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
Dan Forbes's avatar
Dan Forbes committed
 "blake3",
 "multihash-derive",
[[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",
 "unsigned-varint 0.7.2",
]

[[package]]
name = "multihash"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2"
Dan Forbes's avatar
Dan Forbes committed
[[package]]
name = "multihash-derive"
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
Dan Forbes's avatar
Dan Forbes committed
 "proc-macro-error",
 "proc-macro2",
 "quote",
[[package]]
name = "multimap"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "multimap"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "multistream-select"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "pin-project",
 "smallvec",
]

[[package]]
name = "nalgebra"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
dependencies = [
Éloïs's avatar
Éloïs committed
 "approx",
 "matrixmultiply",
 "num-complex",
Éloïs's avatar
Éloïs committed
 "simba",
Dan Forbes's avatar
Dan Forbes committed
[[package]]
Dan Forbes's avatar
Dan Forbes committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
Dan Forbes's avatar
Dan Forbes committed
dependencies = [
[[package]]
name = "netlink-packet-core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
dependencies = [
 "anyhow",
 "byteorder",
 "libc",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-route"
version = "0.12.0"