|
|
|
|
|
|
|
|
version = 3 |
|
|
|
|
|
[[package]] |
|
|
name = "addr2line" |
|
|
version = "0.20.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" |
|
|
dependencies = [ |
|
|
"gimli", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "adler" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
|
|
[[package]] |
|
|
name = "aead" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
|
|
dependencies = [ |
|
|
"crypto-common", |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "aes" |
|
|
version = "0.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cipher", |
|
|
"cpufeatures", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "aes-gcm" |
|
|
version = "0.10.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
|
|
dependencies = [ |
|
|
"aead", |
|
|
"aes", |
|
|
"cipher", |
|
|
"ctr", |
|
|
"ghash", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ahash" |
|
|
version = "0.8.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
"version_check", |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "aho-corasick" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "allocator-api2" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
|
|
|
|
|
[[package]] |
|
|
name = "anes" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
|
|
|
|
|
[[package]] |
|
|
name = "anstream" |
|
|
version = "0.6.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"anstyle-parse", |
|
|
"anstyle-query", |
|
|
"anstyle-wincon", |
|
|
"colorchoice", |
|
|
"utf8parse", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-parse" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" |
|
|
dependencies = [ |
|
|
"utf8parse", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-query" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
|
|
dependencies = [ |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-wincon" |
|
|
version = "3.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anyhow" |
|
|
version = "1.0.86" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
|
|
|
|
|
[[package]] |
|
|
name = "arbitrary" |
|
|
version = "1.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" |
|
|
|
|
|
[[package]] |
|
|
name = "arc-swap" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" |
|
|
|
|
|
[[package]] |
|
|
name = "arrayref" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" |
|
|
|
|
|
[[package]] |
|
|
name = "arrayvec" |
|
|
version = "0.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
|
|
|
|
|
[[package]] |
|
|
name = "asn1-rs" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" |
|
|
dependencies = [ |
|
|
"asn1-rs-derive 0.4.0", |
|
|
"asn1-rs-impl 0.1.0", |
|
|
"displaydoc", |
|
|
"nom", |
|
|
"num-traits", |
|
|
"rusticata-macros", |
|
|
"thiserror", |
|
|
"time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asn1-rs" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" |
|
|
dependencies = [ |
|
|
"asn1-rs-derive 0.5.0", |
|
|
"asn1-rs-impl 0.2.0", |
|
|
"displaydoc", |
|
|
"nom", |
|
|
"num-traits", |
|
|
"rusticata-macros", |
|
|
"thiserror", |
|
|
"time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asn1-rs-derive" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
"synstructure 0.12.6", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asn1-rs-derive" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
"synstructure 0.13.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asn1-rs-impl" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asn1-rs-impl" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asn1_der" |
|
|
version = "0.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" |
|
|
|
|
|
[[package]] |
|
|
name = "async-attributes" |
|
|
version = "1.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-channel" |
|
|
version = "1.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" |
|
|
dependencies = [ |
|
|
"concurrent-queue", |
|
|
"event-listener 2.5.3", |
|
|
"futures-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-executor" |
|
|
version = "1.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" |
|
|
dependencies = [ |
|
|
"async-lock 2.7.0", |
|
|
"async-task", |
|
|
"concurrent-queue", |
|
|
"fastrand 1.9.0", |
|
|
"futures-lite 1.13.0", |
|
|
"slab", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-fs" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" |
|
|
dependencies = [ |
|
|
"async-lock 2.7.0", |
|
|
"autocfg", |
|
|
"blocking", |
|
|
"futures-lite 1.13.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-global-executor" |
|
|
version = "2.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" |
|
|
dependencies = [ |
|
|
"async-channel", |
|
|
"async-executor", |
|
|
"async-io 1.13.0", |
|
|
"async-lock 2.7.0", |
|
|
"blocking", |
|
|
"futures-lite 1.13.0", |
|
|
"once_cell", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-io" |
|
|
version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" |
|
|
dependencies = [ |
|
|
"async-lock 2.7.0", |
|
|
"autocfg", |
|
|
"cfg-if", |
|
|
"concurrent-queue", |
|
|
"futures-lite 1.13.0", |
|
|
"log", |
|
|
"parking", |
|
|
"polling 2.8.0", |
|
|
"rustix 0.37.25", |
|
|
"slab", |
|
|
"socket2 0.4.9", |
|
|
"waker-fn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-io" |
|
|
version = "2.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" |
|
|
dependencies = [ |
|
|
"async-lock 3.1.0", |
|
|
"cfg-if", |
|
|
"concurrent-queue", |
|
|
"futures-io", |
|
|
"futures-lite 2.0.1", |
|
|
"parking", |
|
|
"polling 3.3.0", |
|
|
"rustix 0.38.31", |
|
|
"slab", |
|
|
"tracing", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-lock" |
|
|
version = "2.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" |
|
|
dependencies = [ |
|
|
"event-listener 2.5.3", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-lock" |
|
|
version = "3.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "deb2ab2aa8a746e221ab826c73f48bc6ba41be6763f0855cb249eb6d154cf1d7" |
|
|
dependencies = [ |
|
|
"event-listener 3.1.0", |
|
|
"event-listener-strategy", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-net" |
|
|
version = "1.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" |
|
|
dependencies = [ |
|
|
"async-io 1.13.0", |
|
|
"autocfg", |
|
|
"blocking", |
|
|
"futures-lite 1.13.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-process" |
|
|
version = "1.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" |
|
|
dependencies = [ |
|
|
"async-io 1.13.0", |
|
|
"async-lock 2.7.0", |
|
|
"autocfg", |
|
|
"blocking", |
|
|
"cfg-if", |
|
|
"event-listener 2.5.3", |
|
|
"futures-lite 1.13.0", |
|
|
"rustix 0.37.25", |
|
|
"signal-hook", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-std" |
|
|
version = "1.12.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" |
|
|
dependencies = [ |
|
|
"async-attributes", |
|
|
"async-channel", |
|
|
"async-global-executor", |
|
|
"async-io 1.13.0", |
|
|
"async-lock 2.7.0", |
|
|
"async-process", |
|
|
"crossbeam-utils", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-io", |
|
|
"futures-lite 1.13.0", |
|
|
"gloo-timers", |
|
|
"kv-log-macro", |
|
|
"log", |
|
|
"memchr", |
|
|
"once_cell", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
"slab", |
|
|
"wasm-bindgen-futures", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-std-resolver" |
|
|
version = "0.24.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c0ed2b6671c13d2c28756c5a64e04759c1e0b5d3d7ac031f521c3561e21fbcb" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"futures-io", |
|
|
"futures-util", |
|
|
"hickory-resolver", |
|
|
"pin-utils", |
|
|
"socket2 0.5.7", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-stream" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" |
|
|
dependencies = [ |
|
|
"async-stream-impl", |
|
|
"futures-core", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-stream-impl" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "async-task" |
|
|
version = "4.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" |
|
|
|
|
|
[[package]] |
|
|
name = "async-trait" |
|
|
version = "0.1.80" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "asynchronous-codec" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-sink", |
|
|
"futures-util", |
|
|
"memchr", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "atomic-waker" |
|
|
version = "1.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" |
|
|
|
|
|
[[package]] |
|
|
name = "attohttpc" |
|
|
version = "0.24.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" |
|
|
dependencies = [ |
|
|
"http 0.2.9", |
|
|
"log", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "autocfg" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
|
|
[[package]] |
|
|
name = "autonat-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"clap", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "autonatv2" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"clap", |
|
|
"libp2p", |
|
|
"opentelemetry 0.21.0", |
|
|
"opentelemetry-jaeger", |
|
|
"opentelemetry_sdk 0.21.2", |
|
|
"rand 0.8.5", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-opentelemetry 0.22.0", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "axum" |
|
|
version = "0.6.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"axum-core 0.3.4", |
|
|
"bitflags 1.3.2", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http 0.2.9", |
|
|
"http-body 0.4.5", |
|
|
"hyper 0.14.27", |
|
|
"itoa", |
|
|
"matchit", |
|
|
"memchr", |
|
|
"mime", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"rustversion", |
|
|
"serde", |
|
|
"sync_wrapper 0.1.2", |
|
|
"tower", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "axum" |
|
|
version = "0.7.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"axum-core 0.4.3", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"http-body-util", |
|
|
"hyper 1.1.0", |
|
|
"hyper-util", |
|
|
"itoa", |
|
|
"matchit", |
|
|
"memchr", |
|
|
"mime", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"rustversion", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_path_to_error", |
|
|
"serde_urlencoded", |
|
|
"sync_wrapper 1.0.0", |
|
|
"tokio", |
|
|
"tower", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "axum-core" |
|
|
version = "0.3.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http 0.2.9", |
|
|
"http-body 0.4.5", |
|
|
"mime", |
|
|
"rustversion", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "axum-core" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"http-body-util", |
|
|
"mime", |
|
|
"pin-project-lite", |
|
|
"rustversion", |
|
|
"sync_wrapper 0.1.2", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "backtrace" |
|
|
version = "0.3.68" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" |
|
|
dependencies = [ |
|
|
"addr2line", |
|
|
"cc", |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"miniz_oxide", |
|
|
"object", |
|
|
"rustc-demangle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "base-x" |
|
|
version = "0.2.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" |
|
|
|
|
|
[[package]] |
|
|
name = "base16ct" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.13.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.21.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.22.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
|
|
[[package]] |
|
|
name = "base64ct" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
|
|
|
[[package]] |
|
|
name = "bimap" |
|
|
version = "0.6.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" |
|
|
|
|
|
[[package]] |
|
|
name = "bincode" |
|
|
version = "1.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "2.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" |
|
|
|
|
|
[[package]] |
|
|
name = "blake2" |
|
|
version = "0.10.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
|
|
dependencies = [ |
|
|
"digest 0.10.7", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "block-buffer" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "block-buffer" |
|
|
version = "0.10.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "block-padding" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "blocking" |
|
|
version = "1.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" |
|
|
dependencies = [ |
|
|
"async-channel", |
|
|
"async-lock 2.7.0", |
|
|
"async-task", |
|
|
"atomic-waker", |
|
|
"fastrand 1.9.0", |
|
|
"futures-lite 1.13.0", |
|
|
"log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "browser-webrtc-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"axum 0.7.5", |
|
|
"futures", |
|
|
"js-sys", |
|
|
"libp2p", |
|
|
"libp2p-webrtc", |
|
|
"libp2p-webrtc-websys", |
|
|
"mime_guess", |
|
|
"rand 0.8.5", |
|
|
"rust-embed", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tower", |
|
|
"tower-http", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"tracing-wasm", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bs58" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
|
|
dependencies = [ |
|
|
"tinyvec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bstr" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bumpalo" |
|
|
version = "3.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
|
|
|
|
|
[[package]] |
|
|
name = "byteorder" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
|
|
[[package]] |
|
|
name = "bytes" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cast" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
|
|
|
|
|
[[package]] |
|
|
name = "cbc" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
|
|
dependencies = [ |
|
|
"cipher", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cbor4ii" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "59b4c883b9cc4757b061600d39001d4d0232bece4a3174696cf8f58a14db107d" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cc" |
|
|
version = "1.0.83" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ccm" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ae3c82e4355234767756212c570e29833699ab63e6ffd161887314cc5b43847" |
|
|
dependencies = [ |
|
|
"aead", |
|
|
"cipher", |
|
|
"ctr", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
[[package]] |
|
|
name = "chacha20" |
|
|
version = "0.9.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cipher", |
|
|
"cpufeatures", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "chacha20poly1305" |
|
|
version = "0.10.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" |
|
|
dependencies = [ |
|
|
"aead", |
|
|
"chacha20", |
|
|
"cipher", |
|
|
"poly1305", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "chat-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ciborium" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" |
|
|
dependencies = [ |
|
|
"ciborium-io", |
|
|
"ciborium-ll", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ciborium-io" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" |
|
|
|
|
|
[[package]] |
|
|
name = "ciborium-ll" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" |
|
|
dependencies = [ |
|
|
"ciborium-io", |
|
|
"half", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cipher" |
|
|
version = "0.4.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
|
|
dependencies = [ |
|
|
"crypto-common", |
|
|
"inout", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap" |
|
|
version = "4.5.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7" |
|
|
dependencies = [ |
|
|
"clap_builder", |
|
|
"clap_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_builder" |
|
|
version = "4.5.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df" |
|
|
dependencies = [ |
|
|
"anstream", |
|
|
"anstyle", |
|
|
"clap_lex", |
|
|
"strsim", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_derive" |
|
|
version = "4.5.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" |
|
|
dependencies = [ |
|
|
"heck 0.5.0", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_lex" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
|
|
|
|
|
[[package]] |
|
|
name = "colorchoice" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
|
|
|
|
|
[[package]] |
|
|
name = "combine" |
|
|
version = "4.6.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"memchr", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "concurrent-queue" |
|
|
version = "2.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" |
|
|
dependencies = [ |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "console_error_panic_hook" |
|
|
version = "0.1.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "const-oid" |
|
|
version = "0.9.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747" |
|
|
|
|
|
[[package]] |
|
|
name = "core-foundation" |
|
|
version = "0.9.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
|
dependencies = [ |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "core-foundation-sys" |
|
|
version = "0.8.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
|
|
|
|
|
[[package]] |
|
|
name = "core2" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cpufeatures" |
|
|
version = "0.2.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crc" |
|
|
version = "3.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" |
|
|
dependencies = [ |
|
|
"crc-catalog", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crc-catalog" |
|
|
version = "2.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" |
|
|
|
|
|
[[package]] |
|
|
name = "criterion" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
|
|
dependencies = [ |
|
|
"anes", |
|
|
"cast", |
|
|
"ciborium", |
|
|
"clap", |
|
|
"criterion-plot", |
|
|
"futures", |
|
|
"is-terminal", |
|
|
"itertools", |
|
|
"num-traits", |
|
|
"once_cell", |
|
|
"oorandom", |
|
|
"plotters", |
|
|
"rayon", |
|
|
"regex", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"tinytemplate", |
|
|
"tokio", |
|
|
"walkdir", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "criterion-plot" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
|
|
dependencies = [ |
|
|
"cast", |
|
|
"itertools", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-channel" |
|
|
version = "0.5.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
|
|
dependencies = [ |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-deque" |
|
|
version = "0.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"crossbeam-epoch", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-epoch" |
|
|
version = "0.9.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"cfg-if", |
|
|
"crossbeam-utils", |
|
|
"memoffset 0.9.0", |
|
|
"scopeguard", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-utils" |
|
|
version = "0.8.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
|
|
|
|
[[package]] |
|
|
name = "crunchy" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
|
|
|
[[package]] |
|
|
name = "crypto-bigint" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
"rand_core 0.6.4", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crypto-common" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
"rand_core 0.6.4", |
|
|
"typenum", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crypto-mac" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ctr" |
|
|
version = "0.9.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
|
|
dependencies = [ |
|
|
"cipher", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cuckoofilter" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"fnv", |
|
|
"rand 0.7.3", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "curve25519-dalek" |
|
|
version = "4.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"curve25519-dalek-derive", |
|
|
"digest 0.10.7", |
|
|
"fiat-crypto", |
|
|
"rustc_version", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "curve25519-dalek-derive" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "data-encoding" |
|
|
version = "2.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" |
|
|
|
|
|
[[package]] |
|
|
name = "data-encoding-macro" |
|
|
version = "0.1.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99" |
|
|
dependencies = [ |
|
|
"data-encoding", |
|
|
"data-encoding-macro-internal", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "data-encoding-macro-internal" |
|
|
version = "0.1.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772" |
|
|
dependencies = [ |
|
|
"data-encoding", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dcutr-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"clap", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p", |
|
|
"log", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "der" |
|
|
version = "0.7.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" |
|
|
dependencies = [ |
|
|
"const-oid", |
|
|
"pem-rfc7468", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "der-parser" |
|
|
version = "8.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" |
|
|
dependencies = [ |
|
|
"asn1-rs 0.5.2", |
|
|
"displaydoc", |
|
|
"nom", |
|
|
"num-bigint", |
|
|
"num-traits", |
|
|
"rusticata-macros", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "der-parser" |
|
|
version = "9.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" |
|
|
dependencies = [ |
|
|
"asn1-rs 0.6.1", |
|
|
"displaydoc", |
|
|
"nom", |
|
|
"num-bigint", |
|
|
"num-traits", |
|
|
"rusticata-macros", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "deranged" |
|
|
version = "0.3.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
|
dependencies = [ |
|
|
"powerfmt", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "digest" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "digest" |
|
|
version = "0.10.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
|
dependencies = [ |
|
|
"block-buffer 0.10.4", |
|
|
"const-oid", |
|
|
"crypto-common", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dirs" |
|
|
version = "4.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
|
|
dependencies = [ |
|
|
"dirs-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dirs-sys" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"redox_users", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "displaydoc" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "distributed-key-value-store-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dtoa" |
|
|
version = "1.0.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" |
|
|
|
|
|
[[package]] |
|
|
name = "ecdsa" |
|
|
version = "0.16.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" |
|
|
dependencies = [ |
|
|
"der", |
|
|
"digest 0.10.7", |
|
|
"elliptic-curve", |
|
|
"rfc6979", |
|
|
"signature", |
|
|
"spki", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ed25519" |
|
|
version = "2.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" |
|
|
dependencies = [ |
|
|
"pkcs8", |
|
|
"signature", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ed25519-dalek" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" |
|
|
dependencies = [ |
|
|
"curve25519-dalek", |
|
|
"ed25519", |
|
|
"rand_core 0.6.4", |
|
|
"serde", |
|
|
"sha2 0.10.8", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "either" |
|
|
version = "1.12.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
|
|
|
|
|
[[package]] |
|
|
name = "elliptic-curve" |
|
|
version = "0.13.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" |
|
|
dependencies = [ |
|
|
"base16ct", |
|
|
"crypto-bigint", |
|
|
"digest 0.10.7", |
|
|
"ff", |
|
|
"generic-array", |
|
|
"group", |
|
|
"hkdf", |
|
|
"pem-rfc7468", |
|
|
"pkcs8", |
|
|
"rand_core 0.6.4", |
|
|
"sec1", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding_rs" |
|
|
version = "0.8.32" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "enum-as-inner" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" |
|
|
dependencies = [ |
|
|
"heck 0.4.1", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "env_logger" |
|
|
version = "0.8.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"regex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "env_logger" |
|
|
version = "0.10.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" |
|
|
dependencies = [ |
|
|
"humantime", |
|
|
"is-terminal", |
|
|
"log", |
|
|
"regex", |
|
|
"termcolor", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "equivalent" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
|
|
[[package]] |
|
|
name = "errno" |
|
|
version = "0.3.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "event-listener" |
|
|
version = "2.5.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
|
|
|
|
|
[[package]] |
|
|
name = "event-listener" |
|
|
version = "3.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" |
|
|
dependencies = [ |
|
|
"concurrent-queue", |
|
|
"parking", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "event-listener-strategy" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160" |
|
|
dependencies = [ |
|
|
"event-listener 3.1.0", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fastrand" |
|
|
version = "1.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
|
|
dependencies = [ |
|
|
"instant", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fastrand" |
|
|
version = "2.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
|
|
|
|
|
[[package]] |
|
|
name = "ff" |
|
|
version = "0.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" |
|
|
dependencies = [ |
|
|
"rand_core 0.6.4", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fiat-crypto" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" |
|
|
|
|
|
[[package]] |
|
|
name = "file-sharing-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"clap", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"serde", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fnv" |
|
|
version = "1.0.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
[[package]] |
|
|
name = "foreign-types" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
|
dependencies = [ |
|
|
"foreign-types-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "foreign-types-shared" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
|
|
[[package]] |
|
|
name = "form_urlencoded" |
|
|
version = "1.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
|
dependencies = [ |
|
|
"percent-encoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-executor", |
|
|
"futures-io", |
|
|
"futures-sink", |
|
|
"futures-task", |
|
|
"futures-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-bounded" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e" |
|
|
dependencies = [ |
|
|
"futures-timer", |
|
|
"futures-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-channel" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-executor" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-task", |
|
|
"futures-util", |
|
|
"num_cpus", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-io" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-lite" |
|
|
version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" |
|
|
dependencies = [ |
|
|
"fastrand 1.9.0", |
|
|
"futures-core", |
|
|
"futures-io", |
|
|
"memchr", |
|
|
"parking", |
|
|
"pin-project-lite", |
|
|
"waker-fn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-lite" |
|
|
version = "2.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-macro" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-rustls" |
|
|
version = "0.26.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" |
|
|
dependencies = [ |
|
|
"futures-io", |
|
|
"rustls 0.23.11", |
|
|
"rustls-pki-types", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-sink" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-task" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-ticker" |
|
|
version = "0.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9763058047f713632a52e916cc7f6a4b3fc6e9fc1ff8c5b1dc49e5a89041682e" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"instant", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-timer" |
|
|
version = "3.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
|
|
dependencies = [ |
|
|
"gloo-timers", |
|
|
"send_wrapper 0.4.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-util" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-io", |
|
|
"futures-macro", |
|
|
"futures-sink", |
|
|
"futures-task", |
|
|
"memchr", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
"slab", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures_ringbuf" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6628abb6eb1fc74beaeb20cd0670c43d158b0150f7689b38c3eaf663f99bdec7" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"log", |
|
|
"ringbuf", |
|
|
"rustc_version", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "generic-array" |
|
|
version = "0.14.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
|
dependencies = [ |
|
|
"typenum", |
|
|
"version_check", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.1.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.2.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"js-sys", |
|
|
"libc", |
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ghash" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" |
|
|
dependencies = [ |
|
|
"opaque-debug", |
|
|
"polyval", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "gimli" |
|
|
version = "0.27.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" |
|
|
|
|
|
[[package]] |
|
|
name = "glob" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
|
|
|
[[package]] |
|
|
name = "globset" |
|
|
version = "0.4.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"bstr", |
|
|
"fnv", |
|
|
"log", |
|
|
"regex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "gloo-timers" |
|
|
version = "0.2.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "group" |
|
|
version = "0.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" |
|
|
dependencies = [ |
|
|
"ff", |
|
|
"rand_core 0.6.4", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "h2" |
|
|
version = "0.3.26" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"fnv", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"futures-util", |
|
|
"http 0.2.9", |
|
|
"indexmap 2.2.1", |
|
|
"slab", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "h2" |
|
|
version = "0.4.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"fnv", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"indexmap 2.2.1", |
|
|
"slab", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "half" |
|
|
version = "1.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.12.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.14.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"allocator-api2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "heck" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
|
|
[[package]] |
|
|
name = "heck" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
|
|
|
|
|
[[package]] |
|
|
name = "hex" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
|
|
[[package]] |
|
|
name = "hex-literal" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" |
|
|
|
|
|
[[package]] |
|
|
name = "hex_fmt" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" |
|
|
|
|
|
[[package]] |
|
|
name = "hickory-proto" |
|
|
version = "0.24.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"cfg-if", |
|
|
"data-encoding", |
|
|
"enum-as-inner", |
|
|
"futures-channel", |
|
|
"futures-io", |
|
|
"futures-util", |
|
|
"idna 0.4.0", |
|
|
"ipnet", |
|
|
"once_cell", |
|
|
"rand 0.8.5", |
|
|
"socket2 0.5.7", |
|
|
"thiserror", |
|
|
"tinyvec", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hickory-resolver" |
|
|
version = "0.24.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"futures-util", |
|
|
"hickory-proto", |
|
|
"ipconfig", |
|
|
"lru-cache", |
|
|
"once_cell", |
|
|
"parking_lot", |
|
|
"rand 0.8.5", |
|
|
"resolv-conf", |
|
|
"smallvec", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hkdf" |
|
|
version = "0.12.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
|
|
dependencies = [ |
|
|
"hmac 0.12.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hmac" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" |
|
|
dependencies = [ |
|
|
"crypto-mac", |
|
|
"digest 0.9.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hmac" |
|
|
version = "0.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
|
|
dependencies = [ |
|
|
"digest 0.10.7", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hmac-drbg" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" |
|
|
dependencies = [ |
|
|
"digest 0.9.0", |
|
|
"generic-array", |
|
|
"hmac 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hole-punching-tests" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"either", |
|
|
"env_logger 0.10.2", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"redis", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"tokio", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hostname" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"match_cfg", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http" |
|
|
version = "0.2.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"fnv", |
|
|
"itoa", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"fnv", |
|
|
"itoa", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body" |
|
|
version = "0.4.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"http 0.2.9", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"http 1.0.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body-util" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-range-header" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3ce4ef31cda248bbdb6e6820603b82dfcd9e833db65a43e997a0ccec777d11fe" |
|
|
|
|
|
[[package]] |
|
|
name = "httparse" |
|
|
version = "1.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
|
|
|
[[package]] |
|
|
name = "httpdate" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
|
|
|
|
|
[[package]] |
|
|
name = "humantime" |
|
|
version = "2.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
|
|
[[package]] |
|
|
name = "hyper" |
|
|
version = "0.14.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"h2 0.3.26", |
|
|
"http 0.2.9", |
|
|
"http-body 0.4.5", |
|
|
"httparse", |
|
|
"httpdate", |
|
|
"itoa", |
|
|
"pin-project-lite", |
|
|
"socket2 0.4.9", |
|
|
"tokio", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
"want", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-util", |
|
|
"h2 0.4.4", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"httparse", |
|
|
"httpdate", |
|
|
"itoa", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
"want", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-rustls" |
|
|
version = "0.26.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" |
|
|
dependencies = [ |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"hyper 1.1.0", |
|
|
"hyper-util", |
|
|
"rustls 0.22.4", |
|
|
"rustls-pki-types", |
|
|
"tokio", |
|
|
"tokio-rustls", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-timeout" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" |
|
|
dependencies = [ |
|
|
"hyper 0.14.27", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
"tokio-io-timeout", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-tls" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"http-body-util", |
|
|
"hyper 1.1.0", |
|
|
"hyper-util", |
|
|
"native-tls", |
|
|
"tokio", |
|
|
"tokio-native-tls", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-util" |
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"hyper 1.1.0", |
|
|
"pin-project-lite", |
|
|
"socket2 0.5.7", |
|
|
"tokio", |
|
|
"tower", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "identify-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "idna" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
|
|
dependencies = [ |
|
|
"unicode-bidi", |
|
|
"unicode-normalization", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "idna" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
|
|
dependencies = [ |
|
|
"unicode-bidi", |
|
|
"unicode-normalization", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "if-addrs" |
|
|
version = "0.10.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "if-watch" |
|
|
version = "3.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" |
|
|
dependencies = [ |
|
|
"async-io 2.3.3", |
|
|
"core-foundation", |
|
|
"fnv", |
|
|
"futures", |
|
|
"if-addrs", |
|
|
"ipnet", |
|
|
"log", |
|
|
"rtnetlink", |
|
|
"smol", |
|
|
"system-configuration", |
|
|
"tokio", |
|
|
"windows 0.51.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "igd-next" |
|
|
version = "0.14.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"attohttpc", |
|
|
"bytes", |
|
|
"futures", |
|
|
"http 0.2.9", |
|
|
"hyper 0.14.27", |
|
|
"log", |
|
|
"rand 0.8.5", |
|
|
"tokio", |
|
|
"url", |
|
|
"xmltree", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "indexmap" |
|
|
version = "1.9.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"hashbrown 0.12.3", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "indexmap" |
|
|
version = "2.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" |
|
|
dependencies = [ |
|
|
"equivalent", |
|
|
"hashbrown 0.14.3", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "inout" |
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
|
|
dependencies = [ |
|
|
"block-padding", |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "instant" |
|
|
version = "0.1.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "integer-encoding" |
|
|
version = "3.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
|
|
|
|
|
[[package]] |
|
|
name = "interceptor" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5927883184e6a819b22d5e4f5f7bc7ca134fde9b2026fbddd8d95249746ba21e" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"log", |
|
|
"rand 0.8.5", |
|
|
"rtcp", |
|
|
"rtp", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"waitgroup", |
|
|
"webrtc-srtp", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "interop-tests" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"axum 0.7.5", |
|
|
"console_error_panic_hook", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p", |
|
|
"libp2p-mplex", |
|
|
"libp2p-noise", |
|
|
"libp2p-tls", |
|
|
"libp2p-webrtc", |
|
|
"libp2p-webrtc-websys", |
|
|
"mime_guess", |
|
|
"rand 0.8.5", |
|
|
"redis", |
|
|
"reqwest", |
|
|
"rust-embed", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"thirtyfour", |
|
|
"tokio", |
|
|
"tower-http", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"wasm-logger", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "io-lifetimes" |
|
|
version = "1.0.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
|
|
dependencies = [ |
|
|
"hermit-abi", |
|
|
"libc", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ipconfig" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" |
|
|
dependencies = [ |
|
|
"socket2 0.5.7", |
|
|
"widestring", |
|
|
"windows-sys 0.48.0", |
|
|
"winreg 0.50.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ipfs-kad-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"async-trait", |
|
|
"clap", |
|
|
"env_logger 0.10.2", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ipfs-private-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"either", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ipnet" |
|
|
version = "2.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" |
|
|
|
|
|
[[package]] |
|
|
name = "is-terminal" |
|
|
version = "0.4.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
|
|
dependencies = [ |
|
|
"hermit-abi", |
|
|
"rustix 0.38.31", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itertools" |
|
|
version = "0.10.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
|
dependencies = [ |
|
|
"either", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itoa" |
|
|
version = "1.0.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
|
|
|
|
|
[[package]] |
|
|
name = "js-sys" |
|
|
version = "0.3.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
|
|
dependencies = [ |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "keccak" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" |
|
|
dependencies = [ |
|
|
"cpufeatures", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "keygen" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"clap", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "kv-log-macro" |
|
|
version = "1.0.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" |
|
|
dependencies = [ |
|
|
"log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "lazy_static" |
|
|
version = "1.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
[[package]] |
|
|
name = "libc" |
|
|
version = "0.2.155" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p" |
|
|
version = "0.54.1" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"clap", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"getrandom 0.2.15", |
|
|
"libp2p-allow-block-list", |
|
|
"libp2p-autonat", |
|
|
"libp2p-connection-limits", |
|
|
"libp2p-core", |
|
|
"libp2p-dcutr", |
|
|
"libp2p-dns", |
|
|
"libp2p-floodsub", |
|
|
"libp2p-gossipsub", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-kad", |
|
|
"libp2p-mdns", |
|
|
"libp2p-memory-connection-limits", |
|
|
"libp2p-metrics", |
|
|
"libp2p-mplex", |
|
|
"libp2p-noise", |
|
|
"libp2p-ping", |
|
|
"libp2p-plaintext", |
|
|
"libp2p-pnet", |
|
|
"libp2p-quic", |
|
|
"libp2p-relay", |
|
|
"libp2p-rendezvous", |
|
|
"libp2p-request-response", |
|
|
"libp2p-swarm", |
|
|
"libp2p-tcp", |
|
|
"libp2p-tls", |
|
|
"libp2p-uds", |
|
|
"libp2p-upnp", |
|
|
"libp2p-websocket", |
|
|
"libp2p-websocket-websys", |
|
|
"libp2p-webtransport-websys", |
|
|
"libp2p-yamux", |
|
|
"multiaddr", |
|
|
"pin-project", |
|
|
"rw-stream-sink", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-allow-block-list" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-derive", |
|
|
"libp2p-swarm-test", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-autonat" |
|
|
version = "0.13.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-request-response", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"rand 0.8.5", |
|
|
"rand_core 0.6.4", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-connection-limits" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"libp2p-core", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-ping", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-derive", |
|
|
"libp2p-swarm-test", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-core" |
|
|
version = "0.42.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"either", |
|
|
"fnv", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p-identity", |
|
|
"libp2p-mplex", |
|
|
"libp2p-noise", |
|
|
"multiaddr", |
|
|
"multihash", |
|
|
"multistream-select", |
|
|
"once_cell", |
|
|
"parking_lot", |
|
|
"pin-project", |
|
|
"quick-protobuf", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"rw-stream-sink", |
|
|
"serde", |
|
|
"smallvec", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"unsigned-varint 0.8.0", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-dcutr" |
|
|
version = "0.12.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"asynchronous-codec", |
|
|
"clap", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-dns", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-ping", |
|
|
"libp2p-plaintext", |
|
|
"libp2p-relay", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-tcp", |
|
|
"libp2p-yamux", |
|
|
"lru", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-dns" |
|
|
version = "0.42.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-std-resolver", |
|
|
"async-trait", |
|
|
"futures", |
|
|
"hickory-resolver", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"parking_lot", |
|
|
"smallvec", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-floodsub" |
|
|
version = "0.45.0" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"cuckoofilter", |
|
|
"fnv", |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"rand 0.8.5", |
|
|
"smallvec", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-gossipsub" |
|
|
version = "0.47.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"asynchronous-codec", |
|
|
"base64 0.22.1", |
|
|
"byteorder", |
|
|
"bytes", |
|
|
"either", |
|
|
"fnv", |
|
|
"futures", |
|
|
"futures-ticker", |
|
|
"getrandom 0.2.15", |
|
|
"hex", |
|
|
"hex_fmt", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-yamux", |
|
|
"prometheus-client", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"regex", |
|
|
"serde", |
|
|
"sha2 0.10.8", |
|
|
"smallvec", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-identify" |
|
|
version = "0.45.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"asynchronous-codec", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"lru", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"smallvec", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-identity" |
|
|
version = "0.2.9" |
|
|
dependencies = [ |
|
|
"asn1_der", |
|
|
"base64 0.22.1", |
|
|
"bs58", |
|
|
"criterion", |
|
|
"ed25519-dalek", |
|
|
"hex-literal", |
|
|
"hkdf", |
|
|
"libsecp256k1", |
|
|
"multihash", |
|
|
"p256", |
|
|
"quick-protobuf", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"ring 0.17.8", |
|
|
"rmp-serde", |
|
|
"sec1", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"sha2 0.10.8", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"void", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-kad" |
|
|
version = "0.46.1" |
|
|
dependencies = [ |
|
|
"arrayvec", |
|
|
"async-std", |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"either", |
|
|
"fnv", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-yamux", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"sha2 0.10.8", |
|
|
"smallvec", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"uint", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-mdns" |
|
|
version = "0.46.0" |
|
|
dependencies = [ |
|
|
"async-io 2.3.3", |
|
|
"async-std", |
|
|
"data-encoding", |
|
|
"futures", |
|
|
"hickory-proto", |
|
|
"if-watch", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-tcp", |
|
|
"libp2p-yamux", |
|
|
"rand 0.8.5", |
|
|
"smallvec", |
|
|
"socket2 0.5.7", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-memory-connection-limits" |
|
|
version = "0.3.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"libp2p-core", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-derive", |
|
|
"libp2p-swarm-test", |
|
|
"memory-stats", |
|
|
"rand 0.8.5", |
|
|
"sysinfo", |
|
|
"tracing", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-metrics" |
|
|
version = "0.14.2" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"libp2p-dcutr", |
|
|
"libp2p-gossipsub", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-kad", |
|
|
"libp2p-ping", |
|
|
"libp2p-relay", |
|
|
"libp2p-swarm", |
|
|
"pin-project", |
|
|
"prometheus-client", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-mplex" |
|
|
version = "0.42.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"criterion", |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-muxer-test-harness", |
|
|
"libp2p-plaintext", |
|
|
"libp2p-tcp", |
|
|
"nohash-hasher", |
|
|
"parking_lot", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"smallvec", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"unsigned-varint 0.8.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-muxer-test-harness" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"futures_ringbuf", |
|
|
"libp2p-core", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-noise" |
|
|
version = "0.45.0" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"curve25519-dalek", |
|
|
"futures", |
|
|
"futures_ringbuf", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"multiaddr", |
|
|
"multihash", |
|
|
"once_cell", |
|
|
"quick-protobuf", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"sha2 0.10.8", |
|
|
"snow", |
|
|
"static_assertions", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"x25519-dalek", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-perf" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"clap", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"libp2p", |
|
|
"libp2p-core", |
|
|
"libp2p-dns", |
|
|
"libp2p-identity", |
|
|
"libp2p-quic", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-tcp", |
|
|
"libp2p-tls", |
|
|
"libp2p-yamux", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-ping" |
|
|
version = "0.45.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-plaintext" |
|
|
version = "0.42.0" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"futures", |
|
|
"futures_ringbuf", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-pnet" |
|
|
version = "0.25.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-swarm", |
|
|
"libp2p-tcp", |
|
|
"libp2p-websocket", |
|
|
"libp2p-yamux", |
|
|
"pin-project", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"salsa20", |
|
|
"sha3", |
|
|
"tokio", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-quic" |
|
|
version = "0.11.1" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"bytes", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"if-watch", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-muxer-test-harness", |
|
|
"libp2p-noise", |
|
|
"libp2p-tcp", |
|
|
"libp2p-tls", |
|
|
"libp2p-yamux", |
|
|
"parking_lot", |
|
|
"quickcheck", |
|
|
"quinn", |
|
|
"rand 0.8.5", |
|
|
"ring 0.17.8", |
|
|
"rustls 0.23.11", |
|
|
"socket2 0.5.7", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-relay" |
|
|
version = "0.18.0" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-ping", |
|
|
"libp2p-plaintext", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-yamux", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"static_assertions", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-rendezvous" |
|
|
version = "0.15.0" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"asynchronous-codec", |
|
|
"bimap", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-ping", |
|
|
"libp2p-request-response", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-tcp", |
|
|
"libp2p-yamux", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-request-response" |
|
|
version = "0.27.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"cbor4ii", |
|
|
"futures", |
|
|
"futures-bounded", |
|
|
"futures-timer", |
|
|
"futures_ringbuf", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-tcp", |
|
|
"libp2p-yamux", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"smallvec", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-server" |
|
|
version = "0.12.7" |
|
|
dependencies = [ |
|
|
"axum 0.7.5", |
|
|
"base64 0.22.1", |
|
|
"clap", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p", |
|
|
"prometheus-client", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-stream" |
|
|
version = "0.2.0-alpha" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"libp2p-swarm-test", |
|
|
"rand 0.8.5", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-swarm" |
|
|
version = "0.45.1" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"criterion", |
|
|
"either", |
|
|
"fnv", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"getrandom 0.2.15", |
|
|
"libp2p-core", |
|
|
"libp2p-identify", |
|
|
"libp2p-identity", |
|
|
"libp2p-kad", |
|
|
"libp2p-ping", |
|
|
"libp2p-plaintext", |
|
|
"libp2p-swarm-derive", |
|
|
"libp2p-swarm-test", |
|
|
"libp2p-yamux", |
|
|
"lru", |
|
|
"multistream-select", |
|
|
"once_cell", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"smallvec", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"trybuild", |
|
|
"void", |
|
|
"wasm-bindgen-futures", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-swarm-derive" |
|
|
version = "0.35.0" |
|
|
dependencies = [ |
|
|
"heck 0.5.0", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-swarm-test" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-plaintext", |
|
|
"libp2p-swarm", |
|
|
"libp2p-tcp", |
|
|
"libp2p-yamux", |
|
|
"rand 0.8.5", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-tcp" |
|
|
version = "0.42.0" |
|
|
dependencies = [ |
|
|
"async-io 2.3.3", |
|
|
"async-std", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"if-watch", |
|
|
"libc", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"socket2 0.5.7", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-tls" |
|
|
version = "0.5.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"futures-rustls", |
|
|
"hex", |
|
|
"hex-literal", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-swarm", |
|
|
"libp2p-yamux", |
|
|
"rcgen", |
|
|
"ring 0.17.8", |
|
|
"rustls 0.23.11", |
|
|
"rustls-webpki 0.101.7", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"x509-parser 0.16.0", |
|
|
"yasna", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-uds" |
|
|
version = "0.41.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"tempfile", |
|
|
"tokio", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-upnp" |
|
|
version = "0.3.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"igd-next", |
|
|
"libp2p-core", |
|
|
"libp2p-swarm", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"void", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-webrtc" |
|
|
version = "0.8.0-alpha" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"futures", |
|
|
"futures-timer", |
|
|
"hex", |
|
|
"if-watch", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-webrtc-utils", |
|
|
"multihash", |
|
|
"quickcheck", |
|
|
"rand 0.8.5", |
|
|
"rcgen", |
|
|
"serde", |
|
|
"stun 0.6.0", |
|
|
"thiserror", |
|
|
"tinytemplate", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"webrtc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-webrtc-utils" |
|
|
version = "0.3.0" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"futures", |
|
|
"hex", |
|
|
"hex-literal", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"quick-protobuf", |
|
|
"quick-protobuf-codec", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"sha2 0.10.8", |
|
|
"thiserror", |
|
|
"tinytemplate", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-webrtc-websys" |
|
|
version = "0.4.0-alpha" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures", |
|
|
"getrandom 0.2.15", |
|
|
"hex", |
|
|
"js-sys", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-webrtc-utils", |
|
|
"send_wrapper 0.6.0", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-websocket" |
|
|
version = "0.44.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"either", |
|
|
"futures", |
|
|
"futures-rustls", |
|
|
"libp2p-core", |
|
|
"libp2p-dns", |
|
|
"libp2p-identity", |
|
|
"libp2p-tcp", |
|
|
"parking_lot", |
|
|
"pin-project-lite", |
|
|
"rcgen", |
|
|
"rw-stream-sink", |
|
|
"soketto", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"url", |
|
|
"webpki-roots 0.25.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-websocket-websys" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures", |
|
|
"js-sys", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-yamux", |
|
|
"parking_lot", |
|
|
"send_wrapper 0.6.0", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-webtransport-websys" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"js-sys", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"multiaddr", |
|
|
"multibase", |
|
|
"multihash", |
|
|
"send_wrapper 0.6.0", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libp2p-yamux" |
|
|
version = "0.46.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"either", |
|
|
"futures", |
|
|
"libp2p-core", |
|
|
"libp2p-muxer-test-harness", |
|
|
"thiserror", |
|
|
"tracing", |
|
|
"yamux 0.12.1", |
|
|
"yamux 0.13.3", |
|
|
] |
|
|
|
|
|
[[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", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"sha2 0.9.9", |
|
|
"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 = [ |
|
|
"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", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "linked-hash-map" |
|
|
version = "0.5.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
|
|
|
|
|
[[package]] |
|
|
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.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" |
|
|
|
|
|
[[package]] |
|
|
name = "lock_api" |
|
|
version = "0.4.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"scopeguard", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "log" |
|
|
version = "0.4.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
|
|
dependencies = [ |
|
|
"value-bag", |
|
|
] |
|
|
|
|
|
[[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 = [ |
|
|
"linked-hash-map", |
|
|
] |
|
|
|
|
|
[[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", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "matchit" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "67827e6ea8ee8a7c4a72227ef4fc08957040acffdb5f122733b24fa12daff41b" |
|
|
|
|
|
[[package]] |
|
|
name = "md-5" |
|
|
version = "0.10.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" |
|
|
dependencies = [ |
|
|
"digest 0.10.7", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "memchr" |
|
|
version = "2.6.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" |
|
|
|
|
|
[[package]] |
|
|
name = "memoffset" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "memoffset" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "memory-stats" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34f79cf9964c5c9545493acda1263f1912f8d2c56c8a2ffee2606cb960acaacc" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "metrics-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"axum 0.7.5", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"opentelemetry 0.23.0", |
|
|
"opentelemetry-otlp", |
|
|
"opentelemetry_sdk 0.23.0", |
|
|
"prometheus-client", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-opentelemetry 0.24.0", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "mime" |
|
|
version = "0.3.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
|
|
[[package]] |
|
|
name = "mime_guess" |
|
|
version = "2.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
|
|
dependencies = [ |
|
|
"mime", |
|
|
"unicase", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "minimal-lexical" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
|
|
|
|
|
[[package]] |
|
|
name = "miniz_oxide" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
|
|
dependencies = [ |
|
|
"adler", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "mio" |
|
|
version = "0.8.11" |
|
|
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", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "multiaddr" |
|
|
version = "0.18.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" |
|
|
dependencies = [ |
|
|
"arrayref", |
|
|
"byteorder", |
|
|
"data-encoding", |
|
|
"libp2p-identity", |
|
|
"multibase", |
|
|
"multihash", |
|
|
"percent-encoding", |
|
|
"serde", |
|
|
"static_assertions", |
|
|
"unsigned-varint 0.7.2", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "multibase" |
|
|
version = "0.9.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" |
|
|
dependencies = [ |
|
|
"base-x", |
|
|
"data-encoding", |
|
|
"data-encoding-macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "multihash" |
|
|
version = "0.19.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" |
|
|
dependencies = [ |
|
|
"arbitrary", |
|
|
"core2", |
|
|
"quickcheck", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"unsigned-varint 0.7.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "multistream-select" |
|
|
version = "0.13.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"bytes", |
|
|
"futures", |
|
|
"futures_ringbuf", |
|
|
"pin-project", |
|
|
"quickcheck-ext", |
|
|
"rand 0.8.5", |
|
|
"rw-stream-sink", |
|
|
"smallvec", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"unsigned-varint 0.8.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "native-tls" |
|
|
version = "0.2.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
|
|
dependencies = [ |
|
|
"lazy_static", |
|
|
"libc", |
|
|
"log", |
|
|
"openssl", |
|
|
"openssl-probe", |
|
|
"openssl-sys", |
|
|
"schannel", |
|
|
"security-framework", |
|
|
"security-framework-sys", |
|
|
"tempfile", |
|
|
] |
|
|
|
|
|
[[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" |
|
|
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", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "netlink-proto" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures", |
|
|
"log", |
|
|
"netlink-packet-core", |
|
|
"netlink-sys", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "netlink-sys" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" |
|
|
dependencies = [ |
|
|
"async-io 1.13.0", |
|
|
"bytes", |
|
|
"futures", |
|
|
"libc", |
|
|
"log", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "nix" |
|
|
version = "0.24.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"cfg-if", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "nix" |
|
|
version = "0.26.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"memoffset 0.7.1", |
|
|
"pin-utils", |
|
|
] |
|
|
|
|
|
[[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" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"minimal-lexical", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ntapi" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
|
|
dependencies = [ |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[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]] |
|
|
name = "num-bigint" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"num-integer", |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-conv" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
|
|
[[package]] |
|
|
name = "num-integer" |
|
|
version = "0.1.45" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-traits" |
|
|
version = "0.2.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num_cpus" |
|
|
version = "1.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
|
dependencies = [ |
|
|
"hermit-abi", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "object" |
|
|
version = "0.31.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "oid-registry" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" |
|
|
dependencies = [ |
|
|
"asn1-rs 0.5.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "oid-registry" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" |
|
|
dependencies = [ |
|
|
"asn1-rs 0.6.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
version = "1.19.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
|
|
|
|
|
[[package]] |
|
|
name = "oorandom" |
|
|
version = "11.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
|
|
|
|
|
[[package]] |
|
|
name = "opaque-debug" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
|
|
[[package]] |
|
|
name = "openssl" |
|
|
version = "0.10.66" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" |
|
|
dependencies = [ |
|
|
"bitflags 2.4.1", |
|
|
"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", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "openssl-probe" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
|
|
[[package]] |
|
|
name = "openssl-sys" |
|
|
version = "0.9.103" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"libc", |
|
|
"pkg-config", |
|
|
"vcpkg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry" |
|
|
version = "0.21.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"indexmap 2.2.1", |
|
|
"js-sys", |
|
|
"once_cell", |
|
|
"pin-project-lite", |
|
|
"thiserror", |
|
|
"urlencoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry" |
|
|
version = "0.23.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1b69a91d4893e713e06f724597ad630f1fa76057a5e1026c0ca67054a9032a76" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"js-sys", |
|
|
"once_cell", |
|
|
"pin-project-lite", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry-jaeger" |
|
|
version = "0.20.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e617c66fd588e40e0dbbd66932fdc87393095b125d4459b1a3a10feb1712f8a1" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"opentelemetry 0.21.0", |
|
|
"opentelemetry-semantic-conventions", |
|
|
"opentelemetry_sdk 0.21.2", |
|
|
"thrift", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry-otlp" |
|
|
version = "0.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a94c69209c05319cdf7460c6d4c055ed102be242a0a6245835d7bc42c6ec7f54" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"futures-core", |
|
|
"http 0.2.9", |
|
|
"opentelemetry 0.23.0", |
|
|
"opentelemetry-proto", |
|
|
"opentelemetry_sdk 0.23.0", |
|
|
"prost", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tonic", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry-proto" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "984806e6cf27f2b49282e2a05e288f30594f3dbc74eb7a6e99422bc48ed78162" |
|
|
dependencies = [ |
|
|
"opentelemetry 0.23.0", |
|
|
"opentelemetry_sdk 0.23.0", |
|
|
"prost", |
|
|
"tonic", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry-semantic-conventions" |
|
|
version = "0.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f5774f1ef1f982ef2a447f6ee04ec383981a3ab99c8e77a1a7b30182e65bbc84" |
|
|
dependencies = [ |
|
|
"opentelemetry 0.21.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry_sdk" |
|
|
version = "0.21.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2f16aec8a98a457a52664d69e0091bac3a0abd18ead9b641cb00202ba4e0efe4" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"crossbeam-channel", |
|
|
"futures-channel", |
|
|
"futures-executor", |
|
|
"futures-util", |
|
|
"glob", |
|
|
"once_cell", |
|
|
"opentelemetry 0.21.0", |
|
|
"ordered-float 4.2.0", |
|
|
"percent-encoding", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tokio-stream", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "opentelemetry_sdk" |
|
|
version = "0.23.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ae312d58eaa90a82d2e627fd86e075cf5230b3f11794e2ed74199ebbe572d4fd" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"futures-channel", |
|
|
"futures-executor", |
|
|
"futures-util", |
|
|
"glob", |
|
|
"lazy_static", |
|
|
"once_cell", |
|
|
"opentelemetry 0.23.0", |
|
|
"ordered-float 4.2.0", |
|
|
"percent-encoding", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tokio-stream", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ordered-float" |
|
|
version = "2.10.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ordered-float" |
|
|
version = "4.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "overload" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
|
|
|
|
|
[[package]] |
|
|
name = "p256" |
|
|
version = "0.13.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" |
|
|
dependencies = [ |
|
|
"ecdsa", |
|
|
"elliptic-curve", |
|
|
"primeorder", |
|
|
"sha2 0.10.8", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "p384" |
|
|
version = "0.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" |
|
|
dependencies = [ |
|
|
"ecdsa", |
|
|
"elliptic-curve", |
|
|
"primeorder", |
|
|
"sha2 0.10.8", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking" |
|
|
version = "2.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot" |
|
|
version = "0.12.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
|
|
dependencies = [ |
|
|
"lock_api", |
|
|
"parking_lot_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot_core" |
|
|
version = "0.9.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"redox_syscall 0.3.5", |
|
|
"smallvec", |
|
|
"windows-targets 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "paste" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
|
|
|
|
|
[[package]] |
|
|
name = "pem" |
|
|
version = "3.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" |
|
|
dependencies = [ |
|
|
"base64 0.21.7", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pem-rfc7468" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
|
|
dependencies = [ |
|
|
"base64ct", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "percent-encoding" |
|
|
version = "2.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
|
|
[[package]] |
|
|
name = "pin-project" |
|
|
version = "1.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" |
|
|
dependencies = [ |
|
|
"pin-project-internal", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pin-project-internal" |
|
|
version = "1.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[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 = "ping-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pkcs8" |
|
|
version = "0.10.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
|
|
dependencies = [ |
|
|
"der", |
|
|
"spki", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pkg-config" |
|
|
version = "0.3.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
|
|
|
|
|
[[package]] |
|
|
name = "plotters" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
"plotters-backend", |
|
|
"plotters-svg", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "plotters-backend" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" |
|
|
|
|
|
[[package]] |
|
|
name = "plotters-svg" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" |
|
|
dependencies = [ |
|
|
"plotters-backend", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "polling" |
|
|
version = "2.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"bitflags 1.3.2", |
|
|
"cfg-if", |
|
|
"concurrent-queue", |
|
|
"libc", |
|
|
"log", |
|
|
"pin-project-lite", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "polling" |
|
|
version = "3.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"concurrent-queue", |
|
|
"pin-project-lite", |
|
|
"rustix 0.38.31", |
|
|
"tracing", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "poly1305" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" |
|
|
dependencies = [ |
|
|
"cpufeatures", |
|
|
"opaque-debug", |
|
|
"universal-hash", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "polyval" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"opaque-debug", |
|
|
"universal-hash", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "portable-atomic" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
|
|
|
|
|
[[package]] |
|
|
name = "powerfmt" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
|
|
[[package]] |
|
|
name = "ppv-lite86" |
|
|
version = "0.2.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
|
|
[[package]] |
|
|
name = "primeorder" |
|
|
version = "0.13.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" |
|
|
dependencies = [ |
|
|
"elliptic-curve", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro-error" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
|
dependencies = [ |
|
|
"proc-macro-error-attr", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro-error-attr" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
version = "1.0.85" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "prometheus-client" |
|
|
version = "0.22.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa" |
|
|
dependencies = [ |
|
|
"dtoa", |
|
|
"itoa", |
|
|
"parking_lot", |
|
|
"prometheus-client-derive-encode", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "prometheus-client-derive-encode" |
|
|
version = "0.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "prost" |
|
|
version = "0.12.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"prost-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "prost-derive" |
|
|
version = "0.12.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"itertools", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quick-error" |
|
|
version = "1.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
|
|
|
|
[[package]] |
|
|
name = "quick-protobuf" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quick-protobuf-codec" |
|
|
version = "0.3.1" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
"criterion", |
|
|
"futures", |
|
|
"quick-protobuf", |
|
|
"quickcheck-ext", |
|
|
"thiserror", |
|
|
"unsigned-varint 0.8.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quickcheck" |
|
|
version = "1.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" |
|
|
dependencies = [ |
|
|
"env_logger 0.8.4", |
|
|
"log", |
|
|
"rand 0.8.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quickcheck-ext" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
"quickcheck", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quinn" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad" |
|
|
dependencies = [ |
|
|
"async-io 2.3.3", |
|
|
"async-std", |
|
|
"bytes", |
|
|
"futures-io", |
|
|
"pin-project-lite", |
|
|
"quinn-proto", |
|
|
"quinn-udp", |
|
|
"rustc-hash", |
|
|
"rustls 0.23.11", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quinn-proto" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e974563a4b1c2206bbc61191ca4da9c22e4308b4c455e8906751cc7828393f08" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"rand 0.8.5", |
|
|
"ring 0.17.8", |
|
|
"rustc-hash", |
|
|
"rustls 0.23.11", |
|
|
"slab", |
|
|
"thiserror", |
|
|
"tinyvec", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quinn-udp" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb7ad7bc932e4968523fa7d9c320ee135ff779de720e9350fee8728838551764" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"once_cell", |
|
|
"socket2 0.5.7", |
|
|
"tracing", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quote" |
|
|
version = "1.0.36" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.7.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
|
dependencies = [ |
|
|
"getrandom 0.1.16", |
|
|
"libc", |
|
|
"rand_chacha 0.2.2", |
|
|
"rand_core 0.5.1", |
|
|
"rand_hc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"rand_chacha 0.3.1", |
|
|
"rand_core 0.6.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_chacha" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
|
dependencies = [ |
|
|
"ppv-lite86", |
|
|
"rand_core 0.5.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_chacha" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
|
dependencies = [ |
|
|
"ppv-lite86", |
|
|
"rand_core 0.6.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
|
dependencies = [ |
|
|
"getrandom 0.1.16", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.6.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
|
dependencies = [ |
|
|
"getrandom 0.2.15", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_hc" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
|
dependencies = [ |
|
|
"rand_core 0.5.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon" |
|
|
version = "1.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"rayon-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon-core" |
|
|
version = "1.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
|
dependencies = [ |
|
|
"crossbeam-deque", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rcgen" |
|
|
version = "0.11.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" |
|
|
dependencies = [ |
|
|
"pem", |
|
|
"ring 0.16.20", |
|
|
"time", |
|
|
"x509-parser 0.15.1", |
|
|
"yasna", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redis" |
|
|
version = "0.24.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c580d9cbbe1d1b479e8d67cf9daf6a62c957e6846048408b80b43ac3f6af84cd" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"combine", |
|
|
"futures-util", |
|
|
"itoa", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"ryu", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redox_syscall" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redox_syscall" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redox_users" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
|
|
dependencies = [ |
|
|
"getrandom 0.2.15", |
|
|
"redox_syscall 0.2.16", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex" |
|
|
version = "1.10.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-automata 0.4.4", |
|
|
"regex-syntax 0.8.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
|
dependencies = [ |
|
|
"regex-syntax 0.6.29", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.4.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-syntax 0.8.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.6.29" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
|
|
|
|
|
[[package]] |
|
|
name = "relay-server-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"clap", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rendezvous-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "reqwest" |
|
|
version = "0.12.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"bytes", |
|
|
"encoding_rs", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"h2 0.4.4", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"http-body-util", |
|
|
"hyper 1.1.0", |
|
|
"hyper-rustls", |
|
|
"hyper-tls", |
|
|
"hyper-util", |
|
|
"ipnet", |
|
|
"js-sys", |
|
|
"log", |
|
|
"mime", |
|
|
"native-tls", |
|
|
"once_cell", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"rustls 0.22.4", |
|
|
"rustls-pemfile", |
|
|
"rustls-pki-types", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_urlencoded", |
|
|
"sync_wrapper 0.1.2", |
|
|
"system-configuration", |
|
|
"tokio", |
|
|
"tokio-native-tls", |
|
|
"tokio-rustls", |
|
|
"tower-service", |
|
|
"url", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"web-sys", |
|
|
"webpki-roots 0.26.1", |
|
|
"winreg 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "resolv-conf" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" |
|
|
dependencies = [ |
|
|
"hostname", |
|
|
"quick-error", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rfc6979" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" |
|
|
dependencies = [ |
|
|
"hmac 0.12.1", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ring" |
|
|
version = "0.16.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"libc", |
|
|
"once_cell", |
|
|
"spin 0.5.2", |
|
|
"untrusted 0.7.1", |
|
|
"web-sys", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ring" |
|
|
version = "0.17.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"cfg-if", |
|
|
"getrandom 0.2.15", |
|
|
"libc", |
|
|
"spin 0.9.8", |
|
|
"untrusted 0.9.0", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ringbuf" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "79abed428d1fd2a128201cec72c5f6938e2da607c6f3745f769fabea399d950a" |
|
|
dependencies = [ |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rmp" |
|
|
version = "0.8.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"num-traits", |
|
|
"paste", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rmp-serde" |
|
|
version = "1.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"rmp", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rtcp" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3677908cadfbecb4cc1da9a56a32524fae4ebdfa7c2ea93886e1b1e846488cb9" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"thiserror", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rtnetlink" |
|
|
version = "0.10.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" |
|
|
dependencies = [ |
|
|
"async-global-executor", |
|
|
"futures", |
|
|
"log", |
|
|
"netlink-packet-route", |
|
|
"netlink-proto", |
|
|
"nix 0.24.3", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rtp" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e60482acbe8afb31edf6b1413103b7bca7a65004c423b3c3993749a083994fbe" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"thiserror", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rust-embed" |
|
|
version = "8.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a" |
|
|
dependencies = [ |
|
|
"rust-embed-impl", |
|
|
"rust-embed-utils", |
|
|
"walkdir", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rust-embed-impl" |
|
|
version = "8.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"rust-embed-utils", |
|
|
"shellexpand", |
|
|
"syn 2.0.66", |
|
|
"walkdir", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rust-embed-utils" |
|
|
version = "8.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32" |
|
|
dependencies = [ |
|
|
"globset", |
|
|
"sha2 0.10.8", |
|
|
"walkdir", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustc-demangle" |
|
|
version = "0.1.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
|
|
|
|
|
[[package]] |
|
|
name = "rustc-hash" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
|
|
[[package]] |
|
|
name = "rustc_version" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
|
dependencies = [ |
|
|
"semver", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rusticata-macros" |
|
|
version = "4.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" |
|
|
dependencies = [ |
|
|
"nom", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustix" |
|
|
version = "0.37.25" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"errno", |
|
|
"io-lifetimes", |
|
|
"libc", |
|
|
"linux-raw-sys 0.3.8", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustix" |
|
|
version = "0.38.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
|
|
dependencies = [ |
|
|
"bitflags 2.4.1", |
|
|
"errno", |
|
|
"libc", |
|
|
"linux-raw-sys 0.4.12", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls" |
|
|
version = "0.21.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"ring 0.17.8", |
|
|
"rustls-webpki 0.101.7", |
|
|
"sct", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls" |
|
|
version = "0.22.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"ring 0.17.8", |
|
|
"rustls-pki-types", |
|
|
"rustls-webpki 0.102.5", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls" |
|
|
version = "0.23.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"ring 0.17.8", |
|
|
"rustls-pki-types", |
|
|
"rustls-webpki 0.102.5", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls-pemfile" |
|
|
version = "2.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"rustls-pki-types", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls-pki-types" |
|
|
version = "1.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" |
|
|
|
|
|
[[package]] |
|
|
name = "rustls-webpki" |
|
|
version = "0.101.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
|
|
dependencies = [ |
|
|
"ring 0.17.8", |
|
|
"untrusted 0.9.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls-webpki" |
|
|
version = "0.102.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78" |
|
|
dependencies = [ |
|
|
"ring 0.17.8", |
|
|
"rustls-pki-types", |
|
|
"untrusted 0.9.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustversion" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
|
|
|
|
|
[[package]] |
|
|
name = "rw-stream-sink" |
|
|
version = "0.4.0" |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"futures", |
|
|
"pin-project", |
|
|
"static_assertions", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ryu" |
|
|
version = "1.0.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
|
|
|
|
|
[[package]] |
|
|
name = "salsa20" |
|
|
version = "0.10.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" |
|
|
dependencies = [ |
|
|
"cipher", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "same-file" |
|
|
version = "1.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
|
dependencies = [ |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "schannel" |
|
|
version = "0.1.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
|
|
dependencies = [ |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "scoped-tls" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
|
|
|
|
|
[[package]] |
|
|
name = "scopeguard" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
[[package]] |
|
|
name = "sct" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" |
|
|
dependencies = [ |
|
|
"ring 0.16.20", |
|
|
"untrusted 0.7.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sdp" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4653054c30ebce63658762eb0d64e27673868a95564474811ae6c220cf767640" |
|
|
dependencies = [ |
|
|
"rand 0.8.5", |
|
|
"substring", |
|
|
"thiserror", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sec1" |
|
|
version = "0.7.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" |
|
|
dependencies = [ |
|
|
"base16ct", |
|
|
"der", |
|
|
"generic-array", |
|
|
"pkcs8", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "security-framework" |
|
|
version = "2.9.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"core-foundation", |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
"security-framework-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "security-framework-sys" |
|
|
version = "2.9.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
|
|
dependencies = [ |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "semver" |
|
|
version = "1.0.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" |
|
|
|
|
|
[[package]] |
|
|
name = "send_wrapper" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" |
|
|
|
|
|
[[package]] |
|
|
name = "send_wrapper" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde" |
|
|
version = "1.0.203" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
version = "1.0.203" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
version = "1.0.117" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
|
|
dependencies = [ |
|
|
"indexmap 2.2.1", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_path_to_error" |
|
|
version = "0.1.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_repr" |
|
|
version = "0.1.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_spanned" |
|
|
version = "0.6.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_urlencoded" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
|
dependencies = [ |
|
|
"form_urlencoded", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha1" |
|
|
version = "0.10.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"digest 0.10.7", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha2" |
|
|
version = "0.9.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" |
|
|
dependencies = [ |
|
|
"block-buffer 0.9.0", |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"digest 0.9.0", |
|
|
"opaque-debug", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha2" |
|
|
version = "0.10.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"digest 0.10.7", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha3" |
|
|
version = "0.10.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" |
|
|
dependencies = [ |
|
|
"digest 0.10.7", |
|
|
"keccak", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sharded-slab" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
|
|
dependencies = [ |
|
|
"lazy_static", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "shellexpand" |
|
|
version = "3.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" |
|
|
dependencies = [ |
|
|
"dirs", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "signal-hook" |
|
|
version = "0.3.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"signal-hook-registry", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "signal-hook-registry" |
|
|
version = "1.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "signature" |
|
|
version = "2.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
|
|
dependencies = [ |
|
|
"digest 0.10.7", |
|
|
"rand_core 0.6.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "slab" |
|
|
version = "0.4.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
version = "1.13.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
|
|
[[package]] |
|
|
name = "smol" |
|
|
version = "1.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" |
|
|
dependencies = [ |
|
|
"async-channel", |
|
|
"async-executor", |
|
|
"async-fs", |
|
|
"async-io 1.13.0", |
|
|
"async-lock 2.7.0", |
|
|
"async-net", |
|
|
"async-process", |
|
|
"blocking", |
|
|
"futures-lite 1.13.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "smol_str" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "snow" |
|
|
version = "0.9.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" |
|
|
dependencies = [ |
|
|
"aes-gcm", |
|
|
"blake2", |
|
|
"chacha20poly1305", |
|
|
"curve25519-dalek", |
|
|
"rand_core 0.6.4", |
|
|
"ring 0.17.8", |
|
|
"rustc_version", |
|
|
"sha2 0.10.8", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "socket2" |
|
|
version = "0.4.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "socket2" |
|
|
version = "0.5.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "soketto" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"bytes", |
|
|
"futures", |
|
|
"httparse", |
|
|
"log", |
|
|
"rand 0.8.5", |
|
|
"sha1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "spin" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
|
|
[[package]] |
|
|
name = "spin" |
|
|
version = "0.9.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
|
|
|
|
[[package]] |
|
|
name = "spki" |
|
|
version = "0.7.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" |
|
|
dependencies = [ |
|
|
"base64ct", |
|
|
"der", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "static_assertions" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
|
|
[[package]] |
|
|
name = "stream-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"futures", |
|
|
"libp2p", |
|
|
"libp2p-stream", |
|
|
"rand 0.8.5", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "stringmatch" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6aadc0801d92f0cdc26127c67c4b8766284f52a5ba22894f285e3101fa57d05d" |
|
|
dependencies = [ |
|
|
"regex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "strsim" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" |
|
|
|
|
|
[[package]] |
|
|
name = "strum" |
|
|
version = "0.26.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" |
|
|
dependencies = [ |
|
|
"strum_macros", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "strum_macros" |
|
|
version = "0.26.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" |
|
|
dependencies = [ |
|
|
"heck 0.4.1", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"rustversion", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "stun" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3f371788132e9d623e6eab4ba28aac083763a4133f045e6ebaee5ceb869803d" |
|
|
dependencies = [ |
|
|
"base64 0.21.7", |
|
|
"crc", |
|
|
"lazy_static", |
|
|
"md-5", |
|
|
"rand 0.8.5", |
|
|
"ring 0.17.8", |
|
|
"subtle", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"url", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "stun" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "28fad383a1cc63ae141e84e48eaef44a1063e9d9e55bcb8f51a99b886486e01b" |
|
|
dependencies = [ |
|
|
"base64 0.21.7", |
|
|
"crc", |
|
|
"lazy_static", |
|
|
"md-5", |
|
|
"rand 0.8.5", |
|
|
"ring 0.17.8", |
|
|
"subtle", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"url", |
|
|
"webrtc-util 0.9.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "substring" |
|
|
version = "1.4.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "subtle" |
|
|
version = "2.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "1.0.109" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "2.0.66" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sync_wrapper" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
|
|
|
|
|
[[package]] |
|
|
name = "sync_wrapper" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c" |
|
|
|
|
|
[[package]] |
|
|
name = "synstructure" |
|
|
version = "0.12.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
"unicode-xid", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "synstructure" |
|
|
version = "0.13.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sysinfo" |
|
|
version = "0.30.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
"ntapi", |
|
|
"once_cell", |
|
|
"rayon", |
|
|
"windows 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "system-configuration" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"core-foundation", |
|
|
"system-configuration-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "system-configuration-sys" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
|
|
dependencies = [ |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tempfile" |
|
|
version = "3.10.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"fastrand 2.0.1", |
|
|
"rustix 0.38.31", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "termcolor" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
|
|
dependencies = [ |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thirtyfour" |
|
|
version = "0.32.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0641fa1353dd7b7864a7a7782e495433de18a9096bc91b5a2d5838ac209c2fa8" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"base64 0.22.1", |
|
|
"futures", |
|
|
"http 1.0.0", |
|
|
"indexmap 2.2.1", |
|
|
"parking_lot", |
|
|
"paste", |
|
|
"reqwest", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_repr", |
|
|
"stringmatch", |
|
|
"strum", |
|
|
"thirtyfour-macros", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thirtyfour-macros" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9cae91d1c7c61ec65817f1064954640ee350a50ae6548ff9a1bdd2489d6ffbb0" |
|
|
dependencies = [ |
|
|
"proc-macro-error", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
version = "1.0.61" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
version = "1.0.61" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thread_local" |
|
|
version = "1.1.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "threadpool" |
|
|
version = "1.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
|
|
dependencies = [ |
|
|
"num_cpus", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thrift" |
|
|
version = "0.17.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"integer-encoding", |
|
|
"log", |
|
|
"ordered-float 2.10.1", |
|
|
"threadpool", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "time" |
|
|
version = "0.3.36" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
|
|
dependencies = [ |
|
|
"deranged", |
|
|
"itoa", |
|
|
"num-conv", |
|
|
"powerfmt", |
|
|
"serde", |
|
|
"time-core", |
|
|
"time-macros", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "time-core" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
|
|
|
|
[[package]] |
|
|
name = "time-macros" |
|
|
version = "0.2.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
|
|
dependencies = [ |
|
|
"num-conv", |
|
|
"time-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinytemplate" |
|
|
version = "1.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_json", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinyvec" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
|
|
dependencies = [ |
|
|
"tinyvec_macros", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinyvec_macros" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
|
|
|
[[package]] |
|
|
name = "tokio" |
|
|
version = "1.38.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" |
|
|
dependencies = [ |
|
|
"backtrace", |
|
|
"bytes", |
|
|
"libc", |
|
|
"mio", |
|
|
"num_cpus", |
|
|
"parking_lot", |
|
|
"pin-project-lite", |
|
|
"signal-hook-registry", |
|
|
"socket2 0.5.7", |
|
|
"tokio-macros", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-io-timeout" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" |
|
|
dependencies = [ |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-macros" |
|
|
version = "2.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-native-tls" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
|
|
dependencies = [ |
|
|
"native-tls", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-rustls" |
|
|
version = "0.25.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
|
|
dependencies = [ |
|
|
"rustls 0.22.4", |
|
|
"rustls-pki-types", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-stream" |
|
|
version = "0.1.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-util" |
|
|
version = "0.7.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"futures-io", |
|
|
"futures-sink", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml" |
|
|
version = "0.8.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_spanned", |
|
|
"toml_datetime", |
|
|
"toml_edit", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_datetime" |
|
|
version = "0.6.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_edit" |
|
|
version = "0.22.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" |
|
|
dependencies = [ |
|
|
"indexmap 2.2.1", |
|
|
"serde", |
|
|
"serde_spanned", |
|
|
"toml_datetime", |
|
|
"winnow", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tonic" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" |
|
|
dependencies = [ |
|
|
"async-stream", |
|
|
"async-trait", |
|
|
"axum 0.6.20", |
|
|
"base64 0.21.7", |
|
|
"bytes", |
|
|
"h2 0.3.26", |
|
|
"http 0.2.9", |
|
|
"http-body 0.4.5", |
|
|
"hyper 0.14.27", |
|
|
"hyper-timeout", |
|
|
"percent-encoding", |
|
|
"pin-project", |
|
|
"prost", |
|
|
"tokio", |
|
|
"tokio-stream", |
|
|
"tower", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower" |
|
|
version = "0.4.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"indexmap 1.9.3", |
|
|
"pin-project", |
|
|
"pin-project-lite", |
|
|
"rand 0.8.5", |
|
|
"slab", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower-http" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" |
|
|
dependencies = [ |
|
|
"bitflags 2.4.1", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http 1.0.0", |
|
|
"http-body 1.0.0", |
|
|
"http-body-util", |
|
|
"http-range-header", |
|
|
"httpdate", |
|
|
"mime", |
|
|
"mime_guess", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower-layer" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
|
|
|
|
|
[[package]] |
|
|
name = "tower-service" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
|
|
[[package]] |
|
|
name = "tracing" |
|
|
version = "0.1.40" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"pin-project-lite", |
|
|
"tracing-attributes", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-attributes" |
|
|
version = "0.1.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-core" |
|
|
version = "0.1.32" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"valuable", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-log" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"once_cell", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-opentelemetry" |
|
|
version = "0.22.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c67ac25c5407e7b961fafc6f7e9aa5958fd297aada2d20fa2ae1737357e55596" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"once_cell", |
|
|
"opentelemetry 0.21.0", |
|
|
"opentelemetry_sdk 0.21.2", |
|
|
"smallvec", |
|
|
"tracing", |
|
|
"tracing-core", |
|
|
"tracing-log", |
|
|
"tracing-subscriber", |
|
|
"web-time 0.2.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-opentelemetry" |
|
|
version = "0.24.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f68803492bf28ab40aeccaecc7021096bd256baf7ca77c3d425d89b35a7be4e4" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"once_cell", |
|
|
"opentelemetry 0.23.0", |
|
|
"opentelemetry_sdk 0.23.0", |
|
|
"smallvec", |
|
|
"tracing", |
|
|
"tracing-core", |
|
|
"tracing-log", |
|
|
"tracing-subscriber", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-subscriber" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
|
|
dependencies = [ |
|
|
"matchers", |
|
|
"nu-ansi-term", |
|
|
"once_cell", |
|
|
"regex", |
|
|
"sharded-slab", |
|
|
"smallvec", |
|
|
"thread_local", |
|
|
"tracing", |
|
|
"tracing-core", |
|
|
"tracing-log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-wasm" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" |
|
|
dependencies = [ |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "try-lock" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
|
|
|
|
|
[[package]] |
|
|
name = "trybuild" |
|
|
version = "1.0.96" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" |
|
|
dependencies = [ |
|
|
"glob", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"termcolor", |
|
|
"toml", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "turn" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "58f4fcb97da0426e8146fe0e9b78cc13120161087256198701d12d9df77f7701" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"base64 0.21.7", |
|
|
"futures", |
|
|
"log", |
|
|
"md-5", |
|
|
"rand 0.8.5", |
|
|
"ring 0.16.20", |
|
|
"stun 0.5.1", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "typenum" |
|
|
version = "1.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
|
|
|
|
|
[[package]] |
|
|
name = "uint" |
|
|
version = "0.9.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"crunchy", |
|
|
"hex", |
|
|
"static_assertions", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unicase" |
|
|
version = "2.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
|
|
dependencies = [ |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-bidi" |
|
|
version = "0.3.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
version = "1.0.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-normalization" |
|
|
version = "0.1.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
|
|
dependencies = [ |
|
|
"tinyvec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-xid" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
|
|
|
|
|
[[package]] |
|
|
name = "universal-hash" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
|
|
dependencies = [ |
|
|
"crypto-common", |
|
|
"subtle", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unsigned-varint" |
|
|
version = "0.7.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" |
|
|
|
|
|
[[package]] |
|
|
name = "unsigned-varint" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" |
|
|
dependencies = [ |
|
|
"asynchronous-codec", |
|
|
"bytes", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "untrusted" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
|
|
|
[[package]] |
|
|
name = "untrusted" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
|
|
[[package]] |
|
|
name = "upnp-example" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"libp2p", |
|
|
"tokio", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "url" |
|
|
version = "2.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
|
|
dependencies = [ |
|
|
"form_urlencoded", |
|
|
"idna 0.5.0", |
|
|
"percent-encoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "urlencoding" |
|
|
version = "2.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
|
|
|
|
|
[[package]] |
|
|
name = "utf8parse" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
|
|
|
|
|
[[package]] |
|
|
name = "uuid" |
|
|
version = "1.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" |
|
|
dependencies = [ |
|
|
"getrandom 0.2.15", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "valuable" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
|
|
[[package]] |
|
|
name = "value-bag" |
|
|
version = "1.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" |
|
|
|
|
|
[[package]] |
|
|
name = "vcpkg" |
|
|
version = "0.2.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
|
|
[[package]] |
|
|
name = "version_check" |
|
|
version = "0.9.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
|
|
[[package]] |
|
|
name = "void" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
|
|
[[package]] |
|
|
name = "waitgroup" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" |
|
|
dependencies = [ |
|
|
"atomic-waker", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "waker-fn" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" |
|
|
|
|
|
[[package]] |
|
|
name = "walkdir" |
|
|
version = "2.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
|
|
dependencies = [ |
|
|
"same-file", |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "want" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
|
|
dependencies = [ |
|
|
"try-lock", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasi" |
|
|
version = "0.9.0+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
|
|
[[package]] |
|
|
name = "wasi" |
|
|
version = "0.11.0+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.92" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"wasm-bindgen-macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-backend" |
|
|
version = "0.2.92" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"log", |
|
|
"once_cell", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-futures" |
|
|
version = "0.4.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro" |
|
|
version = "0.2.92" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"wasm-bindgen-macro-support", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro-support" |
|
|
version = "0.2.92" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
"wasm-bindgen-backend", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-shared" |
|
|
version = "0.2.92" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-test" |
|
|
version = "0.3.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" |
|
|
dependencies = [ |
|
|
"console_error_panic_hook", |
|
|
"js-sys", |
|
|
"scoped-tls", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"wasm-bindgen-test-macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-test-macro" |
|
|
version = "0.3.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-logger" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "web-sys" |
|
|
version = "0.3.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "web-time" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "web-time" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webpki-roots" |
|
|
version = "0.25.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" |
|
|
|
|
|
[[package]] |
|
|
name = "webpki-roots" |
|
|
version = "0.26.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" |
|
|
dependencies = [ |
|
|
"rustls-pki-types", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d91e7cf018f7185552bf6a5dd839f4ed9827aea33b746763c9a215f84a0d0b34" |
|
|
dependencies = [ |
|
|
"arc-swap", |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"cfg-if", |
|
|
"hex", |
|
|
"interceptor", |
|
|
"lazy_static", |
|
|
"log", |
|
|
"pem", |
|
|
"rand 0.8.5", |
|
|
"rcgen", |
|
|
"regex", |
|
|
"ring 0.16.20", |
|
|
"rtcp", |
|
|
"rtp", |
|
|
"rustls 0.21.11", |
|
|
"sdp", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"sha2 0.10.8", |
|
|
"smol_str", |
|
|
"stun 0.5.1", |
|
|
"thiserror", |
|
|
"time", |
|
|
"tokio", |
|
|
"turn", |
|
|
"url", |
|
|
"waitgroup", |
|
|
"webrtc-data", |
|
|
"webrtc-dtls", |
|
|
"webrtc-ice", |
|
|
"webrtc-mdns", |
|
|
"webrtc-media", |
|
|
"webrtc-sctp", |
|
|
"webrtc-srtp", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-data" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a45d2461d0e0bf93f181e30eb0b40df32b8bf3efb89c53cebb1990e603e2067d" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"log", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"webrtc-sctp", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-dtls" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "32b140b953f986e97828aa33ec6318186b05d862bee689efbc57af04a243e832" |
|
|
dependencies = [ |
|
|
"aes", |
|
|
"aes-gcm", |
|
|
"async-trait", |
|
|
"bincode", |
|
|
"byteorder", |
|
|
"cbc", |
|
|
"ccm", |
|
|
"der-parser 8.2.0", |
|
|
"hkdf", |
|
|
"hmac 0.12.1", |
|
|
"log", |
|
|
"p256", |
|
|
"p384", |
|
|
"pem", |
|
|
"rand 0.8.5", |
|
|
"rand_core 0.6.4", |
|
|
"rcgen", |
|
|
"ring 0.16.20", |
|
|
"rustls 0.21.11", |
|
|
"sec1", |
|
|
"serde", |
|
|
"sha1", |
|
|
"sha2 0.10.8", |
|
|
"subtle", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"webrtc-util 0.8.1", |
|
|
"x25519-dalek", |
|
|
"x509-parser 0.15.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-ice" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "66eb4b85646f1c52225779db3e1e7e873dede6db68cc9be080b648f1713083a3" |
|
|
dependencies = [ |
|
|
"arc-swap", |
|
|
"async-trait", |
|
|
"crc", |
|
|
"log", |
|
|
"rand 0.8.5", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"stun 0.5.1", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"turn", |
|
|
"url", |
|
|
"uuid", |
|
|
"waitgroup", |
|
|
"webrtc-mdns", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-mdns" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "62bebbd40e7f8b630a0f1a74783dbfff1edfc0ccaae891c4689891156a8c4d8c" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"socket2 0.5.7", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-media" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1cfde3c7b9450b67d466bb2f02c6d9ff9514d33535eb9994942afd1f828839d1" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"bytes", |
|
|
"rand 0.8.5", |
|
|
"rtp", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-sctp" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1af6116b7f9703560c3ad0b32f67220b171bb1b59633b03563db8404d0e482ea" |
|
|
dependencies = [ |
|
|
"arc-swap", |
|
|
"async-trait", |
|
|
"bytes", |
|
|
"crc", |
|
|
"log", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-srtp" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c1db1f36c1c81e4b1e531c0b9678ba0c93809e196ce62122d87259bb71c03b9f" |
|
|
dependencies = [ |
|
|
"aead", |
|
|
"aes", |
|
|
"aes-gcm", |
|
|
"byteorder", |
|
|
"bytes", |
|
|
"ctr", |
|
|
"hmac 0.12.1", |
|
|
"log", |
|
|
"rtcp", |
|
|
"rtp", |
|
|
"sha1", |
|
|
"subtle", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"webrtc-util 0.8.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-util" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5e85154ef743d9a2a116d104faaaa82740a281b8b4bed5ee691a2df6c133d873" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bitflags 1.3.2", |
|
|
"bytes", |
|
|
"ipnet", |
|
|
"lazy_static", |
|
|
"libc", |
|
|
"log", |
|
|
"nix 0.26.4", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webrtc-util" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc8d9bc631768958ed97b8d68b5d301e63054ae90b09083d43e2fefb939fd77e" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"bitflags 1.3.2", |
|
|
"bytes", |
|
|
"ipnet", |
|
|
"lazy_static", |
|
|
"libc", |
|
|
"log", |
|
|
"nix 0.26.4", |
|
|
"portable-atomic", |
|
|
"rand 0.8.5", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webtransport-tests" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"getrandom 0.2.15", |
|
|
"libp2p-core", |
|
|
"libp2p-identity", |
|
|
"libp2p-noise", |
|
|
"libp2p-webtransport-websys", |
|
|
"multiaddr", |
|
|
"multihash", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"wasm-bindgen-test", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "widestring" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" |
|
|
|
|
|
[[package]] |
|
|
name = "winapi" |
|
|
version = "0.3.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
|
dependencies = [ |
|
|
"winapi-i686-pc-windows-gnu", |
|
|
"winapi-x86_64-pc-windows-gnu", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-i686-pc-windows-gnu" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-util" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
|
dependencies = [ |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-x86_64-pc-windows-gnu" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
[[package]] |
|
|
name = "windows" |
|
|
version = "0.51.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" |
|
|
dependencies = [ |
|
|
"windows-core 0.51.1", |
|
|
"windows-targets 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
|
|
dependencies = [ |
|
|
"windows-core 0.52.0", |
|
|
"windows-targets 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-core" |
|
|
version = "0.51.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" |
|
|
dependencies = [ |
|
|
"windows-targets 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-core" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.48.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
dependencies = [ |
|
|
"windows-targets 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm 0.48.5", |
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
"windows_i686_gnu 0.48.5", |
|
|
"windows_i686_msvc 0.48.5", |
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
"windows_x86_64_gnullvm 0.48.5", |
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm 0.52.0", |
|
|
"windows_aarch64_msvc 0.52.0", |
|
|
"windows_i686_gnu 0.52.0", |
|
|
"windows_i686_msvc 0.52.0", |
|
|
"windows_x86_64_gnu 0.52.0", |
|
|
"windows_x86_64_gnullvm 0.52.0", |
|
|
"windows_x86_64_msvc 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
|
|
|
|
|
[[package]] |
|
|
name = "winnow" |
|
|
version = "0.6.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winreg" |
|
|
version = "0.50.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winreg" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "x25519-dalek" |
|
|
version = "2.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" |
|
|
dependencies = [ |
|
|
"curve25519-dalek", |
|
|
"rand_core 0.6.4", |
|
|
"serde", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "x509-parser" |
|
|
version = "0.15.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" |
|
|
dependencies = [ |
|
|
"asn1-rs 0.5.2", |
|
|
"data-encoding", |
|
|
"der-parser 8.2.0", |
|
|
"lazy_static", |
|
|
"nom", |
|
|
"oid-registry 0.6.1", |
|
|
"ring 0.16.20", |
|
|
"rusticata-macros", |
|
|
"thiserror", |
|
|
"time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "x509-parser" |
|
|
version = "0.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" |
|
|
dependencies = [ |
|
|
"asn1-rs 0.6.1", |
|
|
"data-encoding", |
|
|
"der-parser 9.0.0", |
|
|
"lazy_static", |
|
|
"nom", |
|
|
"oid-registry 0.7.0", |
|
|
"rusticata-macros", |
|
|
"thiserror", |
|
|
"time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "xml-rs" |
|
|
version = "0.8.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1eee6bf5926be7cf998d7381a9a23d833fd493f6a8034658a9505a4dc4b20444" |
|
|
|
|
|
[[package]] |
|
|
name = "xmltree" |
|
|
version = "0.10.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" |
|
|
dependencies = [ |
|
|
"xml-rs", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yamux" |
|
|
version = "0.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"log", |
|
|
"nohash-hasher", |
|
|
"parking_lot", |
|
|
"pin-project", |
|
|
"rand 0.8.5", |
|
|
"static_assertions", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yamux" |
|
|
version = "0.13.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a31b5e376a8b012bee9c423acdbb835fc34d45001cfa3106236a624e4b738028" |
|
|
dependencies = [ |
|
|
"futures", |
|
|
"log", |
|
|
"nohash-hasher", |
|
|
"parking_lot", |
|
|
"pin-project", |
|
|
"rand 0.8.5", |
|
|
"static_assertions", |
|
|
"web-time 1.1.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yasna" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" |
|
|
dependencies = [ |
|
|
"time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy" |
|
|
version = "0.7.32" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" |
|
|
dependencies = [ |
|
|
"zerocopy-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy-derive" |
|
|
version = "0.7.32" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zeroize" |
|
|
version = "1.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
|
|
dependencies = [ |
|
|
"zeroize_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zeroize_derive" |
|
|
version = "1.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.66", |
|
|
] |
|
|
|