| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.24.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| 10 | dependencies = [ |
| 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler2" |
| 16 | version = "2.0.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "aes" |
| 22 | version = "0.8.4" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| 25 | dependencies = [ |
| 26 | "cfg-if", |
| 27 | "cipher", |
| 28 | "cpufeatures", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
| 32 | name = "ahash" |
| 33 | version = "0.8.11" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
| 36 | dependencies = [ |
| 37 | "cfg-if", |
| 38 | "getrandom", |
| 39 | "once_cell", |
| 40 | "version_check", |
| 41 | "zerocopy", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
| 45 | name = "aho-corasick" |
| 46 | version = "1.1.3" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| 49 | dependencies = [ |
| 50 | "memchr", |
| 51 | ] |
| 52 | |
| 53 | [[package]] |
| 54 | name = "allocator-api2" |
| 55 | version = "0.2.21" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 58 | |
| 59 | [[package]] |
| 60 | name = "arbitrary" |
| 61 | version = "1.4.1" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" |
| 64 | dependencies = [ |
| 65 | "derive_arbitrary", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "async-trait" |
| 70 | version = "0.1.85" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" |
| 73 | dependencies = [ |
| 74 | "proc-macro2", |
| 75 | "quote", |
| 76 | "syn", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | name = "autocfg" |
| 81 | version = "1.4.0" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "aws-lc-rs" |
| 87 | version = "1.12.0" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "f409eb70b561706bf8abba8ca9c112729c481595893fd06a2dd9af8ed8441148" |
| 90 | dependencies = [ |
| 91 | "aws-lc-sys", |
| 92 | "paste", |
| 93 | "zeroize", |
| 94 | ] |
| 95 | |
| 96 | [[package]] |
| 97 | name = "aws-lc-sys" |
| 98 | version = "0.24.1" |
| 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 100 | checksum = "923ded50f602b3007e5e63e3f094c479d9c8a9b42d7f4034e4afe456aa48bfd2" |
| 101 | dependencies = [ |
| 102 | "bindgen", |
| 103 | "cc", |
| 104 | "cmake", |
| 105 | "dunce", |
| 106 | "fs_extra", |
| 107 | "paste", |
| 108 | ] |
| 109 | |
| 110 | [[package]] |
| 111 | name = "backtrace" |
| 112 | version = "0.3.74" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" |
| 115 | dependencies = [ |
| 116 | "addr2line", |
| 117 | "cfg-if", |
| 118 | "libc", |
| 119 | "miniz_oxide", |
| 120 | "object", |
| 121 | "rustc-demangle", |
| 122 | "windows-targets 0.52.6", |
| 123 | ] |
| 124 | |
| 125 | [[package]] |
| 126 | name = "base64" |
| 127 | version = "0.21.7" |
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 129 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 130 | |
| 131 | [[package]] |
| 132 | name = "base64" |
| 133 | version = "0.22.1" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 136 | |
| 137 | [[package]] |
| 138 | name = "base64ct" |
| 139 | version = "1.6.0" |
| 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
| 142 | |
| 143 | [[package]] |
| 144 | name = "bindgen" |
| 145 | version = "0.69.5" |
| 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" |
| 148 | dependencies = [ |
| 149 | "bitflags", |
| 150 | "cexpr", |
| 151 | "clang-sys", |
| 152 | "itertools", |
| 153 | "lazy_static", |
| 154 | "lazycell", |
| 155 | "log", |
| 156 | "prettyplease", |
| 157 | "proc-macro2", |
| 158 | "quote", |
| 159 | "regex", |
| 160 | "rustc-hash", |
| 161 | "shlex", |
| 162 | "syn", |
| 163 | "which", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "bitflags" |
| 168 | version = "2.7.0" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" |
| 171 | |
| 172 | [[package]] |
| 173 | name = "block-buffer" |
| 174 | version = "0.10.4" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 177 | dependencies = [ |
| 178 | "generic-array", |
| 179 | ] |
| 180 | |
| 181 | [[package]] |
| 182 | name = "bumpalo" |
| 183 | version = "3.16.0" |
| 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| 186 | |
| 187 | [[package]] |
| 188 | name = "byteorder" |
| 189 | version = "1.5.0" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 192 | |
| 193 | [[package]] |
| 194 | name = "bytes" |
| 195 | version = "1.9.0" |
| 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 | checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" |
| 198 | |
| 199 | [[package]] |
| 200 | name = "bzip2" |
| 201 | version = "0.4.4" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" |
| 204 | dependencies = [ |
| 205 | "bzip2-sys", |
| 206 | "libc", |
| 207 | ] |
| 208 | |
| 209 | [[package]] |
| 210 | name = "bzip2-sys" |
| 211 | version = "0.1.11+1.0.8" |
| 212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 | checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" |
| 214 | dependencies = [ |
| 215 | "cc", |
| 216 | "libc", |
| 217 | "pkg-config", |
| 218 | ] |
| 219 | |
| 220 | [[package]] |
| 221 | name = "cc" |
| 222 | version = "1.2.9" |
| 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 | checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" |
| 225 | dependencies = [ |
| 226 | "jobserver", |
| 227 | "libc", |
| 228 | "shlex", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
| 232 | name = "cexpr" |
| 233 | version = "0.6.0" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 236 | dependencies = [ |
| 237 | "nom", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "cfg-if" |
| 242 | version = "1.0.0" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 245 | |
| 246 | [[package]] |
| 247 | name = "charset" |
| 248 | version = "0.1.5" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e" |
| 251 | dependencies = [ |
| 252 | "base64 0.22.1", |
| 253 | "encoding_rs", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "chumsky" |
| 258 | version = "0.9.3" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9" |
| 261 | dependencies = [ |
| 262 | "hashbrown 0.14.5", |
| 263 | "stacker", |
| 264 | ] |
| 265 | |
| 266 | [[package]] |
| 267 | name = "cipher" |
| 268 | version = "0.4.4" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 271 | dependencies = [ |
| 272 | "crypto-common", |
| 273 | "inout", |
| 274 | ] |
| 275 | |
| 276 | [[package]] |
| 277 | name = "clang-sys" |
| 278 | version = "1.8.1" |
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 280 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| 281 | dependencies = [ |
| 282 | "glob", |
| 283 | "libc", |
| 284 | "libloading", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
| 288 | name = "cmake" |
| 289 | version = "0.1.52" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e" |
| 292 | dependencies = [ |
| 293 | "cc", |
| 294 | ] |
| 295 | |
| 296 | [[package]] |
| 297 | name = "const-oid" |
| 298 | version = "0.9.6" |
| 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 301 | |
| 302 | [[package]] |
| 303 | name = "constant_time_eq" |
| 304 | version = "0.3.1" |
| 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| 307 | |
| 308 | [[package]] |
| 309 | name = "cpufeatures" |
| 310 | version = "0.2.16" |
| 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
| 313 | dependencies = [ |
| 314 | "libc", |
| 315 | ] |
| 316 | |
| 317 | [[package]] |
| 318 | name = "crc" |
| 319 | version = "3.2.1" |
| 320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 | checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" |
| 322 | dependencies = [ |
| 323 | "crc-catalog", |
| 324 | ] |
| 325 | |
| 326 | [[package]] |
| 327 | name = "crc-catalog" |
| 328 | version = "2.4.0" |
| 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 330 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 331 | |
| 332 | [[package]] |
| 333 | name = "crc32fast" |
| 334 | version = "1.4.2" |
| 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 336 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| 337 | dependencies = [ |
| 338 | "cfg-if", |
| 339 | ] |
| 340 | |
| 341 | [[package]] |
| 342 | name = "crossbeam-utils" |
| 343 | version = "0.8.21" |
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 346 | |
| 347 | [[package]] |
| 348 | name = "crypto-common" |
| 349 | version = "0.1.6" |
| 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 352 | dependencies = [ |
| 353 | "generic-array", |
| 354 | "typenum", |
| 355 | ] |
| 356 | |
| 357 | [[package]] |
| 358 | name = "curve25519-dalek" |
| 359 | version = "4.1.3" |
| 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 | checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
| 362 | dependencies = [ |
| 363 | "cfg-if", |
| 364 | "cpufeatures", |
| 365 | "curve25519-dalek-derive", |
| 366 | "digest", |
| 367 | "fiat-crypto", |
| 368 | "rustc_version", |
| 369 | "subtle", |
| 370 | "zeroize", |
| 371 | ] |
| 372 | |
| 373 | [[package]] |
| 374 | name = "curve25519-dalek-derive" |
| 375 | version = "0.1.1" |
| 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 377 | checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
| 378 | dependencies = [ |
| 379 | "proc-macro2", |
| 380 | "quote", |
| 381 | "syn", |
| 382 | ] |
| 383 | |
| 384 | [[package]] |
| 385 | name = "data-encoding" |
| 386 | version = "2.6.0" |
| 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 388 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" |
| 389 | |
| 390 | [[package]] |
| 391 | name = "deflate64" |
| 392 | version = "0.1.9" |
| 393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 | checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" |
| 395 | |
| 396 | [[package]] |
| 397 | name = "der" |
| 398 | version = "0.7.9" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" |
| 401 | dependencies = [ |
| 402 | "const-oid", |
| 403 | "pem-rfc7468", |
| 404 | "zeroize", |
| 405 | ] |
| 406 | |
| 407 | [[package]] |
| 408 | name = "deranged" |
| 409 | version = "0.3.11" |
| 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 412 | dependencies = [ |
| 413 | "powerfmt", |
| 414 | ] |
| 415 | |
| 416 | [[package]] |
| 417 | name = "derive_arbitrary" |
| 418 | version = "1.4.1" |
| 419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 420 | checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" |
| 421 | dependencies = [ |
| 422 | "proc-macro2", |
| 423 | "quote", |
| 424 | "syn", |
| 425 | ] |
| 426 | |
| 427 | [[package]] |
| 428 | name = "digest" |
| 429 | version = "0.10.7" |
| 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 432 | dependencies = [ |
| 433 | "block-buffer", |
| 434 | "const-oid", |
| 435 | "crypto-common", |
| 436 | "subtle", |
| 437 | ] |
| 438 | |
| 439 | [[package]] |
| 440 | name = "displaydoc" |
| 441 | version = "0.2.5" |
| 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 443 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 444 | dependencies = [ |
| 445 | "proc-macro2", |
| 446 | "quote", |
| 447 | "syn", |
| 448 | ] |
| 449 | |
| 450 | [[package]] |
| 451 | name = "dunce" |
| 452 | version = "1.0.5" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 455 | |
| 456 | [[package]] |
| 457 | name = "ed25519" |
| 458 | version = "2.2.3" |
| 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 | checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
| 461 | dependencies = [ |
| 462 | "pkcs8", |
| 463 | "signature", |
| 464 | ] |
| 465 | |
| 466 | [[package]] |
| 467 | name = "ed25519-dalek" |
| 468 | version = "2.1.1" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" |
| 471 | dependencies = [ |
| 472 | "curve25519-dalek", |
| 473 | "ed25519", |
| 474 | "serde", |
| 475 | "sha2", |
| 476 | "subtle", |
| 477 | "zeroize", |
| 478 | ] |
| 479 | |
| 480 | [[package]] |
| 481 | name = "either" |
| 482 | version = "1.13.0" |
| 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| 485 | |
| 486 | [[package]] |
| 487 | name = "email-encoding" |
| 488 | version = "0.3.1" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "ea3d894bbbab314476b265f9b2d46bf24b123a36dd0e96b06a1b49545b9d9dcc" |
| 491 | dependencies = [ |
| 492 | "base64 0.22.1", |
| 493 | "memchr", |
| 494 | ] |
| 495 | |
| 496 | [[package]] |
| 497 | name = "email_address" |
| 498 | version = "0.2.9" |
| 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 | checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" |
| 501 | dependencies = [ |
| 502 | "serde", |
| 503 | ] |
| 504 | |
| 505 | [[package]] |
| 506 | name = "encoding_rs" |
| 507 | version = "0.8.35" |
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 510 | dependencies = [ |
| 511 | "cfg-if", |
| 512 | ] |
| 513 | |
| 514 | [[package]] |
| 515 | name = "enum-as-inner" |
| 516 | version = "0.6.1" |
| 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 518 | checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" |
| 519 | dependencies = [ |
| 520 | "heck", |
| 521 | "proc-macro2", |
| 522 | "quote", |
| 523 | "syn", |
| 524 | ] |
| 525 | |
| 526 | [[package]] |
| 527 | name = "equivalent" |
| 528 | version = "1.0.1" |
| 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| 531 | |
| 532 | [[package]] |
| 533 | name = "errno" |
| 534 | version = "0.3.10" |
| 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 536 | checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
| 537 | dependencies = [ |
| 538 | "libc", |
| 539 | "windows-sys 0.59.0", |
| 540 | ] |
| 541 | |
| 542 | [[package]] |
| 543 | name = "fastrand" |
| 544 | version = "2.3.0" |
| 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 547 | |
| 548 | [[package]] |
| 549 | name = "fiat-crypto" |
| 550 | version = "0.2.9" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
| 553 | |
| 554 | [[package]] |
| 555 | name = "flate2" |
| 556 | version = "1.0.35" |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
| 559 | dependencies = [ |
| 560 | "crc32fast", |
| 561 | "miniz_oxide", |
| 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "form_urlencoded" |
| 566 | version = "1.2.1" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 569 | dependencies = [ |
| 570 | "percent-encoding", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
| 574 | name = "fs_extra" |
| 575 | version = "1.3.0" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 578 | |
| 579 | [[package]] |
| 580 | name = "futures" |
| 581 | version = "0.3.31" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| 584 | dependencies = [ |
| 585 | "futures-channel", |
| 586 | "futures-core", |
| 587 | "futures-executor", |
| 588 | "futures-io", |
| 589 | "futures-sink", |
| 590 | "futures-task", |
| 591 | "futures-util", |
| 592 | ] |
| 593 | |
| 594 | [[package]] |
| 595 | name = "futures-channel" |
| 596 | version = "0.3.31" |
| 597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 598 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 599 | dependencies = [ |
| 600 | "futures-core", |
| 601 | "futures-sink", |
| 602 | ] |
| 603 | |
| 604 | [[package]] |
| 605 | name = "futures-core" |
| 606 | version = "0.3.31" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 609 | |
| 610 | [[package]] |
| 611 | name = "futures-executor" |
| 612 | version = "0.3.31" |
| 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 614 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 615 | dependencies = [ |
| 616 | "futures-core", |
| 617 | "futures-task", |
| 618 | "futures-util", |
| 619 | ] |
| 620 | |
| 621 | [[package]] |
| 622 | name = "futures-io" |
| 623 | version = "0.3.31" |
| 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 626 | |
| 627 | [[package]] |
| 628 | name = "futures-macro" |
| 629 | version = "0.3.31" |
| 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 632 | dependencies = [ |
| 633 | "proc-macro2", |
| 634 | "quote", |
| 635 | "syn", |
| 636 | ] |
| 637 | |
| 638 | [[package]] |
| 639 | name = "futures-sink" |
| 640 | version = "0.3.31" |
| 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 642 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 643 | |
| 644 | [[package]] |
| 645 | name = "futures-task" |
| 646 | version = "0.3.31" |
| 647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 648 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 649 | |
| 650 | [[package]] |
| 651 | name = "futures-util" |
| 652 | version = "0.3.31" |
| 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 655 | dependencies = [ |
| 656 | "futures-channel", |
| 657 | "futures-core", |
| 658 | "futures-io", |
| 659 | "futures-macro", |
| 660 | "futures-sink", |
| 661 | "futures-task", |
| 662 | "memchr", |
| 663 | "pin-project-lite", |
| 664 | "pin-utils", |
| 665 | "slab", |
| 666 | ] |
| 667 | |
| 668 | [[package]] |
| 669 | name = "generic-array" |
| 670 | version = "0.14.7" |
| 671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 672 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 673 | dependencies = [ |
| 674 | "typenum", |
| 675 | "version_check", |
| 676 | ] |
| 677 | |
| 678 | [[package]] |
| 679 | name = "gethostname" |
| 680 | version = "0.2.3" |
| 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 | checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" |
| 683 | dependencies = [ |
| 684 | "libc", |
| 685 | "winapi", |
| 686 | ] |
| 687 | |
| 688 | [[package]] |
| 689 | name = "gethostname" |
| 690 | version = "0.4.3" |
| 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 | checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" |
| 693 | dependencies = [ |
| 694 | "libc", |
| 695 | "windows-targets 0.48.5", |
| 696 | ] |
| 697 | |
| 698 | [[package]] |
| 699 | name = "gethostname" |
| 700 | version = "1.0.0" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "4fd4b8790c0792e3b11895efdf5f289ebe8b59107a6624f1cce68f24ff8c7035" |
| 703 | dependencies = [ |
| 704 | "rustix", |
| 705 | "windows-targets 0.52.6", |
| 706 | ] |
| 707 | |
| 708 | [[package]] |
| 709 | name = "getrandom" |
| 710 | version = "0.2.15" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| 713 | dependencies = [ |
| 714 | "cfg-if", |
| 715 | "libc", |
| 716 | "wasi", |
| 717 | ] |
| 718 | |
| 719 | [[package]] |
| 720 | name = "gimli" |
| 721 | version = "0.31.1" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| 724 | |
| 725 | [[package]] |
| 726 | name = "glob" |
| 727 | version = "0.3.2" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
| 730 | |
| 731 | [[package]] |
| 732 | name = "hashbrown" |
| 733 | version = "0.14.5" |
| 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| 736 | dependencies = [ |
| 737 | "ahash", |
| 738 | "allocator-api2", |
| 739 | ] |
| 740 | |
| 741 | [[package]] |
| 742 | name = "hashbrown" |
| 743 | version = "0.15.2" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| 746 | |
| 747 | [[package]] |
| 748 | name = "hashify" |
| 749 | version = "0.2.6" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "f208758247e68e239acaa059e72e4ce1f30f2a4b6523f19c1b923d25b7e9cceb" |
| 752 | dependencies = [ |
| 753 | "proc-macro2", |
| 754 | "quote", |
| 755 | "syn", |
| 756 | ] |
| 757 | |
| 758 | [[package]] |
| 759 | name = "heck" |
| 760 | version = "0.5.0" |
| 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 763 | |
| 764 | [[package]] |
| 765 | name = "hickory-proto" |
| 766 | version = "0.24.2" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" |
| 769 | dependencies = [ |
| 770 | "async-trait", |
| 771 | "cfg-if", |
| 772 | "data-encoding", |
| 773 | "enum-as-inner", |
| 774 | "futures-channel", |
| 775 | "futures-io", |
| 776 | "futures-util", |
| 777 | "idna", |
| 778 | "ipnet", |
| 779 | "once_cell", |
| 780 | "rand", |
| 781 | "ring 0.16.20", |
| 782 | "rustls 0.21.12", |
| 783 | "rustls-pemfile 1.0.4", |
| 784 | "thiserror 1.0.69", |
| 785 | "tinyvec", |
| 786 | "tokio", |
| 787 | "tokio-rustls 0.24.1", |
| 788 | "tracing", |
| 789 | "url", |
| 790 | ] |
| 791 | |
| 792 | [[package]] |
| 793 | name = "hickory-resolver" |
| 794 | version = "0.24.2" |
| 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" |
| 797 | dependencies = [ |
| 798 | "cfg-if", |
| 799 | "futures-util", |
| 800 | "hickory-proto", |
| 801 | "ipconfig", |
| 802 | "lru-cache", |
| 803 | "once_cell", |
| 804 | "parking_lot", |
| 805 | "rand", |
| 806 | "resolv-conf", |
| 807 | "rustls 0.21.12", |
| 808 | "smallvec", |
| 809 | "thiserror 1.0.69", |
| 810 | "tokio", |
| 811 | "tokio-rustls 0.24.1", |
| 812 | "tracing", |
| 813 | ] |
| 814 | |
| 815 | [[package]] |
| 816 | name = "hmac" |
| 817 | version = "0.12.1" |
| 818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 819 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 820 | dependencies = [ |
| 821 | "digest", |
| 822 | ] |
| 823 | |
| 824 | [[package]] |
| 825 | name = "home" |
| 826 | version = "0.5.11" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| 829 | dependencies = [ |
| 830 | "windows-sys 0.59.0", |
| 831 | ] |
| 832 | |
| 833 | [[package]] |
| 834 | name = "hostname" |
| 835 | version = "0.3.1" |
| 836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 837 | checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" |
| 838 | dependencies = [ |
| 839 | "libc", |
| 840 | "match_cfg", |
| 841 | "winapi", |
| 842 | ] |
| 843 | |
| 844 | [[package]] |
| 845 | name = "hostname" |
| 846 | version = "0.4.0" |
| 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 | checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" |
| 849 | dependencies = [ |
| 850 | "cfg-if", |
| 851 | "libc", |
| 852 | "windows", |
| 853 | ] |
| 854 | |
| 855 | [[package]] |
| 856 | name = "httpdate" |
| 857 | version = "1.0.3" |
| 858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 859 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 860 | |
| 861 | [[package]] |
| 862 | name = "icu_collections" |
| 863 | version = "1.5.0" |
| 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 865 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
| 866 | dependencies = [ |
| 867 | "displaydoc", |
| 868 | "yoke", |
| 869 | "zerofrom", |
| 870 | "zerovec", |
| 871 | ] |
| 872 | |
| 873 | [[package]] |
| 874 | name = "icu_locid" |
| 875 | version = "1.5.0" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
| 878 | dependencies = [ |
| 879 | "displaydoc", |
| 880 | "litemap", |
| 881 | "tinystr", |
| 882 | "writeable", |
| 883 | "zerovec", |
| 884 | ] |
| 885 | |
| 886 | [[package]] |
| 887 | name = "icu_locid_transform" |
| 888 | version = "1.5.0" |
| 889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
| 891 | dependencies = [ |
| 892 | "displaydoc", |
| 893 | "icu_locid", |
| 894 | "icu_locid_transform_data", |
| 895 | "icu_provider", |
| 896 | "tinystr", |
| 897 | "zerovec", |
| 898 | ] |
| 899 | |
| 900 | [[package]] |
| 901 | name = "icu_locid_transform_data" |
| 902 | version = "1.5.0" |
| 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 904 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
| 905 | |
| 906 | [[package]] |
| 907 | name = "icu_normalizer" |
| 908 | version = "1.5.0" |
| 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
| 911 | dependencies = [ |
| 912 | "displaydoc", |
| 913 | "icu_collections", |
| 914 | "icu_normalizer_data", |
| 915 | "icu_properties", |
| 916 | "icu_provider", |
| 917 | "smallvec", |
| 918 | "utf16_iter", |
| 919 | "utf8_iter", |
| 920 | "write16", |
| 921 | "zerovec", |
| 922 | ] |
| 923 | |
| 924 | [[package]] |
| 925 | name = "icu_normalizer_data" |
| 926 | version = "1.5.0" |
| 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 928 | checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
| 929 | |
| 930 | [[package]] |
| 931 | name = "icu_properties" |
| 932 | version = "1.5.1" |
| 933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 934 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
| 935 | dependencies = [ |
| 936 | "displaydoc", |
| 937 | "icu_collections", |
| 938 | "icu_locid_transform", |
| 939 | "icu_properties_data", |
| 940 | "icu_provider", |
| 941 | "tinystr", |
| 942 | "zerovec", |
| 943 | ] |
| 944 | |
| 945 | [[package]] |
| 946 | name = "icu_properties_data" |
| 947 | version = "1.5.0" |
| 948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 949 | checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
| 950 | |
| 951 | [[package]] |
| 952 | name = "icu_provider" |
| 953 | version = "1.5.0" |
| 954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 955 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
| 956 | dependencies = [ |
| 957 | "displaydoc", |
| 958 | "icu_locid", |
| 959 | "icu_provider_macros", |
| 960 | "stable_deref_trait", |
| 961 | "tinystr", |
| 962 | "writeable", |
| 963 | "yoke", |
| 964 | "zerofrom", |
| 965 | "zerovec", |
| 966 | ] |
| 967 | |
| 968 | [[package]] |
| 969 | name = "icu_provider_macros" |
| 970 | version = "1.5.0" |
| 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
| 973 | dependencies = [ |
| 974 | "proc-macro2", |
| 975 | "quote", |
| 976 | "syn", |
| 977 | ] |
| 978 | |
| 979 | [[package]] |
| 980 | name = "idna" |
| 981 | version = "1.0.3" |
| 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| 984 | dependencies = [ |
| 985 | "idna_adapter", |
| 986 | "smallvec", |
| 987 | "utf8_iter", |
| 988 | ] |
| 989 | |
| 990 | [[package]] |
| 991 | name = "idna_adapter" |
| 992 | version = "1.2.0" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
| 995 | dependencies = [ |
| 996 | "icu_normalizer", |
| 997 | "icu_properties", |
| 998 | ] |
| 999 | |
| 1000 | [[package]] |
| 1001 | name = "indexmap" |
| 1002 | version = "2.7.0" |
| 1003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 | checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
| 1005 | dependencies = [ |
| 1006 | "equivalent", |
| 1007 | "hashbrown 0.15.2", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "inout" |
| 1012 | version = "0.1.3" |
| 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1015 | dependencies = [ |
| 1016 | "generic-array", |
| 1017 | ] |
| 1018 | |
| 1019 | [[package]] |
| 1020 | name = "ipconfig" |
| 1021 | version = "0.3.2" |
| 1022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1023 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" |
| 1024 | dependencies = [ |
| 1025 | "socket2", |
| 1026 | "widestring", |
| 1027 | "windows-sys 0.48.0", |
| 1028 | "winreg", |
| 1029 | ] |
| 1030 | |
| 1031 | [[package]] |
| 1032 | name = "ipnet" |
| 1033 | version = "2.10.1" |
| 1034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1035 | checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" |
| 1036 | |
| 1037 | [[package]] |
| 1038 | name = "itertools" |
| 1039 | version = "0.12.1" |
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1042 | dependencies = [ |
| 1043 | "either", |
| 1044 | ] |
| 1045 | |
| 1046 | [[package]] |
| 1047 | name = "itoa" |
| 1048 | version = "1.0.14" |
| 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
| 1051 | |
| 1052 | [[package]] |
| 1053 | name = "jobserver" |
| 1054 | version = "0.1.32" |
| 1055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1056 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
| 1057 | dependencies = [ |
| 1058 | "libc", |
| 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
| 1062 | name = "js-sys" |
| 1063 | version = "0.3.76" |
| 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1065 | checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" |
| 1066 | dependencies = [ |
| 1067 | "once_cell", |
| 1068 | "wasm-bindgen", |
| 1069 | ] |
| 1070 | |
| 1071 | [[package]] |
| 1072 | name = "lazy_static" |
| 1073 | version = "1.5.0" |
| 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1075 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1076 | dependencies = [ |
| 1077 | "spin 0.9.8", |
| 1078 | ] |
| 1079 | |
| 1080 | [[package]] |
| 1081 | name = "lazycell" |
| 1082 | version = "1.3.0" |
| 1083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 1085 | |
| 1086 | [[package]] |
| 1087 | name = "lettre" |
| 1088 | version = "0.11.11" |
| 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1090 | checksum = "ab4c9a167ff73df98a5ecc07e8bf5ce90b583665da3d1762eb1f775ad4d0d6f5" |
| 1091 | dependencies = [ |
| 1092 | "async-trait", |
| 1093 | "base64 0.22.1", |
| 1094 | "chumsky", |
| 1095 | "ed25519-dalek", |
| 1096 | "email-encoding", |
| 1097 | "email_address", |
| 1098 | "fastrand", |
| 1099 | "futures-io", |
| 1100 | "futures-util", |
| 1101 | "hostname 0.4.0", |
| 1102 | "httpdate", |
| 1103 | "idna", |
| 1104 | "mime", |
| 1105 | "nom", |
| 1106 | "percent-encoding", |
| 1107 | "quoted_printable", |
| 1108 | "rsa", |
| 1109 | "rustls 0.23.21", |
| 1110 | "rustls-pemfile 2.2.0", |
| 1111 | "rustls-pki-types", |
| 1112 | "sha2", |
| 1113 | "socket2", |
| 1114 | "tokio", |
| 1115 | "tokio-rustls 0.26.1", |
| 1116 | "url", |
| 1117 | "webpki-roots", |
| 1118 | ] |
| 1119 | |
| 1120 | [[package]] |
| 1121 | name = "libc" |
| 1122 | version = "0.2.169" |
| 1123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1124 | checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
| 1125 | |
| 1126 | [[package]] |
| 1127 | name = "libloading" |
| 1128 | version = "0.8.6" |
| 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 | checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" |
| 1131 | dependencies = [ |
| 1132 | "cfg-if", |
| 1133 | "windows-targets 0.52.6", |
| 1134 | ] |
| 1135 | |
| 1136 | [[package]] |
| 1137 | name = "libm" |
| 1138 | version = "0.2.11" |
| 1139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1140 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
| 1141 | |
| 1142 | [[package]] |
| 1143 | name = "linked-hash-map" |
| 1144 | version = "0.5.6" |
| 1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1146 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| 1147 | |
| 1148 | [[package]] |
| 1149 | name = "linux-raw-sys" |
| 1150 | version = "0.4.15" |
| 1151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1152 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 1153 | |
| 1154 | [[package]] |
| 1155 | name = "litemap" |
| 1156 | version = "0.7.4" |
| 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
| 1159 | |
| 1160 | [[package]] |
| 1161 | name = "lock_api" |
| 1162 | version = "0.4.12" |
| 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| 1165 | dependencies = [ |
| 1166 | "autocfg", |
| 1167 | "scopeguard", |
| 1168 | ] |
| 1169 | |
| 1170 | [[package]] |
| 1171 | name = "lockfree-object-pool" |
| 1172 | version = "0.1.6" |
| 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1174 | checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" |
| 1175 | |
| 1176 | [[package]] |
| 1177 | name = "log" |
| 1178 | version = "0.4.22" |
| 1179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1180 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| 1181 | |
| 1182 | [[package]] |
| 1183 | name = "lru-cache" |
| 1184 | version = "0.1.2" |
| 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" |
| 1187 | dependencies = [ |
| 1188 | "linked-hash-map", |
| 1189 | ] |
| 1190 | |
| 1191 | [[package]] |
| 1192 | name = "lzma-rs" |
| 1193 | version = "0.3.0" |
| 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1195 | checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e" |
| 1196 | dependencies = [ |
| 1197 | "byteorder", |
| 1198 | "crc", |
| 1199 | ] |
| 1200 | |
| 1201 | [[package]] |
| 1202 | name = "mail-auth" |
| 1203 | version = "0.6.1" |
| 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1205 | checksum = "971b381e86bc19e81d7f4b5ffa3328a15fb7e2998fec82a82f4f144e65c73f5f" |
| 1206 | dependencies = [ |
| 1207 | "ahash", |
| 1208 | "flate2", |
| 1209 | "hickory-resolver", |
| 1210 | "mail-builder 0.4.1", |
| 1211 | "mail-parser 0.10.2", |
| 1212 | "quick_cache", |
| 1213 | "ring 0.17.8", |
| 1214 | "rustls-pemfile 2.2.0", |
| 1215 | "serde", |
| 1216 | "serde_json", |
| 1217 | "zip", |
| 1218 | ] |
| 1219 | |
| 1220 | [[package]] |
| 1221 | name = "mail-builder" |
| 1222 | version = "0.3.2" |
| 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1224 | checksum = "25f5871d5270ed80f2ee750b95600c8d69b05f8653ad3be913b2ad2e924fefcb" |
| 1225 | dependencies = [ |
| 1226 | "gethostname 0.4.3", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "mail-builder" |
| 1231 | version = "0.4.1" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "f2d2c992d0b4d0acedb466c5524bb09327f4d0bb5bcfacea13005ec01c09f2ac" |
| 1234 | dependencies = [ |
| 1235 | "gethostname 1.0.0", |
| 1236 | ] |
| 1237 | |
| 1238 | [[package]] |
| 1239 | name = "mail-parser" |
| 1240 | version = "0.9.4" |
| 1241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1242 | checksum = "93c3b9e5d8b17faf573330bbc43b37d6e918c0a3bf8a88e7d0a220ebc84af9fc" |
| 1243 | dependencies = [ |
| 1244 | "encoding_rs", |
| 1245 | "serde", |
| 1246 | ] |
| 1247 | |
| 1248 | [[package]] |
| 1249 | name = "mail-parser" |
| 1250 | version = "0.10.2" |
| 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 | checksum = "187a2b93c4c8c32f552ee06c2d99915e575de2fc7e04b07891c9edfee5b8edd6" |
| 1253 | dependencies = [ |
| 1254 | "encoding_rs", |
| 1255 | "hashify", |
| 1256 | ] |
| 1257 | |
| 1258 | [[package]] |
| 1259 | name = "maildir" |
| 1260 | version = "0.6.4" |
| 1261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1262 | checksum = "879a6ae6743ab8219fdee64a569094485bfe18434e82b78b27fac5cce09e1437" |
| 1263 | dependencies = [ |
| 1264 | "gethostname 0.2.3", |
| 1265 | "mailparse", |
| 1266 | ] |
| 1267 | |
| 1268 | [[package]] |
| 1269 | name = "mailparse" |
| 1270 | version = "0.14.1" |
| 1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1272 | checksum = "2d096594926cab442e054e047eb8c1402f7d5b2272573b97ba68aa40629f9757" |
| 1273 | dependencies = [ |
| 1274 | "charset", |
| 1275 | "data-encoding", |
| 1276 | "quoted_printable", |
| 1277 | ] |
| 1278 | |
| 1279 | [[package]] |
| 1280 | name = "maitred" |
| 1281 | version = "0.1.0" |
| 1282 | dependencies = [ |
| 1283 | "async-trait", |
| 1284 | "base64 0.22.1", |
| 1285 | "bytes", |
| 1286 | "email_address", |
| 1287 | "futures", |
| 1288 | "hickory-resolver", |
| 1289 | "lettre", |
| 1290 | "mail-auth", |
| 1291 | "mail-builder 0.3.2", |
| 1292 | "mail-parser 0.9.4", |
| 1293 | "maildir", |
| 1294 | "md5", |
| 1295 | "port_check", |
| 1296 | "proxy-header", |
| 1297 | "rustls 0.23.21", |
| 1298 | "rustls-pemfile 2.2.0", |
| 1299 | "smtp-proto", |
| 1300 | "stringprep", |
| 1301 | "thiserror 1.0.69", |
| 1302 | "tokio", |
| 1303 | "tokio-rustls 0.26.1", |
| 1304 | "tokio-stream", |
| 1305 | "tokio-util", |
| 1306 | "tracing", |
| 1307 | "tracing-subscriber", |
| 1308 | "url", |
| 1309 | ] |
| 1310 | |
| 1311 | [[package]] |
| 1312 | name = "match_cfg" |
| 1313 | version = "0.1.0" |
| 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1315 | checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" |
| 1316 | |
| 1317 | [[package]] |
| 1318 | name = "md5" |
| 1319 | version = "0.7.0" |
| 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
| 1322 | |
| 1323 | [[package]] |
| 1324 | name = "memchr" |
| 1325 | version = "2.7.4" |
| 1326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1327 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| 1328 | |
| 1329 | [[package]] |
| 1330 | name = "mime" |
| 1331 | version = "0.3.17" |
| 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1334 | |
| 1335 | [[package]] |
| 1336 | name = "minimal-lexical" |
| 1337 | version = "0.2.1" |
| 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 1340 | |
| 1341 | [[package]] |
| 1342 | name = "miniz_oxide" |
| 1343 | version = "0.8.2" |
| 1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1345 | checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" |
| 1346 | dependencies = [ |
| 1347 | "adler2", |
| 1348 | ] |
| 1349 | |
| 1350 | [[package]] |
| 1351 | name = "mio" |
| 1352 | version = "1.0.3" |
| 1353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1354 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
| 1355 | dependencies = [ |
| 1356 | "libc", |
| 1357 | "wasi", |
| 1358 | "windows-sys 0.52.0", |
| 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
| 1362 | name = "nom" |
| 1363 | version = "7.1.3" |
| 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 1366 | dependencies = [ |
| 1367 | "memchr", |
| 1368 | "minimal-lexical", |
| 1369 | ] |
| 1370 | |
| 1371 | [[package]] |
| 1372 | name = "nu-ansi-term" |
| 1373 | version = "0.46.0" |
| 1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1375 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| 1376 | dependencies = [ |
| 1377 | "overload", |
| 1378 | "winapi", |
| 1379 | ] |
| 1380 | |
| 1381 | [[package]] |
| 1382 | name = "num-bigint-dig" |
| 1383 | version = "0.8.4" |
| 1384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1385 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
| 1386 | dependencies = [ |
| 1387 | "byteorder", |
| 1388 | "lazy_static", |
| 1389 | "libm", |
| 1390 | "num-integer", |
| 1391 | "num-iter", |
| 1392 | "num-traits", |
| 1393 | "rand", |
| 1394 | "smallvec", |
| 1395 | "zeroize", |
| 1396 | ] |
| 1397 | |
| 1398 | [[package]] |
| 1399 | name = "num-conv" |
| 1400 | version = "0.1.0" |
| 1401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1402 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 1403 | |
| 1404 | [[package]] |
| 1405 | name = "num-integer" |
| 1406 | version = "0.1.46" |
| 1407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1408 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 1409 | dependencies = [ |
| 1410 | "num-traits", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
| 1414 | name = "num-iter" |
| 1415 | version = "0.1.45" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 1418 | dependencies = [ |
| 1419 | "autocfg", |
| 1420 | "num-integer", |
| 1421 | "num-traits", |
| 1422 | ] |
| 1423 | |
| 1424 | [[package]] |
| 1425 | name = "num-traits" |
| 1426 | version = "0.2.19" |
| 1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1428 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1429 | dependencies = [ |
| 1430 | "autocfg", |
| 1431 | "libm", |
| 1432 | ] |
| 1433 | |
| 1434 | [[package]] |
| 1435 | name = "object" |
| 1436 | version = "0.36.7" |
| 1437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1438 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 1439 | dependencies = [ |
| 1440 | "memchr", |
| 1441 | ] |
| 1442 | |
| 1443 | [[package]] |
| 1444 | name = "once_cell" |
| 1445 | version = "1.20.2" |
| 1446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1447 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
| 1448 | |
| 1449 | [[package]] |
| 1450 | name = "overload" |
| 1451 | version = "0.1.1" |
| 1452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1453 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 1454 | |
| 1455 | [[package]] |
| 1456 | name = "parking_lot" |
| 1457 | version = "0.12.3" |
| 1458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
| 1460 | dependencies = [ |
| 1461 | "lock_api", |
| 1462 | "parking_lot_core", |
| 1463 | ] |
| 1464 | |
| 1465 | [[package]] |
| 1466 | name = "parking_lot_core" |
| 1467 | version = "0.9.10" |
| 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1469 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| 1470 | dependencies = [ |
| 1471 | "cfg-if", |
| 1472 | "libc", |
| 1473 | "redox_syscall", |
| 1474 | "smallvec", |
| 1475 | "windows-targets 0.52.6", |
| 1476 | ] |
| 1477 | |
| 1478 | [[package]] |
| 1479 | name = "paste" |
| 1480 | version = "1.0.15" |
| 1481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1482 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 1483 | |
| 1484 | [[package]] |
| 1485 | name = "pbkdf2" |
| 1486 | version = "0.12.2" |
| 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1488 | checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| 1489 | dependencies = [ |
| 1490 | "digest", |
| 1491 | "hmac", |
| 1492 | ] |
| 1493 | |
| 1494 | [[package]] |
| 1495 | name = "pem-rfc7468" |
| 1496 | version = "0.7.0" |
| 1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1498 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 1499 | dependencies = [ |
| 1500 | "base64ct", |
| 1501 | ] |
| 1502 | |
| 1503 | [[package]] |
| 1504 | name = "percent-encoding" |
| 1505 | version = "2.3.1" |
| 1506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1507 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 1508 | |
| 1509 | [[package]] |
| 1510 | name = "pin-project-lite" |
| 1511 | version = "0.2.16" |
| 1512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1513 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1514 | |
| 1515 | [[package]] |
| 1516 | name = "pin-utils" |
| 1517 | version = "0.1.0" |
| 1518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1519 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1520 | |
| 1521 | [[package]] |
| 1522 | name = "pkcs1" |
| 1523 | version = "0.7.5" |
| 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 1526 | dependencies = [ |
| 1527 | "der", |
| 1528 | "pkcs8", |
| 1529 | "spki", |
| 1530 | ] |
| 1531 | |
| 1532 | [[package]] |
| 1533 | name = "pkcs8" |
| 1534 | version = "0.10.2" |
| 1535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1536 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 1537 | dependencies = [ |
| 1538 | "der", |
| 1539 | "spki", |
| 1540 | ] |
| 1541 | |
| 1542 | [[package]] |
| 1543 | name = "pkg-config" |
| 1544 | version = "0.3.31" |
| 1545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1546 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
| 1547 | |
| 1548 | [[package]] |
| 1549 | name = "port_check" |
| 1550 | version = "0.2.1" |
| 1551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 | checksum = "2110609fb863cdb367d4e69d6c43c81ba6a8c7d18e80082fe9f3ef16b23afeed" |
| 1553 | |
| 1554 | [[package]] |
| 1555 | name = "powerfmt" |
| 1556 | version = "0.2.0" |
| 1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 1559 | |
| 1560 | [[package]] |
| 1561 | name = "ppv-lite86" |
| 1562 | version = "0.2.20" |
| 1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1564 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| 1565 | dependencies = [ |
| 1566 | "zerocopy", |
| 1567 | ] |
| 1568 | |
| 1569 | [[package]] |
| 1570 | name = "prettyplease" |
| 1571 | version = "0.2.28" |
| 1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1573 | checksum = "924b9a625d6df5b74b0b3cfbb5669b3f62ddf3d46a677ce12b1945471b4ae5c3" |
| 1574 | dependencies = [ |
| 1575 | "proc-macro2", |
| 1576 | "syn", |
| 1577 | ] |
| 1578 | |
| 1579 | [[package]] |
| 1580 | name = "proc-macro2" |
| 1581 | version = "1.0.93" |
| 1582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1583 | checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
| 1584 | dependencies = [ |
| 1585 | "unicode-ident", |
| 1586 | ] |
| 1587 | |
| 1588 | [[package]] |
| 1589 | name = "proxy-header" |
| 1590 | version = "0.1.2" |
| 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1592 | checksum = "dc1493f63ddddfba840c3169e997c2905d09538ace72d64e84af6324c6e0e065" |
| 1593 | |
| 1594 | [[package]] |
| 1595 | name = "psm" |
| 1596 | version = "0.1.24" |
| 1597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1598 | checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" |
| 1599 | dependencies = [ |
| 1600 | "cc", |
| 1601 | ] |
| 1602 | |
| 1603 | [[package]] |
| 1604 | name = "quick-error" |
| 1605 | version = "1.2.3" |
| 1606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1607 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 1608 | |
| 1609 | [[package]] |
| 1610 | name = "quick_cache" |
| 1611 | version = "0.6.9" |
| 1612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1613 | checksum = "7d7c94f8935a9df96bb6380e8592c70edf497a643f94bd23b2f76b399385dbf4" |
| 1614 | dependencies = [ |
| 1615 | "ahash", |
| 1616 | "equivalent", |
| 1617 | "hashbrown 0.14.5", |
| 1618 | "parking_lot", |
| 1619 | ] |
| 1620 | |
| 1621 | [[package]] |
| 1622 | name = "quote" |
| 1623 | version = "1.0.36" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| 1626 | dependencies = [ |
| 1627 | "proc-macro2", |
| 1628 | ] |
| 1629 | |
| 1630 | [[package]] |
| 1631 | name = "quoted_printable" |
| 1632 | version = "0.5.1" |
| 1633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1634 | checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73" |
| 1635 | |
| 1636 | [[package]] |
| 1637 | name = "rand" |
| 1638 | version = "0.8.5" |
| 1639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1640 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1641 | dependencies = [ |
| 1642 | "libc", |
| 1643 | "rand_chacha", |
| 1644 | "rand_core", |
| 1645 | ] |
| 1646 | |
| 1647 | [[package]] |
| 1648 | name = "rand_chacha" |
| 1649 | version = "0.3.1" |
| 1650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1651 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1652 | dependencies = [ |
| 1653 | "ppv-lite86", |
| 1654 | "rand_core", |
| 1655 | ] |
| 1656 | |
| 1657 | [[package]] |
| 1658 | name = "rand_core" |
| 1659 | version = "0.6.4" |
| 1660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1661 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1662 | dependencies = [ |
| 1663 | "getrandom", |
| 1664 | ] |
| 1665 | |
| 1666 | [[package]] |
| 1667 | name = "redox_syscall" |
| 1668 | version = "0.5.8" |
| 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1670 | checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" |
| 1671 | dependencies = [ |
| 1672 | "bitflags", |
| 1673 | ] |
| 1674 | |
| 1675 | [[package]] |
| 1676 | name = "regex" |
| 1677 | version = "1.11.1" |
| 1678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1679 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| 1680 | dependencies = [ |
| 1681 | "aho-corasick", |
| 1682 | "memchr", |
| 1683 | "regex-automata", |
| 1684 | "regex-syntax", |
| 1685 | ] |
| 1686 | |
| 1687 | [[package]] |
| 1688 | name = "regex-automata" |
| 1689 | version = "0.4.9" |
| 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1691 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| 1692 | dependencies = [ |
| 1693 | "aho-corasick", |
| 1694 | "memchr", |
| 1695 | "regex-syntax", |
| 1696 | ] |
| 1697 | |
| 1698 | [[package]] |
| 1699 | name = "regex-syntax" |
| 1700 | version = "0.8.5" |
| 1701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1702 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| 1703 | |
| 1704 | [[package]] |
| 1705 | name = "resolv-conf" |
| 1706 | version = "0.7.0" |
| 1707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1708 | checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" |
| 1709 | dependencies = [ |
| 1710 | "hostname 0.3.1", |
| 1711 | "quick-error", |
| 1712 | ] |
| 1713 | |
| 1714 | [[package]] |
| 1715 | name = "ring" |
| 1716 | version = "0.16.20" |
| 1717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1718 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
| 1719 | dependencies = [ |
| 1720 | "cc", |
| 1721 | "libc", |
| 1722 | "once_cell", |
| 1723 | "spin 0.5.2", |
| 1724 | "untrusted 0.7.1", |
| 1725 | "web-sys", |
| 1726 | "winapi", |
| 1727 | ] |
| 1728 | |
| 1729 | [[package]] |
| 1730 | name = "ring" |
| 1731 | version = "0.17.8" |
| 1732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1733 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
| 1734 | dependencies = [ |
| 1735 | "cc", |
| 1736 | "cfg-if", |
| 1737 | "getrandom", |
| 1738 | "libc", |
| 1739 | "spin 0.9.8", |
| 1740 | "untrusted 0.9.0", |
| 1741 | "windows-sys 0.52.0", |
| 1742 | ] |
| 1743 | |
| 1744 | [[package]] |
| 1745 | name = "rsa" |
| 1746 | version = "0.9.7" |
| 1747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1748 | checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" |
| 1749 | dependencies = [ |
| 1750 | "const-oid", |
| 1751 | "digest", |
| 1752 | "num-bigint-dig", |
| 1753 | "num-integer", |
| 1754 | "num-traits", |
| 1755 | "pkcs1", |
| 1756 | "pkcs8", |
| 1757 | "rand_core", |
| 1758 | "signature", |
| 1759 | "spki", |
| 1760 | "subtle", |
| 1761 | "zeroize", |
| 1762 | ] |
| 1763 | |
| 1764 | [[package]] |
| 1765 | name = "rustc-demangle" |
| 1766 | version = "0.1.24" |
| 1767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1768 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| 1769 | |
| 1770 | [[package]] |
| 1771 | name = "rustc-hash" |
| 1772 | version = "1.1.0" |
| 1773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1774 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1775 | |
| 1776 | [[package]] |
| 1777 | name = "rustc_version" |
| 1778 | version = "0.4.1" |
| 1779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1780 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 1781 | dependencies = [ |
| 1782 | "semver", |
| 1783 | ] |
| 1784 | |
| 1785 | [[package]] |
| 1786 | name = "rustix" |
| 1787 | version = "0.38.43" |
| 1788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1789 | checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" |
| 1790 | dependencies = [ |
| 1791 | "bitflags", |
| 1792 | "errno", |
| 1793 | "libc", |
| 1794 | "linux-raw-sys", |
| 1795 | "windows-sys 0.59.0", |
| 1796 | ] |
| 1797 | |
| 1798 | [[package]] |
| 1799 | name = "rustls" |
| 1800 | version = "0.21.12" |
| 1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" |
| 1803 | dependencies = [ |
| 1804 | "log", |
| 1805 | "ring 0.17.8", |
| 1806 | "rustls-webpki 0.101.7", |
| 1807 | "sct", |
| 1808 | ] |
| 1809 | |
| 1810 | [[package]] |
| 1811 | name = "rustls" |
| 1812 | version = "0.23.21" |
| 1813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1814 | checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" |
| 1815 | dependencies = [ |
| 1816 | "aws-lc-rs", |
| 1817 | "log", |
| 1818 | "once_cell", |
| 1819 | "ring 0.17.8", |
| 1820 | "rustls-pki-types", |
| 1821 | "rustls-webpki 0.102.8", |
| 1822 | "subtle", |
| 1823 | "zeroize", |
| 1824 | ] |
| 1825 | |
| 1826 | [[package]] |
| 1827 | name = "rustls-pemfile" |
| 1828 | version = "1.0.4" |
| 1829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1830 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" |
| 1831 | dependencies = [ |
| 1832 | "base64 0.21.7", |
| 1833 | ] |
| 1834 | |
| 1835 | [[package]] |
| 1836 | name = "rustls-pemfile" |
| 1837 | version = "2.2.0" |
| 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1839 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| 1840 | dependencies = [ |
| 1841 | "rustls-pki-types", |
| 1842 | ] |
| 1843 | |
| 1844 | [[package]] |
| 1845 | name = "rustls-pki-types" |
| 1846 | version = "1.10.1" |
| 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1848 | checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" |
| 1849 | |
| 1850 | [[package]] |
| 1851 | name = "rustls-webpki" |
| 1852 | version = "0.101.7" |
| 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1854 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
| 1855 | dependencies = [ |
| 1856 | "ring 0.17.8", |
| 1857 | "untrusted 0.9.0", |
| 1858 | ] |
| 1859 | |
| 1860 | [[package]] |
| 1861 | name = "rustls-webpki" |
| 1862 | version = "0.102.8" |
| 1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1864 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
| 1865 | dependencies = [ |
| 1866 | "aws-lc-rs", |
| 1867 | "ring 0.17.8", |
| 1868 | "rustls-pki-types", |
| 1869 | "untrusted 0.9.0", |
| 1870 | ] |
| 1871 | |
| 1872 | [[package]] |
| 1873 | name = "ryu" |
| 1874 | version = "1.0.18" |
| 1875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| 1877 | |
| 1878 | [[package]] |
| 1879 | name = "scopeguard" |
| 1880 | version = "1.2.0" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1883 | |
| 1884 | [[package]] |
| 1885 | name = "sct" |
| 1886 | version = "0.7.1" |
| 1887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1888 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
| 1889 | dependencies = [ |
| 1890 | "ring 0.17.8", |
| 1891 | "untrusted 0.9.0", |
| 1892 | ] |
| 1893 | |
| 1894 | [[package]] |
| 1895 | name = "semver" |
| 1896 | version = "1.0.24" |
| 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 | checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" |
| 1899 | |
| 1900 | [[package]] |
| 1901 | name = "serde" |
| 1902 | version = "1.0.204" |
| 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" |
| 1905 | dependencies = [ |
| 1906 | "serde_derive", |
| 1907 | ] |
| 1908 | |
| 1909 | [[package]] |
| 1910 | name = "serde_derive" |
| 1911 | version = "1.0.204" |
| 1912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 | checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" |
| 1914 | dependencies = [ |
| 1915 | "proc-macro2", |
| 1916 | "quote", |
| 1917 | "syn", |
| 1918 | ] |
| 1919 | |
| 1920 | [[package]] |
| 1921 | name = "serde_json" |
| 1922 | version = "1.0.135" |
| 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" |
| 1925 | dependencies = [ |
| 1926 | "itoa", |
| 1927 | "memchr", |
| 1928 | "ryu", |
| 1929 | "serde", |
| 1930 | ] |
| 1931 | |
| 1932 | [[package]] |
| 1933 | name = "sha1" |
| 1934 | version = "0.10.6" |
| 1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1936 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1937 | dependencies = [ |
| 1938 | "cfg-if", |
| 1939 | "cpufeatures", |
| 1940 | "digest", |
| 1941 | ] |
| 1942 | |
| 1943 | [[package]] |
| 1944 | name = "sha2" |
| 1945 | version = "0.10.8" |
| 1946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1947 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| 1948 | dependencies = [ |
| 1949 | "cfg-if", |
| 1950 | "cpufeatures", |
| 1951 | "digest", |
| 1952 | ] |
| 1953 | |
| 1954 | [[package]] |
| 1955 | name = "sharded-slab" |
| 1956 | version = "0.1.7" |
| 1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1958 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1959 | dependencies = [ |
| 1960 | "lazy_static", |
| 1961 | ] |
| 1962 | |
| 1963 | [[package]] |
| 1964 | name = "shlex" |
| 1965 | version = "1.3.0" |
| 1966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1967 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "signal-hook-registry" |
| 1971 | version = "1.4.2" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" |
| 1974 | dependencies = [ |
| 1975 | "libc", |
| 1976 | ] |
| 1977 | |
| 1978 | [[package]] |
| 1979 | name = "signature" |
| 1980 | version = "2.2.0" |
| 1981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1982 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 1983 | dependencies = [ |
| 1984 | "digest", |
| 1985 | "rand_core", |
| 1986 | ] |
| 1987 | |
| 1988 | [[package]] |
| 1989 | name = "simd-adler32" |
| 1990 | version = "0.3.7" |
| 1991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1992 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| 1993 | |
| 1994 | [[package]] |
| 1995 | name = "slab" |
| 1996 | version = "0.4.9" |
| 1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1998 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| 1999 | dependencies = [ |
| 2000 | "autocfg", |
| 2001 | ] |
| 2002 | |
| 2003 | [[package]] |
| 2004 | name = "smallvec" |
| 2005 | version = "1.13.2" |
| 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2007 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| 2008 | |
| 2009 | [[package]] |
| 2010 | name = "smtp-proto" |
| 2011 | version = "0.1.5" |
| 2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2013 | checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a" |
| 2014 | dependencies = [ |
| 2015 | "serde", |
| 2016 | ] |
| 2017 | |
| 2018 | [[package]] |
| 2019 | name = "socket2" |
| 2020 | version = "0.5.8" |
| 2021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2022 | checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
| 2023 | dependencies = [ |
| 2024 | "libc", |
| 2025 | "windows-sys 0.52.0", |
| 2026 | ] |
| 2027 | |
| 2028 | [[package]] |
| 2029 | name = "spin" |
| 2030 | version = "0.5.2" |
| 2031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2032 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| 2033 | |
| 2034 | [[package]] |
| 2035 | name = "spin" |
| 2036 | version = "0.9.8" |
| 2037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2038 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 2039 | |
| 2040 | [[package]] |
| 2041 | name = "spki" |
| 2042 | version = "0.7.3" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 2045 | dependencies = [ |
| 2046 | "base64ct", |
| 2047 | "der", |
| 2048 | ] |
| 2049 | |
| 2050 | [[package]] |
| 2051 | name = "stable_deref_trait" |
| 2052 | version = "1.2.0" |
| 2053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2054 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 2055 | |
| 2056 | [[package]] |
| 2057 | name = "stacker" |
| 2058 | version = "0.1.17" |
| 2059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2060 | checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" |
| 2061 | dependencies = [ |
| 2062 | "cc", |
| 2063 | "cfg-if", |
| 2064 | "libc", |
| 2065 | "psm", |
| 2066 | "windows-sys 0.59.0", |
| 2067 | ] |
| 2068 | |
| 2069 | [[package]] |
| 2070 | name = "stringprep" |
| 2071 | version = "0.1.5" |
| 2072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2073 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 2074 | dependencies = [ |
| 2075 | "unicode-bidi", |
| 2076 | "unicode-normalization", |
| 2077 | "unicode-properties", |
| 2078 | ] |
| 2079 | |
| 2080 | [[package]] |
| 2081 | name = "subtle" |
| 2082 | version = "2.6.1" |
| 2083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2084 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 2085 | |
| 2086 | [[package]] |
| 2087 | name = "syn" |
| 2088 | version = "2.0.96" |
| 2089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2090 | checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" |
| 2091 | dependencies = [ |
| 2092 | "proc-macro2", |
| 2093 | "quote", |
| 2094 | "unicode-ident", |
| 2095 | ] |
| 2096 | |
| 2097 | [[package]] |
| 2098 | name = "synstructure" |
| 2099 | version = "0.13.1" |
| 2100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2101 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| 2102 | dependencies = [ |
| 2103 | "proc-macro2", |
| 2104 | "quote", |
| 2105 | "syn", |
| 2106 | ] |
| 2107 | |
| 2108 | [[package]] |
| 2109 | name = "thiserror" |
| 2110 | version = "1.0.69" |
| 2111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2112 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 2113 | dependencies = [ |
| 2114 | "thiserror-impl 1.0.69", |
| 2115 | ] |
| 2116 | |
| 2117 | [[package]] |
| 2118 | name = "thiserror" |
| 2119 | version = "2.0.11" |
| 2120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2121 | checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" |
| 2122 | dependencies = [ |
| 2123 | "thiserror-impl 2.0.11", |
| 2124 | ] |
| 2125 | |
| 2126 | [[package]] |
| 2127 | name = "thiserror-impl" |
| 2128 | version = "1.0.69" |
| 2129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2130 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 2131 | dependencies = [ |
| 2132 | "proc-macro2", |
| 2133 | "quote", |
| 2134 | "syn", |
| 2135 | ] |
| 2136 | |
| 2137 | [[package]] |
| 2138 | name = "thiserror-impl" |
| 2139 | version = "2.0.11" |
| 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 | checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" |
| 2142 | dependencies = [ |
| 2143 | "proc-macro2", |
| 2144 | "quote", |
| 2145 | "syn", |
| 2146 | ] |
| 2147 | |
| 2148 | [[package]] |
| 2149 | name = "thread_local" |
| 2150 | version = "1.1.8" |
| 2151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2152 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| 2153 | dependencies = [ |
| 2154 | "cfg-if", |
| 2155 | "once_cell", |
| 2156 | ] |
| 2157 | |
| 2158 | [[package]] |
| 2159 | name = "time" |
| 2160 | version = "0.3.37" |
| 2161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2162 | checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
| 2163 | dependencies = [ |
| 2164 | "deranged", |
| 2165 | "num-conv", |
| 2166 | "powerfmt", |
| 2167 | "serde", |
| 2168 | "time-core", |
| 2169 | ] |
| 2170 | |
| 2171 | [[package]] |
| 2172 | name = "time-core" |
| 2173 | version = "0.1.2" |
| 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2175 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| 2176 | |
| 2177 | [[package]] |
| 2178 | name = "tinystr" |
| 2179 | version = "0.7.6" |
| 2180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2181 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
| 2182 | dependencies = [ |
| 2183 | "displaydoc", |
| 2184 | "zerovec", |
| 2185 | ] |
| 2186 | |
| 2187 | [[package]] |
| 2188 | name = "tinyvec" |
| 2189 | version = "1.8.1" |
| 2190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2191 | checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" |
| 2192 | dependencies = [ |
| 2193 | "tinyvec_macros", |
| 2194 | ] |
| 2195 | |
| 2196 | [[package]] |
| 2197 | name = "tinyvec_macros" |
| 2198 | version = "0.1.1" |
| 2199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2200 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 2201 | |
| 2202 | [[package]] |
| 2203 | name = "tokio" |
| 2204 | version = "1.43.0" |
| 2205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2206 | checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" |
| 2207 | dependencies = [ |
| 2208 | "backtrace", |
| 2209 | "bytes", |
| 2210 | "libc", |
| 2211 | "mio", |
| 2212 | "parking_lot", |
| 2213 | "pin-project-lite", |
| 2214 | "signal-hook-registry", |
| 2215 | "socket2", |
| 2216 | "tokio-macros", |
| 2217 | "windows-sys 0.52.0", |
| 2218 | ] |
| 2219 | |
| 2220 | [[package]] |
| 2221 | name = "tokio-macros" |
| 2222 | version = "2.5.0" |
| 2223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2224 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| 2225 | dependencies = [ |
| 2226 | "proc-macro2", |
| 2227 | "quote", |
| 2228 | "syn", |
| 2229 | ] |
| 2230 | |
| 2231 | [[package]] |
| 2232 | name = "tokio-rustls" |
| 2233 | version = "0.24.1" |
| 2234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2235 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
| 2236 | dependencies = [ |
| 2237 | "rustls 0.21.12", |
| 2238 | "tokio", |
| 2239 | ] |
| 2240 | |
| 2241 | [[package]] |
| 2242 | name = "tokio-rustls" |
| 2243 | version = "0.26.1" |
| 2244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2245 | checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" |
| 2246 | dependencies = [ |
| 2247 | "rustls 0.23.21", |
| 2248 | "tokio", |
| 2249 | ] |
| 2250 | |
| 2251 | [[package]] |
| 2252 | name = "tokio-stream" |
| 2253 | version = "0.1.17" |
| 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2255 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
| 2256 | dependencies = [ |
| 2257 | "futures-core", |
| 2258 | "pin-project-lite", |
| 2259 | "tokio", |
| 2260 | "tokio-util", |
| 2261 | ] |
| 2262 | |
| 2263 | [[package]] |
| 2264 | name = "tokio-util" |
| 2265 | version = "0.7.13" |
| 2266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2267 | checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" |
| 2268 | dependencies = [ |
| 2269 | "bytes", |
| 2270 | "futures-core", |
| 2271 | "futures-io", |
| 2272 | "futures-sink", |
| 2273 | "futures-util", |
| 2274 | "hashbrown 0.14.5", |
| 2275 | "pin-project-lite", |
| 2276 | "slab", |
| 2277 | "tokio", |
| 2278 | ] |
| 2279 | |
| 2280 | [[package]] |
| 2281 | name = "tracing" |
| 2282 | version = "0.1.41" |
| 2283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| 2285 | dependencies = [ |
| 2286 | "log", |
| 2287 | "pin-project-lite", |
| 2288 | "tracing-attributes", |
| 2289 | "tracing-core", |
| 2290 | ] |
| 2291 | |
| 2292 | [[package]] |
| 2293 | name = "tracing-attributes" |
| 2294 | version = "0.1.28" |
| 2295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2296 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
| 2297 | dependencies = [ |
| 2298 | "proc-macro2", |
| 2299 | "quote", |
| 2300 | "syn", |
| 2301 | ] |
| 2302 | |
| 2303 | [[package]] |
| 2304 | name = "tracing-core" |
| 2305 | version = "0.1.33" |
| 2306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2307 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
| 2308 | dependencies = [ |
| 2309 | "once_cell", |
| 2310 | "valuable", |
| 2311 | ] |
| 2312 | |
| 2313 | [[package]] |
| 2314 | name = "tracing-log" |
| 2315 | version = "0.2.0" |
| 2316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2317 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 2318 | dependencies = [ |
| 2319 | "log", |
| 2320 | "once_cell", |
| 2321 | "tracing-core", |
| 2322 | ] |
| 2323 | |
| 2324 | [[package]] |
| 2325 | name = "tracing-subscriber" |
| 2326 | version = "0.3.19" |
| 2327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2328 | checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
| 2329 | dependencies = [ |
| 2330 | "nu-ansi-term", |
| 2331 | "sharded-slab", |
| 2332 | "smallvec", |
| 2333 | "thread_local", |
| 2334 | "tracing-core", |
| 2335 | "tracing-log", |
| 2336 | ] |
| 2337 | |
| 2338 | [[package]] |
| 2339 | name = "typenum" |
| 2340 | version = "1.17.0" |
| 2341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2342 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 2343 | |
| 2344 | [[package]] |
| 2345 | name = "unicode-bidi" |
| 2346 | version = "0.3.18" |
| 2347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2348 | checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 2349 | |
| 2350 | [[package]] |
| 2351 | name = "unicode-ident" |
| 2352 | version = "1.0.12" |
| 2353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2354 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 2355 | |
| 2356 | [[package]] |
| 2357 | name = "unicode-normalization" |
| 2358 | version = "0.1.24" |
| 2359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2360 | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
| 2361 | dependencies = [ |
| 2362 | "tinyvec", |
| 2363 | ] |
| 2364 | |
| 2365 | [[package]] |
| 2366 | name = "unicode-properties" |
| 2367 | version = "0.1.3" |
| 2368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2369 | checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
| 2370 | |
| 2371 | [[package]] |
| 2372 | name = "untrusted" |
| 2373 | version = "0.7.1" |
| 2374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2375 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| 2376 | |
| 2377 | [[package]] |
| 2378 | name = "untrusted" |
| 2379 | version = "0.9.0" |
| 2380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2381 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2382 | |
| 2383 | [[package]] |
| 2384 | name = "url" |
| 2385 | version = "2.5.4" |
| 2386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2387 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| 2388 | dependencies = [ |
| 2389 | "form_urlencoded", |
| 2390 | "idna", |
| 2391 | "percent-encoding", |
| 2392 | ] |
| 2393 | |
| 2394 | [[package]] |
| 2395 | name = "utf16_iter" |
| 2396 | version = "1.0.5" |
| 2397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2398 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
| 2399 | |
| 2400 | [[package]] |
| 2401 | name = "utf8_iter" |
| 2402 | version = "1.0.4" |
| 2403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2404 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2405 | |
| 2406 | [[package]] |
| 2407 | name = "valuable" |
| 2408 | version = "0.1.0" |
| 2409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2410 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 2411 | |
| 2412 | [[package]] |
| 2413 | name = "version_check" |
| 2414 | version = "0.9.5" |
| 2415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2416 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2417 | |
| 2418 | [[package]] |
| 2419 | name = "wasi" |
| 2420 | version = "0.11.0+wasi-snapshot-preview1" |
| 2421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2422 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 2423 | |
| 2424 | [[package]] |
| 2425 | name = "wasm-bindgen" |
| 2426 | version = "0.2.99" |
| 2427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2428 | checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" |
| 2429 | dependencies = [ |
| 2430 | "cfg-if", |
| 2431 | "once_cell", |
| 2432 | "wasm-bindgen-macro", |
| 2433 | ] |
| 2434 | |
| 2435 | [[package]] |
| 2436 | name = "wasm-bindgen-backend" |
| 2437 | version = "0.2.99" |
| 2438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2439 | checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" |
| 2440 | dependencies = [ |
| 2441 | "bumpalo", |
| 2442 | "log", |
| 2443 | "proc-macro2", |
| 2444 | "quote", |
| 2445 | "syn", |
| 2446 | "wasm-bindgen-shared", |
| 2447 | ] |
| 2448 | |
| 2449 | [[package]] |
| 2450 | name = "wasm-bindgen-macro" |
| 2451 | version = "0.2.99" |
| 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2453 | checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" |
| 2454 | dependencies = [ |
| 2455 | "quote", |
| 2456 | "wasm-bindgen-macro-support", |
| 2457 | ] |
| 2458 | |
| 2459 | [[package]] |
| 2460 | name = "wasm-bindgen-macro-support" |
| 2461 | version = "0.2.99" |
| 2462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2463 | checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" |
| 2464 | dependencies = [ |
| 2465 | "proc-macro2", |
| 2466 | "quote", |
| 2467 | "syn", |
| 2468 | "wasm-bindgen-backend", |
| 2469 | "wasm-bindgen-shared", |
| 2470 | ] |
| 2471 | |
| 2472 | [[package]] |
| 2473 | name = "wasm-bindgen-shared" |
| 2474 | version = "0.2.99" |
| 2475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2476 | checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" |
| 2477 | |
| 2478 | [[package]] |
| 2479 | name = "web-sys" |
| 2480 | version = "0.3.76" |
| 2481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2482 | checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" |
| 2483 | dependencies = [ |
| 2484 | "js-sys", |
| 2485 | "wasm-bindgen", |
| 2486 | ] |
| 2487 | |
| 2488 | [[package]] |
| 2489 | name = "webpki-roots" |
| 2490 | version = "0.26.7" |
| 2491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2492 | checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" |
| 2493 | dependencies = [ |
| 2494 | "rustls-pki-types", |
| 2495 | ] |
| 2496 | |
| 2497 | [[package]] |
| 2498 | name = "which" |
| 2499 | version = "4.4.2" |
| 2500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" |
| 2502 | dependencies = [ |
| 2503 | "either", |
| 2504 | "home", |
| 2505 | "once_cell", |
| 2506 | "rustix", |
| 2507 | ] |
| 2508 | |
| 2509 | [[package]] |
| 2510 | name = "widestring" |
| 2511 | version = "1.1.0" |
| 2512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2513 | checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" |
| 2514 | |
| 2515 | [[package]] |
| 2516 | name = "winapi" |
| 2517 | version = "0.3.9" |
| 2518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2519 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 2520 | dependencies = [ |
| 2521 | "winapi-i686-pc-windows-gnu", |
| 2522 | "winapi-x86_64-pc-windows-gnu", |
| 2523 | ] |
| 2524 | |
| 2525 | [[package]] |
| 2526 | name = "winapi-i686-pc-windows-gnu" |
| 2527 | version = "0.4.0" |
| 2528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2529 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 2530 | |
| 2531 | [[package]] |
| 2532 | name = "winapi-x86_64-pc-windows-gnu" |
| 2533 | version = "0.4.0" |
| 2534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2535 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2536 | |
| 2537 | [[package]] |
| 2538 | name = "windows" |
| 2539 | version = "0.52.0" |
| 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
| 2542 | dependencies = [ |
| 2543 | "windows-core", |
| 2544 | "windows-targets 0.52.6", |
| 2545 | ] |
| 2546 | |
| 2547 | [[package]] |
| 2548 | name = "windows-core" |
| 2549 | version = "0.52.0" |
| 2550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2551 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 2552 | dependencies = [ |
| 2553 | "windows-targets 0.52.6", |
| 2554 | ] |
| 2555 | |
| 2556 | [[package]] |
| 2557 | name = "windows-sys" |
| 2558 | version = "0.48.0" |
| 2559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2560 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 2561 | dependencies = [ |
| 2562 | "windows-targets 0.48.5", |
| 2563 | ] |
| 2564 | |
| 2565 | [[package]] |
| 2566 | name = "windows-sys" |
| 2567 | version = "0.52.0" |
| 2568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2569 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2570 | dependencies = [ |
| 2571 | "windows-targets 0.52.6", |
| 2572 | ] |
| 2573 | |
| 2574 | [[package]] |
| 2575 | name = "windows-sys" |
| 2576 | version = "0.59.0" |
| 2577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2578 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 2579 | dependencies = [ |
| 2580 | "windows-targets 0.52.6", |
| 2581 | ] |
| 2582 | |
| 2583 | [[package]] |
| 2584 | name = "windows-targets" |
| 2585 | version = "0.48.5" |
| 2586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2587 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 2588 | dependencies = [ |
| 2589 | "windows_aarch64_gnullvm 0.48.5", |
| 2590 | "windows_aarch64_msvc 0.48.5", |
| 2591 | "windows_i686_gnu 0.48.5", |
| 2592 | "windows_i686_msvc 0.48.5", |
| 2593 | "windows_x86_64_gnu 0.48.5", |
| 2594 | "windows_x86_64_gnullvm 0.48.5", |
| 2595 | "windows_x86_64_msvc 0.48.5", |
| 2596 | ] |
| 2597 | |
| 2598 | [[package]] |
| 2599 | name = "windows-targets" |
| 2600 | version = "0.52.6" |
| 2601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2602 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2603 | dependencies = [ |
| 2604 | "windows_aarch64_gnullvm 0.52.6", |
| 2605 | "windows_aarch64_msvc 0.52.6", |
| 2606 | "windows_i686_gnu 0.52.6", |
| 2607 | "windows_i686_gnullvm", |
| 2608 | "windows_i686_msvc 0.52.6", |
| 2609 | "windows_x86_64_gnu 0.52.6", |
| 2610 | "windows_x86_64_gnullvm 0.52.6", |
| 2611 | "windows_x86_64_msvc 0.52.6", |
| 2612 | ] |
| 2613 | |
| 2614 | [[package]] |
| 2615 | name = "windows_aarch64_gnullvm" |
| 2616 | version = "0.48.5" |
| 2617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2618 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 2619 | |
| 2620 | [[package]] |
| 2621 | name = "windows_aarch64_gnullvm" |
| 2622 | version = "0.52.6" |
| 2623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2624 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2625 | |
| 2626 | [[package]] |
| 2627 | name = "windows_aarch64_msvc" |
| 2628 | version = "0.48.5" |
| 2629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2630 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 2631 | |
| 2632 | [[package]] |
| 2633 | name = "windows_aarch64_msvc" |
| 2634 | version = "0.52.6" |
| 2635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2636 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2637 | |
| 2638 | [[package]] |
| 2639 | name = "windows_i686_gnu" |
| 2640 | version = "0.48.5" |
| 2641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2642 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 2643 | |
| 2644 | [[package]] |
| 2645 | name = "windows_i686_gnu" |
| 2646 | version = "0.52.6" |
| 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2648 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2649 | |
| 2650 | [[package]] |
| 2651 | name = "windows_i686_gnullvm" |
| 2652 | version = "0.52.6" |
| 2653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2654 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2655 | |
| 2656 | [[package]] |
| 2657 | name = "windows_i686_msvc" |
| 2658 | version = "0.48.5" |
| 2659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2660 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 2661 | |
| 2662 | [[package]] |
| 2663 | name = "windows_i686_msvc" |
| 2664 | version = "0.52.6" |
| 2665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2666 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2667 | |
| 2668 | [[package]] |
| 2669 | name = "windows_x86_64_gnu" |
| 2670 | version = "0.48.5" |
| 2671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2672 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 2673 | |
| 2674 | [[package]] |
| 2675 | name = "windows_x86_64_gnu" |
| 2676 | version = "0.52.6" |
| 2677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2679 | |
| 2680 | [[package]] |
| 2681 | name = "windows_x86_64_gnullvm" |
| 2682 | version = "0.48.5" |
| 2683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2684 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 2685 | |
| 2686 | [[package]] |
| 2687 | name = "windows_x86_64_gnullvm" |
| 2688 | version = "0.52.6" |
| 2689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2690 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2691 | |
| 2692 | [[package]] |
| 2693 | name = "windows_x86_64_msvc" |
| 2694 | version = "0.48.5" |
| 2695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2696 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 2697 | |
| 2698 | [[package]] |
| 2699 | name = "windows_x86_64_msvc" |
| 2700 | version = "0.52.6" |
| 2701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2702 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2703 | |
| 2704 | [[package]] |
| 2705 | name = "winreg" |
| 2706 | version = "0.50.0" |
| 2707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2708 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
| 2709 | dependencies = [ |
| 2710 | "cfg-if", |
| 2711 | "windows-sys 0.48.0", |
| 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "write16" |
| 2716 | version = "1.0.0" |
| 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2718 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
| 2719 | |
| 2720 | [[package]] |
| 2721 | name = "writeable" |
| 2722 | version = "0.5.5" |
| 2723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2724 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "yoke" |
| 2728 | version = "0.7.5" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
| 2731 | dependencies = [ |
| 2732 | "serde", |
| 2733 | "stable_deref_trait", |
| 2734 | "yoke-derive", |
| 2735 | "zerofrom", |
| 2736 | ] |
| 2737 | |
| 2738 | [[package]] |
| 2739 | name = "yoke-derive" |
| 2740 | version = "0.7.5" |
| 2741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2742 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
| 2743 | dependencies = [ |
| 2744 | "proc-macro2", |
| 2745 | "quote", |
| 2746 | "syn", |
| 2747 | "synstructure", |
| 2748 | ] |
| 2749 | |
| 2750 | [[package]] |
| 2751 | name = "zerocopy" |
| 2752 | version = "0.7.35" |
| 2753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2754 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
| 2755 | dependencies = [ |
| 2756 | "byteorder", |
| 2757 | "zerocopy-derive", |
| 2758 | ] |
| 2759 | |
| 2760 | [[package]] |
| 2761 | name = "zerocopy-derive" |
| 2762 | version = "0.7.35" |
| 2763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2764 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
| 2765 | dependencies = [ |
| 2766 | "proc-macro2", |
| 2767 | "quote", |
| 2768 | "syn", |
| 2769 | ] |
| 2770 | |
| 2771 | [[package]] |
| 2772 | name = "zerofrom" |
| 2773 | version = "0.1.5" |
| 2774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2775 | checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
| 2776 | dependencies = [ |
| 2777 | "zerofrom-derive", |
| 2778 | ] |
| 2779 | |
| 2780 | [[package]] |
| 2781 | name = "zerofrom-derive" |
| 2782 | version = "0.1.5" |
| 2783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2784 | checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
| 2785 | dependencies = [ |
| 2786 | "proc-macro2", |
| 2787 | "quote", |
| 2788 | "syn", |
| 2789 | "synstructure", |
| 2790 | ] |
| 2791 | |
| 2792 | [[package]] |
| 2793 | name = "zeroize" |
| 2794 | version = "1.8.1" |
| 2795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2796 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| 2797 | dependencies = [ |
| 2798 | "zeroize_derive", |
| 2799 | ] |
| 2800 | |
| 2801 | [[package]] |
| 2802 | name = "zeroize_derive" |
| 2803 | version = "1.4.2" |
| 2804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2805 | checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" |
| 2806 | dependencies = [ |
| 2807 | "proc-macro2", |
| 2808 | "quote", |
| 2809 | "syn", |
| 2810 | ] |
| 2811 | |
| 2812 | [[package]] |
| 2813 | name = "zerovec" |
| 2814 | version = "0.10.4" |
| 2815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2816 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
| 2817 | dependencies = [ |
| 2818 | "yoke", |
| 2819 | "zerofrom", |
| 2820 | "zerovec-derive", |
| 2821 | ] |
| 2822 | |
| 2823 | [[package]] |
| 2824 | name = "zerovec-derive" |
| 2825 | version = "0.10.3" |
| 2826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2827 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
| 2828 | dependencies = [ |
| 2829 | "proc-macro2", |
| 2830 | "quote", |
| 2831 | "syn", |
| 2832 | ] |
| 2833 | |
| 2834 | [[package]] |
| 2835 | name = "zip" |
| 2836 | version = "2.2.2" |
| 2837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2838 | checksum = "ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45" |
| 2839 | dependencies = [ |
| 2840 | "aes", |
| 2841 | "arbitrary", |
| 2842 | "bzip2", |
| 2843 | "constant_time_eq", |
| 2844 | "crc32fast", |
| 2845 | "crossbeam-utils", |
| 2846 | "deflate64", |
| 2847 | "displaydoc", |
| 2848 | "flate2", |
| 2849 | "hmac", |
| 2850 | "indexmap", |
| 2851 | "lzma-rs", |
| 2852 | "memchr", |
| 2853 | "pbkdf2", |
| 2854 | "rand", |
| 2855 | "sha1", |
| 2856 | "thiserror 2.0.11", |
| 2857 | "time", |
| 2858 | "zeroize", |
| 2859 | "zopfli", |
| 2860 | "zstd", |
| 2861 | ] |
| 2862 | |
| 2863 | [[package]] |
| 2864 | name = "zopfli" |
| 2865 | version = "0.8.1" |
| 2866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2867 | checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" |
| 2868 | dependencies = [ |
| 2869 | "bumpalo", |
| 2870 | "crc32fast", |
| 2871 | "lockfree-object-pool", |
| 2872 | "log", |
| 2873 | "once_cell", |
| 2874 | "simd-adler32", |
| 2875 | ] |
| 2876 | |
| 2877 | [[package]] |
| 2878 | name = "zstd" |
| 2879 | version = "0.13.2" |
| 2880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2881 | checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" |
| 2882 | dependencies = [ |
| 2883 | "zstd-safe", |
| 2884 | ] |
| 2885 | |
| 2886 | [[package]] |
| 2887 | name = "zstd-safe" |
| 2888 | version = "7.2.1" |
| 2889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2890 | checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" |
| 2891 | dependencies = [ |
| 2892 | "zstd-sys", |
| 2893 | ] |
| 2894 | |
| 2895 | [[package]] |
| 2896 | name = "zstd-sys" |
| 2897 | version = "2.0.13+zstd.1.5.6" |
| 2898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2899 | checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" |
| 2900 | dependencies = [ |
| 2901 | "cc", |
| 2902 | "pkg-config", |
| 2903 | ] |