| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "android_system_properties" |
| 13 | version = "0.1.5" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 16 | dependencies = [ |
| 17 | "libc", |
| 18 | ] |
| 19 | |
| 20 | [[package]] |
| 21 | name = "arrayvec" |
| 22 | version = "0.7.6" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 25 | dependencies = [ |
| 26 | "serde", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "async-trait" |
| 31 | version = "0.1.89" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 34 | dependencies = [ |
| 35 | "proc-macro2", |
| 36 | "quote", |
| 37 | "syn 2.0.113", |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "atomic-waker" |
| 42 | version = "1.1.2" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 45 | |
| 46 | [[package]] |
| 47 | name = "autocfg" |
| 48 | version = "1.5.0" |
| 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 51 | |
| 52 | [[package]] |
| 53 | name = "base64" |
| 54 | version = "0.22.1" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 57 | |
| 58 | [[package]] |
| 59 | name = "belltoll-rs" |
| 60 | version = "0.1.0" |
| 61 | dependencies = [ |
| 62 | "env", |
| 63 | "futures-util", |
| 64 | "irc", |
| 65 | "rust-ini", |
| 66 | "serenity", |
| 67 | "sha1", |
| 68 | "tokio", |
| 69 | ] |
| 70 | |
| 71 | [[package]] |
| 72 | name = "bitflags" |
| 73 | version = "2.10.0" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 76 | |
| 77 | [[package]] |
| 78 | name = "block-buffer" |
| 79 | version = "0.10.4" |
| 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 82 | dependencies = [ |
| 83 | "generic-array", |
| 84 | ] |
| 85 | |
| 86 | [[package]] |
| 87 | name = "bumpalo" |
| 88 | version = "3.19.1" |
| 89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 | checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
| 91 | |
| 92 | [[package]] |
| 93 | name = "bytecount" |
| 94 | version = "0.6.9" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| 97 | |
| 98 | [[package]] |
| 99 | name = "byteorder" |
| 100 | version = "1.5.0" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 103 | |
| 104 | [[package]] |
| 105 | name = "bytes" |
| 106 | version = "1.11.0" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
| 109 | |
| 110 | [[package]] |
| 111 | name = "camino" |
| 112 | version = "1.2.2" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" |
| 115 | dependencies = [ |
| 116 | "serde_core", |
| 117 | ] |
| 118 | |
| 119 | [[package]] |
| 120 | name = "cargo-platform" |
| 121 | version = "0.1.9" |
| 122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 | checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| 124 | dependencies = [ |
| 125 | "serde", |
| 126 | ] |
| 127 | |
| 128 | [[package]] |
| 129 | name = "cargo_metadata" |
| 130 | version = "0.14.2" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" |
| 133 | dependencies = [ |
| 134 | "camino", |
| 135 | "cargo-platform", |
| 136 | "semver", |
| 137 | "serde", |
| 138 | "serde_json", |
| 139 | ] |
| 140 | |
| 141 | [[package]] |
| 142 | name = "cc" |
| 143 | version = "1.2.51" |
| 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203" |
| 146 | dependencies = [ |
| 147 | "find-msvc-tools", |
| 148 | "shlex", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
| 152 | name = "cfg-if" |
| 153 | version = "1.0.4" |
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 156 | |
| 157 | [[package]] |
| 158 | name = "cfg_aliases" |
| 159 | version = "0.2.1" |
| 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 161 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 162 | |
| 163 | [[package]] |
| 164 | name = "chrono" |
| 165 | version = "0.4.42" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" |
| 168 | dependencies = [ |
| 169 | "iana-time-zone", |
| 170 | "num-traits", |
| 171 | "serde", |
| 172 | "windows-link", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "command_attr" |
| 177 | version = "0.5.4" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "8208103c5e25a091226dfa8d61d08d0561cc14f31b25691811ba37d4ec9b157b" |
| 180 | dependencies = [ |
| 181 | "proc-macro2", |
| 182 | "quote", |
| 183 | "syn 1.0.109", |
| 184 | ] |
| 185 | |
| 186 | [[package]] |
| 187 | name = "const-random" |
| 188 | version = "0.1.18" |
| 189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 | checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| 191 | dependencies = [ |
| 192 | "const-random-macro", |
| 193 | ] |
| 194 | |
| 195 | [[package]] |
| 196 | name = "const-random-macro" |
| 197 | version = "0.1.16" |
| 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| 200 | dependencies = [ |
| 201 | "getrandom 0.2.16", |
| 202 | "once_cell", |
| 203 | "tiny-keccak", |
| 204 | ] |
| 205 | |
| 206 | [[package]] |
| 207 | name = "core-foundation" |
| 208 | version = "0.9.4" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 211 | dependencies = [ |
| 212 | "core-foundation-sys", |
| 213 | "libc", |
| 214 | ] |
| 215 | |
| 216 | [[package]] |
| 217 | name = "core-foundation-sys" |
| 218 | version = "0.8.7" |
| 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 221 | |
| 222 | [[package]] |
| 223 | name = "cpufeatures" |
| 224 | version = "0.2.17" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 227 | dependencies = [ |
| 228 | "libc", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
| 232 | name = "crc32fast" |
| 233 | version = "1.5.0" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 236 | dependencies = [ |
| 237 | "cfg-if", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "crossbeam-channel" |
| 242 | version = "0.5.15" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| 245 | dependencies = [ |
| 246 | "crossbeam-utils", |
| 247 | ] |
| 248 | |
| 249 | [[package]] |
| 250 | name = "crossbeam-utils" |
| 251 | version = "0.8.21" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 254 | |
| 255 | [[package]] |
| 256 | name = "crunchy" |
| 257 | version = "0.2.4" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 260 | |
| 261 | [[package]] |
| 262 | name = "crypto-common" |
| 263 | version = "0.1.7" |
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 266 | dependencies = [ |
| 267 | "generic-array", |
| 268 | "typenum", |
| 269 | ] |
| 270 | |
| 271 | [[package]] |
| 272 | name = "dashmap" |
| 273 | version = "5.5.3" |
| 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| 276 | dependencies = [ |
| 277 | "cfg-if", |
| 278 | "hashbrown 0.14.5", |
| 279 | "lock_api", |
| 280 | "once_cell", |
| 281 | "parking_lot_core", |
| 282 | "serde", |
| 283 | ] |
| 284 | |
| 285 | [[package]] |
| 286 | name = "data-encoding" |
| 287 | version = "2.9.0" |
| 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 289 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" |
| 290 | |
| 291 | [[package]] |
| 292 | name = "deranged" |
| 293 | version = "0.5.5" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" |
| 296 | dependencies = [ |
| 297 | "powerfmt", |
| 298 | "serde_core", |
| 299 | ] |
| 300 | |
| 301 | [[package]] |
| 302 | name = "digest" |
| 303 | version = "0.10.7" |
| 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 306 | dependencies = [ |
| 307 | "block-buffer", |
| 308 | "crypto-common", |
| 309 | ] |
| 310 | |
| 311 | [[package]] |
| 312 | name = "displaydoc" |
| 313 | version = "0.2.5" |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 316 | dependencies = [ |
| 317 | "proc-macro2", |
| 318 | "quote", |
| 319 | "syn 2.0.113", |
| 320 | ] |
| 321 | |
| 322 | [[package]] |
| 323 | name = "dlv-list" |
| 324 | version = "0.5.2" |
| 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 326 | checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" |
| 327 | dependencies = [ |
| 328 | "const-random", |
| 329 | ] |
| 330 | |
| 331 | [[package]] |
| 332 | name = "encoding" |
| 333 | version = "0.2.33" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" |
| 336 | dependencies = [ |
| 337 | "encoding-index-japanese", |
| 338 | "encoding-index-korean", |
| 339 | "encoding-index-simpchinese", |
| 340 | "encoding-index-singlebyte", |
| 341 | "encoding-index-tradchinese", |
| 342 | ] |
| 343 | |
| 344 | [[package]] |
| 345 | name = "encoding-index-japanese" |
| 346 | version = "1.20141219.5" |
| 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 348 | checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" |
| 349 | dependencies = [ |
| 350 | "encoding_index_tests", |
| 351 | ] |
| 352 | |
| 353 | [[package]] |
| 354 | name = "encoding-index-korean" |
| 355 | version = "1.20141219.5" |
| 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 | checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" |
| 358 | dependencies = [ |
| 359 | "encoding_index_tests", |
| 360 | ] |
| 361 | |
| 362 | [[package]] |
| 363 | name = "encoding-index-simpchinese" |
| 364 | version = "1.20141219.5" |
| 365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 | checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" |
| 367 | dependencies = [ |
| 368 | "encoding_index_tests", |
| 369 | ] |
| 370 | |
| 371 | [[package]] |
| 372 | name = "encoding-index-singlebyte" |
| 373 | version = "1.20141219.5" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" |
| 376 | dependencies = [ |
| 377 | "encoding_index_tests", |
| 378 | ] |
| 379 | |
| 380 | [[package]] |
| 381 | name = "encoding-index-tradchinese" |
| 382 | version = "1.20141219.5" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" |
| 385 | dependencies = [ |
| 386 | "encoding_index_tests", |
| 387 | ] |
| 388 | |
| 389 | [[package]] |
| 390 | name = "encoding_index_tests" |
| 391 | version = "0.1.4" |
| 392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 393 | checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" |
| 394 | |
| 395 | [[package]] |
| 396 | name = "env" |
| 397 | version = "1.0.1" |
| 398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 399 | checksum = "bc95de49ad098572c02d3fbf368c9a020bfff5ae78483685b77f51d8a7e9486d" |
| 400 | dependencies = [ |
| 401 | "num_threads", |
| 402 | ] |
| 403 | |
| 404 | [[package]] |
| 405 | name = "equivalent" |
| 406 | version = "1.0.2" |
| 407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 408 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 409 | |
| 410 | [[package]] |
| 411 | name = "errno" |
| 412 | version = "0.3.14" |
| 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 415 | dependencies = [ |
| 416 | "libc", |
| 417 | "windows-sys 0.61.2", |
| 418 | ] |
| 419 | |
| 420 | [[package]] |
| 421 | name = "error-chain" |
| 422 | version = "0.12.4" |
| 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 | checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
| 425 | dependencies = [ |
| 426 | "version_check", |
| 427 | ] |
| 428 | |
| 429 | [[package]] |
| 430 | name = "fastrand" |
| 431 | version = "2.3.0" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 434 | |
| 435 | [[package]] |
| 436 | name = "find-msvc-tools" |
| 437 | version = "0.1.6" |
| 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 439 | checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" |
| 440 | |
| 441 | [[package]] |
| 442 | name = "flate2" |
| 443 | version = "1.1.5" |
| 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 445 | checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" |
| 446 | dependencies = [ |
| 447 | "crc32fast", |
| 448 | "miniz_oxide", |
| 449 | ] |
| 450 | |
| 451 | [[package]] |
| 452 | name = "foreign-types" |
| 453 | version = "0.3.2" |
| 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 456 | dependencies = [ |
| 457 | "foreign-types-shared", |
| 458 | ] |
| 459 | |
| 460 | [[package]] |
| 461 | name = "foreign-types-shared" |
| 462 | version = "0.1.1" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 465 | |
| 466 | [[package]] |
| 467 | name = "form_urlencoded" |
| 468 | version = "1.2.2" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 471 | dependencies = [ |
| 472 | "percent-encoding", |
| 473 | ] |
| 474 | |
| 475 | [[package]] |
| 476 | name = "futures" |
| 477 | version = "0.3.31" |
| 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| 480 | dependencies = [ |
| 481 | "futures-channel", |
| 482 | "futures-core", |
| 483 | "futures-io", |
| 484 | "futures-sink", |
| 485 | "futures-task", |
| 486 | "futures-util", |
| 487 | ] |
| 488 | |
| 489 | [[package]] |
| 490 | name = "futures-channel" |
| 491 | version = "0.3.31" |
| 492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 494 | dependencies = [ |
| 495 | "futures-core", |
| 496 | "futures-sink", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
| 500 | name = "futures-core" |
| 501 | version = "0.3.31" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 504 | |
| 505 | [[package]] |
| 506 | name = "futures-io" |
| 507 | version = "0.3.31" |
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 510 | |
| 511 | [[package]] |
| 512 | name = "futures-macro" |
| 513 | version = "0.3.31" |
| 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 516 | dependencies = [ |
| 517 | "proc-macro2", |
| 518 | "quote", |
| 519 | "syn 2.0.113", |
| 520 | ] |
| 521 | |
| 522 | [[package]] |
| 523 | name = "futures-sink" |
| 524 | version = "0.3.31" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 527 | |
| 528 | [[package]] |
| 529 | name = "futures-task" |
| 530 | version = "0.3.31" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 533 | |
| 534 | [[package]] |
| 535 | name = "futures-util" |
| 536 | version = "0.3.31" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 539 | dependencies = [ |
| 540 | "futures-channel", |
| 541 | "futures-core", |
| 542 | "futures-io", |
| 543 | "futures-macro", |
| 544 | "futures-sink", |
| 545 | "futures-task", |
| 546 | "memchr", |
| 547 | "pin-project-lite", |
| 548 | "pin-utils", |
| 549 | "slab", |
| 550 | ] |
| 551 | |
| 552 | [[package]] |
| 553 | name = "generic-array" |
| 554 | version = "0.14.7" |
| 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 557 | dependencies = [ |
| 558 | "typenum", |
| 559 | "version_check", |
| 560 | ] |
| 561 | |
| 562 | [[package]] |
| 563 | name = "getrandom" |
| 564 | version = "0.2.16" |
| 565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 566 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 567 | dependencies = [ |
| 568 | "cfg-if", |
| 569 | "js-sys", |
| 570 | "libc", |
| 571 | "wasi", |
| 572 | "wasm-bindgen", |
| 573 | ] |
| 574 | |
| 575 | [[package]] |
| 576 | name = "getrandom" |
| 577 | version = "0.3.4" |
| 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 580 | dependencies = [ |
| 581 | "cfg-if", |
| 582 | "js-sys", |
| 583 | "libc", |
| 584 | "r-efi", |
| 585 | "wasip2", |
| 586 | "wasm-bindgen", |
| 587 | ] |
| 588 | |
| 589 | [[package]] |
| 590 | name = "glob" |
| 591 | version = "0.3.3" |
| 592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 593 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 594 | |
| 595 | [[package]] |
| 596 | name = "hashbrown" |
| 597 | version = "0.14.5" |
| 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| 600 | |
| 601 | [[package]] |
| 602 | name = "hashbrown" |
| 603 | version = "0.16.1" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 606 | |
| 607 | [[package]] |
| 608 | name = "http" |
| 609 | version = "1.4.0" |
| 610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 611 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 612 | dependencies = [ |
| 613 | "bytes", |
| 614 | "itoa", |
| 615 | ] |
| 616 | |
| 617 | [[package]] |
| 618 | name = "http-body" |
| 619 | version = "1.0.1" |
| 620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 621 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 622 | dependencies = [ |
| 623 | "bytes", |
| 624 | "http", |
| 625 | ] |
| 626 | |
| 627 | [[package]] |
| 628 | name = "http-body-util" |
| 629 | version = "0.1.3" |
| 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 632 | dependencies = [ |
| 633 | "bytes", |
| 634 | "futures-core", |
| 635 | "http", |
| 636 | "http-body", |
| 637 | "pin-project-lite", |
| 638 | ] |
| 639 | |
| 640 | [[package]] |
| 641 | name = "httparse" |
| 642 | version = "1.10.1" |
| 643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 645 | |
| 646 | [[package]] |
| 647 | name = "hyper" |
| 648 | version = "1.8.1" |
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 651 | dependencies = [ |
| 652 | "atomic-waker", |
| 653 | "bytes", |
| 654 | "futures-channel", |
| 655 | "futures-core", |
| 656 | "http", |
| 657 | "http-body", |
| 658 | "httparse", |
| 659 | "itoa", |
| 660 | "pin-project-lite", |
| 661 | "pin-utils", |
| 662 | "smallvec", |
| 663 | "tokio", |
| 664 | "want", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "hyper-rustls" |
| 669 | version = "0.27.7" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 672 | dependencies = [ |
| 673 | "http", |
| 674 | "hyper", |
| 675 | "hyper-util", |
| 676 | "rustls 0.23.36", |
| 677 | "rustls-pki-types", |
| 678 | "tokio", |
| 679 | "tokio-rustls 0.26.4", |
| 680 | "tower-service", |
| 681 | "webpki-roots 1.0.5", |
| 682 | ] |
| 683 | |
| 684 | [[package]] |
| 685 | name = "hyper-util" |
| 686 | version = "0.1.19" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" |
| 689 | dependencies = [ |
| 690 | "base64", |
| 691 | "bytes", |
| 692 | "futures-channel", |
| 693 | "futures-core", |
| 694 | "futures-util", |
| 695 | "http", |
| 696 | "http-body", |
| 697 | "hyper", |
| 698 | "ipnet", |
| 699 | "libc", |
| 700 | "percent-encoding", |
| 701 | "pin-project-lite", |
| 702 | "socket2", |
| 703 | "tokio", |
| 704 | "tower-service", |
| 705 | "tracing", |
| 706 | ] |
| 707 | |
| 708 | [[package]] |
| 709 | name = "iana-time-zone" |
| 710 | version = "0.1.64" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| 713 | dependencies = [ |
| 714 | "android_system_properties", |
| 715 | "core-foundation-sys", |
| 716 | "iana-time-zone-haiku", |
| 717 | "js-sys", |
| 718 | "log", |
| 719 | "wasm-bindgen", |
| 720 | "windows-core", |
| 721 | ] |
| 722 | |
| 723 | [[package]] |
| 724 | name = "iana-time-zone-haiku" |
| 725 | version = "0.1.2" |
| 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 727 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 728 | dependencies = [ |
| 729 | "cc", |
| 730 | ] |
| 731 | |
| 732 | [[package]] |
| 733 | name = "icu_collections" |
| 734 | version = "2.1.1" |
| 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 736 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 737 | dependencies = [ |
| 738 | "displaydoc", |
| 739 | "potential_utf", |
| 740 | "yoke", |
| 741 | "zerofrom", |
| 742 | "zerovec", |
| 743 | ] |
| 744 | |
| 745 | [[package]] |
| 746 | name = "icu_locale_core" |
| 747 | version = "2.1.1" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 750 | dependencies = [ |
| 751 | "displaydoc", |
| 752 | "litemap", |
| 753 | "tinystr", |
| 754 | "writeable", |
| 755 | "zerovec", |
| 756 | ] |
| 757 | |
| 758 | [[package]] |
| 759 | name = "icu_normalizer" |
| 760 | version = "2.1.1" |
| 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 763 | dependencies = [ |
| 764 | "icu_collections", |
| 765 | "icu_normalizer_data", |
| 766 | "icu_properties", |
| 767 | "icu_provider", |
| 768 | "smallvec", |
| 769 | "zerovec", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "icu_normalizer_data" |
| 774 | version = "2.1.1" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 777 | |
| 778 | [[package]] |
| 779 | name = "icu_properties" |
| 780 | version = "2.1.2" |
| 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 | checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 783 | dependencies = [ |
| 784 | "icu_collections", |
| 785 | "icu_locale_core", |
| 786 | "icu_properties_data", |
| 787 | "icu_provider", |
| 788 | "zerotrie", |
| 789 | "zerovec", |
| 790 | ] |
| 791 | |
| 792 | [[package]] |
| 793 | name = "icu_properties_data" |
| 794 | version = "2.1.2" |
| 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 797 | |
| 798 | [[package]] |
| 799 | name = "icu_provider" |
| 800 | version = "2.1.1" |
| 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 802 | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 803 | dependencies = [ |
| 804 | "displaydoc", |
| 805 | "icu_locale_core", |
| 806 | "writeable", |
| 807 | "yoke", |
| 808 | "zerofrom", |
| 809 | "zerotrie", |
| 810 | "zerovec", |
| 811 | ] |
| 812 | |
| 813 | [[package]] |
| 814 | name = "idna" |
| 815 | version = "1.1.0" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 818 | dependencies = [ |
| 819 | "idna_adapter", |
| 820 | "smallvec", |
| 821 | "utf8_iter", |
| 822 | ] |
| 823 | |
| 824 | [[package]] |
| 825 | name = "idna_adapter" |
| 826 | version = "1.2.1" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 829 | dependencies = [ |
| 830 | "icu_normalizer", |
| 831 | "icu_properties", |
| 832 | ] |
| 833 | |
| 834 | [[package]] |
| 835 | name = "indexmap" |
| 836 | version = "2.12.1" |
| 837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 | checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" |
| 839 | dependencies = [ |
| 840 | "equivalent", |
| 841 | "hashbrown 0.16.1", |
| 842 | ] |
| 843 | |
| 844 | [[package]] |
| 845 | name = "ipnet" |
| 846 | version = "2.11.0" |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 849 | |
| 850 | [[package]] |
| 851 | name = "irc" |
| 852 | version = "1.1.0" |
| 853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 854 | checksum = "f1be91867682072063576cac1279b7838f1cdfa87a346de8f8b1dc93cfb337b8" |
| 855 | dependencies = [ |
| 856 | "chrono", |
| 857 | "encoding", |
| 858 | "futures-util", |
| 859 | "irc-proto", |
| 860 | "log", |
| 861 | "native-tls", |
| 862 | "parking_lot", |
| 863 | "pin-project", |
| 864 | "serde", |
| 865 | "thiserror 1.0.69", |
| 866 | "tokio", |
| 867 | "tokio-native-tls", |
| 868 | "tokio-stream", |
| 869 | "tokio-util", |
| 870 | "toml", |
| 871 | ] |
| 872 | |
| 873 | [[package]] |
| 874 | name = "irc-proto" |
| 875 | version = "1.1.0" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "259640031f2f3e6d9fa632c7b314ba1eb5d1f88b3583bd2dd2e8f17155a19b5b" |
| 878 | dependencies = [ |
| 879 | "bytes", |
| 880 | "encoding", |
| 881 | "thiserror 1.0.69", |
| 882 | "tokio", |
| 883 | "tokio-util", |
| 884 | ] |
| 885 | |
| 886 | [[package]] |
| 887 | name = "iri-string" |
| 888 | version = "0.7.10" |
| 889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 | checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" |
| 891 | dependencies = [ |
| 892 | "memchr", |
| 893 | "serde", |
| 894 | ] |
| 895 | |
| 896 | [[package]] |
| 897 | name = "itoa" |
| 898 | version = "1.0.17" |
| 899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 900 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 901 | |
| 902 | [[package]] |
| 903 | name = "js-sys" |
| 904 | version = "0.3.83" |
| 905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 906 | checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" |
| 907 | dependencies = [ |
| 908 | "once_cell", |
| 909 | "wasm-bindgen", |
| 910 | ] |
| 911 | |
| 912 | [[package]] |
| 913 | name = "levenshtein" |
| 914 | version = "1.0.5" |
| 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 917 | |
| 918 | [[package]] |
| 919 | name = "libc" |
| 920 | version = "0.2.179" |
| 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 | checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" |
| 923 | |
| 924 | [[package]] |
| 925 | name = "linux-raw-sys" |
| 926 | version = "0.11.0" |
| 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 928 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| 929 | |
| 930 | [[package]] |
| 931 | name = "litemap" |
| 932 | version = "0.8.1" |
| 933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 934 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 935 | |
| 936 | [[package]] |
| 937 | name = "lock_api" |
| 938 | version = "0.4.14" |
| 939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 940 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 941 | dependencies = [ |
| 942 | "scopeguard", |
| 943 | ] |
| 944 | |
| 945 | [[package]] |
| 946 | name = "log" |
| 947 | version = "0.4.29" |
| 948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 949 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 950 | |
| 951 | [[package]] |
| 952 | name = "lru-slab" |
| 953 | version = "0.1.2" |
| 954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 955 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 956 | |
| 957 | [[package]] |
| 958 | name = "memchr" |
| 959 | version = "2.7.6" |
| 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| 962 | |
| 963 | [[package]] |
| 964 | name = "mime" |
| 965 | version = "0.3.17" |
| 966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 967 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 968 | |
| 969 | [[package]] |
| 970 | name = "mime_guess" |
| 971 | version = "2.0.5" |
| 972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 973 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 974 | dependencies = [ |
| 975 | "mime", |
| 976 | "unicase", |
| 977 | ] |
| 978 | |
| 979 | [[package]] |
| 980 | name = "mini-moka" |
| 981 | version = "0.10.3" |
| 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803" |
| 984 | dependencies = [ |
| 985 | "crossbeam-channel", |
| 986 | "crossbeam-utils", |
| 987 | "dashmap", |
| 988 | "skeptic", |
| 989 | "smallvec", |
| 990 | "tagptr", |
| 991 | "triomphe", |
| 992 | ] |
| 993 | |
| 994 | [[package]] |
| 995 | name = "miniz_oxide" |
| 996 | version = "0.8.9" |
| 997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 998 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 999 | dependencies = [ |
| 1000 | "adler2", |
| 1001 | "simd-adler32", |
| 1002 | ] |
| 1003 | |
| 1004 | [[package]] |
| 1005 | name = "mio" |
| 1006 | version = "1.1.1" |
| 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1008 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 1009 | dependencies = [ |
| 1010 | "libc", |
| 1011 | "wasi", |
| 1012 | "windows-sys 0.61.2", |
| 1013 | ] |
| 1014 | |
| 1015 | [[package]] |
| 1016 | name = "native-tls" |
| 1017 | version = "0.2.14" |
| 1018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1019 | checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" |
| 1020 | dependencies = [ |
| 1021 | "libc", |
| 1022 | "log", |
| 1023 | "openssl", |
| 1024 | "openssl-probe", |
| 1025 | "openssl-sys", |
| 1026 | "schannel", |
| 1027 | "security-framework", |
| 1028 | "security-framework-sys", |
| 1029 | "tempfile", |
| 1030 | ] |
| 1031 | |
| 1032 | [[package]] |
| 1033 | name = "num-conv" |
| 1034 | version = "0.1.0" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 1037 | |
| 1038 | [[package]] |
| 1039 | name = "num-traits" |
| 1040 | version = "0.2.19" |
| 1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1042 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1043 | dependencies = [ |
| 1044 | "autocfg", |
| 1045 | ] |
| 1046 | |
| 1047 | [[package]] |
| 1048 | name = "num_threads" |
| 1049 | version = "0.1.7" |
| 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| 1052 | dependencies = [ |
| 1053 | "libc", |
| 1054 | ] |
| 1055 | |
| 1056 | [[package]] |
| 1057 | name = "once_cell" |
| 1058 | version = "1.21.3" |
| 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1060 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 1061 | |
| 1062 | [[package]] |
| 1063 | name = "openssl" |
| 1064 | version = "0.10.75" |
| 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 | checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" |
| 1067 | dependencies = [ |
| 1068 | "bitflags", |
| 1069 | "cfg-if", |
| 1070 | "foreign-types", |
| 1071 | "libc", |
| 1072 | "once_cell", |
| 1073 | "openssl-macros", |
| 1074 | "openssl-sys", |
| 1075 | ] |
| 1076 | |
| 1077 | [[package]] |
| 1078 | name = "openssl-macros" |
| 1079 | version = "0.1.1" |
| 1080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1081 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 1082 | dependencies = [ |
| 1083 | "proc-macro2", |
| 1084 | "quote", |
| 1085 | "syn 2.0.113", |
| 1086 | ] |
| 1087 | |
| 1088 | [[package]] |
| 1089 | name = "openssl-probe" |
| 1090 | version = "0.1.6" |
| 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 1093 | |
| 1094 | [[package]] |
| 1095 | name = "openssl-sys" |
| 1096 | version = "0.9.111" |
| 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 | checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" |
| 1099 | dependencies = [ |
| 1100 | "cc", |
| 1101 | "libc", |
| 1102 | "pkg-config", |
| 1103 | "vcpkg", |
| 1104 | ] |
| 1105 | |
| 1106 | [[package]] |
| 1107 | name = "ordered-multimap" |
| 1108 | version = "0.7.3" |
| 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 | checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" |
| 1111 | dependencies = [ |
| 1112 | "dlv-list", |
| 1113 | "hashbrown 0.14.5", |
| 1114 | ] |
| 1115 | |
| 1116 | [[package]] |
| 1117 | name = "parking_lot" |
| 1118 | version = "0.12.5" |
| 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1121 | dependencies = [ |
| 1122 | "lock_api", |
| 1123 | "parking_lot_core", |
| 1124 | ] |
| 1125 | |
| 1126 | [[package]] |
| 1127 | name = "parking_lot_core" |
| 1128 | version = "0.9.12" |
| 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1131 | dependencies = [ |
| 1132 | "cfg-if", |
| 1133 | "libc", |
| 1134 | "redox_syscall", |
| 1135 | "smallvec", |
| 1136 | "windows-link", |
| 1137 | ] |
| 1138 | |
| 1139 | [[package]] |
| 1140 | name = "percent-encoding" |
| 1141 | version = "2.3.2" |
| 1142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1143 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1144 | |
| 1145 | [[package]] |
| 1146 | name = "pin-project" |
| 1147 | version = "1.1.10" |
| 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1149 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" |
| 1150 | dependencies = [ |
| 1151 | "pin-project-internal", |
| 1152 | ] |
| 1153 | |
| 1154 | [[package]] |
| 1155 | name = "pin-project-internal" |
| 1156 | version = "1.1.10" |
| 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" |
| 1159 | dependencies = [ |
| 1160 | "proc-macro2", |
| 1161 | "quote", |
| 1162 | "syn 2.0.113", |
| 1163 | ] |
| 1164 | |
| 1165 | [[package]] |
| 1166 | name = "pin-project-lite" |
| 1167 | version = "0.2.16" |
| 1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1170 | |
| 1171 | [[package]] |
| 1172 | name = "pin-utils" |
| 1173 | version = "0.1.0" |
| 1174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1175 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1176 | |
| 1177 | [[package]] |
| 1178 | name = "pkg-config" |
| 1179 | version = "0.3.32" |
| 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1181 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 1182 | |
| 1183 | [[package]] |
| 1184 | name = "potential_utf" |
| 1185 | version = "0.1.4" |
| 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 1188 | dependencies = [ |
| 1189 | "zerovec", |
| 1190 | ] |
| 1191 | |
| 1192 | [[package]] |
| 1193 | name = "powerfmt" |
| 1194 | version = "0.2.0" |
| 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1196 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 1197 | |
| 1198 | [[package]] |
| 1199 | name = "ppv-lite86" |
| 1200 | version = "0.2.21" |
| 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1203 | dependencies = [ |
| 1204 | "zerocopy", |
| 1205 | ] |
| 1206 | |
| 1207 | [[package]] |
| 1208 | name = "proc-macro2" |
| 1209 | version = "1.0.105" |
| 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" |
| 1212 | dependencies = [ |
| 1213 | "unicode-ident", |
| 1214 | ] |
| 1215 | |
| 1216 | [[package]] |
| 1217 | name = "pulldown-cmark" |
| 1218 | version = "0.9.6" |
| 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| 1221 | dependencies = [ |
| 1222 | "bitflags", |
| 1223 | "memchr", |
| 1224 | "unicase", |
| 1225 | ] |
| 1226 | |
| 1227 | [[package]] |
| 1228 | name = "quinn" |
| 1229 | version = "0.11.9" |
| 1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1231 | checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 1232 | dependencies = [ |
| 1233 | "bytes", |
| 1234 | "cfg_aliases", |
| 1235 | "pin-project-lite", |
| 1236 | "quinn-proto", |
| 1237 | "quinn-udp", |
| 1238 | "rustc-hash", |
| 1239 | "rustls 0.23.36", |
| 1240 | "socket2", |
| 1241 | "thiserror 2.0.17", |
| 1242 | "tokio", |
| 1243 | "tracing", |
| 1244 | "web-time", |
| 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
| 1248 | name = "quinn-proto" |
| 1249 | version = "0.11.13" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" |
| 1252 | dependencies = [ |
| 1253 | "bytes", |
| 1254 | "getrandom 0.3.4", |
| 1255 | "lru-slab", |
| 1256 | "rand 0.9.2", |
| 1257 | "ring", |
| 1258 | "rustc-hash", |
| 1259 | "rustls 0.23.36", |
| 1260 | "rustls-pki-types", |
| 1261 | "slab", |
| 1262 | "thiserror 2.0.17", |
| 1263 | "tinyvec", |
| 1264 | "tracing", |
| 1265 | "web-time", |
| 1266 | ] |
| 1267 | |
| 1268 | [[package]] |
| 1269 | name = "quinn-udp" |
| 1270 | version = "0.5.14" |
| 1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1272 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 1273 | dependencies = [ |
| 1274 | "cfg_aliases", |
| 1275 | "libc", |
| 1276 | "once_cell", |
| 1277 | "socket2", |
| 1278 | "tracing", |
| 1279 | "windows-sys 0.60.2", |
| 1280 | ] |
| 1281 | |
| 1282 | [[package]] |
| 1283 | name = "quote" |
| 1284 | version = "1.0.43" |
| 1285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1286 | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" |
| 1287 | dependencies = [ |
| 1288 | "proc-macro2", |
| 1289 | ] |
| 1290 | |
| 1291 | [[package]] |
| 1292 | name = "r-efi" |
| 1293 | version = "5.3.0" |
| 1294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1295 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1296 | |
| 1297 | [[package]] |
| 1298 | name = "rand" |
| 1299 | version = "0.8.5" |
| 1300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1302 | dependencies = [ |
| 1303 | "libc", |
| 1304 | "rand_chacha 0.3.1", |
| 1305 | "rand_core 0.6.4", |
| 1306 | ] |
| 1307 | |
| 1308 | [[package]] |
| 1309 | name = "rand" |
| 1310 | version = "0.9.2" |
| 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1312 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 1313 | dependencies = [ |
| 1314 | "rand_chacha 0.9.0", |
| 1315 | "rand_core 0.9.3", |
| 1316 | ] |
| 1317 | |
| 1318 | [[package]] |
| 1319 | name = "rand_chacha" |
| 1320 | version = "0.3.1" |
| 1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1322 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1323 | dependencies = [ |
| 1324 | "ppv-lite86", |
| 1325 | "rand_core 0.6.4", |
| 1326 | ] |
| 1327 | |
| 1328 | [[package]] |
| 1329 | name = "rand_chacha" |
| 1330 | version = "0.9.0" |
| 1331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1332 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 1333 | dependencies = [ |
| 1334 | "ppv-lite86", |
| 1335 | "rand_core 0.9.3", |
| 1336 | ] |
| 1337 | |
| 1338 | [[package]] |
| 1339 | name = "rand_core" |
| 1340 | version = "0.6.4" |
| 1341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1342 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1343 | dependencies = [ |
| 1344 | "getrandom 0.2.16", |
| 1345 | ] |
| 1346 | |
| 1347 | [[package]] |
| 1348 | name = "rand_core" |
| 1349 | version = "0.9.3" |
| 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| 1352 | dependencies = [ |
| 1353 | "getrandom 0.3.4", |
| 1354 | ] |
| 1355 | |
| 1356 | [[package]] |
| 1357 | name = "redox_syscall" |
| 1358 | version = "0.5.18" |
| 1359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1360 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1361 | dependencies = [ |
| 1362 | "bitflags", |
| 1363 | ] |
| 1364 | |
| 1365 | [[package]] |
| 1366 | name = "reqwest" |
| 1367 | version = "0.12.28" |
| 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 1370 | dependencies = [ |
| 1371 | "base64", |
| 1372 | "bytes", |
| 1373 | "futures-core", |
| 1374 | "futures-util", |
| 1375 | "http", |
| 1376 | "http-body", |
| 1377 | "http-body-util", |
| 1378 | "hyper", |
| 1379 | "hyper-rustls", |
| 1380 | "hyper-util", |
| 1381 | "js-sys", |
| 1382 | "log", |
| 1383 | "mime_guess", |
| 1384 | "percent-encoding", |
| 1385 | "pin-project-lite", |
| 1386 | "quinn", |
| 1387 | "rustls 0.23.36", |
| 1388 | "rustls-pki-types", |
| 1389 | "serde", |
| 1390 | "serde_json", |
| 1391 | "serde_urlencoded", |
| 1392 | "sync_wrapper", |
| 1393 | "tokio", |
| 1394 | "tokio-rustls 0.26.4", |
| 1395 | "tokio-util", |
| 1396 | "tower", |
| 1397 | "tower-http", |
| 1398 | "tower-service", |
| 1399 | "url", |
| 1400 | "wasm-bindgen", |
| 1401 | "wasm-bindgen-futures", |
| 1402 | "wasm-streams", |
| 1403 | "web-sys", |
| 1404 | "webpki-roots 1.0.5", |
| 1405 | ] |
| 1406 | |
| 1407 | [[package]] |
| 1408 | name = "ring" |
| 1409 | version = "0.17.14" |
| 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1412 | dependencies = [ |
| 1413 | "cc", |
| 1414 | "cfg-if", |
| 1415 | "getrandom 0.2.16", |
| 1416 | "libc", |
| 1417 | "untrusted", |
| 1418 | "windows-sys 0.52.0", |
| 1419 | ] |
| 1420 | |
| 1421 | [[package]] |
| 1422 | name = "rust-ini" |
| 1423 | version = "0.21.3" |
| 1424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1425 | checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" |
| 1426 | dependencies = [ |
| 1427 | "cfg-if", |
| 1428 | "ordered-multimap", |
| 1429 | ] |
| 1430 | |
| 1431 | [[package]] |
| 1432 | name = "rustc-hash" |
| 1433 | version = "2.1.1" |
| 1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1435 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 1436 | |
| 1437 | [[package]] |
| 1438 | name = "rustix" |
| 1439 | version = "1.1.3" |
| 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1441 | checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" |
| 1442 | dependencies = [ |
| 1443 | "bitflags", |
| 1444 | "errno", |
| 1445 | "libc", |
| 1446 | "linux-raw-sys", |
| 1447 | "windows-sys 0.61.2", |
| 1448 | ] |
| 1449 | |
| 1450 | [[package]] |
| 1451 | name = "rustls" |
| 1452 | version = "0.22.4" |
| 1453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1454 | checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
| 1455 | dependencies = [ |
| 1456 | "log", |
| 1457 | "ring", |
| 1458 | "rustls-pki-types", |
| 1459 | "rustls-webpki 0.102.8", |
| 1460 | "subtle", |
| 1461 | "zeroize", |
| 1462 | ] |
| 1463 | |
| 1464 | [[package]] |
| 1465 | name = "rustls" |
| 1466 | version = "0.23.36" |
| 1467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1468 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" |
| 1469 | dependencies = [ |
| 1470 | "once_cell", |
| 1471 | "ring", |
| 1472 | "rustls-pki-types", |
| 1473 | "rustls-webpki 0.103.8", |
| 1474 | "subtle", |
| 1475 | "zeroize", |
| 1476 | ] |
| 1477 | |
| 1478 | [[package]] |
| 1479 | name = "rustls-pki-types" |
| 1480 | version = "1.13.2" |
| 1481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1482 | checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" |
| 1483 | dependencies = [ |
| 1484 | "web-time", |
| 1485 | "zeroize", |
| 1486 | ] |
| 1487 | |
| 1488 | [[package]] |
| 1489 | name = "rustls-webpki" |
| 1490 | version = "0.102.8" |
| 1491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1492 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
| 1493 | dependencies = [ |
| 1494 | "ring", |
| 1495 | "rustls-pki-types", |
| 1496 | "untrusted", |
| 1497 | ] |
| 1498 | |
| 1499 | [[package]] |
| 1500 | name = "rustls-webpki" |
| 1501 | version = "0.103.8" |
| 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" |
| 1504 | dependencies = [ |
| 1505 | "ring", |
| 1506 | "rustls-pki-types", |
| 1507 | "untrusted", |
| 1508 | ] |
| 1509 | |
| 1510 | [[package]] |
| 1511 | name = "rustversion" |
| 1512 | version = "1.0.22" |
| 1513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1514 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1515 | |
| 1516 | [[package]] |
| 1517 | name = "ryu" |
| 1518 | version = "1.0.22" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" |
| 1521 | |
| 1522 | [[package]] |
| 1523 | name = "same-file" |
| 1524 | version = "1.0.6" |
| 1525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1526 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 1527 | dependencies = [ |
| 1528 | "winapi-util", |
| 1529 | ] |
| 1530 | |
| 1531 | [[package]] |
| 1532 | name = "schannel" |
| 1533 | version = "0.1.28" |
| 1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1535 | checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| 1536 | dependencies = [ |
| 1537 | "windows-sys 0.61.2", |
| 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
| 1541 | name = "scopeguard" |
| 1542 | version = "1.2.0" |
| 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1544 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1545 | |
| 1546 | [[package]] |
| 1547 | name = "secrecy" |
| 1548 | version = "0.8.0" |
| 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1550 | checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" |
| 1551 | dependencies = [ |
| 1552 | "serde", |
| 1553 | "zeroize", |
| 1554 | ] |
| 1555 | |
| 1556 | [[package]] |
| 1557 | name = "security-framework" |
| 1558 | version = "2.11.1" |
| 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 1561 | dependencies = [ |
| 1562 | "bitflags", |
| 1563 | "core-foundation", |
| 1564 | "core-foundation-sys", |
| 1565 | "libc", |
| 1566 | "security-framework-sys", |
| 1567 | ] |
| 1568 | |
| 1569 | [[package]] |
| 1570 | name = "security-framework-sys" |
| 1571 | version = "2.15.0" |
| 1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1573 | checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" |
| 1574 | dependencies = [ |
| 1575 | "core-foundation-sys", |
| 1576 | "libc", |
| 1577 | ] |
| 1578 | |
| 1579 | [[package]] |
| 1580 | name = "semver" |
| 1581 | version = "1.0.27" |
| 1582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1583 | checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 1584 | dependencies = [ |
| 1585 | "serde", |
| 1586 | "serde_core", |
| 1587 | ] |
| 1588 | |
| 1589 | [[package]] |
| 1590 | name = "serde" |
| 1591 | version = "1.0.228" |
| 1592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1593 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1594 | dependencies = [ |
| 1595 | "serde_core", |
| 1596 | "serde_derive", |
| 1597 | ] |
| 1598 | |
| 1599 | [[package]] |
| 1600 | name = "serde_core" |
| 1601 | version = "1.0.228" |
| 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1603 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1604 | dependencies = [ |
| 1605 | "serde_derive", |
| 1606 | ] |
| 1607 | |
| 1608 | [[package]] |
| 1609 | name = "serde_cow" |
| 1610 | version = "0.1.2" |
| 1611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1612 | checksum = "1e7bbbec7196bfde255ab54b65e34087c0849629280028238e67ee25d6a4b7da" |
| 1613 | dependencies = [ |
| 1614 | "serde", |
| 1615 | ] |
| 1616 | |
| 1617 | [[package]] |
| 1618 | name = "serde_derive" |
| 1619 | version = "1.0.228" |
| 1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1621 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1622 | dependencies = [ |
| 1623 | "proc-macro2", |
| 1624 | "quote", |
| 1625 | "syn 2.0.113", |
| 1626 | ] |
| 1627 | |
| 1628 | [[package]] |
| 1629 | name = "serde_json" |
| 1630 | version = "1.0.148" |
| 1631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1632 | checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" |
| 1633 | dependencies = [ |
| 1634 | "itoa", |
| 1635 | "memchr", |
| 1636 | "serde", |
| 1637 | "serde_core", |
| 1638 | "zmij", |
| 1639 | ] |
| 1640 | |
| 1641 | [[package]] |
| 1642 | name = "serde_spanned" |
| 1643 | version = "0.6.9" |
| 1644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1645 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1646 | dependencies = [ |
| 1647 | "serde", |
| 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
| 1651 | name = "serde_urlencoded" |
| 1652 | version = "0.7.1" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 1655 | dependencies = [ |
| 1656 | "form_urlencoded", |
| 1657 | "itoa", |
| 1658 | "ryu", |
| 1659 | "serde", |
| 1660 | ] |
| 1661 | |
| 1662 | [[package]] |
| 1663 | name = "serenity" |
| 1664 | version = "0.12.5" |
| 1665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1666 | checksum = "9bde37f42765dfdc34e2a039e0c84afbf79a3101c1941763b0beb816c2f17541" |
| 1667 | dependencies = [ |
| 1668 | "arrayvec", |
| 1669 | "async-trait", |
| 1670 | "base64", |
| 1671 | "bitflags", |
| 1672 | "bytes", |
| 1673 | "chrono", |
| 1674 | "command_attr", |
| 1675 | "dashmap", |
| 1676 | "flate2", |
| 1677 | "futures", |
| 1678 | "levenshtein", |
| 1679 | "mime_guess", |
| 1680 | "parking_lot", |
| 1681 | "percent-encoding", |
| 1682 | "reqwest", |
| 1683 | "rustc-hash", |
| 1684 | "secrecy", |
| 1685 | "serde", |
| 1686 | "serde_cow", |
| 1687 | "serde_json", |
| 1688 | "static_assertions", |
| 1689 | "time", |
| 1690 | "tokio", |
| 1691 | "tokio-tungstenite", |
| 1692 | "tracing", |
| 1693 | "typemap_rev", |
| 1694 | "typesize", |
| 1695 | "url", |
| 1696 | "uwl", |
| 1697 | ] |
| 1698 | |
| 1699 | [[package]] |
| 1700 | name = "sha1" |
| 1701 | version = "0.10.6" |
| 1702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1703 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1704 | dependencies = [ |
| 1705 | "cfg-if", |
| 1706 | "cpufeatures", |
| 1707 | "digest", |
| 1708 | ] |
| 1709 | |
| 1710 | [[package]] |
| 1711 | name = "shlex" |
| 1712 | version = "1.3.0" |
| 1713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1714 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1715 | |
| 1716 | [[package]] |
| 1717 | name = "simd-adler32" |
| 1718 | version = "0.3.8" |
| 1719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1720 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" |
| 1721 | |
| 1722 | [[package]] |
| 1723 | name = "skeptic" |
| 1724 | version = "0.13.7" |
| 1725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1726 | checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" |
| 1727 | dependencies = [ |
| 1728 | "bytecount", |
| 1729 | "cargo_metadata", |
| 1730 | "error-chain", |
| 1731 | "glob", |
| 1732 | "pulldown-cmark", |
| 1733 | "tempfile", |
| 1734 | "walkdir", |
| 1735 | ] |
| 1736 | |
| 1737 | [[package]] |
| 1738 | name = "slab" |
| 1739 | version = "0.4.11" |
| 1740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1741 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| 1742 | |
| 1743 | [[package]] |
| 1744 | name = "smallvec" |
| 1745 | version = "1.15.1" |
| 1746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1747 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1748 | |
| 1749 | [[package]] |
| 1750 | name = "socket2" |
| 1751 | version = "0.6.1" |
| 1752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1753 | checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
| 1754 | dependencies = [ |
| 1755 | "libc", |
| 1756 | "windows-sys 0.60.2", |
| 1757 | ] |
| 1758 | |
| 1759 | [[package]] |
| 1760 | name = "stable_deref_trait" |
| 1761 | version = "1.2.1" |
| 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1763 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1764 | |
| 1765 | [[package]] |
| 1766 | name = "static_assertions" |
| 1767 | version = "1.1.0" |
| 1768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1769 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 1770 | |
| 1771 | [[package]] |
| 1772 | name = "subtle" |
| 1773 | version = "2.6.1" |
| 1774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1775 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 1776 | |
| 1777 | [[package]] |
| 1778 | name = "syn" |
| 1779 | version = "1.0.109" |
| 1780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1781 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 1782 | dependencies = [ |
| 1783 | "proc-macro2", |
| 1784 | "quote", |
| 1785 | "unicode-ident", |
| 1786 | ] |
| 1787 | |
| 1788 | [[package]] |
| 1789 | name = "syn" |
| 1790 | version = "2.0.113" |
| 1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1792 | checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4" |
| 1793 | dependencies = [ |
| 1794 | "proc-macro2", |
| 1795 | "quote", |
| 1796 | "unicode-ident", |
| 1797 | ] |
| 1798 | |
| 1799 | [[package]] |
| 1800 | name = "sync_wrapper" |
| 1801 | version = "1.0.2" |
| 1802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1803 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 1804 | dependencies = [ |
| 1805 | "futures-core", |
| 1806 | ] |
| 1807 | |
| 1808 | [[package]] |
| 1809 | name = "synstructure" |
| 1810 | version = "0.13.2" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1813 | dependencies = [ |
| 1814 | "proc-macro2", |
| 1815 | "quote", |
| 1816 | "syn 2.0.113", |
| 1817 | ] |
| 1818 | |
| 1819 | [[package]] |
| 1820 | name = "tagptr" |
| 1821 | version = "0.2.0" |
| 1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1823 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" |
| 1824 | |
| 1825 | [[package]] |
| 1826 | name = "tempfile" |
| 1827 | version = "3.24.0" |
| 1828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1829 | checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" |
| 1830 | dependencies = [ |
| 1831 | "fastrand", |
| 1832 | "getrandom 0.3.4", |
| 1833 | "once_cell", |
| 1834 | "rustix", |
| 1835 | "windows-sys 0.61.2", |
| 1836 | ] |
| 1837 | |
| 1838 | [[package]] |
| 1839 | name = "thiserror" |
| 1840 | version = "1.0.69" |
| 1841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1842 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 1843 | dependencies = [ |
| 1844 | "thiserror-impl 1.0.69", |
| 1845 | ] |
| 1846 | |
| 1847 | [[package]] |
| 1848 | name = "thiserror" |
| 1849 | version = "2.0.17" |
| 1850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1851 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 1852 | dependencies = [ |
| 1853 | "thiserror-impl 2.0.17", |
| 1854 | ] |
| 1855 | |
| 1856 | [[package]] |
| 1857 | name = "thiserror-impl" |
| 1858 | version = "1.0.69" |
| 1859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1860 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 1861 | dependencies = [ |
| 1862 | "proc-macro2", |
| 1863 | "quote", |
| 1864 | "syn 2.0.113", |
| 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
| 1868 | name = "thiserror-impl" |
| 1869 | version = "2.0.17" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 1872 | dependencies = [ |
| 1873 | "proc-macro2", |
| 1874 | "quote", |
| 1875 | "syn 2.0.113", |
| 1876 | ] |
| 1877 | |
| 1878 | [[package]] |
| 1879 | name = "time" |
| 1880 | version = "0.3.44" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" |
| 1883 | dependencies = [ |
| 1884 | "deranged", |
| 1885 | "itoa", |
| 1886 | "num-conv", |
| 1887 | "powerfmt", |
| 1888 | "serde", |
| 1889 | "time-core", |
| 1890 | "time-macros", |
| 1891 | ] |
| 1892 | |
| 1893 | [[package]] |
| 1894 | name = "time-core" |
| 1895 | version = "0.1.6" |
| 1896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1897 | checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" |
| 1898 | |
| 1899 | [[package]] |
| 1900 | name = "time-macros" |
| 1901 | version = "0.2.24" |
| 1902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1903 | checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" |
| 1904 | dependencies = [ |
| 1905 | "num-conv", |
| 1906 | "time-core", |
| 1907 | ] |
| 1908 | |
| 1909 | [[package]] |
| 1910 | name = "tiny-keccak" |
| 1911 | version = "2.0.2" |
| 1912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 | checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| 1914 | dependencies = [ |
| 1915 | "crunchy", |
| 1916 | ] |
| 1917 | |
| 1918 | [[package]] |
| 1919 | name = "tinystr" |
| 1920 | version = "0.8.2" |
| 1921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1922 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 1923 | dependencies = [ |
| 1924 | "displaydoc", |
| 1925 | "zerovec", |
| 1926 | ] |
| 1927 | |
| 1928 | [[package]] |
| 1929 | name = "tinyvec" |
| 1930 | version = "1.10.0" |
| 1931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1932 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 1933 | dependencies = [ |
| 1934 | "tinyvec_macros", |
| 1935 | ] |
| 1936 | |
| 1937 | [[package]] |
| 1938 | name = "tinyvec_macros" |
| 1939 | version = "0.1.1" |
| 1940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1941 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 1942 | |
| 1943 | [[package]] |
| 1944 | name = "tokio" |
| 1945 | version = "1.49.0" |
| 1946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1947 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
| 1948 | dependencies = [ |
| 1949 | "bytes", |
| 1950 | "libc", |
| 1951 | "mio", |
| 1952 | "pin-project-lite", |
| 1953 | "socket2", |
| 1954 | "tokio-macros", |
| 1955 | "windows-sys 0.61.2", |
| 1956 | ] |
| 1957 | |
| 1958 | [[package]] |
| 1959 | name = "tokio-macros" |
| 1960 | version = "2.6.0" |
| 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1962 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
| 1963 | dependencies = [ |
| 1964 | "proc-macro2", |
| 1965 | "quote", |
| 1966 | "syn 2.0.113", |
| 1967 | ] |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "tokio-native-tls" |
| 1971 | version = "0.3.1" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 1974 | dependencies = [ |
| 1975 | "native-tls", |
| 1976 | "tokio", |
| 1977 | ] |
| 1978 | |
| 1979 | [[package]] |
| 1980 | name = "tokio-rustls" |
| 1981 | version = "0.25.0" |
| 1982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1983 | checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
| 1984 | dependencies = [ |
| 1985 | "rustls 0.22.4", |
| 1986 | "rustls-pki-types", |
| 1987 | "tokio", |
| 1988 | ] |
| 1989 | |
| 1990 | [[package]] |
| 1991 | name = "tokio-rustls" |
| 1992 | version = "0.26.4" |
| 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1994 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 1995 | dependencies = [ |
| 1996 | "rustls 0.23.36", |
| 1997 | "tokio", |
| 1998 | ] |
| 1999 | |
| 2000 | [[package]] |
| 2001 | name = "tokio-stream" |
| 2002 | version = "0.1.18" |
| 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2004 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 2005 | dependencies = [ |
| 2006 | "futures-core", |
| 2007 | "pin-project-lite", |
| 2008 | "tokio", |
| 2009 | ] |
| 2010 | |
| 2011 | [[package]] |
| 2012 | name = "tokio-tungstenite" |
| 2013 | version = "0.21.0" |
| 2014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2015 | checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" |
| 2016 | dependencies = [ |
| 2017 | "futures-util", |
| 2018 | "log", |
| 2019 | "rustls 0.22.4", |
| 2020 | "rustls-pki-types", |
| 2021 | "tokio", |
| 2022 | "tokio-rustls 0.25.0", |
| 2023 | "tungstenite", |
| 2024 | "webpki-roots 0.26.11", |
| 2025 | ] |
| 2026 | |
| 2027 | [[package]] |
| 2028 | name = "tokio-util" |
| 2029 | version = "0.7.18" |
| 2030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2031 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 2032 | dependencies = [ |
| 2033 | "bytes", |
| 2034 | "futures-core", |
| 2035 | "futures-sink", |
| 2036 | "pin-project-lite", |
| 2037 | "tokio", |
| 2038 | ] |
| 2039 | |
| 2040 | [[package]] |
| 2041 | name = "toml" |
| 2042 | version = "0.7.8" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
| 2045 | dependencies = [ |
| 2046 | "serde", |
| 2047 | "serde_spanned", |
| 2048 | "toml_datetime", |
| 2049 | "toml_edit", |
| 2050 | ] |
| 2051 | |
| 2052 | [[package]] |
| 2053 | name = "toml_datetime" |
| 2054 | version = "0.6.11" |
| 2055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2056 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 2057 | dependencies = [ |
| 2058 | "serde", |
| 2059 | ] |
| 2060 | |
| 2061 | [[package]] |
| 2062 | name = "toml_edit" |
| 2063 | version = "0.19.15" |
| 2064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2065 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 2066 | dependencies = [ |
| 2067 | "indexmap", |
| 2068 | "serde", |
| 2069 | "serde_spanned", |
| 2070 | "toml_datetime", |
| 2071 | "winnow", |
| 2072 | ] |
| 2073 | |
| 2074 | [[package]] |
| 2075 | name = "tower" |
| 2076 | version = "0.5.2" |
| 2077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2078 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
| 2079 | dependencies = [ |
| 2080 | "futures-core", |
| 2081 | "futures-util", |
| 2082 | "pin-project-lite", |
| 2083 | "sync_wrapper", |
| 2084 | "tokio", |
| 2085 | "tower-layer", |
| 2086 | "tower-service", |
| 2087 | ] |
| 2088 | |
| 2089 | [[package]] |
| 2090 | name = "tower-http" |
| 2091 | version = "0.6.8" |
| 2092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2093 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 2094 | dependencies = [ |
| 2095 | "bitflags", |
| 2096 | "bytes", |
| 2097 | "futures-util", |
| 2098 | "http", |
| 2099 | "http-body", |
| 2100 | "iri-string", |
| 2101 | "pin-project-lite", |
| 2102 | "tower", |
| 2103 | "tower-layer", |
| 2104 | "tower-service", |
| 2105 | ] |
| 2106 | |
| 2107 | [[package]] |
| 2108 | name = "tower-layer" |
| 2109 | version = "0.3.3" |
| 2110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2111 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 2112 | |
| 2113 | [[package]] |
| 2114 | name = "tower-service" |
| 2115 | version = "0.3.3" |
| 2116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2117 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 2118 | |
| 2119 | [[package]] |
| 2120 | name = "tracing" |
| 2121 | version = "0.1.44" |
| 2122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2123 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 2124 | dependencies = [ |
| 2125 | "log", |
| 2126 | "pin-project-lite", |
| 2127 | "tracing-attributes", |
| 2128 | "tracing-core", |
| 2129 | ] |
| 2130 | |
| 2131 | [[package]] |
| 2132 | name = "tracing-attributes" |
| 2133 | version = "0.1.31" |
| 2134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2135 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 2136 | dependencies = [ |
| 2137 | "proc-macro2", |
| 2138 | "quote", |
| 2139 | "syn 2.0.113", |
| 2140 | ] |
| 2141 | |
| 2142 | [[package]] |
| 2143 | name = "tracing-core" |
| 2144 | version = "0.1.36" |
| 2145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2146 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 2147 | dependencies = [ |
| 2148 | "once_cell", |
| 2149 | ] |
| 2150 | |
| 2151 | [[package]] |
| 2152 | name = "triomphe" |
| 2153 | version = "0.1.15" |
| 2154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2155 | checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" |
| 2156 | |
| 2157 | [[package]] |
| 2158 | name = "try-lock" |
| 2159 | version = "0.2.5" |
| 2160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2161 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 2162 | |
| 2163 | [[package]] |
| 2164 | name = "tungstenite" |
| 2165 | version = "0.21.0" |
| 2166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2167 | checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" |
| 2168 | dependencies = [ |
| 2169 | "byteorder", |
| 2170 | "bytes", |
| 2171 | "data-encoding", |
| 2172 | "http", |
| 2173 | "httparse", |
| 2174 | "log", |
| 2175 | "rand 0.8.5", |
| 2176 | "rustls 0.22.4", |
| 2177 | "rustls-pki-types", |
| 2178 | "sha1", |
| 2179 | "thiserror 1.0.69", |
| 2180 | "url", |
| 2181 | "utf-8", |
| 2182 | ] |
| 2183 | |
| 2184 | [[package]] |
| 2185 | name = "typemap_rev" |
| 2186 | version = "0.3.0" |
| 2187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2188 | checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998" |
| 2189 | |
| 2190 | [[package]] |
| 2191 | name = "typenum" |
| 2192 | version = "1.19.0" |
| 2193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2194 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 2195 | |
| 2196 | [[package]] |
| 2197 | name = "typesize" |
| 2198 | version = "0.1.14" |
| 2199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2200 | checksum = "7da66c62c5b7017a2787e77373c03e6a5aafde77a73bff1ff96e91cd2e128179" |
| 2201 | dependencies = [ |
| 2202 | "chrono", |
| 2203 | "dashmap", |
| 2204 | "hashbrown 0.14.5", |
| 2205 | "mini-moka", |
| 2206 | "parking_lot", |
| 2207 | "secrecy", |
| 2208 | "serde_json", |
| 2209 | "time", |
| 2210 | "typesize-derive", |
| 2211 | "url", |
| 2212 | ] |
| 2213 | |
| 2214 | [[package]] |
| 2215 | name = "typesize-derive" |
| 2216 | version = "0.1.11" |
| 2217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2218 | checksum = "536b6812192bda8551cfa0e52524e328c6a951b48e66529ee4522d6c721243d6" |
| 2219 | dependencies = [ |
| 2220 | "proc-macro2", |
| 2221 | "quote", |
| 2222 | "syn 2.0.113", |
| 2223 | ] |
| 2224 | |
| 2225 | [[package]] |
| 2226 | name = "unicase" |
| 2227 | version = "2.8.1" |
| 2228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2229 | checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| 2230 | |
| 2231 | [[package]] |
| 2232 | name = "unicode-ident" |
| 2233 | version = "1.0.22" |
| 2234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2235 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 2236 | |
| 2237 | [[package]] |
| 2238 | name = "untrusted" |
| 2239 | version = "0.9.0" |
| 2240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2241 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2242 | |
| 2243 | [[package]] |
| 2244 | name = "url" |
| 2245 | version = "2.5.8" |
| 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2247 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 2248 | dependencies = [ |
| 2249 | "form_urlencoded", |
| 2250 | "idna", |
| 2251 | "percent-encoding", |
| 2252 | "serde", |
| 2253 | "serde_derive", |
| 2254 | ] |
| 2255 | |
| 2256 | [[package]] |
| 2257 | name = "utf-8" |
| 2258 | version = "0.7.6" |
| 2259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 2261 | |
| 2262 | [[package]] |
| 2263 | name = "utf8_iter" |
| 2264 | version = "1.0.4" |
| 2265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2267 | |
| 2268 | [[package]] |
| 2269 | name = "uwl" |
| 2270 | version = "0.6.0" |
| 2271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2272 | checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0" |
| 2273 | |
| 2274 | [[package]] |
| 2275 | name = "vcpkg" |
| 2276 | version = "0.2.15" |
| 2277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2278 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 2279 | |
| 2280 | [[package]] |
| 2281 | name = "version_check" |
| 2282 | version = "0.9.5" |
| 2283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2285 | |
| 2286 | [[package]] |
| 2287 | name = "walkdir" |
| 2288 | version = "2.5.0" |
| 2289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 2291 | dependencies = [ |
| 2292 | "same-file", |
| 2293 | "winapi-util", |
| 2294 | ] |
| 2295 | |
| 2296 | [[package]] |
| 2297 | name = "want" |
| 2298 | version = "0.3.1" |
| 2299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2300 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 2301 | dependencies = [ |
| 2302 | "try-lock", |
| 2303 | ] |
| 2304 | |
| 2305 | [[package]] |
| 2306 | name = "wasi" |
| 2307 | version = "0.11.1+wasi-snapshot-preview1" |
| 2308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2309 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2310 | |
| 2311 | [[package]] |
| 2312 | name = "wasip2" |
| 2313 | version = "1.0.1+wasi-0.2.4" |
| 2314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2315 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 2316 | dependencies = [ |
| 2317 | "wit-bindgen", |
| 2318 | ] |
| 2319 | |
| 2320 | [[package]] |
| 2321 | name = "wasm-bindgen" |
| 2322 | version = "0.2.106" |
| 2323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2324 | checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" |
| 2325 | dependencies = [ |
| 2326 | "cfg-if", |
| 2327 | "once_cell", |
| 2328 | "rustversion", |
| 2329 | "wasm-bindgen-macro", |
| 2330 | "wasm-bindgen-shared", |
| 2331 | ] |
| 2332 | |
| 2333 | [[package]] |
| 2334 | name = "wasm-bindgen-futures" |
| 2335 | version = "0.4.56" |
| 2336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2337 | checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" |
| 2338 | dependencies = [ |
| 2339 | "cfg-if", |
| 2340 | "js-sys", |
| 2341 | "once_cell", |
| 2342 | "wasm-bindgen", |
| 2343 | "web-sys", |
| 2344 | ] |
| 2345 | |
| 2346 | [[package]] |
| 2347 | name = "wasm-bindgen-macro" |
| 2348 | version = "0.2.106" |
| 2349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2350 | checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" |
| 2351 | dependencies = [ |
| 2352 | "quote", |
| 2353 | "wasm-bindgen-macro-support", |
| 2354 | ] |
| 2355 | |
| 2356 | [[package]] |
| 2357 | name = "wasm-bindgen-macro-support" |
| 2358 | version = "0.2.106" |
| 2359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2360 | checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" |
| 2361 | dependencies = [ |
| 2362 | "bumpalo", |
| 2363 | "proc-macro2", |
| 2364 | "quote", |
| 2365 | "syn 2.0.113", |
| 2366 | "wasm-bindgen-shared", |
| 2367 | ] |
| 2368 | |
| 2369 | [[package]] |
| 2370 | name = "wasm-bindgen-shared" |
| 2371 | version = "0.2.106" |
| 2372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2373 | checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" |
| 2374 | dependencies = [ |
| 2375 | "unicode-ident", |
| 2376 | ] |
| 2377 | |
| 2378 | [[package]] |
| 2379 | name = "wasm-streams" |
| 2380 | version = "0.4.2" |
| 2381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2382 | checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
| 2383 | dependencies = [ |
| 2384 | "futures-util", |
| 2385 | "js-sys", |
| 2386 | "wasm-bindgen", |
| 2387 | "wasm-bindgen-futures", |
| 2388 | "web-sys", |
| 2389 | ] |
| 2390 | |
| 2391 | [[package]] |
| 2392 | name = "web-sys" |
| 2393 | version = "0.3.83" |
| 2394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2395 | checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" |
| 2396 | dependencies = [ |
| 2397 | "js-sys", |
| 2398 | "wasm-bindgen", |
| 2399 | ] |
| 2400 | |
| 2401 | [[package]] |
| 2402 | name = "web-time" |
| 2403 | version = "1.1.0" |
| 2404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2405 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 2406 | dependencies = [ |
| 2407 | "js-sys", |
| 2408 | "wasm-bindgen", |
| 2409 | ] |
| 2410 | |
| 2411 | [[package]] |
| 2412 | name = "webpki-roots" |
| 2413 | version = "0.26.11" |
| 2414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2415 | checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" |
| 2416 | dependencies = [ |
| 2417 | "webpki-roots 1.0.5", |
| 2418 | ] |
| 2419 | |
| 2420 | [[package]] |
| 2421 | name = "webpki-roots" |
| 2422 | version = "1.0.5" |
| 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2424 | checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c" |
| 2425 | dependencies = [ |
| 2426 | "rustls-pki-types", |
| 2427 | ] |
| 2428 | |
| 2429 | [[package]] |
| 2430 | name = "winapi-util" |
| 2431 | version = "0.1.11" |
| 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 2434 | dependencies = [ |
| 2435 | "windows-sys 0.61.2", |
| 2436 | ] |
| 2437 | |
| 2438 | [[package]] |
| 2439 | name = "windows-core" |
| 2440 | version = "0.62.2" |
| 2441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2442 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 2443 | dependencies = [ |
| 2444 | "windows-implement", |
| 2445 | "windows-interface", |
| 2446 | "windows-link", |
| 2447 | "windows-result", |
| 2448 | "windows-strings", |
| 2449 | ] |
| 2450 | |
| 2451 | [[package]] |
| 2452 | name = "windows-implement" |
| 2453 | version = "0.60.2" |
| 2454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2455 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 2456 | dependencies = [ |
| 2457 | "proc-macro2", |
| 2458 | "quote", |
| 2459 | "syn 2.0.113", |
| 2460 | ] |
| 2461 | |
| 2462 | [[package]] |
| 2463 | name = "windows-interface" |
| 2464 | version = "0.59.3" |
| 2465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2466 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 2467 | dependencies = [ |
| 2468 | "proc-macro2", |
| 2469 | "quote", |
| 2470 | "syn 2.0.113", |
| 2471 | ] |
| 2472 | |
| 2473 | [[package]] |
| 2474 | name = "windows-link" |
| 2475 | version = "0.2.1" |
| 2476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2477 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 2478 | |
| 2479 | [[package]] |
| 2480 | name = "windows-result" |
| 2481 | version = "0.4.1" |
| 2482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2483 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 2484 | dependencies = [ |
| 2485 | "windows-link", |
| 2486 | ] |
| 2487 | |
| 2488 | [[package]] |
| 2489 | name = "windows-strings" |
| 2490 | version = "0.5.1" |
| 2491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2492 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 2493 | dependencies = [ |
| 2494 | "windows-link", |
| 2495 | ] |
| 2496 | |
| 2497 | [[package]] |
| 2498 | name = "windows-sys" |
| 2499 | version = "0.52.0" |
| 2500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2502 | dependencies = [ |
| 2503 | "windows-targets 0.52.6", |
| 2504 | ] |
| 2505 | |
| 2506 | [[package]] |
| 2507 | name = "windows-sys" |
| 2508 | version = "0.60.2" |
| 2509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2510 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 2511 | dependencies = [ |
| 2512 | "windows-targets 0.53.5", |
| 2513 | ] |
| 2514 | |
| 2515 | [[package]] |
| 2516 | name = "windows-sys" |
| 2517 | version = "0.61.2" |
| 2518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2519 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2520 | dependencies = [ |
| 2521 | "windows-link", |
| 2522 | ] |
| 2523 | |
| 2524 | [[package]] |
| 2525 | name = "windows-targets" |
| 2526 | version = "0.52.6" |
| 2527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2528 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2529 | dependencies = [ |
| 2530 | "windows_aarch64_gnullvm 0.52.6", |
| 2531 | "windows_aarch64_msvc 0.52.6", |
| 2532 | "windows_i686_gnu 0.52.6", |
| 2533 | "windows_i686_gnullvm 0.52.6", |
| 2534 | "windows_i686_msvc 0.52.6", |
| 2535 | "windows_x86_64_gnu 0.52.6", |
| 2536 | "windows_x86_64_gnullvm 0.52.6", |
| 2537 | "windows_x86_64_msvc 0.52.6", |
| 2538 | ] |
| 2539 | |
| 2540 | [[package]] |
| 2541 | name = "windows-targets" |
| 2542 | version = "0.53.5" |
| 2543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2544 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 2545 | dependencies = [ |
| 2546 | "windows-link", |
| 2547 | "windows_aarch64_gnullvm 0.53.1", |
| 2548 | "windows_aarch64_msvc 0.53.1", |
| 2549 | "windows_i686_gnu 0.53.1", |
| 2550 | "windows_i686_gnullvm 0.53.1", |
| 2551 | "windows_i686_msvc 0.53.1", |
| 2552 | "windows_x86_64_gnu 0.53.1", |
| 2553 | "windows_x86_64_gnullvm 0.53.1", |
| 2554 | "windows_x86_64_msvc 0.53.1", |
| 2555 | ] |
| 2556 | |
| 2557 | [[package]] |
| 2558 | name = "windows_aarch64_gnullvm" |
| 2559 | version = "0.52.6" |
| 2560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2561 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2562 | |
| 2563 | [[package]] |
| 2564 | name = "windows_aarch64_gnullvm" |
| 2565 | version = "0.53.1" |
| 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2567 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 2568 | |
| 2569 | [[package]] |
| 2570 | name = "windows_aarch64_msvc" |
| 2571 | version = "0.52.6" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2574 | |
| 2575 | [[package]] |
| 2576 | name = "windows_aarch64_msvc" |
| 2577 | version = "0.53.1" |
| 2578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2579 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 2580 | |
| 2581 | [[package]] |
| 2582 | name = "windows_i686_gnu" |
| 2583 | version = "0.52.6" |
| 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2585 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2586 | |
| 2587 | [[package]] |
| 2588 | name = "windows_i686_gnu" |
| 2589 | version = "0.53.1" |
| 2590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2591 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 2592 | |
| 2593 | [[package]] |
| 2594 | name = "windows_i686_gnullvm" |
| 2595 | version = "0.52.6" |
| 2596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2597 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2598 | |
| 2599 | [[package]] |
| 2600 | name = "windows_i686_gnullvm" |
| 2601 | version = "0.53.1" |
| 2602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2603 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 2604 | |
| 2605 | [[package]] |
| 2606 | name = "windows_i686_msvc" |
| 2607 | version = "0.52.6" |
| 2608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2609 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2610 | |
| 2611 | [[package]] |
| 2612 | name = "windows_i686_msvc" |
| 2613 | version = "0.53.1" |
| 2614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2615 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 2616 | |
| 2617 | [[package]] |
| 2618 | name = "windows_x86_64_gnu" |
| 2619 | version = "0.52.6" |
| 2620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2621 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2622 | |
| 2623 | [[package]] |
| 2624 | name = "windows_x86_64_gnu" |
| 2625 | version = "0.53.1" |
| 2626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2627 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 2628 | |
| 2629 | [[package]] |
| 2630 | name = "windows_x86_64_gnullvm" |
| 2631 | version = "0.52.6" |
| 2632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2633 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2634 | |
| 2635 | [[package]] |
| 2636 | name = "windows_x86_64_gnullvm" |
| 2637 | version = "0.53.1" |
| 2638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2639 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 2640 | |
| 2641 | [[package]] |
| 2642 | name = "windows_x86_64_msvc" |
| 2643 | version = "0.52.6" |
| 2644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2645 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2646 | |
| 2647 | [[package]] |
| 2648 | name = "windows_x86_64_msvc" |
| 2649 | version = "0.53.1" |
| 2650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2651 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 2652 | |
| 2653 | [[package]] |
| 2654 | name = "winnow" |
| 2655 | version = "0.5.40" |
| 2656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2657 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 2658 | dependencies = [ |
| 2659 | "memchr", |
| 2660 | ] |
| 2661 | |
| 2662 | [[package]] |
| 2663 | name = "wit-bindgen" |
| 2664 | version = "0.46.0" |
| 2665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2666 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 2667 | |
| 2668 | [[package]] |
| 2669 | name = "writeable" |
| 2670 | version = "0.6.2" |
| 2671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2672 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 2673 | |
| 2674 | [[package]] |
| 2675 | name = "yoke" |
| 2676 | version = "0.8.1" |
| 2677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 2679 | dependencies = [ |
| 2680 | "stable_deref_trait", |
| 2681 | "yoke-derive", |
| 2682 | "zerofrom", |
| 2683 | ] |
| 2684 | |
| 2685 | [[package]] |
| 2686 | name = "yoke-derive" |
| 2687 | version = "0.8.1" |
| 2688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2689 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 2690 | dependencies = [ |
| 2691 | "proc-macro2", |
| 2692 | "quote", |
| 2693 | "syn 2.0.113", |
| 2694 | "synstructure", |
| 2695 | ] |
| 2696 | |
| 2697 | [[package]] |
| 2698 | name = "zerocopy" |
| 2699 | version = "0.8.31" |
| 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 | checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" |
| 2702 | dependencies = [ |
| 2703 | "zerocopy-derive", |
| 2704 | ] |
| 2705 | |
| 2706 | [[package]] |
| 2707 | name = "zerocopy-derive" |
| 2708 | version = "0.8.31" |
| 2709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2710 | checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" |
| 2711 | dependencies = [ |
| 2712 | "proc-macro2", |
| 2713 | "quote", |
| 2714 | "syn 2.0.113", |
| 2715 | ] |
| 2716 | |
| 2717 | [[package]] |
| 2718 | name = "zerofrom" |
| 2719 | version = "0.1.6" |
| 2720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2721 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 2722 | dependencies = [ |
| 2723 | "zerofrom-derive", |
| 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "zerofrom-derive" |
| 2728 | version = "0.1.6" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 2731 | dependencies = [ |
| 2732 | "proc-macro2", |
| 2733 | "quote", |
| 2734 | "syn 2.0.113", |
| 2735 | "synstructure", |
| 2736 | ] |
| 2737 | |
| 2738 | [[package]] |
| 2739 | name = "zeroize" |
| 2740 | version = "1.8.2" |
| 2741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2742 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 2743 | |
| 2744 | [[package]] |
| 2745 | name = "zerotrie" |
| 2746 | version = "0.2.3" |
| 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2748 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 2749 | dependencies = [ |
| 2750 | "displaydoc", |
| 2751 | "yoke", |
| 2752 | "zerofrom", |
| 2753 | ] |
| 2754 | |
| 2755 | [[package]] |
| 2756 | name = "zerovec" |
| 2757 | version = "0.11.5" |
| 2758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2759 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 2760 | dependencies = [ |
| 2761 | "yoke", |
| 2762 | "zerofrom", |
| 2763 | "zerovec-derive", |
| 2764 | ] |
| 2765 | |
| 2766 | [[package]] |
| 2767 | name = "zerovec-derive" |
| 2768 | version = "0.11.2" |
| 2769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2770 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 2771 | dependencies = [ |
| 2772 | "proc-macro2", |
| 2773 | "quote", |
| 2774 | "syn 2.0.113", |
| 2775 | ] |
| 2776 | |
| 2777 | [[package]] |
| 2778 | name = "zmij" |
| 2779 | version = "1.0.12" |
| 2780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2781 | checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |
| 2782 | |