4909 lines
115 KiB
TOML
4909 lines
115 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
[[package]]
|
|
name = "aead"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher",
|
|
"cpufeatures",
|
|
"opaque-debug",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes-gcm"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
|
|
dependencies = [
|
|
"aead",
|
|
"aes",
|
|
"cipher",
|
|
"ctr",
|
|
"ghash",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
[[package]]
|
|
name = "asn1_der"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
|
|
|
|
[[package]]
|
|
name = "async-attributes"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener",
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-executor"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
dependencies = [
|
|
"async-task",
|
|
"concurrent-queue",
|
|
"fastrand",
|
|
"futures-lite",
|
|
"once_cell",
|
|
"slab",
|
|
]
|
|
|
|
[[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",
|
|
"async-lock",
|
|
"blocking",
|
|
"futures-lite",
|
|
"once_cell",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"
|
|
dependencies = [
|
|
"async-lock",
|
|
"autocfg",
|
|
"concurrent-queue",
|
|
"futures-lite",
|
|
"libc",
|
|
"log",
|
|
"parking",
|
|
"polling",
|
|
"slab",
|
|
"socket2",
|
|
"waker-fn",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-lock"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
|
|
dependencies = [
|
|
"event-listener",
|
|
"futures-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-process"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"
|
|
dependencies = [
|
|
"async-io",
|
|
"autocfg",
|
|
"blocking",
|
|
"cfg-if",
|
|
"event-listener",
|
|
"futures-lite",
|
|
"libc",
|
|
"once_cell",
|
|
"signal-hook",
|
|
"winapi",
|
|
]
|
|
|
|
[[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",
|
|
"async-lock",
|
|
"async-process",
|
|
"crossbeam-utils",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-lite",
|
|
"gloo-timers",
|
|
"kv-log-macro",
|
|
"log",
|
|
"memchr",
|
|
"once_cell",
|
|
"pin-project-lite 0.2.9",
|
|
"pin-utils",
|
|
"slab",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-std-resolver"
|
|
version = "0.21.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"futures-io",
|
|
"futures-util",
|
|
"pin-utils",
|
|
"socket2",
|
|
"trust-dns-resolver 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-std-resolver"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"
|
|
dependencies = [
|
|
"async-std",
|
|
"async-trait",
|
|
"futures-io",
|
|
"futures-util",
|
|
"pin-utils",
|
|
"socket2",
|
|
"trust-dns-resolver 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-task"
|
|
version = "4.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "asynchronous-codec"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"memchr",
|
|
"pin-project-lite 0.2.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "blake2"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
|
|
dependencies = [
|
|
"digest 0.10.5",
|
|
]
|
|
|
|
[[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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blocking"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-task",
|
|
"atomic-waker",
|
|
"fastrand",
|
|
"futures-lite",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bs58"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
|
|
|
[[package]]
|
|
name = "cache-padded"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.74"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
|
|
|
|
[[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.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cipher",
|
|
"cpufeatures",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chacha20poly1305"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
|
|
dependencies = [
|
|
"aead",
|
|
"chacha20",
|
|
"cipher",
|
|
"poly1305",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
|
dependencies = [
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "3.2.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"clap_derive",
|
|
"clap_lex",
|
|
"indexmap",
|
|
"once_cell",
|
|
"textwrap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "3.2.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
dependencies = [
|
|
"os_str_bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "1.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
|
|
dependencies = [
|
|
"cache-padded",
|
|
]
|
|
|
|
[[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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
dependencies = [
|
|
"generic-array",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.1.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctr"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
dependencies = [
|
|
"cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
|
|
dependencies = [
|
|
"byteorder",
|
|
"digest 0.9.0",
|
|
"rand_core 0.5.1",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek"
|
|
version = "4.0.0-pre.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12dc3116fe595d7847c701796ac1b189bd86b81f4f593c6f775f9d80fb2e29f4"
|
|
dependencies = [
|
|
"byteorder",
|
|
"digest 0.10.5",
|
|
"rand_core 0.6.4",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
|
dependencies = [
|
|
"darling_core",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
|
|
dependencies = [
|
|
"block-buffer 0.10.3",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dns-parser"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
|
|
dependencies = [
|
|
"byteorder",
|
|
"quick-error",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dtoa"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"
|
|
|
|
[[package]]
|
|
name = "ed25519"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
|
|
dependencies = [
|
|
"signature",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-dalek"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
dependencies = [
|
|
"curve25519-dalek 3.2.1",
|
|
"ed25519",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"sha2 0.9.9",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-as-inner"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-as-inner"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "2.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"libz-sys",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
dependencies = [
|
|
"fastrand",
|
|
"futures-core",
|
|
"futures-io",
|
|
"memchr",
|
|
"parking",
|
|
"pin-project-lite 0.2.9",
|
|
"waker-fn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-rustls"
|
|
version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
|
|
dependencies = [
|
|
"futures-io",
|
|
"rustls",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
|
|
|
[[package]]
|
|
name = "futures-timer"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite 0.2.9",
|
|
"pin-utils",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[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.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ghash"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
|
dependencies = [
|
|
"opaque-debug",
|
|
"polyval",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gloo-timers"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[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.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
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",
|
|
"pin-project-lite 0.2.9",
|
|
]
|
|
|
|
[[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.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite 0.2.9",
|
|
"socket2",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
dependencies = [
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-addrs"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-watch"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"
|
|
dependencies = [
|
|
"async-io",
|
|
"core-foundation",
|
|
"fnv",
|
|
"futures",
|
|
"if-addrs",
|
|
"ipnet",
|
|
"log",
|
|
"rtnetlink",
|
|
"system-configuration",
|
|
"windows",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-watch"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"
|
|
dependencies = [
|
|
"async-io",
|
|
"core-foundation",
|
|
"fnv",
|
|
"futures",
|
|
"if-addrs",
|
|
"ipnet",
|
|
"log",
|
|
"rtnetlink",
|
|
"system-configuration",
|
|
"windows",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "influxdb"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39023407f0546c3b30607950f8b600c7db4ef7621fbaa0159de733d73e68b23f"
|
|
dependencies = [
|
|
"chrono",
|
|
"futures-util",
|
|
"http",
|
|
"influxdb_derive",
|
|
"lazy_static",
|
|
"regex",
|
|
"reqwest",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "influxdb_derive"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d81efbf97cec06c647f05a8b5edcbc52434cdf980d8d4ace68e1028c90241d3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipconfig"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
|
|
dependencies = [
|
|
"socket2",
|
|
"widestring",
|
|
"winapi",
|
|
"winreg 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
|
|
|
[[package]]
|
|
name = "ipnetwork"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[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.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[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.137"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "475ce2ac4a9727e53a519f6ee05b38abfcba8f0d39c4d24f103d184e36fd5b0f"
|
|
dependencies = [
|
|
"atomic",
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.32.1",
|
|
"libp2p-dns 0.32.1",
|
|
"libp2p-metrics 0.5.0",
|
|
"libp2p-mplex 0.32.0",
|
|
"libp2p-noise 0.35.0",
|
|
"libp2p-ping 0.35.0",
|
|
"libp2p-swarm 0.35.0",
|
|
"libp2p-swarm-derive 0.27.2",
|
|
"libp2p-tcp 0.32.0",
|
|
"libp2p-websocket 0.34.0",
|
|
"libp2p-yamux 0.36.0",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.45.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.33.0",
|
|
"libp2p-dns 0.33.0",
|
|
"libp2p-metrics 0.6.1",
|
|
"libp2p-mplex 0.33.0",
|
|
"libp2p-noise 0.36.0",
|
|
"libp2p-ping 0.36.0",
|
|
"libp2p-swarm 0.36.1",
|
|
"libp2p-swarm-derive 0.27.2",
|
|
"libp2p-tcp 0.33.0",
|
|
"libp2p-websocket 0.35.0",
|
|
"libp2p-yamux 0.37.0",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.46.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.34.0",
|
|
"libp2p-dns 0.34.0",
|
|
"libp2p-metrics 0.7.0",
|
|
"libp2p-mplex 0.34.0",
|
|
"libp2p-noise 0.37.0",
|
|
"libp2p-ping 0.37.0",
|
|
"libp2p-swarm 0.37.0",
|
|
"libp2p-swarm-derive 0.28.0",
|
|
"libp2p-tcp 0.34.0",
|
|
"libp2p-websocket 0.36.0",
|
|
"libp2p-yamux 0.38.0",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.47.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e7cc4d88e132823122905158c8e019173da72117825ad82154890beff02967e"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.35.1",
|
|
"libp2p-dns 0.35.0",
|
|
"libp2p-metrics 0.8.0",
|
|
"libp2p-mplex 0.35.0",
|
|
"libp2p-noise 0.38.0",
|
|
"libp2p-ping 0.38.0",
|
|
"libp2p-swarm 0.38.0",
|
|
"libp2p-swarm-derive 0.29.0",
|
|
"libp2p-tcp 0.35.0",
|
|
"libp2p-websocket 0.37.0",
|
|
"libp2p-yamux 0.39.0",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94c996fe5bfdba47f5a5af71d48ecbe8cec900b7b97391cc1d3ba1afb0e2d3b6"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.36.0",
|
|
"libp2p-dns 0.36.0",
|
|
"libp2p-metrics 0.9.0",
|
|
"libp2p-mplex 0.36.0",
|
|
"libp2p-noise 0.39.0",
|
|
"libp2p-ping 0.39.0",
|
|
"libp2p-swarm 0.39.0",
|
|
"libp2p-swarm-derive 0.30.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-tcp 0.36.0",
|
|
"libp2p-websocket 0.38.0",
|
|
"libp2p-yamux 0.40.0",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.49.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-dns 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-metrics 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-mplex 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-noise 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-ping 0.40.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-swarm 0.40.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-swarm-derive 0.30.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-tcp 0.37.0",
|
|
"libp2p-websocket 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-yamux 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p"
|
|
version = "0.50.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"futures-timer",
|
|
"getrandom 0.2.8",
|
|
"instant",
|
|
"lazy_static",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-dns 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-mdns",
|
|
"libp2p-metrics 0.10.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-mplex 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-noise 0.40.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-ping 0.40.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-swarm 0.40.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-swarm-derive 0.30.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-tcp 0.38.0",
|
|
"libp2p-websocket 0.39.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-yamux 0.41.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"multiaddr",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.32.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.11.0",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.9.0",
|
|
"prost-build 0.9.0",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.2.1",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.11.0",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.10.4",
|
|
"prost-build 0.10.4",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.11.0",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.10.4",
|
|
"prost-build 0.10.4",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.35.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "583862167683fea9e4712f2802910df067ca5f83e6b88979be16364904c2bdf1"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.11.0",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1fff5bd889c82a0aec668f2045edd066f559d4e5c40354e5a4c77ac00caac38"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.11.0",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-core"
|
|
version = "0.37.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"asn1_der",
|
|
"bs58",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"lazy_static",
|
|
"log",
|
|
"multiaddr",
|
|
"multihash",
|
|
"multistream-select 0.12.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"parking_lot",
|
|
"pin-project 1.0.12",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rw-stream-sink 0.3.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"sha2 0.10.6",
|
|
"smallvec",
|
|
"thiserror",
|
|
"unsigned-varint",
|
|
"void",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.32.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1"
|
|
dependencies = [
|
|
"async-std-resolver 0.21.2",
|
|
"futures",
|
|
"libp2p-core 0.32.1",
|
|
"log",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268"
|
|
dependencies = [
|
|
"async-std-resolver 0.21.2",
|
|
"futures",
|
|
"libp2p-core 0.33.0",
|
|
"log",
|
|
"parking_lot",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"
|
|
dependencies = [
|
|
"async-std-resolver 0.21.2",
|
|
"futures",
|
|
"libp2p-core 0.34.0",
|
|
"log",
|
|
"parking_lot",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8a09386cb4891343703614454a4e5f1084a22589f655d48a78c8dcad6b09d0a"
|
|
dependencies = [
|
|
"async-std-resolver 0.21.2",
|
|
"futures",
|
|
"libp2p-core 0.35.1",
|
|
"log",
|
|
"parking_lot",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6cb3c16e3bb2f76c751ae12f0f26e788c89d353babdded40411e7923f01fc978"
|
|
dependencies = [
|
|
"async-std-resolver 0.21.2",
|
|
"futures",
|
|
"libp2p-core 0.36.0",
|
|
"log",
|
|
"parking_lot",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"
|
|
dependencies = [
|
|
"async-std-resolver 0.22.0",
|
|
"futures",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"parking_lot",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-dns"
|
|
version = "0.37.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"async-std-resolver 0.22.0",
|
|
"futures",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"parking_lot",
|
|
"smallvec",
|
|
"trust-dns-resolver 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mdns"
|
|
version = "0.41.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"async-io",
|
|
"data-encoding",
|
|
"dns-parser",
|
|
"futures",
|
|
"if-watch 2.0.0",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-swarm 0.40.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"socket2",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "985be799bb3796e0c136c768208c3c06604a38430571906a13dcfeda225a3b9d"
|
|
dependencies = [
|
|
"libp2p-core 0.32.1",
|
|
"libp2p-ping 0.35.0",
|
|
"libp2p-swarm 0.35.0",
|
|
"prometheus-client 0.15.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "564a7e5284d7d9b3140fdfc3cb6567bc32555e86a21de5604c2ec85da05cf384"
|
|
dependencies = [
|
|
"libp2p-core 0.33.0",
|
|
"libp2p-ping 0.36.0",
|
|
"libp2p-swarm 0.36.1",
|
|
"prometheus-client 0.16.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"
|
|
dependencies = [
|
|
"libp2p-core 0.34.0",
|
|
"libp2p-ping 0.37.0",
|
|
"libp2p-swarm 0.37.0",
|
|
"prometheus-client 0.16.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d1364ebcfe0146428fceee2d12e57ba79f94f001945bddecdb70d97406b91c2"
|
|
dependencies = [
|
|
"libp2p-core 0.35.1",
|
|
"libp2p-ping 0.38.0",
|
|
"libp2p-swarm 0.38.0",
|
|
"prometheus-client 0.18.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a74ab339e8b5d989e8c1000a78adb5c064a6319245bb22d1e70b415ec18c39b8"
|
|
dependencies = [
|
|
"libp2p-core 0.36.0",
|
|
"libp2p-ping 0.39.0",
|
|
"libp2p-swarm 0.39.0",
|
|
"prometheus-client 0.18.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"
|
|
dependencies = [
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-ping 0.40.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-swarm 0.40.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"prometheus-client 0.18.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-metrics"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-ping 0.40.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-swarm 0.40.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"prometheus-client 0.18.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.32.1",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.33.0",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.34.0",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17eb2b734c3c5dc49408e257a70872b42eb21cd3ca9dc34e3c20a2a131120088"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.35.1",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce53169351226ee0eb18ee7bef8d38f308fa8ad7244f986ae776390c0ae8a44d"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.36.0",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-mplex"
|
|
version = "0.37.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"asynchronous-codec",
|
|
"bytes",
|
|
"futures",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.32.1",
|
|
"log",
|
|
"prost 0.9.0",
|
|
"prost-build 0.9.0",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.33.0",
|
|
"log",
|
|
"prost 0.10.4",
|
|
"prost-build 0.10.4",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.34.0",
|
|
"log",
|
|
"prost 0.10.4",
|
|
"prost-build 0.10.4",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.38.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a550a023fe31aafb3a5e9831ac124d43060807d7c201a035922ec75857c7e3e"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.35.1",
|
|
"log",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.39.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7cb0f939a444b06779ce551b3d78ebf13970ac27906ada452fd70abd160b09b8"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.36.0",
|
|
"log",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-noise"
|
|
version = "0.40.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"bytes",
|
|
"curve25519-dalek 3.2.1",
|
|
"futures",
|
|
"lazy_static",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"prost 0.11.0",
|
|
"prost-build 0.11.1",
|
|
"rand 0.8.5",
|
|
"sha2 0.10.6",
|
|
"snow",
|
|
"static_assertions",
|
|
"x25519-dalek",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.32.1",
|
|
"libp2p-swarm 0.35.0",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.33.0",
|
|
"libp2p-swarm 0.36.1",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.34.0",
|
|
"libp2p-swarm 0.37.0",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.38.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75c6b87fb448f42fada8cb259704ac8589b0a11d559115725f307686f9ac346d"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.35.1",
|
|
"libp2p-swarm 0.38.0",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.39.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76a36f78e107bb55330341018874c5168851f455f8bdc3e0cd44e6c84e0a7069"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.36.0",
|
|
"libp2p-swarm 0.39.0",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.40.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libp2p-swarm 0.40.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-ping"
|
|
version = "0.40.1"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"libp2p-swarm 0.40.1 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f0c69ad9e8f7c5fc50ad5ad9c7c8b57f33716532a2b623197f69f93e374d14c"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.32.1",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.33.0",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.34.0",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.38.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d91932a67f579ac6d66b51603a75b04c2737af7f84c9e44743f81978be951933"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.35.1",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.39.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ad2db60c06603606b54b58e4247e32efec87a93cb4387be24bf32926c600f2"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.36.0",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.7.3",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.40.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm"
|
|
version = "0.40.1"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"either",
|
|
"fnv",
|
|
"futures",
|
|
"futures-timer",
|
|
"instant",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"thiserror",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm-derive"
|
|
version = "0.27.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm-derive"
|
|
version = "0.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm-derive"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "27b2aac6a51e400168345fd89aaa5ce55395f49297e1d4fbf4acf0c6104ad096"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm-derive"
|
|
version = "0.30.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-swarm-derive"
|
|
version = "0.30.1"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 1.1.1",
|
|
"ipnet",
|
|
"libc",
|
|
"libp2p-core 0.32.1",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 1.1.1",
|
|
"ipnet",
|
|
"libc",
|
|
"libp2p-core 0.33.0",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 1.1.1",
|
|
"ipnet",
|
|
"libc",
|
|
"libp2p-core 0.34.0",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebf0bba86870fd7b2d74f9b939066be5b984b46989b02d13d292fcf3caab3fdb"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 1.1.1",
|
|
"ipnet",
|
|
"libc",
|
|
"libp2p-core 0.35.1",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9675432b4c94b3960f3d2c7e57427b81aea92aab67fd0eebef09e2ae0ff54895"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 1.1.1",
|
|
"ipnet",
|
|
"libc",
|
|
"libp2p-core 0.36.0",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 2.0.0",
|
|
"libc",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-tcp"
|
|
version = "0.38.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"async-io",
|
|
"futures",
|
|
"futures-timer",
|
|
"if-watch 2.0.0",
|
|
"libc",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"socket2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.32.1",
|
|
"log",
|
|
"quicksink",
|
|
"rw-stream-sink 0.2.1",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.33.0",
|
|
"log",
|
|
"parking_lot",
|
|
"quicksink",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.34.0",
|
|
"log",
|
|
"parking_lot",
|
|
"quicksink",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d32644385b7787ada559b49957efd939d857ad1357d12f4cc4af7938635b6f20"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.35.1",
|
|
"log",
|
|
"parking_lot",
|
|
"quicksink",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.38.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de8a9e825cc03f2fc194d2e1622113d7fe18e1c7f4458a582b83140c9b9aea27"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.36.0",
|
|
"log",
|
|
"parking_lot",
|
|
"quicksink",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.39.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"parking_lot",
|
|
"quicksink",
|
|
"rw-stream-sink 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-websocket"
|
|
version = "0.39.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"either",
|
|
"futures",
|
|
"futures-rustls",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"parking_lot",
|
|
"quicksink",
|
|
"rw-stream-sink 0.3.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"soketto",
|
|
"url",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.32.1",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.37.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.33.0",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.38.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.34.0",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.39.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d1dc106f1f0c67aa89d59184dd8ae1db0bc683337dcdc36b6dc6e31dafc35ea"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.35.1",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.40.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b74ec8dc042b583f0b2b93d52917f3b374c1e4b1cfa79ee74c7672c41257694c"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.36.0",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.41.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30f079097a21ad017fc8139460630286f02488c8c13b26affb46623aa20d8845"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libp2p-yamux"
|
|
version = "0.41.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"futures",
|
|
"libp2p-core 0.37.0 (git+https://github.com/libp2p/rust-libp2p?branch=master)",
|
|
"log",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"yamux",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
dependencies = [
|
|
"autocfg",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"value-bag",
|
|
]
|
|
|
|
[[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 = "matches"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
|
dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
"windows-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multiaddr"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"
|
|
dependencies = [
|
|
"arrayref",
|
|
"bs58",
|
|
"byteorder",
|
|
"data-encoding",
|
|
"multihash",
|
|
"percent-encoding",
|
|
"serde",
|
|
"static_assertions",
|
|
"unsigned-varint",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multihash"
|
|
version = "0.16.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"
|
|
dependencies = [
|
|
"core2",
|
|
"digest 0.10.5",
|
|
"multihash-derive",
|
|
"sha2 0.10.6",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multihash-derive"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
[[package]]
|
|
name = "multistream-select"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multistream-select"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bc41247ec209813e2fd414d6e16b9d94297dacf3cd613fa6ef09cd4d9755c10"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multistream-select"
|
|
version = "0.12.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log",
|
|
"pin-project 1.0.12",
|
|
"smallvec",
|
|
"unsigned-varint",
|
|
]
|
|
|
|
[[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",
|
|
"byteorder",
|
|
"libc",
|
|
"netlink-packet-core",
|
|
"netlink-packet-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netlink-packet-utils"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"
|
|
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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"
|
|
dependencies = [
|
|
"async-io",
|
|
"bytes",
|
|
"futures",
|
|
"libc",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.24.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nohash-hasher"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
[[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.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
[[package]]
|
|
name = "os_str_bytes"
|
|
version = "6.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3baf96e39c5359d2eb0dd6ccb42c62b91d9678aa68160d261b9e0ccbf9e9dea9"
|
|
|
|
[[package]]
|
|
name = "owning_ref"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
|
|
dependencies = [
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"windows-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "0.4.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
|
|
dependencies = [
|
|
"pin-project-internal 0.4.30",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
|
dependencies = [
|
|
"pin-project-internal 1.0.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "0.4.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if",
|
|
"libc",
|
|
"log",
|
|
"wepoll-ffi",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "poly1305"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
|
dependencies = [
|
|
"cpufeatures",
|
|
"opaque-debug",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polyval"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"opaque-debug",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
|
dependencies = [
|
|
"once_cell",
|
|
"thiserror",
|
|
"toml",
|
|
]
|
|
|
|
[[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",
|
|
"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.47"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client"
|
|
version = "0.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"
|
|
dependencies = [
|
|
"dtoa",
|
|
"itoa",
|
|
"owning_ref",
|
|
"prometheus-client-derive-text-encode 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"
|
|
dependencies = [
|
|
"dtoa",
|
|
"itoa",
|
|
"owning_ref",
|
|
"prometheus-client-derive-text-encode 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"
|
|
dependencies = [
|
|
"dtoa",
|
|
"itoa",
|
|
"parking_lot",
|
|
"prometheus-client-derive-text-encode 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client-derive-text-encode"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-client-derive-text-encode"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.10.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
|
|
dependencies = [
|
|
"bytes",
|
|
"heck 0.3.3",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prost 0.9.0",
|
|
"prost-types 0.9.0",
|
|
"regex",
|
|
"tempfile",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"
|
|
dependencies = [
|
|
"bytes",
|
|
"cfg-if",
|
|
"cmake",
|
|
"heck 0.4.0",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prost 0.10.4",
|
|
"prost-types 0.10.1",
|
|
"regex",
|
|
"tempfile",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"
|
|
dependencies = [
|
|
"bytes",
|
|
"heck 0.4.0",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prost 0.11.0",
|
|
"prost-types 0.11.1",
|
|
"regex",
|
|
"tempfile",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost 0.10.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quicksink"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project-lite 0.1.12",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
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.8",
|
|
]
|
|
|
|
[[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 = "redox_syscall"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.11.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
|
dependencies = [
|
|
"base64",
|
|
"bytes",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"ipnet",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"pin-project-lite 0.2.9",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"tokio",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"winreg 0.10.1",
|
|
]
|
|
|
|
[[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 = "ring"
|
|
version = "0.16.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"once_cell",
|
|
"spin",
|
|
"untrusted",
|
|
"web-sys",
|
|
"winapi",
|
|
]
|
|
|
|
[[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",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.20.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
|
|
dependencies = [
|
|
"log",
|
|
"ring",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rw-stream-sink"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
|
|
dependencies = [
|
|
"futures",
|
|
"pin-project 0.4.30",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rw-stream-sink"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
|
|
dependencies = [
|
|
"futures",
|
|
"pin-project 1.0.12",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rw-stream-sink"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/libp2p/rust-libp2p?branch=master#b42f28630e2a7a04642c95aa8e7f4deea823f901"
|
|
dependencies = [
|
|
"futures",
|
|
"pin-project 1.0.12",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.147"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.147"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.87"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_repr"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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 = "serde_with"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "368f2d60d049ea019a84dcd6687b0d1e0030fe663ae105039bdf967ed5e6a9a7"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_with_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_with_macros"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ccadfacf6cf10faad22bbadf55986bdd0856edfb5d9210aa1dcf1f516e84e93"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha-1"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.9.0",
|
|
"opaque-debug",
|
|
]
|
|
|
|
[[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.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest 0.10.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signature"
|
|
version = "1.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
[[package]]
|
|
name = "snow"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"
|
|
dependencies = [
|
|
"aes-gcm",
|
|
"blake2",
|
|
"chacha20poly1305",
|
|
"curve25519-dalek 4.0.0-pre.2",
|
|
"rand_core 0.6.4",
|
|
"ring",
|
|
"rustc_version",
|
|
"sha2 0.10.6",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "soketto"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
|
|
dependencies = [
|
|
"base64",
|
|
"bytes",
|
|
"flate2",
|
|
"futures",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha-1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.103"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-configuration"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
|
|
dependencies = [
|
|
"bitflags",
|
|
"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.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fastrand",
|
|
"libc",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testground"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a83adf43990b4ebb757e826cba56b0bc6a09132f960dc981978cd5a011b7697f"
|
|
dependencies = [
|
|
"clap",
|
|
"futures",
|
|
"if-addrs",
|
|
"influxdb",
|
|
"ipnetwork",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"serde_with",
|
|
"soketto",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testplan"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"async-std",
|
|
"env_logger",
|
|
"futures",
|
|
"if-addrs",
|
|
"libp2p 0.44.0",
|
|
"libp2p 0.45.1",
|
|
"libp2p 0.46.1",
|
|
"libp2p 0.47.0",
|
|
"libp2p 0.48.0",
|
|
"libp2p 0.49.0",
|
|
"libp2p 0.50.0",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"serde_json",
|
|
"soketto",
|
|
"testground",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.21.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bytes",
|
|
"libc",
|
|
"memchr",
|
|
"mio",
|
|
"num_cpus",
|
|
"pin-project-lite 0.2.9",
|
|
"socket2",
|
|
"tokio-macros",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite 0.2.9",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"pin-project-lite 0.2.9",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[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.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"pin-project-lite 0.2.9",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trust-dns-proto"
|
|
version = "0.21.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
|
|
dependencies = [
|
|
"async-trait",
|
|
"cfg-if",
|
|
"data-encoding",
|
|
"enum-as-inner 0.4.0",
|
|
"futures-channel",
|
|
"futures-io",
|
|
"futures-util",
|
|
"idna 0.2.3",
|
|
"ipnet",
|
|
"lazy_static",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"thiserror",
|
|
"tinyvec",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trust-dns-proto"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
|
|
dependencies = [
|
|
"async-trait",
|
|
"cfg-if",
|
|
"data-encoding",
|
|
"enum-as-inner 0.5.1",
|
|
"futures-channel",
|
|
"futures-io",
|
|
"futures-util",
|
|
"idna 0.2.3",
|
|
"ipnet",
|
|
"lazy_static",
|
|
"rand 0.8.5",
|
|
"smallvec",
|
|
"thiserror",
|
|
"tinyvec",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trust-dns-resolver"
|
|
version = "0.21.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"futures-util",
|
|
"ipconfig",
|
|
"lazy_static",
|
|
"log",
|
|
"lru-cache",
|
|
"parking_lot",
|
|
"resolv-conf",
|
|
"smallvec",
|
|
"thiserror",
|
|
"trust-dns-proto 0.21.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trust-dns-resolver"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"futures-util",
|
|
"ipconfig",
|
|
"lazy_static",
|
|
"lru-cache",
|
|
"parking_lot",
|
|
"resolv-conf",
|
|
"smallvec",
|
|
"thiserror",
|
|
"tracing",
|
|
"trust-dns-proto 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
|
|
|
[[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-segmentation"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
|
[[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.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
dependencies = [
|
|
"generic-array",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unsigned-varint"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
|
|
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 = "url"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna 0.3.0",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "value-bag"
|
|
version = "1.0.0-alpha.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
|
dependencies = [
|
|
"ctor",
|
|
"version_check",
|
|
]
|
|
|
|
[[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 = "waker-fn"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
dependencies = [
|
|
"log",
|
|
"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.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"log",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.22.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
|
|
dependencies = [
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wepoll-ffi"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "4.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
|
dependencies = [
|
|
"either",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "widestring"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
|
|
|
|
[[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.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"
|
|
dependencies = [
|
|
"windows_aarch64_msvc 0.34.0",
|
|
"windows_i686_gnu 0.34.0",
|
|
"windows_i686_msvc 0.34.0",
|
|
"windows_x86_64_gnu 0.34.0",
|
|
"windows_x86_64_msvc 0.34.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm",
|
|
"windows_aarch64_msvc 0.42.0",
|
|
"windows_i686_gnu 0.42.0",
|
|
"windows_i686_msvc 0.42.0",
|
|
"windows_x86_64_gnu 0.42.0",
|
|
"windows_x86_64_gnullvm",
|
|
"windows_x86_64_msvc 0.42.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x25519-dalek"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077"
|
|
dependencies = [
|
|
"curve25519-dalek 3.2.1",
|
|
"rand_core 0.5.1",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yamux"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"
|
|
dependencies = [
|
|
"futures",
|
|
"log",
|
|
"nohash-hasher",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
|
dependencies = [
|
|
"zeroize_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize_derive"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"synstructure",
|
|
]
|