contego/Cargo.lock

1500 lines
38 KiB
Plaintext
Raw Normal View History

2022-07-10 21:16:50 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-09-03 18:52:30 +02:00
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
2022-07-10 21:16:50 +02:00
[[package]]
name = "adler"
version = "1.0.2"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-07-10 21:16:50 +02:00
[[package]]
name = "aead"
2023-09-03 18:52:30 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
"crypto-common",
"generic-array",
]
[[package]]
name = "aes"
2023-09-03 18:52:30 +02:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "aes-gcm"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
[[package]]
name = "aho-corasick"
2023-09-03 18:52:30 +02:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
dependencies = [
"memchr",
]
2023-05-01 02:51:23 +02:00
[[package]]
name = "anstream"
2023-09-03 18:52:30 +02:00
version = "0.5.0"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
2023-05-01 02:51:23 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-09-03 18:52:30 +02:00
version = "1.0.2"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
2023-05-01 02:51:23 +02:00
[[package]]
name = "anstyle-parse"
2023-09-03 18:52:30 +02:00
version = "0.2.1"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
2023-05-01 02:51:23 +02:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
2023-05-01 02:51:23 +02:00
]
[[package]]
name = "anstyle-wincon"
2023-09-03 18:52:30 +02:00
version = "2.1.0"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
2023-05-01 02:51:23 +02:00
dependencies = [
"anstyle",
"windows-sys 0.48.0",
2023-05-01 02:51:23 +02:00
]
[[package]]
name = "async-stream"
2023-09-03 18:52:30 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
2023-09-03 18:52:30 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
2023-09-03 18:52:30 +02:00
"syn 2.0.30",
]
[[package]]
name = "async-trait"
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.30",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-07-10 21:16:50 +02:00
[[package]]
2023-09-03 18:52:30 +02:00
name = "backtrace"
version = "0.3.69"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-07-10 21:16:50 +02:00
[[package]]
name = "base64"
2023-09-03 18:52:30 +02:00
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
2022-07-10 21:16:50 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-09-03 18:52:30 +02:00
[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-07-10 21:16:50 +02:00
dependencies = [
"generic-array",
2022-07-10 21:16:50 +02:00
]
[[package]]
name = "bumpalo"
2023-09-03 18:52:30 +02:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-07-10 21:16:50 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-07-10 21:16:50 +02:00
[[package]]
name = "cc"
2023-09-03 18:52:30 +02:00
version = "1.0.83"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
2023-05-01 02:51:23 +02:00
[[package]]
name = "clap"
2023-09-03 18:52:30 +02:00
version = "4.4.2"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
2023-05-01 02:51:23 +02:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2023-09-03 18:52:30 +02:00
version = "4.4.2"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
2023-05-01 02:51:23 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2023-09-03 18:52:30 +02:00
version = "4.4.2"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
2023-05-01 02:51:23 +02:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-09-03 18:52:30 +02:00
"syn 2.0.30",
2023-05-01 02:51:23 +02:00
]
[[package]]
name = "clap_lex"
2023-09-03 18:52:30 +02:00
version = "0.5.1"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2023-05-01 02:51:23 +02:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-04-01 19:25:17 +02:00
[[package]]
name = "contego"
2023-05-29 16:52:51 +02:00
version = "0.4.0"
2023-04-01 19:25:17 +02:00
dependencies = [
"aes-gcm",
2023-09-03 18:52:30 +02:00
"base64",
2023-05-01 02:51:23 +02:00
"clap",
"env_logger",
"log",
2023-04-01 19:25:17 +02:00
"ntest",
2023-04-22 00:32:52 +02:00
"rand",
2023-04-01 19:25:17 +02:00
"sha256",
"tokio",
"tokio-test",
2023-04-22 00:32:52 +02:00
"ureq",
2023-04-01 19:25:17 +02:00
"x25519-dalek",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "cpufeatures"
2023-09-03 18:52:30 +02:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2023-04-22 00:32:52 +02:00
"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",
"rand_core 0.6.4",
"typenum",
]
[[package]]
name = "ctr"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
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 = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
2023-09-03 18:52:30 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-05-01 02:51:23 +02:00
[[package]]
name = "errno"
version = "0.3.8"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-05-01 02:51:23 +02:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-05-01 02:51:23 +02:00
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "flate2"
2023-09-03 18:52:30 +02:00
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
dependencies = [
2023-04-22 00:32:52 +02:00
"crc32fast",
"miniz_oxide",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "form_urlencoded"
2023-09-03 18:52:30 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
dependencies = [
2023-04-22 00:32:52 +02:00
"percent-encoding",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "futures-core"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
2023-04-22 00:32:52 +02:00
"typenum",
"version_check",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2023-04-22 00:32:52 +02:00
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "getrandom"
2023-09-03 18:52:30 +02:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
2023-04-22 00:32:52 +02:00
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "ghash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
dependencies = [
2023-04-22 00:32:52 +02:00
"opaque-debug",
"polyval",
]
2023-09-03 18:52:30 +02:00
[[package]]
name = "gimli"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[package]]
name = "hashbrown"
2023-09-03 18:52:30 +02:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2023-05-01 02:51:23 +02:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
2023-09-03 18:52:30 +02:00
version = "0.3.2"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-05-01 02:51:23 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "idna"
2023-09-03 18:52:30 +02:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2023-09-03 18:52:30 +02:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
2023-09-03 18:52:30 +02:00
"equivalent",
"hashbrown",
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2023-05-01 02:51:23 +02:00
[[package]]
name = "is-terminal"
2023-09-03 18:52:30 +02:00
version = "0.4.9"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-05-01 02:51:23 +02:00
dependencies = [
2023-09-03 18:52:30 +02:00
"hermit-abi",
2023-05-01 02:51:23 +02:00
"rustix",
"windows-sys 0.48.0",
2023-05-01 02:51:23 +02:00
]
[[package]]
name = "js-sys"
2023-09-03 18:52:30 +02:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-05-01 02:51:23 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-05-01 02:51:23 +02:00
[[package]]
name = "lock_api"
2023-09-03 18:52:30 +02:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-09-03 18:52:30 +02:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "memchr"
2023-09-03 18:52:30 +02:00
version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
[[package]]
name = "miniz_oxide"
2023-09-03 18:52:30 +02:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
]
[[package]]
name = "ntest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da8ec6d2b73d45307e926f5af46809768581044384637af6b3f3fe7c3c88f512"
dependencies = [
2023-04-22 00:32:52 +02:00
"ntest_test_cases",
"ntest_timeout",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "ntest_test_cases"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be7d33be719c6f4d09e64e27c1ef4e73485dc4cc1f4d22201f89860a7fe22e22"
dependencies = [
2023-04-22 00:32:52 +02:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "ntest_timeout"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "066b468120587a402f0b47d8f80035c921f6a46f8209efd0632a89a16f5188a4"
dependencies = [
2023-04-22 00:32:52 +02:00
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "num_cpus"
2023-09-03 18:52:30 +02:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2023-09-03 18:52:30 +02:00
"hermit-abi",
2023-04-22 00:32:52 +02:00
"libc",
]
2023-09-03 18:52:30 +02:00
[[package]]
name = "object"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-09-03 18:52:30 +02:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[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"
2023-09-03 18:52:30 +02:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
"cfg-if",
"libc",
2023-04-22 00:32:52 +02:00
"redox_syscall",
"smallvec",
"windows-targets 0.48.5",
]
[[package]]
name = "percent-encoding"
2023-09-03 18:52:30 +02:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[package]]
name = "pin-project-lite"
2023-09-03 18:52:30 +02:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
[[package]]
name = "polyval"
2023-09-03 18:52:30 +02:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit",
]
[[package]]
name = "proc-macro2"
2023-09-03 18:52:30 +02:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-09-03 18:52:30 +02:00
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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",
2023-04-22 00:32:52 +02:00
"rand_chacha",
"rand_core 0.5.1",
"rand_hc",
]
[[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_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 = [
2023-09-03 18:52:30 +02:00
"getrandom 0.2.10",
]
[[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"
2023-09-03 18:52:30 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-09-03 18:52:30 +02:00
"bitflags 1.3.2",
]
[[package]]
name = "regex"
2023-09-03 18:52:30 +02:00
version = "1.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-09-03 18:52:30 +02:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[package]]
2023-04-22 00:32:52 +02:00
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
2023-04-22 00:32:52 +02:00
"cc",
"libc",
2023-04-22 00:32:52 +02:00
"once_cell",
"spin 0.5.2",
"untrusted 0.7.1",
2023-04-22 00:32:52 +02:00
"web-sys",
"winapi",
]
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom 0.2.10",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.52.0",
]
2023-09-03 18:52:30 +02:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-05-01 02:51:23 +02:00
[[package]]
name = "rustix"
version = "0.38.31"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2023-05-01 02:51:23 +02:00
dependencies = [
2023-09-03 18:52:30 +02:00
"bitflags 2.4.0",
2023-05-01 02:51:23 +02:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
2023-05-01 02:51:23 +02:00
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "rustls"
version = "0.21.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
dependencies = [
2023-04-22 00:32:52 +02:00
"log",
"ring 0.17.8",
"rustls-webpki 0.101.7",
2023-04-22 00:32:52 +02:00
"sct",
2023-09-03 18:52:30 +02:00
]
[[package]]
name = "rustls-webpki"
version = "0.100.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
dependencies = [
"ring 0.16.20",
"untrusted 0.7.1",
2023-09-03 18:52:30 +02:00
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
2023-09-03 18:52:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2023-09-03 18:52:30 +02:00
dependencies = [
"ring 0.17.8",
"untrusted 0.9.0",
]
[[package]]
name = "scopeguard"
2023-09-03 18:52:30 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
2023-04-22 00:32:52 +02:00
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring 0.16.20",
"untrusted 0.7.1",
]
[[package]]
name = "sha2"
2023-09-03 18:52:30 +02:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.7",
]
[[package]]
name = "sha256"
2023-09-03 18:52:30 +02:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "7895c8ae88588ccead14ff438b939b0c569cd619116f14b4d13fdff7b8333386"
dependencies = [
2023-09-03 18:52:30 +02:00
"async-trait",
"bytes",
"hex",
"sha2",
2023-09-03 18:52:30 +02:00
"tokio",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
2023-04-22 00:32:52 +02:00
"libc",
]
[[package]]
name = "smallvec"
2023-09-03 18:52:30 +02:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
[[package]]
name = "socket2"
2023-09-03 18:52:30 +02:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-22 00:32:52 +02:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-05-01 02:51:23 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
2023-09-03 18:52:30 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-09-03 18:52:30 +02:00
version = "2.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "0ddc1f908d32ec46858c2d3b3daa00cc35bf4b6841ce4355c7bb3eedf2283a68"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2023-09-03 18:52:30 +02:00
version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
dependencies = [
2023-09-03 18:52:30 +02:00
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
"proc-macro2",
"quote",
2023-09-03 18:52:30 +02:00
"syn 2.0.30",
]
[[package]]
name = "tokio-stream"
2023-09-03 18:52:30 +02:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-test"
2023-09-03 18:52:30 +02:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719"
dependencies = [
"async-stream",
"bytes",
"futures-core",
2023-04-22 00:32:52 +02:00
"tokio",
"tokio-stream",
]
[[package]]
2023-04-22 00:32:52 +02:00
name = "toml_datetime"
2023-09-03 18:52:30 +02:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
[[package]]
2023-04-22 00:32:52 +02:00
name = "toml_edit"
2023-09-03 18:52:30 +02:00
version = "0.19.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
2023-04-22 00:32:52 +02:00
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
2023-09-03 18:52:30 +02:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
2022-07-10 21:16:50 +02:00
]
[[package]]
name = "universal-hash"
2023-09-03 18:52:30 +02:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
dependencies = [
"crypto-common",
"subtle",
]
2023-04-22 00:32:52 +02:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-04-22 00:32:52 +02:00
[[package]]
name = "ureq"
2023-09-03 18:52:30 +02:00
version = "2.7.1"
2023-04-22 00:32:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
2023-04-22 00:32:52 +02:00
dependencies = [
2023-09-03 18:52:30 +02:00
"base64",
2023-04-22 00:32:52 +02:00
"flate2",
"log",
"once_cell",
"rustls",
2023-09-03 18:52:30 +02:00
"rustls-webpki 0.100.2",
2023-04-22 00:32:52 +02:00
"url",
"webpki-roots",
]
[[package]]
name = "url"
2023-09-03 18:52:30 +02:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-05-01 02:51:23 +02:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-07-10 21:16:50 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-07-10 21:16:50 +02:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-07-10 21:16:50 +02:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-07-10 21:16:50 +02:00
[[package]]
name = "wasm-bindgen"
2023-09-03 18:52:30 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
2022-07-10 21:16:50 +02:00
[[package]]
name = "wasm-bindgen-backend"
2023-09-03 18:52:30 +02:00
version = "0.2.87"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-07-10 21:16:50 +02:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2022-07-10 21:16:50 +02:00
"proc-macro2",
"quote",
2023-09-03 18:52:30 +02:00
"syn 2.0.30",
"wasm-bindgen-shared",
2022-07-10 21:16:50 +02:00
]
[[package]]
name = "wasm-bindgen-macro"
2023-09-03 18:52:30 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-09-03 18:52:30 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-09-03 18:52:30 +02:00
"syn 2.0.30",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
2022-07-10 21:16:50 +02:00
[[package]]
name = "wasm-bindgen-shared"
2023-09-03 18:52:30 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "web-sys"
2023-09-03 18:52:30 +02:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-04-22 00:32:52 +02:00
[[package]]
name = "webpki-roots"
2023-09-03 18:52:30 +02:00
version = "0.23.1"
2023-04-22 00:32:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
2023-04-22 00:32:52 +02:00
dependencies = [
2023-09-03 18:52:30 +02:00
"rustls-webpki 0.100.2",
]
2022-07-10 21:16:50 +02:00
[[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",
]
2022-07-10 21:16:50 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.4",
2023-05-01 02:51:23 +02:00
]
[[package]]
name = "windows-targets"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-05-01 02:51:23 +02:00
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
dependencies = [
"windows_aarch64_gnullvm 0.52.4",
"windows_aarch64_msvc 0.52.4",
"windows_i686_gnu 0.52.4",
"windows_i686_msvc 0.52.4",
"windows_x86_64_gnu 0.52.4",
"windows_x86_64_gnullvm 0.52.4",
"windows_x86_64_msvc 0.52.4",
2022-07-10 21:16:50 +02:00
]
[[package]]
2023-03-02 15:47:47 +01:00
name = "windows_aarch64_gnullvm"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
[[package]]
2023-03-02 15:47:47 +01:00
name = "windows_aarch64_msvc"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2022-07-10 21:16:50 +02:00
[[package]]
name = "windows_i686_gnu"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-07-10 21:16:50 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_i686_msvc"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
[[package]]
2023-03-02 15:47:47 +01:00
name = "windows_x86_64_gnu"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2023-05-01 02:51:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2022-07-10 21:16:50 +02:00
[[package]]
2023-03-02 15:47:47 +01:00
name = "windows_x86_64_gnullvm"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2022-07-10 21:16:50 +02:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-03 18:52:30 +02:00
version = "0.48.5"
2022-07-10 21:16:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-05-01 02:51:23 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2023-03-02 15:47:47 +01:00
[[package]]
name = "winnow"
2023-09-03 18:52:30 +02:00
version = "0.5.15"
2023-03-02 15:47:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 18:52:30 +02:00
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
2023-03-02 15:47:47 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "x25519-dalek"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077"
dependencies = [
"curve25519-dalek",
"rand_core 0.5.1",
"zeroize",
]
[[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.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2023-09-03 18:52:30 +02:00
"syn 2.0.30",
]