| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "aead" |
| 7 |
version = "0.5.2" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| 10 |
dependencies = [ |
| 11 |
"crypto-common", |
| 12 |
"generic-array", |
| 13 |
] |
| 14 |
|
| 15 |
[[package]] |
| 16 |
name = "aho-corasick" |
| 17 |
version = "1.1.4" |
| 18 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 19 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 20 |
dependencies = [ |
| 21 |
"memchr", |
| 22 |
] |
| 23 |
|
| 24 |
[[package]] |
| 25 |
name = "android_system_properties" |
| 26 |
version = "0.1.5" |
| 27 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 28 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 29 |
dependencies = [ |
| 30 |
"libc", |
| 31 |
] |
| 32 |
|
| 33 |
[[package]] |
| 34 |
name = "anyhow" |
| 35 |
version = "1.0.102" |
| 36 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 38 |
|
| 39 |
[[package]] |
| 40 |
name = "argon2" |
| 41 |
version = "0.5.3" |
| 42 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 |
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" |
| 44 |
dependencies = [ |
| 45 |
"base64ct", |
| 46 |
"blake2", |
| 47 |
"cpufeatures", |
| 48 |
"password-hash", |
| 49 |
] |
| 50 |
|
| 51 |
[[package]] |
| 52 |
name = "assert-json-diff" |
| 53 |
version = "2.0.2" |
| 54 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 55 |
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" |
| 56 |
dependencies = [ |
| 57 |
"serde", |
| 58 |
"serde_json", |
| 59 |
] |
| 60 |
|
| 61 |
[[package]] |
| 62 |
name = "atomic-waker" |
| 63 |
version = "1.1.2" |
| 64 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 66 |
|
| 67 |
[[package]] |
| 68 |
name = "autocfg" |
| 69 |
version = "1.5.0" |
| 70 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 72 |
|
| 73 |
[[package]] |
| 74 |
name = "base64" |
| 75 |
version = "0.22.1" |
| 76 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 78 |
|
| 79 |
[[package]] |
| 80 |
name = "base64ct" |
| 81 |
version = "1.8.3" |
| 82 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 84 |
|
| 85 |
[[package]] |
| 86 |
name = "bitflags" |
| 87 |
version = "2.11.0" |
| 88 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 90 |
|
| 91 |
[[package]] |
| 92 |
name = "blake2" |
| 93 |
version = "0.10.6" |
| 94 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 |
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| 96 |
dependencies = [ |
| 97 |
"digest", |
| 98 |
] |
| 99 |
|
| 100 |
[[package]] |
| 101 |
name = "block-buffer" |
| 102 |
version = "0.10.4" |
| 103 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 105 |
dependencies = [ |
| 106 |
"generic-array", |
| 107 |
] |
| 108 |
|
| 109 |
[[package]] |
| 110 |
name = "bumpalo" |
| 111 |
version = "3.20.2" |
| 112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 114 |
|
| 115 |
[[package]] |
| 116 |
name = "bytes" |
| 117 |
version = "1.11.1" |
| 118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 120 |
|
| 121 |
[[package]] |
| 122 |
name = "cc" |
| 123 |
version = "1.2.56" |
| 124 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 |
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" |
| 126 |
dependencies = [ |
| 127 |
"find-msvc-tools", |
| 128 |
"shlex", |
| 129 |
] |
| 130 |
|
| 131 |
[[package]] |
| 132 |
name = "cfg-if" |
| 133 |
version = "1.0.4" |
| 134 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 136 |
|
| 137 |
[[package]] |
| 138 |
name = "chacha20" |
| 139 |
version = "0.9.1" |
| 140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 |
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" |
| 142 |
dependencies = [ |
| 143 |
"cfg-if", |
| 144 |
"cipher", |
| 145 |
"cpufeatures", |
| 146 |
] |
| 147 |
|
| 148 |
[[package]] |
| 149 |
name = "chacha20poly1305" |
| 150 |
version = "0.10.1" |
| 151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 |
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" |
| 153 |
dependencies = [ |
| 154 |
"aead", |
| 155 |
"chacha20", |
| 156 |
"cipher", |
| 157 |
"poly1305", |
| 158 |
"zeroize", |
| 159 |
] |
| 160 |
|
| 161 |
[[package]] |
| 162 |
name = "chrono" |
| 163 |
version = "0.4.44" |
| 164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 |
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 166 |
dependencies = [ |
| 167 |
"iana-time-zone", |
| 168 |
"js-sys", |
| 169 |
"num-traits", |
| 170 |
"serde", |
| 171 |
"wasm-bindgen", |
| 172 |
"windows-link", |
| 173 |
] |
| 174 |
|
| 175 |
[[package]] |
| 176 |
name = "cipher" |
| 177 |
version = "0.4.4" |
| 178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 |
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 180 |
dependencies = [ |
| 181 |
"crypto-common", |
| 182 |
"inout", |
| 183 |
"zeroize", |
| 184 |
] |
| 185 |
|
| 186 |
[[package]] |
| 187 |
name = "core-foundation" |
| 188 |
version = "0.9.4" |
| 189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 |
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 191 |
dependencies = [ |
| 192 |
"core-foundation-sys", |
| 193 |
"libc", |
| 194 |
] |
| 195 |
|
| 196 |
[[package]] |
| 197 |
name = "core-foundation" |
| 198 |
version = "0.10.1" |
| 199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 201 |
dependencies = [ |
| 202 |
"core-foundation-sys", |
| 203 |
"libc", |
| 204 |
] |
| 205 |
|
| 206 |
[[package]] |
| 207 |
name = "core-foundation-sys" |
| 208 |
version = "0.8.7" |
| 209 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 211 |
|
| 212 |
[[package]] |
| 213 |
name = "cpufeatures" |
| 214 |
version = "0.2.17" |
| 215 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 217 |
dependencies = [ |
| 218 |
"libc", |
| 219 |
] |
| 220 |
|
| 221 |
[[package]] |
| 222 |
name = "crypto-common" |
| 223 |
version = "0.1.7" |
| 224 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 226 |
dependencies = [ |
| 227 |
"generic-array", |
| 228 |
"rand_core", |
| 229 |
"typenum", |
| 230 |
] |
| 231 |
|
| 232 |
[[package]] |
| 233 |
name = "deadpool" |
| 234 |
version = "0.12.3" |
| 235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 |
checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" |
| 237 |
dependencies = [ |
| 238 |
"deadpool-runtime", |
| 239 |
"lazy_static", |
| 240 |
"num_cpus", |
| 241 |
"tokio", |
| 242 |
] |
| 243 |
|
| 244 |
[[package]] |
| 245 |
name = "deadpool-runtime" |
| 246 |
version = "0.1.4" |
| 247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 |
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
| 249 |
|
| 250 |
[[package]] |
| 251 |
name = "digest" |
| 252 |
version = "0.10.7" |
| 253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 254 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 255 |
dependencies = [ |
| 256 |
"block-buffer", |
| 257 |
"crypto-common", |
| 258 |
"subtle", |
| 259 |
] |
| 260 |
|
| 261 |
[[package]] |
| 262 |
name = "displaydoc" |
| 263 |
version = "0.2.5" |
| 264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 266 |
dependencies = [ |
| 267 |
"proc-macro2", |
| 268 |
"quote", |
| 269 |
"syn", |
| 270 |
] |
| 271 |
|
| 272 |
[[package]] |
| 273 |
name = "encoding_rs" |
| 274 |
version = "0.8.35" |
| 275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 277 |
dependencies = [ |
| 278 |
"cfg-if", |
| 279 |
] |
| 280 |
|
| 281 |
[[package]] |
| 282 |
name = "equivalent" |
| 283 |
version = "1.0.2" |
| 284 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 286 |
|
| 287 |
[[package]] |
| 288 |
name = "errno" |
| 289 |
version = "0.3.14" |
| 290 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 292 |
dependencies = [ |
| 293 |
"libc", |
| 294 |
"windows-sys 0.61.2", |
| 295 |
] |
| 296 |
|
| 297 |
[[package]] |
| 298 |
name = "fastrand" |
| 299 |
version = "2.3.0" |
| 300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 302 |
|
| 303 |
[[package]] |
| 304 |
name = "find-msvc-tools" |
| 305 |
version = "0.1.9" |
| 306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 308 |
|
| 309 |
[[package]] |
| 310 |
name = "fnv" |
| 311 |
version = "1.0.7" |
| 312 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 313 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 314 |
|
| 315 |
[[package]] |
| 316 |
name = "foldhash" |
| 317 |
version = "0.1.5" |
| 318 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 319 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 320 |
|
| 321 |
[[package]] |
| 322 |
name = "foreign-types" |
| 323 |
version = "0.3.2" |
| 324 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 325 |
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 326 |
dependencies = [ |
| 327 |
"foreign-types-shared", |
| 328 |
] |
| 329 |
|
| 330 |
[[package]] |
| 331 |
name = "foreign-types-shared" |
| 332 |
version = "0.1.1" |
| 333 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 |
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 335 |
|
| 336 |
[[package]] |
| 337 |
name = "form_urlencoded" |
| 338 |
version = "1.2.2" |
| 339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 341 |
dependencies = [ |
| 342 |
"percent-encoding", |
| 343 |
] |
| 344 |
|
| 345 |
[[package]] |
| 346 |
name = "futures" |
| 347 |
version = "0.3.32" |
| 348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 349 |
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 350 |
dependencies = [ |
| 351 |
"futures-channel", |
| 352 |
"futures-core", |
| 353 |
"futures-executor", |
| 354 |
"futures-io", |
| 355 |
"futures-sink", |
| 356 |
"futures-task", |
| 357 |
"futures-util", |
| 358 |
] |
| 359 |
|
| 360 |
[[package]] |
| 361 |
name = "futures-channel" |
| 362 |
version = "0.3.32" |
| 363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 365 |
dependencies = [ |
| 366 |
"futures-core", |
| 367 |
"futures-sink", |
| 368 |
] |
| 369 |
|
| 370 |
[[package]] |
| 371 |
name = "futures-core" |
| 372 |
version = "0.3.32" |
| 373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 375 |
|
| 376 |
[[package]] |
| 377 |
name = "futures-executor" |
| 378 |
version = "0.3.32" |
| 379 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 380 |
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 381 |
dependencies = [ |
| 382 |
"futures-core", |
| 383 |
"futures-task", |
| 384 |
"futures-util", |
| 385 |
] |
| 386 |
|
| 387 |
[[package]] |
| 388 |
name = "futures-io" |
| 389 |
version = "0.3.32" |
| 390 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 392 |
|
| 393 |
[[package]] |
| 394 |
name = "futures-macro" |
| 395 |
version = "0.3.32" |
| 396 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 |
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 398 |
dependencies = [ |
| 399 |
"proc-macro2", |
| 400 |
"quote", |
| 401 |
"syn", |
| 402 |
] |
| 403 |
|
| 404 |
[[package]] |
| 405 |
name = "futures-sink" |
| 406 |
version = "0.3.32" |
| 407 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 408 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 409 |
|
| 410 |
[[package]] |
| 411 |
name = "futures-task" |
| 412 |
version = "0.3.32" |
| 413 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 415 |
|
| 416 |
[[package]] |
| 417 |
name = "futures-util" |
| 418 |
version = "0.3.32" |
| 419 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 420 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 421 |
dependencies = [ |
| 422 |
"futures-channel", |
| 423 |
"futures-core", |
| 424 |
"futures-io", |
| 425 |
"futures-macro", |
| 426 |
"futures-sink", |
| 427 |
"futures-task", |
| 428 |
"memchr", |
| 429 |
"pin-project-lite", |
| 430 |
"slab", |
| 431 |
] |
| 432 |
|
| 433 |
[[package]] |
| 434 |
name = "generic-array" |
| 435 |
version = "0.14.7" |
| 436 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 437 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 438 |
dependencies = [ |
| 439 |
"typenum", |
| 440 |
"version_check", |
| 441 |
] |
| 442 |
|
| 443 |
[[package]] |
| 444 |
name = "getrandom" |
| 445 |
version = "0.2.17" |
| 446 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 448 |
dependencies = [ |
| 449 |
"cfg-if", |
| 450 |
"libc", |
| 451 |
"wasi", |
| 452 |
] |
| 453 |
|
| 454 |
[[package]] |
| 455 |
name = "getrandom" |
| 456 |
version = "0.4.1" |
| 457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 |
checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" |
| 459 |
dependencies = [ |
| 460 |
"cfg-if", |
| 461 |
"libc", |
| 462 |
"r-efi", |
| 463 |
"wasip2", |
| 464 |
"wasip3", |
| 465 |
] |
| 466 |
|
| 467 |
[[package]] |
| 468 |
name = "h2" |
| 469 |
version = "0.4.13" |
| 470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 |
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 472 |
dependencies = [ |
| 473 |
"atomic-waker", |
| 474 |
"bytes", |
| 475 |
"fnv", |
| 476 |
"futures-core", |
| 477 |
"futures-sink", |
| 478 |
"http", |
| 479 |
"indexmap", |
| 480 |
"slab", |
| 481 |
"tokio", |
| 482 |
"tokio-util", |
| 483 |
"tracing", |
| 484 |
] |
| 485 |
|
| 486 |
[[package]] |
| 487 |
name = "hashbrown" |
| 488 |
version = "0.15.5" |
| 489 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 491 |
dependencies = [ |
| 492 |
"foldhash", |
| 493 |
] |
| 494 |
|
| 495 |
[[package]] |
| 496 |
name = "hashbrown" |
| 497 |
version = "0.16.1" |
| 498 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 499 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 500 |
|
| 501 |
[[package]] |
| 502 |
name = "heck" |
| 503 |
version = "0.5.0" |
| 504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 506 |
|
| 507 |
[[package]] |
| 508 |
name = "hermit-abi" |
| 509 |
version = "0.5.2" |
| 510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 |
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 512 |
|
| 513 |
[[package]] |
| 514 |
name = "http" |
| 515 |
version = "1.4.0" |
| 516 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 |
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 518 |
dependencies = [ |
| 519 |
"bytes", |
| 520 |
"itoa", |
| 521 |
] |
| 522 |
|
| 523 |
[[package]] |
| 524 |
name = "http-body" |
| 525 |
version = "1.0.1" |
| 526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 528 |
dependencies = [ |
| 529 |
"bytes", |
| 530 |
"http", |
| 531 |
] |
| 532 |
|
| 533 |
[[package]] |
| 534 |
name = "http-body-util" |
| 535 |
version = "0.1.3" |
| 536 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 538 |
dependencies = [ |
| 539 |
"bytes", |
| 540 |
"futures-core", |
| 541 |
"http", |
| 542 |
"http-body", |
| 543 |
"pin-project-lite", |
| 544 |
] |
| 545 |
|
| 546 |
[[package]] |
| 547 |
name = "httparse" |
| 548 |
version = "1.10.1" |
| 549 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 551 |
|
| 552 |
[[package]] |
| 553 |
name = "httpdate" |
| 554 |
version = "1.0.3" |
| 555 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 557 |
|
| 558 |
[[package]] |
| 559 |
name = "hyper" |
| 560 |
version = "1.8.1" |
| 561 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 562 |
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 563 |
dependencies = [ |
| 564 |
"atomic-waker", |
| 565 |
"bytes", |
| 566 |
"futures-channel", |
| 567 |
"futures-core", |
| 568 |
"h2", |
| 569 |
"http", |
| 570 |
"http-body", |
| 571 |
"httparse", |
| 572 |
"httpdate", |
| 573 |
"itoa", |
| 574 |
"pin-project-lite", |
| 575 |
"pin-utils", |
| 576 |
"smallvec", |
| 577 |
"tokio", |
| 578 |
"want", |
| 579 |
] |
| 580 |
|
| 581 |
[[package]] |
| 582 |
name = "hyper-rustls" |
| 583 |
version = "0.27.7" |
| 584 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 585 |
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 586 |
dependencies = [ |
| 587 |
"http", |
| 588 |
"hyper", |
| 589 |
"hyper-util", |
| 590 |
"rustls", |
| 591 |
"rustls-pki-types", |
| 592 |
"tokio", |
| 593 |
"tokio-rustls", |
| 594 |
"tower-service", |
| 595 |
] |
| 596 |
|
| 597 |
[[package]] |
| 598 |
name = "hyper-tls" |
| 599 |
version = "0.6.0" |
| 600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 |
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 602 |
dependencies = [ |
| 603 |
"bytes", |
| 604 |
"http-body-util", |
| 605 |
"hyper", |
| 606 |
"hyper-util", |
| 607 |
"native-tls", |
| 608 |
"tokio", |
| 609 |
"tokio-native-tls", |
| 610 |
"tower-service", |
| 611 |
] |
| 612 |
|
| 613 |
[[package]] |
| 614 |
name = "hyper-util" |
| 615 |
version = "0.1.20" |
| 616 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 618 |
dependencies = [ |
| 619 |
"base64", |
| 620 |
"bytes", |
| 621 |
"futures-channel", |
| 622 |
"futures-util", |
| 623 |
"http", |
| 624 |
"http-body", |
| 625 |
"hyper", |
| 626 |
"ipnet", |
| 627 |
"libc", |
| 628 |
"percent-encoding", |
| 629 |
"pin-project-lite", |
| 630 |
"socket2", |
| 631 |
"system-configuration", |
| 632 |
"tokio", |
| 633 |
"tower-service", |
| 634 |
"tracing", |
| 635 |
"windows-registry", |
| 636 |
] |
| 637 |
|
| 638 |
[[package]] |
| 639 |
name = "iana-time-zone" |
| 640 |
version = "0.1.65" |
| 641 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 643 |
dependencies = [ |
| 644 |
"android_system_properties", |
| 645 |
"core-foundation-sys", |
| 646 |
"iana-time-zone-haiku", |
| 647 |
"js-sys", |
| 648 |
"log", |
| 649 |
"wasm-bindgen", |
| 650 |
"windows-core", |
| 651 |
] |
| 652 |
|
| 653 |
[[package]] |
| 654 |
name = "iana-time-zone-haiku" |
| 655 |
version = "0.1.2" |
| 656 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 658 |
dependencies = [ |
| 659 |
"cc", |
| 660 |
] |
| 661 |
|
| 662 |
[[package]] |
| 663 |
name = "icu_collections" |
| 664 |
version = "2.1.1" |
| 665 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 666 |
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 667 |
dependencies = [ |
| 668 |
"displaydoc", |
| 669 |
"potential_utf", |
| 670 |
"yoke", |
| 671 |
"zerofrom", |
| 672 |
"zerovec", |
| 673 |
] |
| 674 |
|
| 675 |
[[package]] |
| 676 |
name = "icu_locale_core" |
| 677 |
version = "2.1.1" |
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 |
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 680 |
dependencies = [ |
| 681 |
"displaydoc", |
| 682 |
"litemap", |
| 683 |
"tinystr", |
| 684 |
"writeable", |
| 685 |
"zerovec", |
| 686 |
] |
| 687 |
|
| 688 |
[[package]] |
| 689 |
name = "icu_normalizer" |
| 690 |
version = "2.1.1" |
| 691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 |
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 693 |
dependencies = [ |
| 694 |
"icu_collections", |
| 695 |
"icu_normalizer_data", |
| 696 |
"icu_properties", |
| 697 |
"icu_provider", |
| 698 |
"smallvec", |
| 699 |
"zerovec", |
| 700 |
] |
| 701 |
|
| 702 |
[[package]] |
| 703 |
name = "icu_normalizer_data" |
| 704 |
version = "2.1.1" |
| 705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 |
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 707 |
|
| 708 |
[[package]] |
| 709 |
name = "icu_properties" |
| 710 |
version = "2.1.2" |
| 711 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 |
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 713 |
dependencies = [ |
| 714 |
"icu_collections", |
| 715 |
"icu_locale_core", |
| 716 |
"icu_properties_data", |
| 717 |
"icu_provider", |
| 718 |
"zerotrie", |
| 719 |
"zerovec", |
| 720 |
] |
| 721 |
|
| 722 |
[[package]] |
| 723 |
name = "icu_properties_data" |
| 724 |
version = "2.1.2" |
| 725 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 726 |
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 727 |
|
| 728 |
[[package]] |
| 729 |
name = "icu_provider" |
| 730 |
version = "2.1.1" |
| 731 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 732 |
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 733 |
dependencies = [ |
| 734 |
"displaydoc", |
| 735 |
"icu_locale_core", |
| 736 |
"writeable", |
| 737 |
"yoke", |
| 738 |
"zerofrom", |
| 739 |
"zerotrie", |
| 740 |
"zerovec", |
| 741 |
] |
| 742 |
|
| 743 |
[[package]] |
| 744 |
name = "id-arena" |
| 745 |
version = "2.3.0" |
| 746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 748 |
|
| 749 |
[[package]] |
| 750 |
name = "idna" |
| 751 |
version = "1.1.0" |
| 752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 754 |
dependencies = [ |
| 755 |
"idna_adapter", |
| 756 |
"smallvec", |
| 757 |
"utf8_iter", |
| 758 |
] |
| 759 |
|
| 760 |
[[package]] |
| 761 |
name = "idna_adapter" |
| 762 |
version = "1.2.1" |
| 763 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 765 |
dependencies = [ |
| 766 |
"icu_normalizer", |
| 767 |
"icu_properties", |
| 768 |
] |
| 769 |
|
| 770 |
[[package]] |
| 771 |
name = "indexmap" |
| 772 |
version = "2.13.0" |
| 773 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 |
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 775 |
dependencies = [ |
| 776 |
"equivalent", |
| 777 |
"hashbrown 0.16.1", |
| 778 |
"serde", |
| 779 |
"serde_core", |
| 780 |
] |
| 781 |
|
| 782 |
[[package]] |
| 783 |
name = "inout" |
| 784 |
version = "0.1.4" |
| 785 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 786 |
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| 787 |
dependencies = [ |
| 788 |
"generic-array", |
| 789 |
] |
| 790 |
|
| 791 |
[[package]] |
| 792 |
name = "ipnet" |
| 793 |
version = "2.11.0" |
| 794 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 795 |
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 796 |
|
| 797 |
[[package]] |
| 798 |
name = "iri-string" |
| 799 |
version = "0.7.10" |
| 800 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 801 |
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" |
| 802 |
dependencies = [ |
| 803 |
"memchr", |
| 804 |
"serde", |
| 805 |
] |
| 806 |
|
| 807 |
[[package]] |
| 808 |
name = "itoa" |
| 809 |
version = "1.0.17" |
| 810 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 |
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 812 |
|
| 813 |
[[package]] |
| 814 |
name = "js-sys" |
| 815 |
version = "0.3.90" |
| 816 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 |
checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6" |
| 818 |
dependencies = [ |
| 819 |
"once_cell", |
| 820 |
"wasm-bindgen", |
| 821 |
] |
| 822 |
|
| 823 |
[[package]] |
| 824 |
name = "keyring" |
| 825 |
version = "3.6.3" |
| 826 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 827 |
checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" |
| 828 |
dependencies = [ |
| 829 |
"log", |
| 830 |
"zeroize", |
| 831 |
] |
| 832 |
|
| 833 |
[[package]] |
| 834 |
name = "lazy_static" |
| 835 |
version = "1.5.0" |
| 836 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 837 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 838 |
|
| 839 |
[[package]] |
| 840 |
name = "leb128fmt" |
| 841 |
version = "0.1.0" |
| 842 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 843 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 844 |
|
| 845 |
[[package]] |
| 846 |
name = "libc" |
| 847 |
version = "0.2.182" |
| 848 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 849 |
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" |
| 850 |
|
| 851 |
[[package]] |
| 852 |
name = "linux-raw-sys" |
| 853 |
version = "0.12.1" |
| 854 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 855 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 856 |
|
| 857 |
[[package]] |
| 858 |
name = "litemap" |
| 859 |
version = "0.8.1" |
| 860 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 |
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 862 |
|
| 863 |
[[package]] |
| 864 |
name = "lock_api" |
| 865 |
version = "0.4.14" |
| 866 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 868 |
dependencies = [ |
| 869 |
"scopeguard", |
| 870 |
] |
| 871 |
|
| 872 |
[[package]] |
| 873 |
name = "log" |
| 874 |
version = "0.4.29" |
| 875 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 877 |
|
| 878 |
[[package]] |
| 879 |
name = "memchr" |
| 880 |
version = "2.8.0" |
| 881 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 883 |
|
| 884 |
[[package]] |
| 885 |
name = "mime" |
| 886 |
version = "0.3.17" |
| 887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 888 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 889 |
|
| 890 |
[[package]] |
| 891 |
name = "mio" |
| 892 |
version = "1.1.1" |
| 893 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 |
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 895 |
dependencies = [ |
| 896 |
"libc", |
| 897 |
"wasi", |
| 898 |
"windows-sys 0.61.2", |
| 899 |
] |
| 900 |
|
| 901 |
[[package]] |
| 902 |
name = "native-tls" |
| 903 |
version = "0.2.18" |
| 904 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 905 |
checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" |
| 906 |
dependencies = [ |
| 907 |
"libc", |
| 908 |
"log", |
| 909 |
"openssl", |
| 910 |
"openssl-probe", |
| 911 |
"openssl-sys", |
| 912 |
"schannel", |
| 913 |
"security-framework", |
| 914 |
"security-framework-sys", |
| 915 |
"tempfile", |
| 916 |
] |
| 917 |
|
| 918 |
[[package]] |
| 919 |
name = "num-traits" |
| 920 |
version = "0.2.19" |
| 921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 923 |
dependencies = [ |
| 924 |
"autocfg", |
| 925 |
] |
| 926 |
|
| 927 |
[[package]] |
| 928 |
name = "num_cpus" |
| 929 |
version = "1.17.0" |
| 930 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 931 |
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 932 |
dependencies = [ |
| 933 |
"hermit-abi", |
| 934 |
"libc", |
| 935 |
] |
| 936 |
|
| 937 |
[[package]] |
| 938 |
name = "once_cell" |
| 939 |
version = "1.21.3" |
| 940 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 |
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 942 |
|
| 943 |
[[package]] |
| 944 |
name = "opaque-debug" |
| 945 |
version = "0.3.1" |
| 946 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 947 |
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| 948 |
|
| 949 |
[[package]] |
| 950 |
name = "openssl" |
| 951 |
version = "0.10.75" |
| 952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 953 |
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" |
| 954 |
dependencies = [ |
| 955 |
"bitflags", |
| 956 |
"cfg-if", |
| 957 |
"foreign-types", |
| 958 |
"libc", |
| 959 |
"once_cell", |
| 960 |
"openssl-macros", |
| 961 |
"openssl-sys", |
| 962 |
] |
| 963 |
|
| 964 |
[[package]] |
| 965 |
name = "openssl-macros" |
| 966 |
version = "0.1.1" |
| 967 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 969 |
dependencies = [ |
| 970 |
"proc-macro2", |
| 971 |
"quote", |
| 972 |
"syn", |
| 973 |
] |
| 974 |
|
| 975 |
[[package]] |
| 976 |
name = "openssl-probe" |
| 977 |
version = "0.2.1" |
| 978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 979 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 980 |
|
| 981 |
[[package]] |
| 982 |
name = "openssl-sys" |
| 983 |
version = "0.9.111" |
| 984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 985 |
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" |
| 986 |
dependencies = [ |
| 987 |
"cc", |
| 988 |
"libc", |
| 989 |
"pkg-config", |
| 990 |
"vcpkg", |
| 991 |
] |
| 992 |
|
| 993 |
[[package]] |
| 994 |
name = "parking_lot" |
| 995 |
version = "0.12.5" |
| 996 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 998 |
dependencies = [ |
| 999 |
"lock_api", |
| 1000 |
"parking_lot_core", |
| 1001 |
] |
| 1002 |
|
| 1003 |
[[package]] |
| 1004 |
name = "parking_lot_core" |
| 1005 |
version = "0.9.12" |
| 1006 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1007 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1008 |
dependencies = [ |
| 1009 |
"cfg-if", |
| 1010 |
"libc", |
| 1011 |
"redox_syscall", |
| 1012 |
"smallvec", |
| 1013 |
"windows-link", |
| 1014 |
] |
| 1015 |
|
| 1016 |
[[package]] |
| 1017 |
name = "password-hash" |
| 1018 |
version = "0.5.0" |
| 1019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 |
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
| 1021 |
dependencies = [ |
| 1022 |
"base64ct", |
| 1023 |
"rand_core", |
| 1024 |
"subtle", |
| 1025 |
] |
| 1026 |
|
| 1027 |
[[package]] |
| 1028 |
name = "percent-encoding" |
| 1029 |
version = "2.3.2" |
| 1030 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1031 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1032 |
|
| 1033 |
[[package]] |
| 1034 |
name = "pin-project-lite" |
| 1035 |
version = "0.2.16" |
| 1036 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1037 |
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1038 |
|
| 1039 |
[[package]] |
| 1040 |
name = "pin-utils" |
| 1041 |
version = "0.1.0" |
| 1042 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1044 |
|
| 1045 |
[[package]] |
| 1046 |
name = "pkg-config" |
| 1047 |
version = "0.3.32" |
| 1048 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 1050 |
|
| 1051 |
[[package]] |
| 1052 |
name = "poly1305" |
| 1053 |
version = "0.8.0" |
| 1054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 |
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" |
| 1056 |
dependencies = [ |
| 1057 |
"cpufeatures", |
| 1058 |
"opaque-debug", |
| 1059 |
"universal-hash", |
| 1060 |
] |
| 1061 |
|
| 1062 |
[[package]] |
| 1063 |
name = "potential_utf" |
| 1064 |
version = "0.1.4" |
| 1065 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 |
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 1067 |
dependencies = [ |
| 1068 |
"zerovec", |
| 1069 |
] |
| 1070 |
|
| 1071 |
[[package]] |
| 1072 |
name = "ppv-lite86" |
| 1073 |
version = "0.2.21" |
| 1074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1075 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1076 |
dependencies = [ |
| 1077 |
"zerocopy", |
| 1078 |
] |
| 1079 |
|
| 1080 |
[[package]] |
| 1081 |
name = "prettyplease" |
| 1082 |
version = "0.2.37" |
| 1083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 1085 |
dependencies = [ |
| 1086 |
"proc-macro2", |
| 1087 |
"syn", |
| 1088 |
] |
| 1089 |
|
| 1090 |
[[package]] |
| 1091 |
name = "proc-macro2" |
| 1092 |
version = "1.0.106" |
| 1093 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1094 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1095 |
dependencies = [ |
| 1096 |
"unicode-ident", |
| 1097 |
] |
| 1098 |
|
| 1099 |
[[package]] |
| 1100 |
name = "quote" |
| 1101 |
version = "1.0.44" |
| 1102 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1103 |
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| 1104 |
dependencies = [ |
| 1105 |
"proc-macro2", |
| 1106 |
] |
| 1107 |
|
| 1108 |
[[package]] |
| 1109 |
name = "r-efi" |
| 1110 |
version = "5.3.0" |
| 1111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1113 |
|
| 1114 |
[[package]] |
| 1115 |
name = "rand" |
| 1116 |
version = "0.8.5" |
| 1117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1119 |
dependencies = [ |
| 1120 |
"libc", |
| 1121 |
"rand_chacha", |
| 1122 |
"rand_core", |
| 1123 |
] |
| 1124 |
|
| 1125 |
[[package]] |
| 1126 |
name = "rand_chacha" |
| 1127 |
version = "0.3.1" |
| 1128 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1129 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1130 |
dependencies = [ |
| 1131 |
"ppv-lite86", |
| 1132 |
"rand_core", |
| 1133 |
] |
| 1134 |
|
| 1135 |
[[package]] |
| 1136 |
name = "rand_core" |
| 1137 |
version = "0.6.4" |
| 1138 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1139 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1140 |
dependencies = [ |
| 1141 |
"getrandom 0.2.17", |
| 1142 |
] |
| 1143 |
|
| 1144 |
[[package]] |
| 1145 |
name = "redox_syscall" |
| 1146 |
version = "0.5.18" |
| 1147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1148 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1149 |
dependencies = [ |
| 1150 |
"bitflags", |
| 1151 |
] |
| 1152 |
|
| 1153 |
[[package]] |
| 1154 |
name = "regex" |
| 1155 |
version = "1.12.3" |
| 1156 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1157 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 1158 |
dependencies = [ |
| 1159 |
"aho-corasick", |
| 1160 |
"memchr", |
| 1161 |
"regex-automata", |
| 1162 |
"regex-syntax", |
| 1163 |
] |
| 1164 |
|
| 1165 |
[[package]] |
| 1166 |
name = "regex-automata" |
| 1167 |
version = "0.4.14" |
| 1168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 1170 |
dependencies = [ |
| 1171 |
"aho-corasick", |
| 1172 |
"memchr", |
| 1173 |
"regex-syntax", |
| 1174 |
] |
| 1175 |
|
| 1176 |
[[package]] |
| 1177 |
name = "regex-syntax" |
| 1178 |
version = "0.8.10" |
| 1179 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1180 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 1181 |
|
| 1182 |
[[package]] |
| 1183 |
name = "reqwest" |
| 1184 |
version = "0.12.28" |
| 1185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 |
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 1187 |
dependencies = [ |
| 1188 |
"base64", |
| 1189 |
"bytes", |
| 1190 |
"encoding_rs", |
| 1191 |
"futures-core", |
| 1192 |
"h2", |
| 1193 |
"http", |
| 1194 |
"http-body", |
| 1195 |
"http-body-util", |
| 1196 |
"hyper", |
| 1197 |
"hyper-rustls", |
| 1198 |
"hyper-tls", |
| 1199 |
"hyper-util", |
| 1200 |
"js-sys", |
| 1201 |
"log", |
| 1202 |
"mime", |
| 1203 |
"native-tls", |
| 1204 |
"percent-encoding", |
| 1205 |
"pin-project-lite", |
| 1206 |
"rustls-pki-types", |
| 1207 |
"serde", |
| 1208 |
"serde_json", |
| 1209 |
"serde_urlencoded", |
| 1210 |
"sync_wrapper", |
| 1211 |
"tokio", |
| 1212 |
"tokio-native-tls", |
| 1213 |
"tower", |
| 1214 |
"tower-http", |
| 1215 |
"tower-service", |
| 1216 |
"url", |
| 1217 |
"wasm-bindgen", |
| 1218 |
"wasm-bindgen-futures", |
| 1219 |
"web-sys", |
| 1220 |
] |
| 1221 |
|
| 1222 |
[[package]] |
| 1223 |
name = "ring" |
| 1224 |
version = "0.17.14" |
| 1225 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1226 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1227 |
dependencies = [ |
| 1228 |
"cc", |
| 1229 |
"cfg-if", |
| 1230 |
"getrandom 0.2.17", |
| 1231 |
"libc", |
| 1232 |
"untrusted", |
| 1233 |
"windows-sys 0.52.0", |
| 1234 |
] |
| 1235 |
|
| 1236 |
[[package]] |
| 1237 |
name = "rustix" |
| 1238 |
version = "1.1.4" |
| 1239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 1241 |
dependencies = [ |
| 1242 |
"bitflags", |
| 1243 |
"errno", |
| 1244 |
"libc", |
| 1245 |
"linux-raw-sys", |
| 1246 |
"windows-sys 0.61.2", |
| 1247 |
] |
| 1248 |
|
| 1249 |
[[package]] |
| 1250 |
name = "rustls" |
| 1251 |
version = "0.23.37" |
| 1252 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1253 |
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 1254 |
dependencies = [ |
| 1255 |
"once_cell", |
| 1256 |
"rustls-pki-types", |
| 1257 |
"rustls-webpki", |
| 1258 |
"subtle", |
| 1259 |
"zeroize", |
| 1260 |
] |
| 1261 |
|
| 1262 |
[[package]] |
| 1263 |
name = "rustls-pki-types" |
| 1264 |
version = "1.14.0" |
| 1265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 |
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 1267 |
dependencies = [ |
| 1268 |
"zeroize", |
| 1269 |
] |
| 1270 |
|
| 1271 |
[[package]] |
| 1272 |
name = "rustls-webpki" |
| 1273 |
version = "0.103.9" |
| 1274 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 |
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" |
| 1276 |
dependencies = [ |
| 1277 |
"ring", |
| 1278 |
"rustls-pki-types", |
| 1279 |
"untrusted", |
| 1280 |
] |
| 1281 |
|
| 1282 |
[[package]] |
| 1283 |
name = "rustversion" |
| 1284 |
version = "1.0.22" |
| 1285 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1286 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1287 |
|
| 1288 |
[[package]] |
| 1289 |
name = "ryu" |
| 1290 |
version = "1.0.23" |
| 1291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1292 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 1293 |
|
| 1294 |
[[package]] |
| 1295 |
name = "schannel" |
| 1296 |
version = "0.1.28" |
| 1297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 |
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| 1299 |
dependencies = [ |
| 1300 |
"windows-sys 0.61.2", |
| 1301 |
] |
| 1302 |
|
| 1303 |
[[package]] |
| 1304 |
name = "scopeguard" |
| 1305 |
version = "1.2.0" |
| 1306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1307 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1308 |
|
| 1309 |
[[package]] |
| 1310 |
name = "security-framework" |
| 1311 |
version = "3.7.0" |
| 1312 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 1314 |
dependencies = [ |
| 1315 |
"bitflags", |
| 1316 |
"core-foundation 0.10.1", |
| 1317 |
"core-foundation-sys", |
| 1318 |
"libc", |
| 1319 |
"security-framework-sys", |
| 1320 |
] |
| 1321 |
|
| 1322 |
[[package]] |
| 1323 |
name = "security-framework-sys" |
| 1324 |
version = "2.17.0" |
| 1325 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1326 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 1327 |
dependencies = [ |
| 1328 |
"core-foundation-sys", |
| 1329 |
"libc", |
| 1330 |
] |
| 1331 |
|
| 1332 |
[[package]] |
| 1333 |
name = "semver" |
| 1334 |
version = "1.0.27" |
| 1335 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1336 |
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 1337 |
|
| 1338 |
[[package]] |
| 1339 |
name = "serde" |
| 1340 |
version = "1.0.228" |
| 1341 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1342 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1343 |
dependencies = [ |
| 1344 |
"serde_core", |
| 1345 |
"serde_derive", |
| 1346 |
] |
| 1347 |
|
| 1348 |
[[package]] |
| 1349 |
name = "serde_core" |
| 1350 |
version = "1.0.228" |
| 1351 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1352 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1353 |
dependencies = [ |
| 1354 |
"serde_derive", |
| 1355 |
] |
| 1356 |
|
| 1357 |
[[package]] |
| 1358 |
name = "serde_derive" |
| 1359 |
version = "1.0.228" |
| 1360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1362 |
dependencies = [ |
| 1363 |
"proc-macro2", |
| 1364 |
"quote", |
| 1365 |
"syn", |
| 1366 |
] |
| 1367 |
|
| 1368 |
[[package]] |
| 1369 |
name = "serde_json" |
| 1370 |
version = "1.0.149" |
| 1371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1372 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 1373 |
dependencies = [ |
| 1374 |
"itoa", |
| 1375 |
"memchr", |
| 1376 |
"serde", |
| 1377 |
"serde_core", |
| 1378 |
"zmij", |
| 1379 |
] |
| 1380 |
|
| 1381 |
[[package]] |
| 1382 |
name = "serde_urlencoded" |
| 1383 |
version = "0.7.1" |
| 1384 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1385 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 1386 |
dependencies = [ |
| 1387 |
"form_urlencoded", |
| 1388 |
"itoa", |
| 1389 |
"ryu", |
| 1390 |
"serde", |
| 1391 |
] |
| 1392 |
|
| 1393 |
[[package]] |
| 1394 |
name = "shlex" |
| 1395 |
version = "1.3.0" |
| 1396 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1397 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1398 |
|
| 1399 |
[[package]] |
| 1400 |
name = "slab" |
| 1401 |
version = "0.4.12" |
| 1402 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1403 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1404 |
|
| 1405 |
[[package]] |
| 1406 |
name = "smallvec" |
| 1407 |
version = "1.15.1" |
| 1408 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1409 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1410 |
|
| 1411 |
[[package]] |
| 1412 |
name = "socket2" |
| 1413 |
version = "0.6.2" |
| 1414 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1415 |
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" |
| 1416 |
dependencies = [ |
| 1417 |
"libc", |
| 1418 |
"windows-sys 0.60.2", |
| 1419 |
] |
| 1420 |
|
| 1421 |
[[package]] |
| 1422 |
name = "stable_deref_trait" |
| 1423 |
version = "1.2.1" |
| 1424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1425 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1426 |
|
| 1427 |
[[package]] |
| 1428 |
name = "subtle" |
| 1429 |
version = "2.6.1" |
| 1430 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 1432 |
|
| 1433 |
[[package]] |
| 1434 |
name = "syn" |
| 1435 |
version = "2.0.117" |
| 1436 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1437 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 1438 |
dependencies = [ |
| 1439 |
"proc-macro2", |
| 1440 |
"quote", |
| 1441 |
"unicode-ident", |
| 1442 |
] |
| 1443 |
|
| 1444 |
[[package]] |
| 1445 |
name = "sync_wrapper" |
| 1446 |
version = "1.0.2" |
| 1447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 1449 |
dependencies = [ |
| 1450 |
"futures-core", |
| 1451 |
] |
| 1452 |
|
| 1453 |
[[package]] |
| 1454 |
name = "synckit-client" |
| 1455 |
version = "0.3.0" |
| 1456 |
dependencies = [ |
| 1457 |
"argon2", |
| 1458 |
"base64", |
| 1459 |
"bytes", |
| 1460 |
"chacha20poly1305", |
| 1461 |
"chrono", |
| 1462 |
"keyring", |
| 1463 |
"parking_lot", |
| 1464 |
"rand", |
| 1465 |
"reqwest", |
| 1466 |
"serde", |
| 1467 |
"serde_json", |
| 1468 |
"thiserror", |
| 1469 |
"tokio", |
| 1470 |
"tokio-stream", |
| 1471 |
"tracing", |
| 1472 |
"unicode-normalization", |
| 1473 |
"urlencoding", |
| 1474 |
"uuid", |
| 1475 |
"wiremock", |
| 1476 |
"zeroize", |
| 1477 |
] |
| 1478 |
|
| 1479 |
[[package]] |
| 1480 |
name = "synstructure" |
| 1481 |
version = "0.13.2" |
| 1482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1483 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1484 |
dependencies = [ |
| 1485 |
"proc-macro2", |
| 1486 |
"quote", |
| 1487 |
"syn", |
| 1488 |
] |
| 1489 |
|
| 1490 |
[[package]] |
| 1491 |
name = "system-configuration" |
| 1492 |
version = "0.7.0" |
| 1493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1494 |
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" |
| 1495 |
dependencies = [ |
| 1496 |
"bitflags", |
| 1497 |
"core-foundation 0.9.4", |
| 1498 |
"system-configuration-sys", |
| 1499 |
] |
| 1500 |
|
| 1501 |
[[package]] |
| 1502 |
name = "system-configuration-sys" |
| 1503 |
version = "0.6.0" |
| 1504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1505 |
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 1506 |
dependencies = [ |
| 1507 |
"core-foundation-sys", |
| 1508 |
"libc", |
| 1509 |
] |
| 1510 |
|
| 1511 |
[[package]] |
| 1512 |
name = "tempfile" |
| 1513 |
version = "3.26.0" |
| 1514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1515 |
checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" |
| 1516 |
dependencies = [ |
| 1517 |
"fastrand", |
| 1518 |
"getrandom 0.4.1", |
| 1519 |
"once_cell", |
| 1520 |
"rustix", |
| 1521 |
"windows-sys 0.61.2", |
| 1522 |
] |
| 1523 |
|
| 1524 |
[[package]] |
| 1525 |
name = "thiserror" |
| 1526 |
version = "2.0.18" |
| 1527 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1528 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1529 |
dependencies = [ |
| 1530 |
"thiserror-impl", |
| 1531 |
] |
| 1532 |
|
| 1533 |
[[package]] |
| 1534 |
name = "thiserror-impl" |
| 1535 |
version = "2.0.18" |
| 1536 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1537 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1538 |
dependencies = [ |
| 1539 |
"proc-macro2", |
| 1540 |
"quote", |
| 1541 |
"syn", |
| 1542 |
] |
| 1543 |
|
| 1544 |
[[package]] |
| 1545 |
name = "tinystr" |
| 1546 |
version = "0.8.2" |
| 1547 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1548 |
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 1549 |
dependencies = [ |
| 1550 |
"displaydoc", |
| 1551 |
"zerovec", |
| 1552 |
] |
| 1553 |
|
| 1554 |
[[package]] |
| 1555 |
name = "tinyvec" |
| 1556 |
version = "1.10.0" |
| 1557 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 |
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 1559 |
dependencies = [ |
| 1560 |
"tinyvec_macros", |
| 1561 |
] |
| 1562 |
|
| 1563 |
[[package]] |
| 1564 |
name = "tinyvec_macros" |
| 1565 |
version = "0.1.1" |
| 1566 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1567 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 1568 |
|
| 1569 |
[[package]] |
| 1570 |
name = "tokio" |
| 1571 |
version = "1.49.0" |
| 1572 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1573 |
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1574 |
dependencies = [ |
| 1575 |
"bytes", |
| 1576 |
"libc", |
| 1577 |
"mio", |
| 1578 |
"pin-project-lite", |
| 1579 |
"socket2", |
| 1580 |
"tokio-macros", |
| 1581 |
"windows-sys 0.61.2", |
| 1582 |
] |
| 1583 |
|
| 1584 |
[[package]] |
| 1585 |
name = "tokio-macros" |
| 1586 |
version = "2.6.0" |
| 1587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1588 |
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1589 |
dependencies = [ |
| 1590 |
"proc-macro2", |
| 1591 |
"quote", |
| 1592 |
"syn", |
| 1593 |
] |
| 1594 |
|
| 1595 |
[[package]] |
| 1596 |
name = "tokio-native-tls" |
| 1597 |
version = "0.3.1" |
| 1598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1599 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 1600 |
dependencies = [ |
| 1601 |
"native-tls", |
| 1602 |
"tokio", |
| 1603 |
] |
| 1604 |
|
| 1605 |
[[package]] |
| 1606 |
name = "tokio-rustls" |
| 1607 |
version = "0.26.4" |
| 1608 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 1610 |
dependencies = [ |
| 1611 |
"rustls", |
| 1612 |
"tokio", |
| 1613 |
] |
| 1614 |
|
| 1615 |
[[package]] |
| 1616 |
name = "tokio-stream" |
| 1617 |
version = "0.1.18" |
| 1618 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1619 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 1620 |
dependencies = [ |
| 1621 |
"futures-core", |
| 1622 |
"pin-project-lite", |
| 1623 |
"tokio", |
| 1624 |
] |
| 1625 |
|
| 1626 |
[[package]] |
| 1627 |
name = "tokio-util" |
| 1628 |
version = "0.7.18" |
| 1629 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1630 |
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 1631 |
dependencies = [ |
| 1632 |
"bytes", |
| 1633 |
"futures-core", |
| 1634 |
"futures-sink", |
| 1635 |
"pin-project-lite", |
| 1636 |
"tokio", |
| 1637 |
] |
| 1638 |
|
| 1639 |
[[package]] |
| 1640 |
name = "tower" |
| 1641 |
version = "0.5.3" |
| 1642 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1643 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 1644 |
dependencies = [ |
| 1645 |
"futures-core", |
| 1646 |
"futures-util", |
| 1647 |
"pin-project-lite", |
| 1648 |
"sync_wrapper", |
| 1649 |
"tokio", |
| 1650 |
"tower-layer", |
| 1651 |
"tower-service", |
| 1652 |
] |
| 1653 |
|
| 1654 |
[[package]] |
| 1655 |
name = "tower-http" |
| 1656 |
version = "0.6.8" |
| 1657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1658 |
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 1659 |
dependencies = [ |
| 1660 |
"bitflags", |
| 1661 |
"bytes", |
| 1662 |
"futures-util", |
| 1663 |
"http", |
| 1664 |
"http-body", |
| 1665 |
"iri-string", |
| 1666 |
"pin-project-lite", |
| 1667 |
"tower", |
| 1668 |
"tower-layer", |
| 1669 |
"tower-service", |
| 1670 |
] |
| 1671 |
|
| 1672 |
[[package]] |
| 1673 |
name = "tower-layer" |
| 1674 |
version = "0.3.3" |
| 1675 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1676 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 1677 |
|
| 1678 |
[[package]] |
| 1679 |
name = "tower-service" |
| 1680 |
version = "0.3.3" |
| 1681 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1682 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 1683 |
|
| 1684 |
[[package]] |
| 1685 |
name = "tracing" |
| 1686 |
version = "0.1.44" |
| 1687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1688 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1689 |
dependencies = [ |
| 1690 |
"pin-project-lite", |
| 1691 |
"tracing-attributes", |
| 1692 |
"tracing-core", |
| 1693 |
] |
| 1694 |
|
| 1695 |
[[package]] |
| 1696 |
name = "tracing-attributes" |
| 1697 |
version = "0.1.31" |
| 1698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1699 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1700 |
dependencies = [ |
| 1701 |
"proc-macro2", |
| 1702 |
"quote", |
| 1703 |
"syn", |
| 1704 |
] |
| 1705 |
|
| 1706 |
[[package]] |
| 1707 |
name = "tracing-core" |
| 1708 |
version = "0.1.36" |
| 1709 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1711 |
dependencies = [ |
| 1712 |
"once_cell", |
| 1713 |
] |
| 1714 |
|
| 1715 |
[[package]] |
| 1716 |
name = "try-lock" |
| 1717 |
version = "0.2.5" |
| 1718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1719 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 1720 |
|
| 1721 |
[[package]] |
| 1722 |
name = "typenum" |
| 1723 |
version = "1.19.0" |
| 1724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1725 |
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 1726 |
|
| 1727 |
[[package]] |
| 1728 |
name = "unicode-ident" |
| 1729 |
version = "1.0.24" |
| 1730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1731 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1732 |
|
| 1733 |
[[package]] |
| 1734 |
name = "unicode-normalization" |
| 1735 |
version = "0.1.25" |
| 1736 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1737 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 1738 |
dependencies = [ |
| 1739 |
"tinyvec", |
| 1740 |
] |
| 1741 |
|
| 1742 |
[[package]] |
| 1743 |
name = "unicode-xid" |
| 1744 |
version = "0.2.6" |
| 1745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 1747 |
|
| 1748 |
[[package]] |
| 1749 |
name = "universal-hash" |
| 1750 |
version = "0.5.1" |
| 1751 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1752 |
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| 1753 |
dependencies = [ |
| 1754 |
"crypto-common", |
| 1755 |
"subtle", |
| 1756 |
] |
| 1757 |
|
| 1758 |
[[package]] |
| 1759 |
name = "untrusted" |
| 1760 |
version = "0.9.0" |
| 1761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1762 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 1763 |
|
| 1764 |
[[package]] |
| 1765 |
name = "url" |
| 1766 |
version = "2.5.8" |
| 1767 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1768 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 1769 |
dependencies = [ |
| 1770 |
"form_urlencoded", |
| 1771 |
"idna", |
| 1772 |
"percent-encoding", |
| 1773 |
"serde", |
| 1774 |
] |
| 1775 |
|
| 1776 |
[[package]] |
| 1777 |
name = "urlencoding" |
| 1778 |
version = "2.1.3" |
| 1779 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1780 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 1781 |
|
| 1782 |
[[package]] |
| 1783 |
name = "utf8_iter" |
| 1784 |
version = "1.0.4" |
| 1785 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1786 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 1787 |
|
| 1788 |
[[package]] |
| 1789 |
name = "uuid" |
| 1790 |
version = "1.21.0" |
| 1791 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1792 |
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" |
| 1793 |
dependencies = [ |
| 1794 |
"getrandom 0.4.1", |
| 1795 |
"js-sys", |
| 1796 |
"serde_core", |
| 1797 |
"wasm-bindgen", |
| 1798 |
] |
| 1799 |
|
| 1800 |
[[package]] |
| 1801 |
name = "vcpkg" |
| 1802 |
version = "0.2.15" |
| 1803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1804 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 1805 |
|
| 1806 |
[[package]] |
| 1807 |
name = "version_check" |
| 1808 |
version = "0.9.5" |
| 1809 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1810 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1811 |
|
| 1812 |
[[package]] |
| 1813 |
name = "want" |
| 1814 |
version = "0.3.1" |
| 1815 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1816 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 1817 |
dependencies = [ |
| 1818 |
"try-lock", |
| 1819 |
] |
| 1820 |
|
| 1821 |
[[package]] |
| 1822 |
name = "wasi" |
| 1823 |
version = "0.11.1+wasi-snapshot-preview1" |
| 1824 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1825 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1826 |
|
| 1827 |
[[package]] |
| 1828 |
name = "wasip2" |
| 1829 |
version = "1.0.2+wasi-0.2.9" |
| 1830 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1831 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 1832 |
dependencies = [ |
| 1833 |
"wit-bindgen", |
| 1834 |
] |
| 1835 |
|
| 1836 |
[[package]] |
| 1837 |
name = "wasip3" |
| 1838 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 1839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 1841 |
dependencies = [ |
| 1842 |
"wit-bindgen", |
| 1843 |
] |
| 1844 |
|
| 1845 |
[[package]] |
| 1846 |
name = "wasm-bindgen" |
| 1847 |
version = "0.2.113" |
| 1848 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 |
checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2" |
| 1850 |
dependencies = [ |
| 1851 |
"cfg-if", |
| 1852 |
"once_cell", |
| 1853 |
"rustversion", |
| 1854 |
"wasm-bindgen-macro", |
| 1855 |
"wasm-bindgen-shared", |
| 1856 |
] |
| 1857 |
|
| 1858 |
[[package]] |
| 1859 |
name = "wasm-bindgen-futures" |
| 1860 |
version = "0.4.63" |
| 1861 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 |
checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a" |
| 1863 |
dependencies = [ |
| 1864 |
"cfg-if", |
| 1865 |
"futures-util", |
| 1866 |
"js-sys", |
| 1867 |
"once_cell", |
| 1868 |
"wasm-bindgen", |
| 1869 |
"web-sys", |
| 1870 |
] |
| 1871 |
|
| 1872 |
[[package]] |
| 1873 |
name = "wasm-bindgen-macro" |
| 1874 |
version = "0.2.113" |
| 1875 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 |
checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950" |
| 1877 |
dependencies = [ |
| 1878 |
"quote", |
| 1879 |
"wasm-bindgen-macro-support", |
| 1880 |
] |
| 1881 |
|
| 1882 |
[[package]] |
| 1883 |
name = "wasm-bindgen-macro-support" |
| 1884 |
version = "0.2.113" |
| 1885 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1886 |
checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60" |
| 1887 |
dependencies = [ |
| 1888 |
"bumpalo", |
| 1889 |
"proc-macro2", |
| 1890 |
"quote", |
| 1891 |
"syn", |
| 1892 |
"wasm-bindgen-shared", |
| 1893 |
] |
| 1894 |
|
| 1895 |
[[package]] |
| 1896 |
name = "wasm-bindgen-shared" |
| 1897 |
version = "0.2.113" |
| 1898 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 |
checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5" |
| 1900 |
dependencies = [ |
| 1901 |
"unicode-ident", |
| 1902 |
] |
| 1903 |
|
| 1904 |
[[package]] |
| 1905 |
name = "wasm-encoder" |
| 1906 |
version = "0.244.0" |
| 1907 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 1909 |
dependencies = [ |
| 1910 |
"leb128fmt", |
| 1911 |
"wasmparser", |
| 1912 |
] |
| 1913 |
|
| 1914 |
[[package]] |
| 1915 |
name = "wasm-metadata" |
| 1916 |
version = "0.244.0" |
| 1917 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1918 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 1919 |
dependencies = [ |
| 1920 |
"anyhow", |
| 1921 |
"indexmap", |
| 1922 |
"wasm-encoder", |
| 1923 |
"wasmparser", |
| 1924 |
] |
| 1925 |
|
| 1926 |
[[package]] |
| 1927 |
name = "wasmparser" |
| 1928 |
version = "0.244.0" |
| 1929 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1930 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 1931 |
dependencies = [ |
| 1932 |
"bitflags", |
| 1933 |
"hashbrown 0.15.5", |
| 1934 |
"indexmap", |
| 1935 |
"semver", |
| 1936 |
] |
| 1937 |
|
| 1938 |
[[package]] |
| 1939 |
name = "web-sys" |
| 1940 |
version = "0.3.90" |
| 1941 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1942 |
checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97" |
| 1943 |
dependencies = [ |
| 1944 |
"js-sys", |
| 1945 |
"wasm-bindgen", |
| 1946 |
] |
| 1947 |
|
| 1948 |
[[package]] |
| 1949 |
name = "windows-core" |
| 1950 |
version = "0.62.2" |
| 1951 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1952 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 1953 |
dependencies = [ |
| 1954 |
"windows-implement", |
| 1955 |
"windows-interface", |
| 1956 |
"windows-link", |
| 1957 |
"windows-result", |
| 1958 |
"windows-strings", |
| 1959 |
] |
| 1960 |
|
| 1961 |
[[package]] |
| 1962 |
name = "windows-implement" |
| 1963 |
version = "0.60.2" |
| 1964 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1965 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 1966 |
dependencies = [ |
| 1967 |
"proc-macro2", |
| 1968 |
"quote", |
| 1969 |
"syn", |
| 1970 |
] |
| 1971 |
|
| 1972 |
[[package]] |
| 1973 |
name = "windows-interface" |
| 1974 |
version = "0.59.3" |
| 1975 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1976 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 1977 |
dependencies = [ |
| 1978 |
"proc-macro2", |
| 1979 |
"quote", |
| 1980 |
"syn", |
| 1981 |
] |
| 1982 |
|
| 1983 |
[[package]] |
| 1984 |
name = "windows-link" |
| 1985 |
version = "0.2.1" |
| 1986 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1987 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1988 |
|
| 1989 |
[[package]] |
| 1990 |
name = "windows-registry" |
| 1991 |
version = "0.6.1" |
| 1992 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1993 |
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
| 1994 |
dependencies = [ |
| 1995 |
"windows-link", |
| 1996 |
"windows-result", |
| 1997 |
"windows-strings", |
| 1998 |
] |
| 1999 |
|
| 2000 |
[[package]] |
| 2001 |
name = "windows-result" |
| 2002 |
version = "0.4.1" |
| 2003 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2004 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 2005 |
dependencies = [ |
| 2006 |
"windows-link", |
| 2007 |
] |
| 2008 |
|
| 2009 |
[[package]] |
| 2010 |
name = "windows-strings" |
| 2011 |
version = "0.5.1" |
| 2012 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2013 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 2014 |
dependencies = [ |
| 2015 |
"windows-link", |
| 2016 |
] |
| 2017 |
|
| 2018 |
[[package]] |
| 2019 |
name = "windows-sys" |
| 2020 |
version = "0.52.0" |
| 2021 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2022 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2023 |
dependencies = [ |
| 2024 |
"windows-targets 0.52.6", |
| 2025 |
] |
| 2026 |
|
| 2027 |
[[package]] |
| 2028 |
name = "windows-sys" |
| 2029 |
version = "0.60.2" |
| 2030 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2031 |
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 2032 |
dependencies = [ |
| 2033 |
"windows-targets 0.53.5", |
| 2034 |
] |
| 2035 |
|
| 2036 |
[[package]] |
| 2037 |
name = "windows-sys" |
| 2038 |
version = "0.61.2" |
| 2039 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2040 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2041 |
dependencies = [ |
| 2042 |
"windows-link", |
| 2043 |
] |
| 2044 |
|
| 2045 |
[[package]] |
| 2046 |
name = "windows-targets" |
| 2047 |
version = "0.52.6" |
| 2048 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2050 |
dependencies = [ |
| 2051 |
"windows_aarch64_gnullvm 0.52.6", |
| 2052 |
"windows_aarch64_msvc 0.52.6", |
| 2053 |
"windows_i686_gnu 0.52.6", |
| 2054 |
"windows_i686_gnullvm 0.52.6", |
| 2055 |
"windows_i686_msvc 0.52.6", |
| 2056 |
"windows_x86_64_gnu 0.52.6", |
| 2057 |
"windows_x86_64_gnullvm 0.52.6", |
| 2058 |
"windows_x86_64_msvc 0.52.6", |
| 2059 |
] |
| 2060 |
|
| 2061 |
[[package]] |
| 2062 |
name = "windows-targets" |
| 2063 |
version = "0.53.5" |
| 2064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2065 |
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 2066 |
dependencies = [ |
| 2067 |
"windows-link", |
| 2068 |
"windows_aarch64_gnullvm 0.53.1", |
| 2069 |
"windows_aarch64_msvc 0.53.1", |
| 2070 |
"windows_i686_gnu 0.53.1", |
| 2071 |
"windows_i686_gnullvm 0.53.1", |
| 2072 |
"windows_i686_msvc 0.53.1", |
| 2073 |
"windows_x86_64_gnu 0.53.1", |
| 2074 |
"windows_x86_64_gnullvm 0.53.1", |
| 2075 |
"windows_x86_64_msvc 0.53.1", |
| 2076 |
] |
| 2077 |
|
| 2078 |
[[package]] |
| 2079 |
name = "windows_aarch64_gnullvm" |
| 2080 |
version = "0.52.6" |
| 2081 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2082 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2083 |
|
| 2084 |
[[package]] |
| 2085 |
name = "windows_aarch64_gnullvm" |
| 2086 |
version = "0.53.1" |
| 2087 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2088 |
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 2089 |
|
| 2090 |
[[package]] |
| 2091 |
name = "windows_aarch64_msvc" |
| 2092 |
version = "0.52.6" |
| 2093 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2094 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2095 |
|
| 2096 |
[[package]] |
| 2097 |
name = "windows_aarch64_msvc" |
| 2098 |
version = "0.53.1" |
| 2099 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2100 |
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 2101 |
|
| 2102 |
[[package]] |
| 2103 |
name = "windows_i686_gnu" |
| 2104 |
version = "0.52.6" |
| 2105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2106 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2107 |
|
| 2108 |
[[package]] |
| 2109 |
name = "windows_i686_gnu" |
| 2110 |
version = "0.53.1" |
| 2111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2112 |
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 2113 |
|
| 2114 |
[[package]] |
| 2115 |
name = "windows_i686_gnullvm" |
| 2116 |
version = "0.52.6" |
| 2117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2118 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2119 |
|
| 2120 |
[[package]] |
| 2121 |
name = "windows_i686_gnullvm" |
| 2122 |
version = "0.53.1" |
| 2123 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2124 |
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 2125 |
|
| 2126 |
[[package]] |
| 2127 |
name = "windows_i686_msvc" |
| 2128 |
version = "0.52.6" |
| 2129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2130 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2131 |
|
| 2132 |
[[package]] |
| 2133 |
name = "windows_i686_msvc" |
| 2134 |
version = "0.53.1" |
| 2135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2136 |
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 2137 |
|
| 2138 |
[[package]] |
| 2139 |
name = "windows_x86_64_gnu" |
| 2140 |
version = "0.52.6" |
| 2141 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2142 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2143 |
|
| 2144 |
[[package]] |
| 2145 |
name = "windows_x86_64_gnu" |
| 2146 |
version = "0.53.1" |
| 2147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2148 |
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 2149 |
|
| 2150 |
[[package]] |
| 2151 |
name = "windows_x86_64_gnullvm" |
| 2152 |
version = "0.52.6" |
| 2153 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2154 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2155 |
|
| 2156 |
[[package]] |
| 2157 |
name = "windows_x86_64_gnullvm" |
| 2158 |
version = "0.53.1" |
| 2159 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2160 |
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 2161 |
|
| 2162 |
[[package]] |
| 2163 |
name = "windows_x86_64_msvc" |
| 2164 |
version = "0.52.6" |
| 2165 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2166 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2167 |
|
| 2168 |
[[package]] |
| 2169 |
name = "windows_x86_64_msvc" |
| 2170 |
version = "0.53.1" |
| 2171 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2172 |
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 2173 |
|
| 2174 |
[[package]] |
| 2175 |
name = "wiremock" |
| 2176 |
version = "0.6.5" |
| 2177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2178 |
checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" |
| 2179 |
dependencies = [ |
| 2180 |
"assert-json-diff", |
| 2181 |
"base64", |
| 2182 |
"deadpool", |
| 2183 |
"futures", |
| 2184 |
"http", |
| 2185 |
"http-body-util", |
| 2186 |
"hyper", |
| 2187 |
"hyper-util", |
| 2188 |
"log", |
| 2189 |
"once_cell", |
| 2190 |
"regex", |
| 2191 |
"serde", |
| 2192 |
"serde_json", |
| 2193 |
"tokio", |
| 2194 |
"url", |
| 2195 |
] |
| 2196 |
|
| 2197 |
[[package]] |
| 2198 |
name = "wit-bindgen" |
| 2199 |
version = "0.51.0" |
| 2200 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2201 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 2202 |
dependencies = [ |
| 2203 |
"wit-bindgen-rust-macro", |
| 2204 |
] |
| 2205 |
|
| 2206 |
[[package]] |
| 2207 |
name = "wit-bindgen-core" |
| 2208 |
version = "0.51.0" |
| 2209 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2210 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 2211 |
dependencies = [ |
| 2212 |
"anyhow", |
| 2213 |
"heck", |
| 2214 |
"wit-parser", |
| 2215 |
] |
| 2216 |
|
| 2217 |
[[package]] |
| 2218 |
name = "wit-bindgen-rust" |
| 2219 |
version = "0.51.0" |
| 2220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2221 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 2222 |
dependencies = [ |
| 2223 |
"anyhow", |
| 2224 |
"heck", |
| 2225 |
"indexmap", |
| 2226 |
"prettyplease", |
| 2227 |
"syn", |
| 2228 |
"wasm-metadata", |
| 2229 |
"wit-bindgen-core", |
| 2230 |
"wit-component", |
| 2231 |
] |
| 2232 |
|
| 2233 |
[[package]] |
| 2234 |
name = "wit-bindgen-rust-macro" |
| 2235 |
version = "0.51.0" |
| 2236 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2237 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 2238 |
dependencies = [ |
| 2239 |
"anyhow", |
| 2240 |
"prettyplease", |
| 2241 |
"proc-macro2", |
| 2242 |
"quote", |
| 2243 |
"syn", |
| 2244 |
"wit-bindgen-core", |
| 2245 |
"wit-bindgen-rust", |
| 2246 |
] |
| 2247 |
|
| 2248 |
[[package]] |
| 2249 |
name = "wit-component" |
| 2250 |
version = "0.244.0" |
| 2251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2252 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 2253 |
dependencies = [ |
| 2254 |
"anyhow", |
| 2255 |
"bitflags", |
| 2256 |
"indexmap", |
| 2257 |
"log", |
| 2258 |
"serde", |
| 2259 |
"serde_derive", |
| 2260 |
"serde_json", |
| 2261 |
"wasm-encoder", |
| 2262 |
"wasm-metadata", |
| 2263 |
"wasmparser", |
| 2264 |
"wit-parser", |
| 2265 |
] |
| 2266 |
|
| 2267 |
[[package]] |
| 2268 |
name = "wit-parser" |
| 2269 |
version = "0.244.0" |
| 2270 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2271 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 2272 |
dependencies = [ |
| 2273 |
"anyhow", |
| 2274 |
"id-arena", |
| 2275 |
"indexmap", |
| 2276 |
"log", |
| 2277 |
"semver", |
| 2278 |
"serde", |
| 2279 |
"serde_derive", |
| 2280 |
"serde_json", |
| 2281 |
"unicode-xid", |
| 2282 |
"wasmparser", |
| 2283 |
] |
| 2284 |
|
| 2285 |
[[package]] |
| 2286 |
name = "writeable" |
| 2287 |
version = "0.6.2" |
| 2288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2289 |
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 2290 |
|
| 2291 |
[[package]] |
| 2292 |
name = "yoke" |
| 2293 |
version = "0.8.1" |
| 2294 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2295 |
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 2296 |
dependencies = [ |
| 2297 |
"stable_deref_trait", |
| 2298 |
"yoke-derive", |
| 2299 |
"zerofrom", |
| 2300 |
] |
| 2301 |
|
| 2302 |
[[package]] |
| 2303 |
name = "yoke-derive" |
| 2304 |
version = "0.8.1" |
| 2305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2306 |
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 2307 |
dependencies = [ |
| 2308 |
"proc-macro2", |
| 2309 |
"quote", |
| 2310 |
"syn", |
| 2311 |
"synstructure", |
| 2312 |
] |
| 2313 |
|
| 2314 |
[[package]] |
| 2315 |
name = "zerocopy" |
| 2316 |
version = "0.8.39" |
| 2317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2318 |
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" |
| 2319 |
dependencies = [ |
| 2320 |
"zerocopy-derive", |
| 2321 |
] |
| 2322 |
|
| 2323 |
[[package]] |
| 2324 |
name = "zerocopy-derive" |
| 2325 |
version = "0.8.39" |
| 2326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2327 |
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" |
| 2328 |
dependencies = [ |
| 2329 |
"proc-macro2", |
| 2330 |
"quote", |
| 2331 |
"syn", |
| 2332 |
] |
| 2333 |
|
| 2334 |
[[package]] |
| 2335 |
name = "zerofrom" |
| 2336 |
version = "0.1.6" |
| 2337 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2338 |
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 2339 |
dependencies = [ |
| 2340 |
"zerofrom-derive", |
| 2341 |
] |
| 2342 |
|
| 2343 |
[[package]] |
| 2344 |
name = "zerofrom-derive" |
| 2345 |
version = "0.1.6" |
| 2346 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2347 |
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 2348 |
dependencies = [ |
| 2349 |
"proc-macro2", |
| 2350 |
"quote", |
| 2351 |
"syn", |
| 2352 |
"synstructure", |
| 2353 |
] |
| 2354 |
|
| 2355 |
[[package]] |
| 2356 |
name = "zeroize" |
| 2357 |
version = "1.8.2" |
| 2358 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2359 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 2360 |
|
| 2361 |
[[package]] |
| 2362 |
name = "zerotrie" |
| 2363 |
version = "0.2.3" |
| 2364 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2365 |
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 2366 |
dependencies = [ |
| 2367 |
"displaydoc", |
| 2368 |
"yoke", |
| 2369 |
"zerofrom", |
| 2370 |
] |
| 2371 |
|
| 2372 |
[[package]] |
| 2373 |
name = "zerovec" |
| 2374 |
version = "0.11.5" |
| 2375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 |
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 2377 |
dependencies = [ |
| 2378 |
"yoke", |
| 2379 |
"zerofrom", |
| 2380 |
"zerovec-derive", |
| 2381 |
] |
| 2382 |
|
| 2383 |
[[package]] |
| 2384 |
name = "zerovec-derive" |
| 2385 |
version = "0.11.2" |
| 2386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2387 |
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 2388 |
dependencies = [ |
| 2389 |
"proc-macro2", |
| 2390 |
"quote", |
| 2391 |
"syn", |
| 2392 |
] |
| 2393 |
|
| 2394 |
[[package]] |
| 2395 |
name = "zmij" |
| 2396 |
version = "1.0.21" |
| 2397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2398 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 2399 |
|