{obs-studio-plugins.obs-livesplit-one,thin-provisioning-tools,typstfmt,lldap}: use fetchCargoVendor (#392879)

authored by jopejoe1 and committed by GitHub cf5b60b6 c01965bd

+8 -10851
-3284
pkgs/applications/video/obs-studio/plugins/obs-livesplit-one/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.20.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" 10 - dependencies = [ 11 - "gimli 0.27.3", 12 - ] 13 - 14 - [[package]] 15 - name = "addr2line" 16 - version = "0.21.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 19 - dependencies = [ 20 - "gimli 0.28.0", 21 - ] 22 - 23 - [[package]] 24 - name = "adler" 25 - version = "1.0.2" 26 - source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 28 - 29 - [[package]] 30 - name = "ahash" 31 - version = "0.8.3" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 34 - dependencies = [ 35 - "cfg-if", 36 - "once_cell", 37 - "version_check", 38 - ] 39 - 40 - [[package]] 41 - name = "aho-corasick" 42 - version = "1.0.5" 43 - source = "registry+https://github.com/rust-lang/crates.io-index" 44 - checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" 45 - dependencies = [ 46 - "memchr", 47 - ] 48 - 49 - [[package]] 50 - name = "aliasable" 51 - version = "0.1.3" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 54 - 55 - [[package]] 56 - name = "allocator-api2" 57 - version = "0.2.16" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 60 - 61 - [[package]] 62 - name = "ambient-authority" 63 - version = "0.0.2" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b" 66 - 67 - [[package]] 68 - name = "anyhow" 69 - version = "1.0.75" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 72 - 73 - [[package]] 74 - name = "arbitrary" 75 - version = "1.3.0" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" 78 - 79 - [[package]] 80 - name = "arrayref" 81 - version = "0.3.7" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 84 - 85 - [[package]] 86 - name = "arrayvec" 87 - version = "0.7.4" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 90 - 91 - [[package]] 92 - name = "async-trait" 93 - version = "0.1.73" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 96 - dependencies = [ 97 - "proc-macro2", 98 - "quote", 99 - "syn 2.0.31", 100 - ] 101 - 102 - [[package]] 103 - name = "autocfg" 104 - version = "1.1.0" 105 - source = "registry+https://github.com/rust-lang/crates.io-index" 106 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 107 - 108 - [[package]] 109 - name = "backtrace" 110 - version = "0.3.69" 111 - source = "registry+https://github.com/rust-lang/crates.io-index" 112 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 113 - dependencies = [ 114 - "addr2line 0.21.0", 115 - "cc", 116 - "cfg-if", 117 - "libc", 118 - "miniz_oxide", 119 - "object 0.32.1", 120 - "rustc-demangle", 121 - ] 122 - 123 - [[package]] 124 - name = "base64" 125 - version = "0.21.4" 126 - source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" 128 - 129 - [[package]] 130 - name = "base64-simd" 131 - version = "0.8.0" 132 - source = "registry+https://github.com/rust-lang/crates.io-index" 133 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 134 - dependencies = [ 135 - "outref", 136 - "vsimd", 137 - ] 138 - 139 - [[package]] 140 - name = "bincode" 141 - version = "1.3.3" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 144 - dependencies = [ 145 - "serde", 146 - ] 147 - 148 - [[package]] 149 - name = "bindgen" 150 - version = "0.59.2" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8" 153 - dependencies = [ 154 - "bitflags 1.3.2", 155 - "cexpr", 156 - "clang-sys", 157 - "lazy_static", 158 - "lazycell", 159 - "peeking_take_while", 160 - "proc-macro2", 161 - "quote", 162 - "regex", 163 - "rustc-hash", 164 - "shlex", 165 - ] 166 - 167 - [[package]] 168 - name = "bitflags" 169 - version = "1.3.2" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 172 - 173 - [[package]] 174 - name = "bitflags" 175 - version = "2.4.0" 176 - source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 178 - 179 - [[package]] 180 - name = "bitvec" 181 - version = "1.0.1" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 184 - dependencies = [ 185 - "funty", 186 - "radium", 187 - "tap", 188 - "wyz", 189 - ] 190 - 191 - [[package]] 192 - name = "bumpalo" 193 - version = "3.13.0" 194 - source = "registry+https://github.com/rust-lang/crates.io-index" 195 - checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 196 - 197 - [[package]] 198 - name = "bytemuck" 199 - version = "1.14.0" 200 - source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 202 - 203 - [[package]] 204 - name = "bytemuck_derive" 205 - version = "1.5.0" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 208 - dependencies = [ 209 - "proc-macro2", 210 - "quote", 211 - "syn 2.0.31", 212 - ] 213 - 214 - [[package]] 215 - name = "byteorder" 216 - version = "1.4.3" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 219 - 220 - [[package]] 221 - name = "bytes" 222 - version = "1.5.0" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 225 - 226 - [[package]] 227 - name = "cap-fs-ext" 228 - version = "2.0.0" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "b779b2d0a001c125b4584ad586268fb4b92d957bff8d26d7fe0dd78283faa814" 231 - dependencies = [ 232 - "cap-primitives", 233 - "cap-std", 234 - "io-lifetimes 2.0.2", 235 - "windows-sys", 236 - ] 237 - 238 - [[package]] 239 - name = "cap-primitives" 240 - version = "2.0.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "2bf30c373a3bee22c292b1b6a7a26736a38376840f1af3d2d806455edf8c3899" 243 - dependencies = [ 244 - "ambient-authority", 245 - "fs-set-times", 246 - "io-extras", 247 - "io-lifetimes 2.0.2", 248 - "ipnet", 249 - "maybe-owned", 250 - "rustix 0.38.12", 251 - "windows-sys", 252 - "winx", 253 - ] 254 - 255 - [[package]] 256 - name = "cap-rand" 257 - version = "2.0.0" 258 - source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "577de6cff7c2a47d6b13efe5dd28bf116bd7f8f7db164ea95b7cc2640711f522" 260 - dependencies = [ 261 - "ambient-authority", 262 - "rand", 263 - ] 264 - 265 - [[package]] 266 - name = "cap-std" 267 - version = "2.0.0" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "84bade423fa6403efeebeafe568fdb230e8c590a275fba2ba978dd112efcf6e9" 270 - dependencies = [ 271 - "cap-primitives", 272 - "io-extras", 273 - "io-lifetimes 2.0.2", 274 - "rustix 0.38.12", 275 - ] 276 - 277 - [[package]] 278 - name = "cap-time-ext" 279 - version = "2.0.0" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "f8f52b3c8f4abfe3252fd0a071f3004aaa3b18936ec97bdbd8763ce03aff6247" 282 - dependencies = [ 283 - "cap-primitives", 284 - "once_cell", 285 - "rustix 0.38.12", 286 - "winx", 287 - ] 288 - 289 - [[package]] 290 - name = "cc" 291 - version = "1.0.83" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 294 - dependencies = [ 295 - "libc", 296 - ] 297 - 298 - [[package]] 299 - name = "cexpr" 300 - version = "0.6.0" 301 - source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 303 - dependencies = [ 304 - "nom", 305 - ] 306 - 307 - [[package]] 308 - name = "cfg-if" 309 - version = "1.0.0" 310 - source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 312 - 313 - [[package]] 314 - name = "clang-sys" 315 - version = "1.6.1" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 318 - dependencies = [ 319 - "glob", 320 - "libc", 321 - "libloading", 322 - ] 323 - 324 - [[package]] 325 - name = "color_quant" 326 - version = "1.1.0" 327 - source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 329 - 330 - [[package]] 331 - name = "core-foundation" 332 - version = "0.9.3" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 335 - dependencies = [ 336 - "core-foundation-sys", 337 - "libc", 338 - ] 339 - 340 - [[package]] 341 - name = "core-foundation-sys" 342 - version = "0.8.4" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 345 - 346 - [[package]] 347 - name = "cosmic-text" 348 - version = "0.9.0" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "b0b68966c2543609f8d92f9d33ac3b719b2a67529b0c6c0b3e025637b477eef9" 351 - dependencies = [ 352 - "aliasable", 353 - "fontdb", 354 - "libm", 355 - "log", 356 - "rangemap", 357 - "rustybuzz", 358 - "sys-locale", 359 - "unicode-bidi", 360 - "unicode-linebreak", 361 - "unicode-script", 362 - "unicode-segmentation", 363 - ] 364 - 365 - [[package]] 366 - name = "cpp_demangle" 367 - version = "0.3.5" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" 370 - dependencies = [ 371 - "cfg-if", 372 - ] 373 - 374 - [[package]] 375 - name = "cranelift-bforest" 376 - version = "0.99.1" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "d7348010242a23d0285e5f852f13b07f9540a50f13ab6e92fd047b88490bf5ee" 379 - dependencies = [ 380 - "cranelift-entity", 381 - ] 382 - 383 - [[package]] 384 - name = "cranelift-codegen" 385 - version = "0.99.1" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "38849e3b19bc9a6dbf8bc188876b76e6ba288089a5567be573de50f44801375c" 388 - dependencies = [ 389 - "bumpalo", 390 - "cranelift-bforest", 391 - "cranelift-codegen-meta", 392 - "cranelift-codegen-shared", 393 - "cranelift-control", 394 - "cranelift-entity", 395 - "cranelift-isle", 396 - "gimli 0.27.3", 397 - "hashbrown 0.13.2", 398 - "log", 399 - "regalloc2", 400 - "smallvec", 401 - "target-lexicon", 402 - ] 403 - 404 - [[package]] 405 - name = "cranelift-codegen-meta" 406 - version = "0.99.1" 407 - source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "a3de51da572e65cb712a47b7413c50208cac61a4201560038de929d9a7f4fadf" 409 - dependencies = [ 410 - "cranelift-codegen-shared", 411 - ] 412 - 413 - [[package]] 414 - name = "cranelift-codegen-shared" 415 - version = "0.99.1" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "d75f869ae826055a5064d4a400abde7806eb86d89765dbae51d42846df23121a" 418 - 419 - [[package]] 420 - name = "cranelift-control" 421 - version = "0.99.1" 422 - source = "registry+https://github.com/rust-lang/crates.io-index" 423 - checksum = "bdf6631316ad6ccfd60055740ad25326330d31407a983a454e45c5a62f64d101" 424 - dependencies = [ 425 - "arbitrary", 426 - ] 427 - 428 - [[package]] 429 - name = "cranelift-entity" 430 - version = "0.99.1" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "9d1d6a38935ee64551a7c8da4cc759fdcaba1d951ec56336737c0459ed5a05d2" 433 - dependencies = [ 434 - "serde", 435 - ] 436 - 437 - [[package]] 438 - name = "cranelift-frontend" 439 - version = "0.99.1" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "ba73c410c2d52e28fc4b49aab955a1c2f58580ff37a3b0641e23bccd6049e4b5" 442 - dependencies = [ 443 - "cranelift-codegen", 444 - "log", 445 - "smallvec", 446 - "target-lexicon", 447 - ] 448 - 449 - [[package]] 450 - name = "cranelift-isle" 451 - version = "0.99.1" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "61acaa7646020e0444bb3a22d212a5bae0e3b3969b18e1276a037ccd6493a8fd" 454 - 455 - [[package]] 456 - name = "cranelift-native" 457 - version = "0.99.1" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "543f52ef487498253ebe5df321373c5c314da74ada0e92f13451b6f887194f87" 460 - dependencies = [ 461 - "cranelift-codegen", 462 - "libc", 463 - "target-lexicon", 464 - ] 465 - 466 - [[package]] 467 - name = "cranelift-wasm" 468 - version = "0.99.1" 469 - source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "788c27f41f31a50a9a3546b91253ad9495cd54df0d6533b3f3dcb4fb7a988f69" 471 - dependencies = [ 472 - "cranelift-codegen", 473 - "cranelift-entity", 474 - "cranelift-frontend", 475 - "itertools", 476 - "log", 477 - "smallvec", 478 - "wasmparser 0.110.0", 479 - "wasmtime-types", 480 - ] 481 - 482 - [[package]] 483 - name = "crc32fast" 484 - version = "1.3.2" 485 - source = "registry+https://github.com/rust-lang/crates.io-index" 486 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 487 - dependencies = [ 488 - "cfg-if", 489 - ] 490 - 491 - [[package]] 492 - name = "crossbeam-channel" 493 - version = "0.5.8" 494 - source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 496 - dependencies = [ 497 - "cfg-if", 498 - "crossbeam-utils", 499 - ] 500 - 501 - [[package]] 502 - name = "crossbeam-deque" 503 - version = "0.8.3" 504 - source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 506 - dependencies = [ 507 - "cfg-if", 508 - "crossbeam-epoch", 509 - "crossbeam-utils", 510 - ] 511 - 512 - [[package]] 513 - name = "crossbeam-epoch" 514 - version = "0.9.15" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 517 - dependencies = [ 518 - "autocfg", 519 - "cfg-if", 520 - "crossbeam-utils", 521 - "memoffset 0.9.0", 522 - "scopeguard", 523 - ] 524 - 525 - [[package]] 526 - name = "crossbeam-utils" 527 - version = "0.8.16" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 530 - dependencies = [ 531 - "cfg-if", 532 - ] 533 - 534 - [[package]] 535 - name = "debugid" 536 - version = "0.8.0" 537 - source = "registry+https://github.com/rust-lang/crates.io-index" 538 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 539 - dependencies = [ 540 - "uuid", 541 - ] 542 - 543 - [[package]] 544 - name = "deranged" 545 - version = "0.3.8" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 548 - 549 - [[package]] 550 - name = "dirs" 551 - version = "4.0.0" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 554 - dependencies = [ 555 - "dirs-sys", 556 - ] 557 - 558 - [[package]] 559 - name = "dirs-sys" 560 - version = "0.3.7" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 563 - dependencies = [ 564 - "libc", 565 - "redox_users", 566 - "winapi", 567 - ] 568 - 569 - [[package]] 570 - name = "doc-comment" 571 - version = "0.3.3" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 574 - 575 - [[package]] 576 - name = "either" 577 - version = "1.9.0" 578 - source = "registry+https://github.com/rust-lang/crates.io-index" 579 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 580 - 581 - [[package]] 582 - name = "encoding_rs" 583 - version = "0.8.33" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 586 - dependencies = [ 587 - "cfg-if", 588 - ] 589 - 590 - [[package]] 591 - name = "equivalent" 592 - version = "1.0.1" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 595 - 596 - [[package]] 597 - name = "errno" 598 - version = "0.2.8" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 601 - dependencies = [ 602 - "errno-dragonfly", 603 - "libc", 604 - "winapi", 605 - ] 606 - 607 - [[package]] 608 - name = "errno" 609 - version = "0.3.3" 610 - source = "registry+https://github.com/rust-lang/crates.io-index" 611 - checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" 612 - dependencies = [ 613 - "errno-dragonfly", 614 - "libc", 615 - "windows-sys", 616 - ] 617 - 618 - [[package]] 619 - name = "errno-dragonfly" 620 - version = "0.1.2" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 623 - dependencies = [ 624 - "cc", 625 - "libc", 626 - ] 627 - 628 - [[package]] 629 - name = "evdev" 630 - version = "0.12.1" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "2bed59fcc8cfd6b190814a509018388462d3b203cf6dd10db5c00087e72a83f3" 633 - dependencies = [ 634 - "bitvec", 635 - "cfg-if", 636 - "libc", 637 - "nix 0.23.2", 638 - "thiserror", 639 - ] 640 - 641 - [[package]] 642 - name = "fallible-iterator" 643 - version = "0.2.0" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 646 - 647 - [[package]] 648 - name = "fd-lock" 649 - version = "4.0.0" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9" 652 - dependencies = [ 653 - "cfg-if", 654 - "rustix 0.38.12", 655 - "windows-sys", 656 - ] 657 - 658 - [[package]] 659 - name = "fdeflate" 660 - version = "0.3.0" 661 - source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 663 - dependencies = [ 664 - "simd-adler32", 665 - ] 666 - 667 - [[package]] 668 - name = "flate2" 669 - version = "1.0.27" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 672 - dependencies = [ 673 - "crc32fast", 674 - "miniz_oxide", 675 - ] 676 - 677 - [[package]] 678 - name = "fnv" 679 - version = "1.0.7" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 682 - 683 - [[package]] 684 - name = "fontdb" 685 - version = "0.14.1" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "af8d8cbea8f21307d7e84bca254772981296f058a1d36b461bf4d83a7499fc9e" 688 - dependencies = [ 689 - "log", 690 - "memmap2", 691 - "slotmap", 692 - "tinyvec", 693 - "ttf-parser", 694 - ] 695 - 696 - [[package]] 697 - name = "form_urlencoded" 698 - version = "1.2.0" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 701 - dependencies = [ 702 - "percent-encoding", 703 - ] 704 - 705 - [[package]] 706 - name = "fs-set-times" 707 - version = "0.20.0" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "dd738b84894214045e8414eaded76359b4a5773f0a0a56b16575110739cdcf39" 710 - dependencies = [ 711 - "io-lifetimes 2.0.2", 712 - "rustix 0.38.12", 713 - "windows-sys", 714 - ] 715 - 716 - [[package]] 717 - name = "funty" 718 - version = "2.0.0" 719 - source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 721 - 722 - [[package]] 723 - name = "futures" 724 - version = "0.3.28" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 727 - dependencies = [ 728 - "futures-channel", 729 - "futures-core", 730 - "futures-io", 731 - "futures-sink", 732 - "futures-task", 733 - "futures-util", 734 - ] 735 - 736 - [[package]] 737 - name = "futures-channel" 738 - version = "0.3.28" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 741 - dependencies = [ 742 - "futures-core", 743 - "futures-sink", 744 - ] 745 - 746 - [[package]] 747 - name = "futures-core" 748 - version = "0.3.28" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 751 - 752 - [[package]] 753 - name = "futures-io" 754 - version = "0.3.28" 755 - source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 757 - 758 - [[package]] 759 - name = "futures-macro" 760 - version = "0.3.28" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 763 - dependencies = [ 764 - "proc-macro2", 765 - "quote", 766 - "syn 2.0.31", 767 - ] 768 - 769 - [[package]] 770 - name = "futures-sink" 771 - version = "0.3.28" 772 - source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 774 - 775 - [[package]] 776 - name = "futures-task" 777 - version = "0.3.28" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 780 - 781 - [[package]] 782 - name = "futures-util" 783 - version = "0.3.28" 784 - source = "registry+https://github.com/rust-lang/crates.io-index" 785 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 786 - dependencies = [ 787 - "futures-core", 788 - "futures-io", 789 - "futures-macro", 790 - "futures-sink", 791 - "futures-task", 792 - "memchr", 793 - "pin-project-lite", 794 - "pin-utils", 795 - "slab", 796 - ] 797 - 798 - [[package]] 799 - name = "fxhash" 800 - version = "0.2.1" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 803 - dependencies = [ 804 - "byteorder", 805 - ] 806 - 807 - [[package]] 808 - name = "fxprof-processed-profile" 809 - version = "0.6.0" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd" 812 - dependencies = [ 813 - "bitflags 2.4.0", 814 - "debugid", 815 - "fxhash", 816 - "serde", 817 - "serde_json", 818 - ] 819 - 820 - [[package]] 821 - name = "getrandom" 822 - version = "0.2.10" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 825 - dependencies = [ 826 - "cfg-if", 827 - "libc", 828 - "wasi", 829 - ] 830 - 831 - [[package]] 832 - name = "gif" 833 - version = "0.12.0" 834 - source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 836 - dependencies = [ 837 - "color_quant", 838 - "weezl", 839 - ] 840 - 841 - [[package]] 842 - name = "gimli" 843 - version = "0.27.3" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" 846 - dependencies = [ 847 - "fallible-iterator", 848 - "indexmap 1.9.3", 849 - "stable_deref_trait", 850 - ] 851 - 852 - [[package]] 853 - name = "gimli" 854 - version = "0.28.0" 855 - source = "registry+https://github.com/rust-lang/crates.io-index" 856 - checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 857 - 858 - [[package]] 859 - name = "glob" 860 - version = "0.3.1" 861 - source = "registry+https://github.com/rust-lang/crates.io-index" 862 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 863 - 864 - [[package]] 865 - name = "h2" 866 - version = "0.3.21" 867 - source = "registry+https://github.com/rust-lang/crates.io-index" 868 - checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 869 - dependencies = [ 870 - "bytes", 871 - "fnv", 872 - "futures-core", 873 - "futures-sink", 874 - "futures-util", 875 - "http", 876 - "indexmap 1.9.3", 877 - "slab", 878 - "tokio", 879 - "tokio-util", 880 - "tracing", 881 - ] 882 - 883 - [[package]] 884 - name = "hashbrown" 885 - version = "0.12.3" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 888 - 889 - [[package]] 890 - name = "hashbrown" 891 - version = "0.13.2" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 894 - dependencies = [ 895 - "ahash", 896 - ] 897 - 898 - [[package]] 899 - name = "hashbrown" 900 - version = "0.14.0" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 903 - dependencies = [ 904 - "ahash", 905 - "allocator-api2", 906 - ] 907 - 908 - [[package]] 909 - name = "heck" 910 - version = "0.4.1" 911 - source = "registry+https://github.com/rust-lang/crates.io-index" 912 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 913 - 914 - [[package]] 915 - name = "hermit-abi" 916 - version = "0.3.2" 917 - source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 919 - 920 - [[package]] 921 - name = "http" 922 - version = "0.2.9" 923 - source = "registry+https://github.com/rust-lang/crates.io-index" 924 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 925 - dependencies = [ 926 - "bytes", 927 - "fnv", 928 - "itoa", 929 - ] 930 - 931 - [[package]] 932 - name = "http-body" 933 - version = "0.4.5" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 936 - dependencies = [ 937 - "bytes", 938 - "http", 939 - "pin-project-lite", 940 - ] 941 - 942 - [[package]] 943 - name = "httparse" 944 - version = "1.8.0" 945 - source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 947 - 948 - [[package]] 949 - name = "httpdate" 950 - version = "1.0.3" 951 - source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 953 - 954 - [[package]] 955 - name = "hyper" 956 - version = "0.14.27" 957 - source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 959 - dependencies = [ 960 - "bytes", 961 - "futures-channel", 962 - "futures-core", 963 - "futures-util", 964 - "h2", 965 - "http", 966 - "http-body", 967 - "httparse", 968 - "httpdate", 969 - "itoa", 970 - "pin-project-lite", 971 - "socket2 0.4.9", 972 - "tokio", 973 - "tower-service", 974 - "tracing", 975 - "want", 976 - ] 977 - 978 - [[package]] 979 - name = "hyper-rustls" 980 - version = "0.24.1" 981 - source = "registry+https://github.com/rust-lang/crates.io-index" 982 - checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" 983 - dependencies = [ 984 - "futures-util", 985 - "http", 986 - "hyper", 987 - "rustls", 988 - "tokio", 989 - "tokio-rustls", 990 - ] 991 - 992 - [[package]] 993 - name = "id-arena" 994 - version = "2.2.1" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 997 - 998 - [[package]] 999 - name = "idna" 1000 - version = "0.4.0" 1001 - source = "registry+https://github.com/rust-lang/crates.io-index" 1002 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1003 - dependencies = [ 1004 - "unicode-bidi", 1005 - "unicode-normalization", 1006 - ] 1007 - 1008 - [[package]] 1009 - name = "image" 1010 - version = "0.24.7" 1011 - source = "registry+https://github.com/rust-lang/crates.io-index" 1012 - checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 1013 - dependencies = [ 1014 - "bytemuck", 1015 - "byteorder", 1016 - "color_quant", 1017 - "gif", 1018 - "jpeg-decoder", 1019 - "num-rational", 1020 - "num-traits", 1021 - "png", 1022 - "tiff", 1023 - ] 1024 - 1025 - [[package]] 1026 - name = "indexmap" 1027 - version = "1.9.3" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1030 - dependencies = [ 1031 - "autocfg", 1032 - "hashbrown 0.12.3", 1033 - ] 1034 - 1035 - [[package]] 1036 - name = "indexmap" 1037 - version = "2.0.0" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1040 - dependencies = [ 1041 - "equivalent", 1042 - "hashbrown 0.14.0", 1043 - "serde", 1044 - ] 1045 - 1046 - [[package]] 1047 - name = "io-extras" 1048 - version = "0.18.0" 1049 - source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "9d3c230ee517ee76b1cc593b52939ff68deda3fae9e41eca426c6b4993df51c4" 1051 - dependencies = [ 1052 - "io-lifetimes 2.0.2", 1053 - "windows-sys", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "io-lifetimes" 1058 - version = "1.0.11" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1061 - dependencies = [ 1062 - "hermit-abi", 1063 - "libc", 1064 - "windows-sys", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "io-lifetimes" 1069 - version = "2.0.2" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c" 1072 - 1073 - [[package]] 1074 - name = "ipnet" 1075 - version = "2.8.0" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 1078 - 1079 - [[package]] 1080 - name = "is-docker" 1081 - version = "0.2.0" 1082 - source = "registry+https://github.com/rust-lang/crates.io-index" 1083 - checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 1084 - dependencies = [ 1085 - "once_cell", 1086 - ] 1087 - 1088 - [[package]] 1089 - name = "is-terminal" 1090 - version = "0.4.9" 1091 - source = "registry+https://github.com/rust-lang/crates.io-index" 1092 - checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 1093 - dependencies = [ 1094 - "hermit-abi", 1095 - "rustix 0.38.12", 1096 - "windows-sys", 1097 - ] 1098 - 1099 - [[package]] 1100 - name = "is-wsl" 1101 - version = "0.4.0" 1102 - source = "registry+https://github.com/rust-lang/crates.io-index" 1103 - checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 1104 - dependencies = [ 1105 - "is-docker", 1106 - "once_cell", 1107 - ] 1108 - 1109 - [[package]] 1110 - name = "itertools" 1111 - version = "0.10.5" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1114 - dependencies = [ 1115 - "either", 1116 - ] 1117 - 1118 - [[package]] 1119 - name = "itoa" 1120 - version = "1.0.9" 1121 - source = "registry+https://github.com/rust-lang/crates.io-index" 1122 - checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1123 - 1124 - [[package]] 1125 - name = "jpeg-decoder" 1126 - version = "0.3.0" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 1129 - 1130 - [[package]] 1131 - name = "js-sys" 1132 - version = "0.3.64" 1133 - source = "registry+https://github.com/rust-lang/crates.io-index" 1134 - checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1135 - dependencies = [ 1136 - "wasm-bindgen", 1137 - ] 1138 - 1139 - [[package]] 1140 - name = "lazy_static" 1141 - version = "1.4.0" 1142 - source = "registry+https://github.com/rust-lang/crates.io-index" 1143 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1144 - 1145 - [[package]] 1146 - name = "lazycell" 1147 - version = "1.3.0" 1148 - source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1150 - 1151 - [[package]] 1152 - name = "leb128" 1153 - version = "0.2.5" 1154 - source = "registry+https://github.com/rust-lang/crates.io-index" 1155 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 1156 - 1157 - [[package]] 1158 - name = "libc" 1159 - version = "0.2.147" 1160 - source = "registry+https://github.com/rust-lang/crates.io-index" 1161 - checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 1162 - 1163 - [[package]] 1164 - name = "libloading" 1165 - version = "0.7.4" 1166 - source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1168 - dependencies = [ 1169 - "cfg-if", 1170 - "winapi", 1171 - ] 1172 - 1173 - [[package]] 1174 - name = "libm" 1175 - version = "0.2.7" 1176 - source = "registry+https://github.com/rust-lang/crates.io-index" 1177 - checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 1178 - 1179 - [[package]] 1180 - name = "libproc" 1181 - version = "0.12.0" 1182 - source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "0b799ad155d75ce914c467ee5627b62247c20d4aedbd446f821484cebf3cded7" 1184 - dependencies = [ 1185 - "bindgen", 1186 - "errno 0.2.8", 1187 - "libc", 1188 - ] 1189 - 1190 - [[package]] 1191 - name = "linux-raw-sys" 1192 - version = "0.3.8" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1195 - 1196 - [[package]] 1197 - name = "linux-raw-sys" 1198 - version = "0.4.7" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" 1201 - 1202 - [[package]] 1203 - name = "livesplit-auto-splitting" 1204 - version = "0.1.0" 1205 - source = "git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303" 1206 - dependencies = [ 1207 - "anyhow", 1208 - "async-trait", 1209 - "proc-maps", 1210 - "read-process-memory", 1211 - "slotmap", 1212 - "snafu", 1213 - "sysinfo", 1214 - "time", 1215 - "wasi-common", 1216 - "wasmtime", 1217 - "wasmtime-wasi", 1218 - "windows-sys", 1219 - ] 1220 - 1221 - [[package]] 1222 - name = "livesplit-core" 1223 - version = "0.13.0" 1224 - source = "git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303" 1225 - dependencies = [ 1226 - "base64-simd", 1227 - "bytemuck", 1228 - "bytemuck_derive", 1229 - "cfg-if", 1230 - "cosmic-text", 1231 - "hashbrown 0.14.0", 1232 - "image", 1233 - "itoa", 1234 - "libc", 1235 - "libm", 1236 - "livesplit-auto-splitting", 1237 - "livesplit-hotkey", 1238 - "livesplit-title-abbreviations", 1239 - "log", 1240 - "memchr", 1241 - "serde", 1242 - "serde_derive", 1243 - "serde_json", 1244 - "simdutf8", 1245 - "smallstr", 1246 - "snafu", 1247 - "time", 1248 - "tiny-skia", 1249 - "tiny-skia-path", 1250 - "tokio", 1251 - "unicase", 1252 - "windows-sys", 1253 - ] 1254 - 1255 - [[package]] 1256 - name = "livesplit-hotkey" 1257 - version = "0.7.0" 1258 - source = "git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303" 1259 - dependencies = [ 1260 - "bitflags 2.4.0", 1261 - "cfg-if", 1262 - "crossbeam-channel", 1263 - "evdev", 1264 - "mio", 1265 - "nix 0.27.1", 1266 - "promising-future", 1267 - "serde", 1268 - "windows-sys", 1269 - "x11-dl", 1270 - ] 1271 - 1272 - [[package]] 1273 - name = "livesplit-title-abbreviations" 1274 - version = "0.3.0" 1275 - source = "git+https://github.com/LiveSplit/livesplit-core#c487b50359835dbd35aead866c12e91e96ecc303" 1276 - dependencies = [ 1277 - "unicase", 1278 - ] 1279 - 1280 - [[package]] 1281 - name = "log" 1282 - version = "0.4.20" 1283 - source = "registry+https://github.com/rust-lang/crates.io-index" 1284 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1285 - dependencies = [ 1286 - "serde", 1287 - ] 1288 - 1289 - [[package]] 1290 - name = "mach" 1291 - version = "0.3.2" 1292 - source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 1294 - dependencies = [ 1295 - "libc", 1296 - ] 1297 - 1298 - [[package]] 1299 - name = "mach2" 1300 - version = "0.4.1" 1301 - source = "registry+https://github.com/rust-lang/crates.io-index" 1302 - checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" 1303 - dependencies = [ 1304 - "libc", 1305 - ] 1306 - 1307 - [[package]] 1308 - name = "maybe-owned" 1309 - version = "0.3.4" 1310 - source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" 1312 - 1313 - [[package]] 1314 - name = "memchr" 1315 - version = "2.6.3" 1316 - source = "registry+https://github.com/rust-lang/crates.io-index" 1317 - checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 1318 - 1319 - [[package]] 1320 - name = "memfd" 1321 - version = "0.6.3" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" 1324 - dependencies = [ 1325 - "rustix 0.37.23", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "memmap2" 1330 - version = "0.6.2" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872" 1333 - dependencies = [ 1334 - "libc", 1335 - ] 1336 - 1337 - [[package]] 1338 - name = "memoffset" 1339 - version = "0.6.5" 1340 - source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1342 - dependencies = [ 1343 - "autocfg", 1344 - ] 1345 - 1346 - [[package]] 1347 - name = "memoffset" 1348 - version = "0.9.0" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1351 - dependencies = [ 1352 - "autocfg", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "mime" 1357 - version = "0.3.17" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1360 - 1361 - [[package]] 1362 - name = "minimal-lexical" 1363 - version = "0.2.1" 1364 - source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1366 - 1367 - [[package]] 1368 - name = "miniz_oxide" 1369 - version = "0.7.1" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1372 - dependencies = [ 1373 - "adler", 1374 - "simd-adler32", 1375 - ] 1376 - 1377 - [[package]] 1378 - name = "mio" 1379 - version = "0.8.8" 1380 - source = "registry+https://github.com/rust-lang/crates.io-index" 1381 - checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1382 - dependencies = [ 1383 - "libc", 1384 - "wasi", 1385 - "windows-sys", 1386 - ] 1387 - 1388 - [[package]] 1389 - name = "nix" 1390 - version = "0.23.2" 1391 - source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c" 1393 - dependencies = [ 1394 - "bitflags 1.3.2", 1395 - "cc", 1396 - "cfg-if", 1397 - "libc", 1398 - "memoffset 0.6.5", 1399 - ] 1400 - 1401 - [[package]] 1402 - name = "nix" 1403 - version = "0.27.1" 1404 - source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 1406 - dependencies = [ 1407 - "bitflags 2.4.0", 1408 - "cfg-if", 1409 - "libc", 1410 - ] 1411 - 1412 - [[package]] 1413 - name = "nom" 1414 - version = "7.1.3" 1415 - source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1417 - dependencies = [ 1418 - "memchr", 1419 - "minimal-lexical", 1420 - ] 1421 - 1422 - [[package]] 1423 - name = "ntapi" 1424 - version = "0.4.1" 1425 - source = "registry+https://github.com/rust-lang/crates.io-index" 1426 - checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 1427 - dependencies = [ 1428 - "winapi", 1429 - ] 1430 - 1431 - [[package]] 1432 - name = "num-integer" 1433 - version = "0.1.45" 1434 - source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1436 - dependencies = [ 1437 - "autocfg", 1438 - "num-traits", 1439 - ] 1440 - 1441 - [[package]] 1442 - name = "num-rational" 1443 - version = "0.4.1" 1444 - source = "registry+https://github.com/rust-lang/crates.io-index" 1445 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1446 - dependencies = [ 1447 - "autocfg", 1448 - "num-integer", 1449 - "num-traits", 1450 - ] 1451 - 1452 - [[package]] 1453 - name = "num-traits" 1454 - version = "0.2.16" 1455 - source = "registry+https://github.com/rust-lang/crates.io-index" 1456 - checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1457 - dependencies = [ 1458 - "autocfg", 1459 - ] 1460 - 1461 - [[package]] 1462 - name = "num_cpus" 1463 - version = "1.16.0" 1464 - source = "registry+https://github.com/rust-lang/crates.io-index" 1465 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1466 - dependencies = [ 1467 - "hermit-abi", 1468 - "libc", 1469 - ] 1470 - 1471 - [[package]] 1472 - name = "num_threads" 1473 - version = "0.1.6" 1474 - source = "registry+https://github.com/rust-lang/crates.io-index" 1475 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1476 - dependencies = [ 1477 - "libc", 1478 - ] 1479 - 1480 - [[package]] 1481 - name = "object" 1482 - version = "0.31.1" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" 1485 - dependencies = [ 1486 - "crc32fast", 1487 - "hashbrown 0.13.2", 1488 - "indexmap 1.9.3", 1489 - "memchr", 1490 - ] 1491 - 1492 - [[package]] 1493 - name = "object" 1494 - version = "0.32.1" 1495 - source = "registry+https://github.com/rust-lang/crates.io-index" 1496 - checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 1497 - dependencies = [ 1498 - "memchr", 1499 - ] 1500 - 1501 - [[package]] 1502 - name = "obs" 1503 - version = "0.1.0" 1504 - 1505 - [[package]] 1506 - name = "obs-livesplit-one" 1507 - version = "0.1.0" 1508 - dependencies = [ 1509 - "anyhow", 1510 - "livesplit-core", 1511 - "log", 1512 - "obs", 1513 - "open", 1514 - "percent-encoding", 1515 - "quick-xml", 1516 - "reqwest", 1517 - "serde", 1518 - "serde_derive", 1519 - "serde_json", 1520 - "shlex", 1521 - ] 1522 - 1523 - [[package]] 1524 - name = "once_cell" 1525 - version = "1.18.0" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1528 - 1529 - [[package]] 1530 - name = "open" 1531 - version = "5.0.0" 1532 - source = "registry+https://github.com/rust-lang/crates.io-index" 1533 - checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8" 1534 - dependencies = [ 1535 - "is-wsl", 1536 - "libc", 1537 - "pathdiff", 1538 - ] 1539 - 1540 - [[package]] 1541 - name = "openssl-probe" 1542 - version = "0.1.5" 1543 - source = "registry+https://github.com/rust-lang/crates.io-index" 1544 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1545 - 1546 - [[package]] 1547 - name = "outref" 1548 - version = "0.5.1" 1549 - source = "registry+https://github.com/rust-lang/crates.io-index" 1550 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 1551 - 1552 - [[package]] 1553 - name = "paste" 1554 - version = "1.0.14" 1555 - source = "registry+https://github.com/rust-lang/crates.io-index" 1556 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 1557 - 1558 - [[package]] 1559 - name = "pathdiff" 1560 - version = "0.2.1" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1563 - 1564 - [[package]] 1565 - name = "peeking_take_while" 1566 - version = "0.1.2" 1567 - source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 1569 - 1570 - [[package]] 1571 - name = "percent-encoding" 1572 - version = "2.3.0" 1573 - source = "registry+https://github.com/rust-lang/crates.io-index" 1574 - checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1575 - 1576 - [[package]] 1577 - name = "pin-project-lite" 1578 - version = "0.2.13" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1581 - 1582 - [[package]] 1583 - name = "pin-utils" 1584 - version = "0.1.0" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1587 - 1588 - [[package]] 1589 - name = "pkg-config" 1590 - version = "0.3.27" 1591 - source = "registry+https://github.com/rust-lang/crates.io-index" 1592 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1593 - 1594 - [[package]] 1595 - name = "png" 1596 - version = "0.17.10" 1597 - source = "registry+https://github.com/rust-lang/crates.io-index" 1598 - checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 1599 - dependencies = [ 1600 - "bitflags 1.3.2", 1601 - "crc32fast", 1602 - "fdeflate", 1603 - "flate2", 1604 - "miniz_oxide", 1605 - ] 1606 - 1607 - [[package]] 1608 - name = "ppv-lite86" 1609 - version = "0.2.17" 1610 - source = "registry+https://github.com/rust-lang/crates.io-index" 1611 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1612 - 1613 - [[package]] 1614 - name = "proc-macro2" 1615 - version = "1.0.66" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 1618 - dependencies = [ 1619 - "unicode-ident", 1620 - ] 1621 - 1622 - [[package]] 1623 - name = "proc-maps" 1624 - version = "0.3.1" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "3d17946c951c8e8c4233375fdbfc212b215bd14ea1b18388eae8c95bb03a0174" 1627 - dependencies = [ 1628 - "anyhow", 1629 - "libc", 1630 - "libproc", 1631 - "mach2", 1632 - "winapi", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "promising-future" 1637 - version = "0.2.4" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "44ba461c1b8785e502867026d893fa52801faccfbfe59efdae7da4b9094b4ce2" 1640 - dependencies = [ 1641 - "threadpool", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "psm" 1646 - version = "0.1.21" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 1649 - dependencies = [ 1650 - "cc", 1651 - ] 1652 - 1653 - [[package]] 1654 - name = "pulldown-cmark" 1655 - version = "0.9.3" 1656 - source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" 1658 - dependencies = [ 1659 - "bitflags 1.3.2", 1660 - "memchr", 1661 - "unicase", 1662 - ] 1663 - 1664 - [[package]] 1665 - name = "quick-xml" 1666 - version = "0.30.0" 1667 - source = "registry+https://github.com/rust-lang/crates.io-index" 1668 - checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" 1669 - dependencies = [ 1670 - "memchr", 1671 - "serde", 1672 - ] 1673 - 1674 - [[package]] 1675 - name = "quote" 1676 - version = "1.0.33" 1677 - source = "registry+https://github.com/rust-lang/crates.io-index" 1678 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1679 - dependencies = [ 1680 - "proc-macro2", 1681 - ] 1682 - 1683 - [[package]] 1684 - name = "radium" 1685 - version = "0.7.0" 1686 - source = "registry+https://github.com/rust-lang/crates.io-index" 1687 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1688 - 1689 - [[package]] 1690 - name = "rand" 1691 - version = "0.8.5" 1692 - source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1694 - dependencies = [ 1695 - "libc", 1696 - "rand_chacha", 1697 - "rand_core", 1698 - ] 1699 - 1700 - [[package]] 1701 - name = "rand_chacha" 1702 - version = "0.3.1" 1703 - source = "registry+https://github.com/rust-lang/crates.io-index" 1704 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1705 - dependencies = [ 1706 - "ppv-lite86", 1707 - "rand_core", 1708 - ] 1709 - 1710 - [[package]] 1711 - name = "rand_core" 1712 - version = "0.6.4" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1715 - dependencies = [ 1716 - "getrandom", 1717 - ] 1718 - 1719 - [[package]] 1720 - name = "rangemap" 1721 - version = "1.3.0" 1722 - source = "registry+https://github.com/rust-lang/crates.io-index" 1723 - checksum = "8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263" 1724 - 1725 - [[package]] 1726 - name = "rayon" 1727 - version = "1.7.0" 1728 - source = "registry+https://github.com/rust-lang/crates.io-index" 1729 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1730 - dependencies = [ 1731 - "either", 1732 - "rayon-core", 1733 - ] 1734 - 1735 - [[package]] 1736 - name = "rayon-core" 1737 - version = "1.11.0" 1738 - source = "registry+https://github.com/rust-lang/crates.io-index" 1739 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1740 - dependencies = [ 1741 - "crossbeam-channel", 1742 - "crossbeam-deque", 1743 - "crossbeam-utils", 1744 - "num_cpus", 1745 - ] 1746 - 1747 - [[package]] 1748 - name = "read-process-memory" 1749 - version = "0.1.6" 1750 - source = "registry+https://github.com/rust-lang/crates.io-index" 1751 - checksum = "8497683b2f0b6887786f1928c118f26ecc6bb3d78bbb6ed23e8e7ba110af3bb0" 1752 - dependencies = [ 1753 - "libc", 1754 - "log", 1755 - "mach", 1756 - "winapi", 1757 - ] 1758 - 1759 - [[package]] 1760 - name = "redox_syscall" 1761 - version = "0.2.16" 1762 - source = "registry+https://github.com/rust-lang/crates.io-index" 1763 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1764 - dependencies = [ 1765 - "bitflags 1.3.2", 1766 - ] 1767 - 1768 - [[package]] 1769 - name = "redox_users" 1770 - version = "0.4.3" 1771 - source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1773 - dependencies = [ 1774 - "getrandom", 1775 - "redox_syscall", 1776 - "thiserror", 1777 - ] 1778 - 1779 - [[package]] 1780 - name = "regalloc2" 1781 - version = "0.9.2" 1782 - source = "registry+https://github.com/rust-lang/crates.io-index" 1783 - checksum = "5b4dcbd3a2ae7fb94b5813fa0e957c6ab51bf5d0a8ee1b69e0c2d0f1e6eb8485" 1784 - dependencies = [ 1785 - "hashbrown 0.13.2", 1786 - "log", 1787 - "rustc-hash", 1788 - "slice-group-by", 1789 - "smallvec", 1790 - ] 1791 - 1792 - [[package]] 1793 - name = "regex" 1794 - version = "1.9.5" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 1797 - dependencies = [ 1798 - "aho-corasick", 1799 - "memchr", 1800 - "regex-automata", 1801 - "regex-syntax", 1802 - ] 1803 - 1804 - [[package]] 1805 - name = "regex-automata" 1806 - version = "0.3.8" 1807 - source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 1809 - dependencies = [ 1810 - "aho-corasick", 1811 - "memchr", 1812 - "regex-syntax", 1813 - ] 1814 - 1815 - [[package]] 1816 - name = "regex-syntax" 1817 - version = "0.7.5" 1818 - source = "registry+https://github.com/rust-lang/crates.io-index" 1819 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 1820 - 1821 - [[package]] 1822 - name = "reqwest" 1823 - version = "0.11.20" 1824 - source = "registry+https://github.com/rust-lang/crates.io-index" 1825 - checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" 1826 - dependencies = [ 1827 - "base64", 1828 - "bytes", 1829 - "encoding_rs", 1830 - "futures-core", 1831 - "futures-util", 1832 - "h2", 1833 - "http", 1834 - "http-body", 1835 - "hyper", 1836 - "hyper-rustls", 1837 - "ipnet", 1838 - "js-sys", 1839 - "log", 1840 - "mime", 1841 - "once_cell", 1842 - "percent-encoding", 1843 - "pin-project-lite", 1844 - "rustls", 1845 - "rustls-native-certs", 1846 - "rustls-pemfile", 1847 - "serde", 1848 - "serde_json", 1849 - "serde_urlencoded", 1850 - "tokio", 1851 - "tokio-rustls", 1852 - "tower-service", 1853 - "url", 1854 - "wasm-bindgen", 1855 - "wasm-bindgen-futures", 1856 - "web-sys", 1857 - "winreg", 1858 - ] 1859 - 1860 - [[package]] 1861 - name = "ring" 1862 - version = "0.16.20" 1863 - source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1865 - dependencies = [ 1866 - "cc", 1867 - "libc", 1868 - "once_cell", 1869 - "spin", 1870 - "untrusted", 1871 - "web-sys", 1872 - "winapi", 1873 - ] 1874 - 1875 - [[package]] 1876 - name = "rustc-demangle" 1877 - version = "0.1.23" 1878 - source = "registry+https://github.com/rust-lang/crates.io-index" 1879 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1880 - 1881 - [[package]] 1882 - name = "rustc-hash" 1883 - version = "1.1.0" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1886 - 1887 - [[package]] 1888 - name = "rustix" 1889 - version = "0.37.23" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 1892 - dependencies = [ 1893 - "bitflags 1.3.2", 1894 - "errno 0.3.3", 1895 - "io-lifetimes 1.0.11", 1896 - "libc", 1897 - "linux-raw-sys 0.3.8", 1898 - "windows-sys", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "rustix" 1903 - version = "0.38.12" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "bdf14a7a466ce88b5eac3da815b53aefc208ce7e74d1c263aabb04d88c4abeb1" 1906 - dependencies = [ 1907 - "bitflags 2.4.0", 1908 - "errno 0.3.3", 1909 - "itoa", 1910 - "libc", 1911 - "linux-raw-sys 0.4.7", 1912 - "once_cell", 1913 - "windows-sys", 1914 - ] 1915 - 1916 - [[package]] 1917 - name = "rustls" 1918 - version = "0.21.7" 1919 - source = "registry+https://github.com/rust-lang/crates.io-index" 1920 - checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" 1921 - dependencies = [ 1922 - "log", 1923 - "ring", 1924 - "rustls-webpki", 1925 - "sct", 1926 - ] 1927 - 1928 - [[package]] 1929 - name = "rustls-native-certs" 1930 - version = "0.6.3" 1931 - source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 1933 - dependencies = [ 1934 - "openssl-probe", 1935 - "rustls-pemfile", 1936 - "schannel", 1937 - "security-framework", 1938 - ] 1939 - 1940 - [[package]] 1941 - name = "rustls-pemfile" 1942 - version = "1.0.3" 1943 - source = "registry+https://github.com/rust-lang/crates.io-index" 1944 - checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 1945 - dependencies = [ 1946 - "base64", 1947 - ] 1948 - 1949 - [[package]] 1950 - name = "rustls-webpki" 1951 - version = "0.101.4" 1952 - source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" 1954 - dependencies = [ 1955 - "ring", 1956 - "untrusted", 1957 - ] 1958 - 1959 - [[package]] 1960 - name = "rustybuzz" 1961 - version = "0.8.0" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "82eea22c8f56965eeaf3a209b3d24508256c7b920fb3b6211b8ba0f7c0583250" 1964 - dependencies = [ 1965 - "bitflags 1.3.2", 1966 - "bytemuck", 1967 - "libm", 1968 - "smallvec", 1969 - "ttf-parser", 1970 - "unicode-bidi-mirroring", 1971 - "unicode-ccc", 1972 - "unicode-general-category", 1973 - "unicode-script", 1974 - ] 1975 - 1976 - [[package]] 1977 - name = "ryu" 1978 - version = "1.0.15" 1979 - source = "registry+https://github.com/rust-lang/crates.io-index" 1980 - checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1981 - 1982 - [[package]] 1983 - name = "schannel" 1984 - version = "0.1.22" 1985 - source = "registry+https://github.com/rust-lang/crates.io-index" 1986 - checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1987 - dependencies = [ 1988 - "windows-sys", 1989 - ] 1990 - 1991 - [[package]] 1992 - name = "scopeguard" 1993 - version = "1.2.0" 1994 - source = "registry+https://github.com/rust-lang/crates.io-index" 1995 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1996 - 1997 - [[package]] 1998 - name = "sct" 1999 - version = "0.7.0" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 2002 - dependencies = [ 2003 - "ring", 2004 - "untrusted", 2005 - ] 2006 - 2007 - [[package]] 2008 - name = "security-framework" 2009 - version = "2.9.2" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 2012 - dependencies = [ 2013 - "bitflags 1.3.2", 2014 - "core-foundation", 2015 - "core-foundation-sys", 2016 - "libc", 2017 - "security-framework-sys", 2018 - ] 2019 - 2020 - [[package]] 2021 - name = "security-framework-sys" 2022 - version = "2.9.1" 2023 - source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 2025 - dependencies = [ 2026 - "core-foundation-sys", 2027 - "libc", 2028 - ] 2029 - 2030 - [[package]] 2031 - name = "semver" 2032 - version = "1.0.18" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 2035 - 2036 - [[package]] 2037 - name = "serde" 2038 - version = "1.0.188" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 2041 - dependencies = [ 2042 - "serde_derive", 2043 - ] 2044 - 2045 - [[package]] 2046 - name = "serde_derive" 2047 - version = "1.0.188" 2048 - source = "registry+https://github.com/rust-lang/crates.io-index" 2049 - checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 2050 - dependencies = [ 2051 - "proc-macro2", 2052 - "quote", 2053 - "syn 2.0.31", 2054 - ] 2055 - 2056 - [[package]] 2057 - name = "serde_json" 2058 - version = "1.0.106" 2059 - source = "registry+https://github.com/rust-lang/crates.io-index" 2060 - checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" 2061 - dependencies = [ 2062 - "itoa", 2063 - "ryu", 2064 - "serde", 2065 - ] 2066 - 2067 - [[package]] 2068 - name = "serde_urlencoded" 2069 - version = "0.7.1" 2070 - source = "registry+https://github.com/rust-lang/crates.io-index" 2071 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2072 - dependencies = [ 2073 - "form_urlencoded", 2074 - "itoa", 2075 - "ryu", 2076 - "serde", 2077 - ] 2078 - 2079 - [[package]] 2080 - name = "shellexpand" 2081 - version = "2.1.2" 2082 - source = "registry+https://github.com/rust-lang/crates.io-index" 2083 - checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" 2084 - dependencies = [ 2085 - "dirs", 2086 - ] 2087 - 2088 - [[package]] 2089 - name = "shlex" 2090 - version = "1.2.0" 2091 - source = "registry+https://github.com/rust-lang/crates.io-index" 2092 - checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" 2093 - 2094 - [[package]] 2095 - name = "simd-adler32" 2096 - version = "0.3.7" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2099 - 2100 - [[package]] 2101 - name = "simdutf8" 2102 - version = "0.1.4" 2103 - source = "registry+https://github.com/rust-lang/crates.io-index" 2104 - checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 2105 - 2106 - [[package]] 2107 - name = "slab" 2108 - version = "0.4.9" 2109 - source = "registry+https://github.com/rust-lang/crates.io-index" 2110 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2111 - dependencies = [ 2112 - "autocfg", 2113 - ] 2114 - 2115 - [[package]] 2116 - name = "slice-group-by" 2117 - version = "0.3.1" 2118 - source = "registry+https://github.com/rust-lang/crates.io-index" 2119 - checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" 2120 - 2121 - [[package]] 2122 - name = "slotmap" 2123 - version = "1.0.6" 2124 - source = "registry+https://github.com/rust-lang/crates.io-index" 2125 - checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 2126 - dependencies = [ 2127 - "version_check", 2128 - ] 2129 - 2130 - [[package]] 2131 - name = "smallstr" 2132 - version = "0.3.0" 2133 - source = "registry+https://github.com/rust-lang/crates.io-index" 2134 - checksum = "63b1aefdf380735ff8ded0b15f31aab05daf1f70216c01c02a12926badd1df9d" 2135 - dependencies = [ 2136 - "smallvec", 2137 - ] 2138 - 2139 - [[package]] 2140 - name = "smallvec" 2141 - version = "1.11.0" 2142 - source = "registry+https://github.com/rust-lang/crates.io-index" 2143 - checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 2144 - 2145 - [[package]] 2146 - name = "snafu" 2147 - version = "0.7.5" 2148 - source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 2150 - dependencies = [ 2151 - "doc-comment", 2152 - "snafu-derive", 2153 - ] 2154 - 2155 - [[package]] 2156 - name = "snafu-derive" 2157 - version = "0.7.5" 2158 - source = "registry+https://github.com/rust-lang/crates.io-index" 2159 - checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 2160 - dependencies = [ 2161 - "heck", 2162 - "proc-macro2", 2163 - "quote", 2164 - "syn 1.0.109", 2165 - ] 2166 - 2167 - [[package]] 2168 - name = "socket2" 2169 - version = "0.4.9" 2170 - source = "registry+https://github.com/rust-lang/crates.io-index" 2171 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2172 - dependencies = [ 2173 - "libc", 2174 - "winapi", 2175 - ] 2176 - 2177 - [[package]] 2178 - name = "socket2" 2179 - version = "0.5.3" 2180 - source = "registry+https://github.com/rust-lang/crates.io-index" 2181 - checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 2182 - dependencies = [ 2183 - "libc", 2184 - "windows-sys", 2185 - ] 2186 - 2187 - [[package]] 2188 - name = "spin" 2189 - version = "0.5.2" 2190 - source = "registry+https://github.com/rust-lang/crates.io-index" 2191 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2192 - 2193 - [[package]] 2194 - name = "sptr" 2195 - version = "0.3.2" 2196 - source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 2198 - 2199 - [[package]] 2200 - name = "stable_deref_trait" 2201 - version = "1.2.0" 2202 - source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2204 - 2205 - [[package]] 2206 - name = "strict-num" 2207 - version = "0.1.1" 2208 - source = "registry+https://github.com/rust-lang/crates.io-index" 2209 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 2210 - 2211 - [[package]] 2212 - name = "syn" 2213 - version = "1.0.109" 2214 - source = "registry+https://github.com/rust-lang/crates.io-index" 2215 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2216 - dependencies = [ 2217 - "proc-macro2", 2218 - "quote", 2219 - "unicode-ident", 2220 - ] 2221 - 2222 - [[package]] 2223 - name = "syn" 2224 - version = "2.0.31" 2225 - source = "registry+https://github.com/rust-lang/crates.io-index" 2226 - checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398" 2227 - dependencies = [ 2228 - "proc-macro2", 2229 - "quote", 2230 - "unicode-ident", 2231 - ] 2232 - 2233 - [[package]] 2234 - name = "sys-locale" 2235 - version = "0.3.1" 2236 - source = "registry+https://github.com/rust-lang/crates.io-index" 2237 - checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" 2238 - dependencies = [ 2239 - "libc", 2240 - ] 2241 - 2242 - [[package]] 2243 - name = "sysinfo" 2244 - version = "0.29.10" 2245 - source = "registry+https://github.com/rust-lang/crates.io-index" 2246 - checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" 2247 - dependencies = [ 2248 - "cfg-if", 2249 - "core-foundation-sys", 2250 - "libc", 2251 - "ntapi", 2252 - "once_cell", 2253 - "rayon", 2254 - "winapi", 2255 - ] 2256 - 2257 - [[package]] 2258 - name = "system-interface" 2259 - version = "0.26.0" 2260 - source = "registry+https://github.com/rust-lang/crates.io-index" 2261 - checksum = "27ce32341b2c0b70c144bbf35627fdc1ef18c76ced5e5e7b3ee8b5ba6b2ab6a0" 2262 - dependencies = [ 2263 - "bitflags 2.4.0", 2264 - "cap-fs-ext", 2265 - "cap-std", 2266 - "fd-lock", 2267 - "io-lifetimes 2.0.2", 2268 - "rustix 0.38.12", 2269 - "windows-sys", 2270 - "winx", 2271 - ] 2272 - 2273 - [[package]] 2274 - name = "tap" 2275 - version = "1.0.1" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2278 - 2279 - [[package]] 2280 - name = "target-lexicon" 2281 - version = "0.12.11" 2282 - source = "registry+https://github.com/rust-lang/crates.io-index" 2283 - checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 2284 - 2285 - [[package]] 2286 - name = "thiserror" 2287 - version = "1.0.48" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" 2290 - dependencies = [ 2291 - "thiserror-impl", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "thiserror-impl" 2296 - version = "1.0.48" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" 2299 - dependencies = [ 2300 - "proc-macro2", 2301 - "quote", 2302 - "syn 2.0.31", 2303 - ] 2304 - 2305 - [[package]] 2306 - name = "threadpool" 2307 - version = "1.8.1" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 2310 - dependencies = [ 2311 - "num_cpus", 2312 - ] 2313 - 2314 - [[package]] 2315 - name = "tiff" 2316 - version = "0.9.0" 2317 - source = "registry+https://github.com/rust-lang/crates.io-index" 2318 - checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" 2319 - dependencies = [ 2320 - "flate2", 2321 - "jpeg-decoder", 2322 - "weezl", 2323 - ] 2324 - 2325 - [[package]] 2326 - name = "time" 2327 - version = "0.3.28" 2328 - source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" 2330 - dependencies = [ 2331 - "deranged", 2332 - "libc", 2333 - "num_threads", 2334 - "serde", 2335 - "time-core", 2336 - ] 2337 - 2338 - [[package]] 2339 - name = "time-core" 2340 - version = "0.1.1" 2341 - source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 2343 - 2344 - [[package]] 2345 - name = "tiny-skia" 2346 - version = "0.11.1" 2347 - source = "registry+https://github.com/rust-lang/crates.io-index" 2348 - checksum = "f4e37fdc219ee3d551882d24dc5e4df5f72fd9723cbca1ffaa57f7348bf7a47d" 2349 - dependencies = [ 2350 - "arrayref", 2351 - "arrayvec", 2352 - "bytemuck", 2353 - "cfg-if", 2354 - "log", 2355 - "tiny-skia-path", 2356 - ] 2357 - 2358 - [[package]] 2359 - name = "tiny-skia-path" 2360 - version = "0.11.1" 2361 - source = "registry+https://github.com/rust-lang/crates.io-index" 2362 - checksum = "93a323d1de20dad9bc8b32daf57702c585ce76e80792d8151de1fc9dfc8d1ca7" 2363 - dependencies = [ 2364 - "arrayref", 2365 - "bytemuck", 2366 - "libm", 2367 - "strict-num", 2368 - ] 2369 - 2370 - [[package]] 2371 - name = "tinyvec" 2372 - version = "1.6.0" 2373 - source = "registry+https://github.com/rust-lang/crates.io-index" 2374 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2375 - dependencies = [ 2376 - "tinyvec_macros", 2377 - ] 2378 - 2379 - [[package]] 2380 - name = "tinyvec_macros" 2381 - version = "0.1.1" 2382 - source = "registry+https://github.com/rust-lang/crates.io-index" 2383 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2384 - 2385 - [[package]] 2386 - name = "tokio" 2387 - version = "1.32.0" 2388 - source = "registry+https://github.com/rust-lang/crates.io-index" 2389 - checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 2390 - dependencies = [ 2391 - "backtrace", 2392 - "bytes", 2393 - "libc", 2394 - "mio", 2395 - "num_cpus", 2396 - "pin-project-lite", 2397 - "socket2 0.5.3", 2398 - "windows-sys", 2399 - ] 2400 - 2401 - [[package]] 2402 - name = "tokio-rustls" 2403 - version = "0.24.1" 2404 - source = "registry+https://github.com/rust-lang/crates.io-index" 2405 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2406 - dependencies = [ 2407 - "rustls", 2408 - "tokio", 2409 - ] 2410 - 2411 - [[package]] 2412 - name = "tokio-util" 2413 - version = "0.7.8" 2414 - source = "registry+https://github.com/rust-lang/crates.io-index" 2415 - checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 2416 - dependencies = [ 2417 - "bytes", 2418 - "futures-core", 2419 - "futures-sink", 2420 - "pin-project-lite", 2421 - "tokio", 2422 - "tracing", 2423 - ] 2424 - 2425 - [[package]] 2426 - name = "tower-service" 2427 - version = "0.3.2" 2428 - source = "registry+https://github.com/rust-lang/crates.io-index" 2429 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2430 - 2431 - [[package]] 2432 - name = "tracing" 2433 - version = "0.1.37" 2434 - source = "registry+https://github.com/rust-lang/crates.io-index" 2435 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2436 - dependencies = [ 2437 - "cfg-if", 2438 - "log", 2439 - "pin-project-lite", 2440 - "tracing-attributes", 2441 - "tracing-core", 2442 - ] 2443 - 2444 - [[package]] 2445 - name = "tracing-attributes" 2446 - version = "0.1.26" 2447 - source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 2449 - dependencies = [ 2450 - "proc-macro2", 2451 - "quote", 2452 - "syn 2.0.31", 2453 - ] 2454 - 2455 - [[package]] 2456 - name = "tracing-core" 2457 - version = "0.1.31" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2460 - dependencies = [ 2461 - "once_cell", 2462 - ] 2463 - 2464 - [[package]] 2465 - name = "try-lock" 2466 - version = "0.2.4" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2469 - 2470 - [[package]] 2471 - name = "ttf-parser" 2472 - version = "0.19.1" 2473 - source = "registry+https://github.com/rust-lang/crates.io-index" 2474 - checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33" 2475 - 2476 - [[package]] 2477 - name = "unicase" 2478 - version = "2.7.0" 2479 - source = "registry+https://github.com/rust-lang/crates.io-index" 2480 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 2481 - dependencies = [ 2482 - "version_check", 2483 - ] 2484 - 2485 - [[package]] 2486 - name = "unicode-bidi" 2487 - version = "0.3.13" 2488 - source = "registry+https://github.com/rust-lang/crates.io-index" 2489 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2490 - 2491 - [[package]] 2492 - name = "unicode-bidi-mirroring" 2493 - version = "0.1.0" 2494 - source = "registry+https://github.com/rust-lang/crates.io-index" 2495 - checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694" 2496 - 2497 - [[package]] 2498 - name = "unicode-ccc" 2499 - version = "0.1.2" 2500 - source = "registry+https://github.com/rust-lang/crates.io-index" 2501 - checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1" 2502 - 2503 - [[package]] 2504 - name = "unicode-general-category" 2505 - version = "0.6.0" 2506 - source = "registry+https://github.com/rust-lang/crates.io-index" 2507 - checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7" 2508 - 2509 - [[package]] 2510 - name = "unicode-ident" 2511 - version = "1.0.11" 2512 - source = "registry+https://github.com/rust-lang/crates.io-index" 2513 - checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 2514 - 2515 - [[package]] 2516 - name = "unicode-linebreak" 2517 - version = "0.1.5" 2518 - source = "registry+https://github.com/rust-lang/crates.io-index" 2519 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2520 - 2521 - [[package]] 2522 - name = "unicode-normalization" 2523 - version = "0.1.22" 2524 - source = "registry+https://github.com/rust-lang/crates.io-index" 2525 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2526 - dependencies = [ 2527 - "tinyvec", 2528 - ] 2529 - 2530 - [[package]] 2531 - name = "unicode-script" 2532 - version = "0.5.5" 2533 - source = "registry+https://github.com/rust-lang/crates.io-index" 2534 - checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" 2535 - 2536 - [[package]] 2537 - name = "unicode-segmentation" 2538 - version = "1.10.1" 2539 - source = "registry+https://github.com/rust-lang/crates.io-index" 2540 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2541 - 2542 - [[package]] 2543 - name = "unicode-xid" 2544 - version = "0.2.4" 2545 - source = "registry+https://github.com/rust-lang/crates.io-index" 2546 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2547 - 2548 - [[package]] 2549 - name = "untrusted" 2550 - version = "0.7.1" 2551 - source = "registry+https://github.com/rust-lang/crates.io-index" 2552 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2553 - 2554 - [[package]] 2555 - name = "url" 2556 - version = "2.4.1" 2557 - source = "registry+https://github.com/rust-lang/crates.io-index" 2558 - checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 2559 - dependencies = [ 2560 - "form_urlencoded", 2561 - "idna", 2562 - "percent-encoding", 2563 - ] 2564 - 2565 - [[package]] 2566 - name = "uuid" 2567 - version = "1.4.1" 2568 - source = "registry+https://github.com/rust-lang/crates.io-index" 2569 - checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 2570 - 2571 - [[package]] 2572 - name = "version_check" 2573 - version = "0.9.4" 2574 - source = "registry+https://github.com/rust-lang/crates.io-index" 2575 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2576 - 2577 - [[package]] 2578 - name = "vsimd" 2579 - version = "0.8.0" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 2582 - 2583 - [[package]] 2584 - name = "want" 2585 - version = "0.3.1" 2586 - source = "registry+https://github.com/rust-lang/crates.io-index" 2587 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2588 - dependencies = [ 2589 - "try-lock", 2590 - ] 2591 - 2592 - [[package]] 2593 - name = "wasi" 2594 - version = "0.11.0+wasi-snapshot-preview1" 2595 - source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2597 - 2598 - [[package]] 2599 - name = "wasi-cap-std-sync" 2600 - version = "12.0.1" 2601 - source = "registry+https://github.com/rust-lang/crates.io-index" 2602 - checksum = "9cef338a20bd9e5e469a37b192b2a954c4dde83ea896c8eaf45df8c84cdf7be5" 2603 - dependencies = [ 2604 - "anyhow", 2605 - "async-trait", 2606 - "cap-fs-ext", 2607 - "cap-rand", 2608 - "cap-std", 2609 - "cap-time-ext", 2610 - "fs-set-times", 2611 - "io-extras", 2612 - "io-lifetimes 2.0.2", 2613 - "is-terminal", 2614 - "once_cell", 2615 - "rustix 0.38.12", 2616 - "system-interface", 2617 - "tracing", 2618 - "wasi-common", 2619 - "windows-sys", 2620 - ] 2621 - 2622 - [[package]] 2623 - name = "wasi-common" 2624 - version = "12.0.1" 2625 - source = "registry+https://github.com/rust-lang/crates.io-index" 2626 - checksum = "bb9c753bdf98fdc592fc729bda2248996f5dd1be71f4e01bf8c08225acb7b6bb" 2627 - dependencies = [ 2628 - "anyhow", 2629 - "bitflags 2.4.0", 2630 - "cap-rand", 2631 - "cap-std", 2632 - "io-extras", 2633 - "log", 2634 - "rustix 0.38.12", 2635 - "thiserror", 2636 - "tracing", 2637 - "wasmtime", 2638 - "wiggle", 2639 - "windows-sys", 2640 - ] 2641 - 2642 - [[package]] 2643 - name = "wasm-bindgen" 2644 - version = "0.2.87" 2645 - source = "registry+https://github.com/rust-lang/crates.io-index" 2646 - checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 2647 - dependencies = [ 2648 - "cfg-if", 2649 - "wasm-bindgen-macro", 2650 - ] 2651 - 2652 - [[package]] 2653 - name = "wasm-bindgen-backend" 2654 - version = "0.2.87" 2655 - source = "registry+https://github.com/rust-lang/crates.io-index" 2656 - checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 2657 - dependencies = [ 2658 - "bumpalo", 2659 - "log", 2660 - "once_cell", 2661 - "proc-macro2", 2662 - "quote", 2663 - "syn 2.0.31", 2664 - "wasm-bindgen-shared", 2665 - ] 2666 - 2667 - [[package]] 2668 - name = "wasm-bindgen-futures" 2669 - version = "0.4.37" 2670 - source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 2672 - dependencies = [ 2673 - "cfg-if", 2674 - "js-sys", 2675 - "wasm-bindgen", 2676 - "web-sys", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "wasm-bindgen-macro" 2681 - version = "0.2.87" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 2684 - dependencies = [ 2685 - "quote", 2686 - "wasm-bindgen-macro-support", 2687 - ] 2688 - 2689 - [[package]] 2690 - name = "wasm-bindgen-macro-support" 2691 - version = "0.2.87" 2692 - source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 2694 - dependencies = [ 2695 - "proc-macro2", 2696 - "quote", 2697 - "syn 2.0.31", 2698 - "wasm-bindgen-backend", 2699 - "wasm-bindgen-shared", 2700 - ] 2701 - 2702 - [[package]] 2703 - name = "wasm-bindgen-shared" 2704 - version = "0.2.87" 2705 - source = "registry+https://github.com/rust-lang/crates.io-index" 2706 - checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 2707 - 2708 - [[package]] 2709 - name = "wasm-encoder" 2710 - version = "0.31.1" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16" 2713 - dependencies = [ 2714 - "leb128", 2715 - ] 2716 - 2717 - [[package]] 2718 - name = "wasmparser" 2719 - version = "0.110.0" 2720 - source = "registry+https://github.com/rust-lang/crates.io-index" 2721 - checksum = "1dfcdb72d96f01e6c85b6bf20102e7423bdbaad5c337301bab2bbf253d26413c" 2722 - dependencies = [ 2723 - "indexmap 2.0.0", 2724 - "semver", 2725 - ] 2726 - 2727 - [[package]] 2728 - name = "wasmparser" 2729 - version = "0.112.0" 2730 - source = "registry+https://github.com/rust-lang/crates.io-index" 2731 - checksum = "e986b010f47fcce49cf8ea5d5f9e5d2737832f12b53ae8ae785bbe895d0877bf" 2732 - dependencies = [ 2733 - "indexmap 2.0.0", 2734 - "semver", 2735 - ] 2736 - 2737 - [[package]] 2738 - name = "wasmprinter" 2739 - version = "0.2.64" 2740 - source = "registry+https://github.com/rust-lang/crates.io-index" 2741 - checksum = "34ddf5892036cd4b780d505eff1194a0cbc10ed896097656fdcea3744b5e7c2f" 2742 - dependencies = [ 2743 - "anyhow", 2744 - "wasmparser 0.112.0", 2745 - ] 2746 - 2747 - [[package]] 2748 - name = "wasmtime" 2749 - version = "12.0.1" 2750 - source = "registry+https://github.com/rust-lang/crates.io-index" 2751 - checksum = "e38ee12eaafb34198cce001e2ea0a83d3884db5cf8e3af08864f108a2fb57c85" 2752 - dependencies = [ 2753 - "anyhow", 2754 - "async-trait", 2755 - "bincode", 2756 - "bumpalo", 2757 - "cfg-if", 2758 - "encoding_rs", 2759 - "fxprof-processed-profile", 2760 - "indexmap 2.0.0", 2761 - "libc", 2762 - "log", 2763 - "object 0.31.1", 2764 - "once_cell", 2765 - "paste", 2766 - "psm", 2767 - "rayon", 2768 - "serde", 2769 - "serde_json", 2770 - "target-lexicon", 2771 - "wasm-encoder", 2772 - "wasmparser 0.110.0", 2773 - "wasmtime-component-macro", 2774 - "wasmtime-component-util", 2775 - "wasmtime-cranelift", 2776 - "wasmtime-environ", 2777 - "wasmtime-fiber", 2778 - "wasmtime-jit", 2779 - "wasmtime-runtime", 2780 - "wasmtime-winch", 2781 - "windows-sys", 2782 - ] 2783 - 2784 - [[package]] 2785 - name = "wasmtime-asm-macros" 2786 - version = "12.0.1" 2787 - source = "registry+https://github.com/rust-lang/crates.io-index" 2788 - checksum = "82313f9dce6f64dd08a7b51bef57411741b7eaef6b4611f77b91b6213a99808b" 2789 - dependencies = [ 2790 - "cfg-if", 2791 - ] 2792 - 2793 - [[package]] 2794 - name = "wasmtime-component-macro" 2795 - version = "12.0.1" 2796 - source = "registry+https://github.com/rust-lang/crates.io-index" 2797 - checksum = "f2b6da03d55c656066ebc93d27ce54de11fcd2d3157e7490c6196a65aa1e9bc0" 2798 - dependencies = [ 2799 - "anyhow", 2800 - "proc-macro2", 2801 - "quote", 2802 - "syn 2.0.31", 2803 - "wasmtime-component-util", 2804 - "wasmtime-wit-bindgen", 2805 - "wit-parser", 2806 - ] 2807 - 2808 - [[package]] 2809 - name = "wasmtime-component-util" 2810 - version = "12.0.1" 2811 - source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "b54327f9ce6a46c6841c43d93c4fa366cd0beb0f075743b120d31a3d6afe34fd" 2813 - 2814 - [[package]] 2815 - name = "wasmtime-cranelift" 2816 - version = "12.0.1" 2817 - source = "registry+https://github.com/rust-lang/crates.io-index" 2818 - checksum = "76d52e14e5453e82708816e992140c59e511bbf7c0868ee654100e2792483f56" 2819 - dependencies = [ 2820 - "anyhow", 2821 - "cranelift-codegen", 2822 - "cranelift-control", 2823 - "cranelift-entity", 2824 - "cranelift-frontend", 2825 - "cranelift-native", 2826 - "cranelift-wasm", 2827 - "gimli 0.27.3", 2828 - "log", 2829 - "object 0.31.1", 2830 - "target-lexicon", 2831 - "thiserror", 2832 - "wasmparser 0.110.0", 2833 - "wasmtime-cranelift-shared", 2834 - "wasmtime-environ", 2835 - "wasmtime-versioned-export-macros", 2836 - ] 2837 - 2838 - [[package]] 2839 - name = "wasmtime-cranelift-shared" 2840 - version = "12.0.1" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "0ddb7f34fff5b4a01aa2e55373fceb1b59d5f981abca44afdd63d7dd39689047" 2843 - dependencies = [ 2844 - "anyhow", 2845 - "cranelift-codegen", 2846 - "cranelift-control", 2847 - "cranelift-native", 2848 - "gimli 0.27.3", 2849 - "object 0.31.1", 2850 - "target-lexicon", 2851 - "wasmtime-environ", 2852 - ] 2853 - 2854 - [[package]] 2855 - name = "wasmtime-environ" 2856 - version = "12.0.1" 2857 - source = "registry+https://github.com/rust-lang/crates.io-index" 2858 - checksum = "ad336809866b743410ac86ec0bdc34899d6f1af5d3deed97188e90503ff527d7" 2859 - dependencies = [ 2860 - "anyhow", 2861 - "cranelift-entity", 2862 - "gimli 0.27.3", 2863 - "indexmap 2.0.0", 2864 - "log", 2865 - "object 0.31.1", 2866 - "serde", 2867 - "target-lexicon", 2868 - "thiserror", 2869 - "wasm-encoder", 2870 - "wasmparser 0.110.0", 2871 - "wasmprinter", 2872 - "wasmtime-component-util", 2873 - "wasmtime-types", 2874 - ] 2875 - 2876 - [[package]] 2877 - name = "wasmtime-fiber" 2878 - version = "12.0.1" 2879 - source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "fcc69f0a316db37482ebc83669236ea7c943d0b49a1a23f763061c9fc9d07d0b" 2881 - dependencies = [ 2882 - "cc", 2883 - "cfg-if", 2884 - "rustix 0.38.12", 2885 - "wasmtime-asm-macros", 2886 - "wasmtime-versioned-export-macros", 2887 - "windows-sys", 2888 - ] 2889 - 2890 - [[package]] 2891 - name = "wasmtime-jit" 2892 - version = "12.0.1" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "2004b30ea1ad9fd288bce54af19ef08281250e1087f0b5ffc6ca06bacd821edb" 2895 - dependencies = [ 2896 - "addr2line 0.20.0", 2897 - "anyhow", 2898 - "bincode", 2899 - "cfg-if", 2900 - "cpp_demangle", 2901 - "gimli 0.27.3", 2902 - "log", 2903 - "object 0.31.1", 2904 - "rustc-demangle", 2905 - "rustix 0.38.12", 2906 - "serde", 2907 - "target-lexicon", 2908 - "wasmtime-environ", 2909 - "wasmtime-jit-icache-coherence", 2910 - "wasmtime-runtime", 2911 - "windows-sys", 2912 - ] 2913 - 2914 - [[package]] 2915 - name = "wasmtime-jit-debug" 2916 - version = "12.0.1" 2917 - source = "registry+https://github.com/rust-lang/crates.io-index" 2918 - checksum = "54aa8081162b13a96f47ab40f9aa03fc02dad38ee10b1418243ac8517c5af6d3" 2919 - dependencies = [ 2920 - "once_cell", 2921 - "wasmtime-versioned-export-macros", 2922 - ] 2923 - 2924 - [[package]] 2925 - name = "wasmtime-jit-icache-coherence" 2926 - version = "12.0.1" 2927 - source = "registry+https://github.com/rust-lang/crates.io-index" 2928 - checksum = "2922462d01f5c112bbc4e6eb95ee68447a6031c0b90cc2ad69b890060b3842d9" 2929 - dependencies = [ 2930 - "cfg-if", 2931 - "libc", 2932 - "windows-sys", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "wasmtime-runtime" 2937 - version = "12.0.1" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "536c34c4abbe22c40f631067b57ca14d719faf3f63ae0d504014a4d15a4b980b" 2940 - dependencies = [ 2941 - "anyhow", 2942 - "cc", 2943 - "cfg-if", 2944 - "encoding_rs", 2945 - "indexmap 2.0.0", 2946 - "libc", 2947 - "log", 2948 - "mach", 2949 - "memfd", 2950 - "memoffset 0.9.0", 2951 - "paste", 2952 - "rand", 2953 - "rustix 0.38.12", 2954 - "sptr", 2955 - "wasm-encoder", 2956 - "wasmtime-asm-macros", 2957 - "wasmtime-environ", 2958 - "wasmtime-fiber", 2959 - "wasmtime-jit-debug", 2960 - "wasmtime-versioned-export-macros", 2961 - "windows-sys", 2962 - ] 2963 - 2964 - [[package]] 2965 - name = "wasmtime-types" 2966 - version = "12.0.1" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "ec6f1e74eb5ef817043b243eae37cc0e424c256c4069ab2c5afd9f3fe91a12ee" 2969 - dependencies = [ 2970 - "cranelift-entity", 2971 - "serde", 2972 - "thiserror", 2973 - "wasmparser 0.110.0", 2974 - ] 2975 - 2976 - [[package]] 2977 - name = "wasmtime-versioned-export-macros" 2978 - version = "12.0.1" 2979 - source = "registry+https://github.com/rust-lang/crates.io-index" 2980 - checksum = "39ca36fa6cad8ef885bc27d7d50c8b1cb7da0534251188a824f4953b07875703" 2981 - dependencies = [ 2982 - "proc-macro2", 2983 - "quote", 2984 - "syn 2.0.31", 2985 - ] 2986 - 2987 - [[package]] 2988 - name = "wasmtime-wasi" 2989 - version = "12.0.1" 2990 - source = "registry+https://github.com/rust-lang/crates.io-index" 2991 - checksum = "269f4f2192b18037729b617eadb512e95510f1b0cd8fb4990aef286c9bb3dfb9" 2992 - dependencies = [ 2993 - "anyhow", 2994 - "async-trait", 2995 - "bitflags 2.4.0", 2996 - "bytes", 2997 - "cap-fs-ext", 2998 - "cap-rand", 2999 - "cap-std", 3000 - "cap-time-ext", 3001 - "fs-set-times", 3002 - "futures", 3003 - "io-extras", 3004 - "libc", 3005 - "once_cell", 3006 - "rustix 0.38.12", 3007 - "system-interface", 3008 - "thiserror", 3009 - "tokio", 3010 - "tracing", 3011 - "wasi-cap-std-sync", 3012 - "wasi-common", 3013 - "wasmtime", 3014 - "wiggle", 3015 - "windows-sys", 3016 - ] 3017 - 3018 - [[package]] 3019 - name = "wasmtime-winch" 3020 - version = "12.0.1" 3021 - source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "f9d016c3f1d0c8ac905bfda51936cb6dae040e0d8edc75b7a1ef9f21773a19f6" 3023 - dependencies = [ 3024 - "anyhow", 3025 - "cranelift-codegen", 3026 - "gimli 0.27.3", 3027 - "object 0.31.1", 3028 - "target-lexicon", 3029 - "wasmparser 0.110.0", 3030 - "wasmtime-cranelift-shared", 3031 - "wasmtime-environ", 3032 - "winch-codegen", 3033 - ] 3034 - 3035 - [[package]] 3036 - name = "wasmtime-wit-bindgen" 3037 - version = "12.0.1" 3038 - source = "registry+https://github.com/rust-lang/crates.io-index" 3039 - checksum = "bbd55caadebae32cf18541e5077b3f042a171bb9988ea0040d0569f26a63227d" 3040 - dependencies = [ 3041 - "anyhow", 3042 - "heck", 3043 - "indexmap 2.0.0", 3044 - "wit-parser", 3045 - ] 3046 - 3047 - [[package]] 3048 - name = "wast" 3049 - version = "35.0.2" 3050 - source = "registry+https://github.com/rust-lang/crates.io-index" 3051 - checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68" 3052 - dependencies = [ 3053 - "leb128", 3054 - ] 3055 - 3056 - [[package]] 3057 - name = "web-sys" 3058 - version = "0.3.64" 3059 - source = "registry+https://github.com/rust-lang/crates.io-index" 3060 - checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 3061 - dependencies = [ 3062 - "js-sys", 3063 - "wasm-bindgen", 3064 - ] 3065 - 3066 - [[package]] 3067 - name = "weezl" 3068 - version = "0.1.7" 3069 - source = "registry+https://github.com/rust-lang/crates.io-index" 3070 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 3071 - 3072 - [[package]] 3073 - name = "wiggle" 3074 - version = "12.0.1" 3075 - source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "166189cd49163adc9a1e2a33b33625eb934d06e518c318905c3a5140d9bc1d45" 3077 - dependencies = [ 3078 - "anyhow", 3079 - "async-trait", 3080 - "bitflags 2.4.0", 3081 - "thiserror", 3082 - "tracing", 3083 - "wasmtime", 3084 - "wiggle-macro", 3085 - ] 3086 - 3087 - [[package]] 3088 - name = "wiggle-generate" 3089 - version = "12.0.1" 3090 - source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "a67571bd77bff962190744adb29e72a1157d30e8d34fbb2c1c7b0ad7627be020" 3092 - dependencies = [ 3093 - "anyhow", 3094 - "heck", 3095 - "proc-macro2", 3096 - "quote", 3097 - "shellexpand", 3098 - "syn 2.0.31", 3099 - "witx", 3100 - ] 3101 - 3102 - [[package]] 3103 - name = "wiggle-macro" 3104 - version = "12.0.1" 3105 - source = "registry+https://github.com/rust-lang/crates.io-index" 3106 - checksum = "5677f7d740bc41f9f6af4a6a719a07fbe1aa8ec66e0ec1ca4d3617f2b27d5361" 3107 - dependencies = [ 3108 - "proc-macro2", 3109 - "quote", 3110 - "syn 2.0.31", 3111 - "wiggle-generate", 3112 - ] 3113 - 3114 - [[package]] 3115 - name = "winapi" 3116 - version = "0.3.9" 3117 - source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3119 - dependencies = [ 3120 - "winapi-i686-pc-windows-gnu", 3121 - "winapi-x86_64-pc-windows-gnu", 3122 - ] 3123 - 3124 - [[package]] 3125 - name = "winapi-i686-pc-windows-gnu" 3126 - version = "0.4.0" 3127 - source = "registry+https://github.com/rust-lang/crates.io-index" 3128 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3129 - 3130 - [[package]] 3131 - name = "winapi-x86_64-pc-windows-gnu" 3132 - version = "0.4.0" 3133 - source = "registry+https://github.com/rust-lang/crates.io-index" 3134 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3135 - 3136 - [[package]] 3137 - name = "winch-codegen" 3138 - version = "0.10.1" 3139 - source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "38e6f2f344ec89998f047d0aa3aec77088eb8e33c91f5efdd191b140fda6fa40" 3141 - dependencies = [ 3142 - "anyhow", 3143 - "cranelift-codegen", 3144 - "gimli 0.27.3", 3145 - "regalloc2", 3146 - "smallvec", 3147 - "target-lexicon", 3148 - "wasmparser 0.110.0", 3149 - "wasmtime-environ", 3150 - ] 3151 - 3152 - [[package]] 3153 - name = "windows-sys" 3154 - version = "0.48.0" 3155 - source = "registry+https://github.com/rust-lang/crates.io-index" 3156 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3157 - dependencies = [ 3158 - "windows-targets", 3159 - ] 3160 - 3161 - [[package]] 3162 - name = "windows-targets" 3163 - version = "0.48.5" 3164 - source = "registry+https://github.com/rust-lang/crates.io-index" 3165 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3166 - dependencies = [ 3167 - "windows_aarch64_gnullvm", 3168 - "windows_aarch64_msvc", 3169 - "windows_i686_gnu", 3170 - "windows_i686_msvc", 3171 - "windows_x86_64_gnu", 3172 - "windows_x86_64_gnullvm", 3173 - "windows_x86_64_msvc", 3174 - ] 3175 - 3176 - [[package]] 3177 - name = "windows_aarch64_gnullvm" 3178 - version = "0.48.5" 3179 - source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3181 - 3182 - [[package]] 3183 - name = "windows_aarch64_msvc" 3184 - version = "0.48.5" 3185 - source = "registry+https://github.com/rust-lang/crates.io-index" 3186 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3187 - 3188 - [[package]] 3189 - name = "windows_i686_gnu" 3190 - version = "0.48.5" 3191 - source = "registry+https://github.com/rust-lang/crates.io-index" 3192 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3193 - 3194 - [[package]] 3195 - name = "windows_i686_msvc" 3196 - version = "0.48.5" 3197 - source = "registry+https://github.com/rust-lang/crates.io-index" 3198 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3199 - 3200 - [[package]] 3201 - name = "windows_x86_64_gnu" 3202 - version = "0.48.5" 3203 - source = "registry+https://github.com/rust-lang/crates.io-index" 3204 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3205 - 3206 - [[package]] 3207 - name = "windows_x86_64_gnullvm" 3208 - version = "0.48.5" 3209 - source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3211 - 3212 - [[package]] 3213 - name = "windows_x86_64_msvc" 3214 - version = "0.48.5" 3215 - source = "registry+https://github.com/rust-lang/crates.io-index" 3216 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3217 - 3218 - [[package]] 3219 - name = "winreg" 3220 - version = "0.50.0" 3221 - source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3223 - dependencies = [ 3224 - "cfg-if", 3225 - "windows-sys", 3226 - ] 3227 - 3228 - [[package]] 3229 - name = "winx" 3230 - version = "0.36.2" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "357bb8e2932df531f83b052264b050b81ba0df90ee5a59b2d1d3949f344f81e5" 3233 - dependencies = [ 3234 - "bitflags 2.4.0", 3235 - "windows-sys", 3236 - ] 3237 - 3238 - [[package]] 3239 - name = "wit-parser" 3240 - version = "0.9.2" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "541efa2046e544de53a9da1e2f6299e63079840360c9e106f1f8275a97771318" 3243 - dependencies = [ 3244 - "anyhow", 3245 - "id-arena", 3246 - "indexmap 2.0.0", 3247 - "log", 3248 - "pulldown-cmark", 3249 - "semver", 3250 - "unicode-xid", 3251 - "url", 3252 - ] 3253 - 3254 - [[package]] 3255 - name = "witx" 3256 - version = "0.9.1" 3257 - source = "registry+https://github.com/rust-lang/crates.io-index" 3258 - checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b" 3259 - dependencies = [ 3260 - "anyhow", 3261 - "log", 3262 - "thiserror", 3263 - "wast", 3264 - ] 3265 - 3266 - [[package]] 3267 - name = "wyz" 3268 - version = "0.5.1" 3269 - source = "registry+https://github.com/rust-lang/crates.io-index" 3270 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 3271 - dependencies = [ 3272 - "tap", 3273 - ] 3274 - 3275 - [[package]] 3276 - name = "x11-dl" 3277 - version = "2.21.0" 3278 - source = "registry+https://github.com/rust-lang/crates.io-index" 3279 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 3280 - dependencies = [ 3281 - "libc", 3282 - "once_cell", 3283 - "pkg-config", 3284 - ]
+2 -6
pkgs/applications/video/obs-studio/plugins/obs-livesplit-one/default.nix
··· 19 19 sha256 = "sha256-3B3P1PlzIlpVqHJMKWpEnWXGgD/IaiWM1FVKn0BtRj0="; 20 20 }; 21 21 22 - cargoLock = { 23 - lockFile = ./Cargo.lock; 24 - outputHashes = { 25 - "livesplit-auto-splitting-0.1.0" = "sha256-/xQEVJH6m6nH5Z1kuOPEElOcOqJmiG9Q8cOx0e6p3Wc="; 26 - }; 27 - }; 22 + useFetchCargoVendor = true; 23 + cargoHash = "sha256-JHocpqDeF24Qn9lUr+YCnZqgckLhGRpWQD7WGCxVmd8="; 28 24 29 25 nativeBuildInputs = [ 30 26 cmake
-5522
pkgs/by-name/ll/lldap/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "actix" 7 - version = "0.13.5" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "de7fa236829ba0841304542f7614c42b80fca007455315c45c785ccfa873a85b" 10 - dependencies = [ 11 - "actix-macros", 12 - "actix-rt", 13 - "actix_derive", 14 - "bitflags 2.6.0", 15 - "bytes", 16 - "crossbeam-channel", 17 - "futures-core", 18 - "futures-sink", 19 - "futures-task", 20 - "futures-util", 21 - "log", 22 - "once_cell", 23 - "parking_lot", 24 - "pin-project-lite", 25 - "smallvec", 26 - "tokio", 27 - "tokio-util", 28 - ] 29 - 30 - [[package]] 31 - name = "actix-codec" 32 - version = "0.5.2" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" 35 - dependencies = [ 36 - "bitflags 2.6.0", 37 - "bytes", 38 - "futures-core", 39 - "futures-sink", 40 - "memchr", 41 - "pin-project-lite", 42 - "tokio", 43 - "tokio-util", 44 - "tracing", 45 - ] 46 - 47 - [[package]] 48 - name = "actix-files" 49 - version = "0.6.6" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" 52 - dependencies = [ 53 - "actix-http", 54 - "actix-service", 55 - "actix-utils", 56 - "actix-web", 57 - "bitflags 2.6.0", 58 - "bytes", 59 - "derive_more 0.99.18", 60 - "futures-core", 61 - "http-range", 62 - "log", 63 - "mime", 64 - "mime_guess", 65 - "percent-encoding", 66 - "pin-project-lite", 67 - "v_htmlescape", 68 - ] 69 - 70 - [[package]] 71 - name = "actix-http" 72 - version = "3.9.0" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4" 75 - dependencies = [ 76 - "actix-codec", 77 - "actix-rt", 78 - "actix-service", 79 - "actix-utils", 80 - "ahash", 81 - "base64 0.22.1", 82 - "bitflags 2.6.0", 83 - "brotli", 84 - "bytes", 85 - "bytestring", 86 - "derive_more 0.99.18", 87 - "encoding_rs", 88 - "flate2", 89 - "futures-core", 90 - "h2", 91 - "http 0.2.12", 92 - "httparse", 93 - "httpdate", 94 - "itoa", 95 - "language-tags", 96 - "local-channel", 97 - "mime", 98 - "percent-encoding", 99 - "pin-project-lite", 100 - "rand 0.8.5", 101 - "sha1", 102 - "smallvec", 103 - "tokio", 104 - "tokio-util", 105 - "tracing", 106 - "zstd", 107 - ] 108 - 109 - [[package]] 110 - name = "actix-macros" 111 - version = "0.2.4" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" 114 - dependencies = [ 115 - "quote", 116 - "syn 2.0.86", 117 - ] 118 - 119 - [[package]] 120 - name = "actix-router" 121 - version = "0.5.3" 122 - source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" 124 - dependencies = [ 125 - "bytestring", 126 - "cfg-if", 127 - "http 0.2.12", 128 - "regex", 129 - "regex-lite", 130 - "serde", 131 - "tracing", 132 - ] 133 - 134 - [[package]] 135 - name = "actix-rt" 136 - version = "2.10.0" 137 - source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" 139 - dependencies = [ 140 - "actix-macros", 141 - "futures-core", 142 - "tokio", 143 - ] 144 - 145 - [[package]] 146 - name = "actix-server" 147 - version = "2.5.0" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894" 150 - dependencies = [ 151 - "actix-rt", 152 - "actix-service", 153 - "actix-utils", 154 - "futures-core", 155 - "futures-util", 156 - "mio 1.0.2", 157 - "socket2 0.5.7", 158 - "tokio", 159 - "tracing", 160 - ] 161 - 162 - [[package]] 163 - name = "actix-service" 164 - version = "2.0.2" 165 - source = "registry+https://github.com/rust-lang/crates.io-index" 166 - checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a" 167 - dependencies = [ 168 - "futures-core", 169 - "paste", 170 - "pin-project-lite", 171 - ] 172 - 173 - [[package]] 174 - name = "actix-tls" 175 - version = "3.4.0" 176 - source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389" 178 - dependencies = [ 179 - "actix-rt", 180 - "actix-service", 181 - "actix-utils", 182 - "futures-core", 183 - "impl-more", 184 - "pin-project-lite", 185 - "tokio", 186 - "tokio-rustls 0.23.4", 187 - "tokio-util", 188 - "tracing", 189 - "webpki-roots 0.22.6", 190 - ] 191 - 192 - [[package]] 193 - name = "actix-utils" 194 - version = "3.0.1" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" 197 - dependencies = [ 198 - "local-waker", 199 - "pin-project-lite", 200 - ] 201 - 202 - [[package]] 203 - name = "actix-web" 204 - version = "4.9.0" 205 - source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38" 207 - dependencies = [ 208 - "actix-codec", 209 - "actix-http", 210 - "actix-macros", 211 - "actix-router", 212 - "actix-rt", 213 - "actix-server", 214 - "actix-service", 215 - "actix-utils", 216 - "actix-web-codegen", 217 - "ahash", 218 - "bytes", 219 - "bytestring", 220 - "cfg-if", 221 - "cookie", 222 - "derive_more 0.99.18", 223 - "encoding_rs", 224 - "futures-core", 225 - "futures-util", 226 - "impl-more", 227 - "itoa", 228 - "language-tags", 229 - "log", 230 - "mime", 231 - "once_cell", 232 - "pin-project-lite", 233 - "regex", 234 - "regex-lite", 235 - "serde", 236 - "serde_json", 237 - "serde_urlencoded", 238 - "smallvec", 239 - "socket2 0.5.7", 240 - "time", 241 - "url", 242 - ] 243 - 244 - [[package]] 245 - name = "actix-web-codegen" 246 - version = "4.3.0" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" 249 - dependencies = [ 250 - "actix-router", 251 - "proc-macro2", 252 - "quote", 253 - "syn 2.0.86", 254 - ] 255 - 256 - [[package]] 257 - name = "actix-web-httpauth" 258 - version = "0.8.2" 259 - source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3" 261 - dependencies = [ 262 - "actix-utils", 263 - "actix-web", 264 - "base64 0.22.1", 265 - "futures-core", 266 - "futures-util", 267 - "log", 268 - "pin-project-lite", 269 - ] 270 - 271 - [[package]] 272 - name = "actix_derive" 273 - version = "0.6.2" 274 - source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "b6ac1e58cded18cb28ddc17143c4dea5345b3ad575e14f32f66e4054a56eb271" 276 - dependencies = [ 277 - "proc-macro2", 278 - "quote", 279 - "syn 2.0.86", 280 - ] 281 - 282 - [[package]] 283 - name = "addr2line" 284 - version = "0.24.2" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 287 - dependencies = [ 288 - "gimli", 289 - ] 290 - 291 - [[package]] 292 - name = "adler2" 293 - version = "2.0.0" 294 - source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 296 - 297 - [[package]] 298 - name = "ahash" 299 - version = "0.8.11" 300 - source = "registry+https://github.com/rust-lang/crates.io-index" 301 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 302 - dependencies = [ 303 - "cfg-if", 304 - "getrandom 0.2.15", 305 - "once_cell", 306 - "version_check", 307 - "zerocopy", 308 - ] 309 - 310 - [[package]] 311 - name = "aho-corasick" 312 - version = "1.1.3" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 315 - dependencies = [ 316 - "memchr", 317 - ] 318 - 319 - [[package]] 320 - name = "aliasable" 321 - version = "0.1.3" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 324 - 325 - [[package]] 326 - name = "alloc-no-stdlib" 327 - version = "2.0.4" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 330 - 331 - [[package]] 332 - name = "alloc-stdlib" 333 - version = "0.2.2" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 336 - dependencies = [ 337 - "alloc-no-stdlib", 338 - ] 339 - 340 - [[package]] 341 - name = "allocator-api2" 342 - version = "0.2.18" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 345 - 346 - [[package]] 347 - name = "android-tzdata" 348 - version = "0.1.1" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 351 - 352 - [[package]] 353 - name = "android_system_properties" 354 - version = "0.1.5" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 357 - dependencies = [ 358 - "libc", 359 - ] 360 - 361 - [[package]] 362 - name = "anstream" 363 - version = "0.6.17" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338" 366 - dependencies = [ 367 - "anstyle", 368 - "anstyle-parse", 369 - "anstyle-query", 370 - "anstyle-wincon", 371 - "colorchoice", 372 - "is_terminal_polyfill", 373 - "utf8parse", 374 - ] 375 - 376 - [[package]] 377 - name = "anstyle" 378 - version = "1.0.10" 379 - source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 381 - 382 - [[package]] 383 - name = "anstyle-parse" 384 - version = "0.2.6" 385 - source = "registry+https://github.com/rust-lang/crates.io-index" 386 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 387 - dependencies = [ 388 - "utf8parse", 389 - ] 390 - 391 - [[package]] 392 - name = "anstyle-query" 393 - version = "1.1.2" 394 - source = "registry+https://github.com/rust-lang/crates.io-index" 395 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 396 - dependencies = [ 397 - "windows-sys 0.59.0", 398 - ] 399 - 400 - [[package]] 401 - name = "anstyle-wincon" 402 - version = "3.0.6" 403 - source = "registry+https://github.com/rust-lang/crates.io-index" 404 - checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" 405 - dependencies = [ 406 - "anstyle", 407 - "windows-sys 0.59.0", 408 - ] 409 - 410 - [[package]] 411 - name = "anyhow" 412 - version = "1.0.92" 413 - source = "registry+https://github.com/rust-lang/crates.io-index" 414 - checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" 415 - 416 - [[package]] 417 - name = "arrayref" 418 - version = "0.3.9" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 421 - 422 - [[package]] 423 - name = "arrayvec" 424 - version = "0.5.2" 425 - source = "registry+https://github.com/rust-lang/crates.io-index" 426 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 427 - 428 - [[package]] 429 - name = "ascii" 430 - version = "0.9.3" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" 433 - 434 - [[package]] 435 - name = "asn1-rs" 436 - version = "0.5.2" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 439 - dependencies = [ 440 - "asn1-rs-derive", 441 - "asn1-rs-impl", 442 - "displaydoc 0.2.5", 443 - "nom", 444 - "num-traits", 445 - "rusticata-macros", 446 - "thiserror", 447 - "time", 448 - ] 449 - 450 - [[package]] 451 - name = "asn1-rs-derive" 452 - version = "0.4.0" 453 - source = "registry+https://github.com/rust-lang/crates.io-index" 454 - checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 455 - dependencies = [ 456 - "proc-macro2", 457 - "quote", 458 - "syn 1.0.109", 459 - "synstructure", 460 - ] 461 - 462 - [[package]] 463 - name = "asn1-rs-impl" 464 - version = "0.1.0" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 467 - dependencies = [ 468 - "proc-macro2", 469 - "quote", 470 - "syn 1.0.109", 471 - ] 472 - 473 - [[package]] 474 - name = "assert_cmd" 475 - version = "2.0.16" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" 478 - dependencies = [ 479 - "anstyle", 480 - "bstr", 481 - "doc-comment", 482 - "libc", 483 - "predicates 3.1.2", 484 - "predicates-core", 485 - "predicates-tree", 486 - "wait-timeout", 487 - ] 488 - 489 - [[package]] 490 - name = "async-stream" 491 - version = "0.3.6" 492 - source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 494 - dependencies = [ 495 - "async-stream-impl", 496 - "futures-core", 497 - "pin-project-lite", 498 - ] 499 - 500 - [[package]] 501 - name = "async-stream-impl" 502 - version = "0.3.6" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 505 - dependencies = [ 506 - "proc-macro2", 507 - "quote", 508 - "syn 2.0.86", 509 - ] 510 - 511 - [[package]] 512 - name = "async-trait" 513 - version = "0.1.83" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 516 - dependencies = [ 517 - "proc-macro2", 518 - "quote", 519 - "syn 2.0.86", 520 - ] 521 - 522 - [[package]] 523 - name = "atoi" 524 - version = "2.0.0" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 527 - dependencies = [ 528 - "num-traits", 529 - ] 530 - 531 - [[package]] 532 - name = "atomic" 533 - version = "0.6.0" 534 - source = "registry+https://github.com/rust-lang/crates.io-index" 535 - checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 536 - dependencies = [ 537 - "bytemuck", 538 - ] 539 - 540 - [[package]] 541 - name = "autocfg" 542 - version = "1.4.0" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 545 - 546 - [[package]] 547 - name = "backtrace" 548 - version = "0.3.74" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 551 - dependencies = [ 552 - "addr2line", 553 - "cfg-if", 554 - "libc", 555 - "miniz_oxide", 556 - "object", 557 - "rustc-demangle", 558 - "windows-targets 0.52.6", 559 - ] 560 - 561 - [[package]] 562 - name = "base64" 563 - version = "0.13.1" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 566 - 567 - [[package]] 568 - name = "base64" 569 - version = "0.21.7" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 572 - 573 - [[package]] 574 - name = "base64" 575 - version = "0.22.1" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 578 - 579 - [[package]] 580 - name = "base64ct" 581 - version = "1.6.0" 582 - source = "registry+https://github.com/rust-lang/crates.io-index" 583 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 584 - 585 - [[package]] 586 - name = "bincode" 587 - version = "1.3.3" 588 - source = "registry+https://github.com/rust-lang/crates.io-index" 589 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 590 - dependencies = [ 591 - "serde", 592 - ] 593 - 594 - [[package]] 595 - name = "bitflags" 596 - version = "1.3.2" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 599 - 600 - [[package]] 601 - name = "bitflags" 602 - version = "2.6.0" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 605 - dependencies = [ 606 - "serde", 607 - ] 608 - 609 - [[package]] 610 - name = "blake2b_simd" 611 - version = "0.5.11" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" 614 - dependencies = [ 615 - "arrayref", 616 - "arrayvec", 617 - "constant_time_eq", 618 - ] 619 - 620 - [[package]] 621 - name = "block-buffer" 622 - version = "0.9.0" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 625 - dependencies = [ 626 - "generic-array", 627 - ] 628 - 629 - [[package]] 630 - name = "block-buffer" 631 - version = "0.10.4" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 634 - dependencies = [ 635 - "generic-array", 636 - ] 637 - 638 - [[package]] 639 - name = "boolinator" 640 - version = "2.4.0" 641 - source = "registry+https://github.com/rust-lang/crates.io-index" 642 - checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9" 643 - 644 - [[package]] 645 - name = "brotli" 646 - version = "6.0.0" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 649 - dependencies = [ 650 - "alloc-no-stdlib", 651 - "alloc-stdlib", 652 - "brotli-decompressor", 653 - ] 654 - 655 - [[package]] 656 - name = "brotli-decompressor" 657 - version = "4.0.1" 658 - source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 660 - dependencies = [ 661 - "alloc-no-stdlib", 662 - "alloc-stdlib", 663 - ] 664 - 665 - [[package]] 666 - name = "bson" 667 - version = "1.2.4" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "de0aa578035b938855a710ba58d43cfb4d435f3619f99236fb35922a574d6cb1" 670 - dependencies = [ 671 - "base64 0.13.1", 672 - "chrono", 673 - "hex", 674 - "lazy_static", 675 - "linked-hash-map", 676 - "rand 0.7.3", 677 - "serde", 678 - "serde_json", 679 - "uuid 0.8.2", 680 - ] 681 - 682 - [[package]] 683 - name = "bstr" 684 - version = "1.10.0" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 687 - dependencies = [ 688 - "memchr", 689 - "regex-automata 0.4.8", 690 - "serde", 691 - ] 692 - 693 - [[package]] 694 - name = "bumpalo" 695 - version = "3.16.0" 696 - source = "registry+https://github.com/rust-lang/crates.io-index" 697 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 698 - 699 - [[package]] 700 - name = "bytemuck" 701 - version = "1.19.0" 702 - source = "registry+https://github.com/rust-lang/crates.io-index" 703 - checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 704 - 705 - [[package]] 706 - name = "byteorder" 707 - version = "1.5.0" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 710 - 711 - [[package]] 712 - name = "bytes" 713 - version = "1.8.0" 714 - source = "registry+https://github.com/rust-lang/crates.io-index" 715 - checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 716 - 717 - [[package]] 718 - name = "bytestring" 719 - version = "1.3.1" 720 - source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72" 722 - dependencies = [ 723 - "bytes", 724 - ] 725 - 726 - [[package]] 727 - name = "cc" 728 - version = "1.1.33" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "e3788d6ac30243803df38a3e9991cf37e41210232916d41a8222ae378f912624" 731 - dependencies = [ 732 - "jobserver", 733 - "libc", 734 - "shlex", 735 - ] 736 - 737 - [[package]] 738 - name = "cfg-if" 739 - version = "1.0.0" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 742 - 743 - [[package]] 744 - name = "chrono" 745 - version = "0.4.38" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 748 - dependencies = [ 749 - "android-tzdata", 750 - "iana-time-zone", 751 - "js-sys", 752 - "num-traits", 753 - "serde", 754 - "wasm-bindgen", 755 - "windows-targets 0.52.6", 756 - ] 757 - 758 - [[package]] 759 - name = "clap" 760 - version = "4.5.20" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 763 - dependencies = [ 764 - "clap_builder", 765 - "clap_derive", 766 - ] 767 - 768 - [[package]] 769 - name = "clap_builder" 770 - version = "4.5.20" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 773 - dependencies = [ 774 - "anstream", 775 - "anstyle", 776 - "clap_lex", 777 - "strsim 0.11.1", 778 - ] 779 - 780 - [[package]] 781 - name = "clap_derive" 782 - version = "4.5.18" 783 - source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 785 - dependencies = [ 786 - "heck 0.5.0", 787 - "proc-macro2", 788 - "quote", 789 - "syn 2.0.86", 790 - ] 791 - 792 - [[package]] 793 - name = "clap_lex" 794 - version = "0.7.2" 795 - source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 797 - 798 - [[package]] 799 - name = "color_quant" 800 - version = "1.1.0" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 803 - 804 - [[package]] 805 - name = "colorchoice" 806 - version = "1.0.3" 807 - source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 809 - 810 - [[package]] 811 - name = "combine" 812 - version = "3.8.1" 813 - source = "registry+https://github.com/rust-lang/crates.io-index" 814 - checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" 815 - dependencies = [ 816 - "ascii", 817 - "byteorder", 818 - "either", 819 - "memchr", 820 - "unreachable", 821 - ] 822 - 823 - [[package]] 824 - name = "console_error_panic_hook" 825 - version = "0.1.7" 826 - source = "registry+https://github.com/rust-lang/crates.io-index" 827 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 828 - dependencies = [ 829 - "cfg-if", 830 - "wasm-bindgen", 831 - ] 832 - 833 - [[package]] 834 - name = "const-oid" 835 - version = "0.9.6" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 838 - 839 - [[package]] 840 - name = "constant_time_eq" 841 - version = "0.1.5" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 844 - 845 - [[package]] 846 - name = "convert_case" 847 - version = "0.4.0" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 850 - 851 - [[package]] 852 - name = "cookie" 853 - version = "0.16.2" 854 - source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" 856 - dependencies = [ 857 - "percent-encoding", 858 - "time", 859 - "version_check", 860 - ] 861 - 862 - [[package]] 863 - name = "core-foundation" 864 - version = "0.9.4" 865 - source = "registry+https://github.com/rust-lang/crates.io-index" 866 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 867 - dependencies = [ 868 - "core-foundation-sys", 869 - "libc", 870 - ] 871 - 872 - [[package]] 873 - name = "core-foundation-sys" 874 - version = "0.8.7" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 877 - 878 - [[package]] 879 - name = "cpufeatures" 880 - version = "0.2.14" 881 - source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 883 - dependencies = [ 884 - "libc", 885 - ] 886 - 887 - [[package]] 888 - name = "crc" 889 - version = "3.2.1" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 892 - dependencies = [ 893 - "crc-catalog", 894 - ] 895 - 896 - [[package]] 897 - name = "crc-catalog" 898 - version = "2.4.0" 899 - source = "registry+https://github.com/rust-lang/crates.io-index" 900 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 901 - 902 - [[package]] 903 - name = "crc32fast" 904 - version = "1.4.2" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 907 - dependencies = [ 908 - "cfg-if", 909 - ] 910 - 911 - [[package]] 912 - name = "cron" 913 - version = "0.12.1" 914 - source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" 916 - dependencies = [ 917 - "chrono", 918 - "nom", 919 - "once_cell", 920 - ] 921 - 922 - [[package]] 923 - name = "crossbeam-channel" 924 - version = "0.5.13" 925 - source = "registry+https://github.com/rust-lang/crates.io-index" 926 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 927 - dependencies = [ 928 - "crossbeam-utils", 929 - ] 930 - 931 - [[package]] 932 - name = "crossbeam-queue" 933 - version = "0.3.11" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 936 - dependencies = [ 937 - "crossbeam-utils", 938 - ] 939 - 940 - [[package]] 941 - name = "crossbeam-utils" 942 - version = "0.8.20" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 945 - 946 - [[package]] 947 - name = "crossterm" 948 - version = "0.23.2" 949 - source = "registry+https://github.com/rust-lang/crates.io-index" 950 - checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17" 951 - dependencies = [ 952 - "bitflags 1.3.2", 953 - "crossterm_winapi", 954 - "libc", 955 - "mio 0.8.11", 956 - "parking_lot", 957 - "signal-hook", 958 - "signal-hook-mio", 959 - "winapi", 960 - ] 961 - 962 - [[package]] 963 - name = "crossterm_winapi" 964 - version = "0.9.1" 965 - source = "registry+https://github.com/rust-lang/crates.io-index" 966 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 967 - dependencies = [ 968 - "winapi", 969 - ] 970 - 971 - [[package]] 972 - name = "crypto-common" 973 - version = "0.1.6" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 976 - dependencies = [ 977 - "generic-array", 978 - "typenum", 979 - ] 980 - 981 - [[package]] 982 - name = "crypto-mac" 983 - version = "0.10.1" 984 - source = "registry+https://github.com/rust-lang/crates.io-index" 985 - checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" 986 - dependencies = [ 987 - "generic-array", 988 - "subtle", 989 - ] 990 - 991 - [[package]] 992 - name = "crypto-mac" 993 - version = "0.11.1" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" 996 - dependencies = [ 997 - "generic-array", 998 - "subtle", 999 - ] 1000 - 1001 - [[package]] 1002 - name = "ct-codecs" 1003 - version = "1.1.2" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "026ac6ceace6298d2c557ef5ed798894962296469ec7842288ea64674201a2d1" 1006 - 1007 - [[package]] 1008 - name = "curve25519-dalek" 1009 - version = "3.2.0" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" 1012 - dependencies = [ 1013 - "byteorder", 1014 - "digest 0.9.0", 1015 - "rand_core 0.5.1", 1016 - "serde", 1017 - "subtle", 1018 - "zeroize", 1019 - ] 1020 - 1021 - [[package]] 1022 - name = "darling" 1023 - version = "0.14.4" 1024 - source = "registry+https://github.com/rust-lang/crates.io-index" 1025 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 1026 - dependencies = [ 1027 - "darling_core", 1028 - "darling_macro", 1029 - ] 1030 - 1031 - [[package]] 1032 - name = "darling_core" 1033 - version = "0.14.4" 1034 - source = "registry+https://github.com/rust-lang/crates.io-index" 1035 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 1036 - dependencies = [ 1037 - "fnv", 1038 - "ident_case", 1039 - "proc-macro2", 1040 - "quote", 1041 - "strsim 0.10.0", 1042 - "syn 1.0.109", 1043 - ] 1044 - 1045 - [[package]] 1046 - name = "darling_macro" 1047 - version = "0.14.4" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 1050 - dependencies = [ 1051 - "darling_core", 1052 - "quote", 1053 - "syn 1.0.109", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "dashmap" 1058 - version = "5.5.3" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1061 - dependencies = [ 1062 - "cfg-if", 1063 - "hashbrown 0.14.5", 1064 - "lock_api", 1065 - "once_cell", 1066 - "parking_lot_core", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "data-encoding" 1071 - version = "2.6.0" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 1074 - 1075 - [[package]] 1076 - name = "der" 1077 - version = "0.7.9" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 1080 - dependencies = [ 1081 - "const-oid", 1082 - "pem-rfc7468", 1083 - "zeroize", 1084 - ] 1085 - 1086 - [[package]] 1087 - name = "der-parser" 1088 - version = "8.2.0" 1089 - source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" 1091 - dependencies = [ 1092 - "asn1-rs", 1093 - "displaydoc 0.2.5", 1094 - "nom", 1095 - "num-bigint", 1096 - "num-traits", 1097 - "rusticata-macros", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "deranged" 1102 - version = "0.3.11" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1105 - dependencies = [ 1106 - "powerfmt", 1107 - ] 1108 - 1109 - [[package]] 1110 - name = "derivative" 1111 - version = "2.2.0" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1114 - dependencies = [ 1115 - "proc-macro2", 1116 - "quote", 1117 - "syn 1.0.109", 1118 - ] 1119 - 1120 - [[package]] 1121 - name = "derive_builder" 1122 - version = "0.12.0" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" 1125 - dependencies = [ 1126 - "derive_builder_macro", 1127 - ] 1128 - 1129 - [[package]] 1130 - name = "derive_builder_core" 1131 - version = "0.12.0" 1132 - source = "registry+https://github.com/rust-lang/crates.io-index" 1133 - checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" 1134 - dependencies = [ 1135 - "darling", 1136 - "proc-macro2", 1137 - "quote", 1138 - "syn 1.0.109", 1139 - ] 1140 - 1141 - [[package]] 1142 - name = "derive_builder_macro" 1143 - version = "0.12.0" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" 1146 - dependencies = [ 1147 - "derive_builder_core", 1148 - "syn 1.0.109", 1149 - ] 1150 - 1151 - [[package]] 1152 - name = "derive_more" 1153 - version = "0.99.18" 1154 - source = "registry+https://github.com/rust-lang/crates.io-index" 1155 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 1156 - dependencies = [ 1157 - "convert_case", 1158 - "proc-macro2", 1159 - "quote", 1160 - "rustc_version", 1161 - "syn 2.0.86", 1162 - ] 1163 - 1164 - [[package]] 1165 - name = "derive_more" 1166 - version = "1.0.0" 1167 - source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 1169 - dependencies = [ 1170 - "derive_more-impl", 1171 - ] 1172 - 1173 - [[package]] 1174 - name = "derive_more-impl" 1175 - version = "1.0.0" 1176 - source = "registry+https://github.com/rust-lang/crates.io-index" 1177 - checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1178 - dependencies = [ 1179 - "proc-macro2", 1180 - "quote", 1181 - "syn 2.0.86", 1182 - "unicode-xid", 1183 - ] 1184 - 1185 - [[package]] 1186 - name = "derive_utils" 1187 - version = "0.11.2" 1188 - source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "532b4c15dccee12c7044f1fcad956e98410860b22231e44a3b827464797ca7bf" 1190 - dependencies = [ 1191 - "proc-macro2", 1192 - "quote", 1193 - "syn 1.0.109", 1194 - ] 1195 - 1196 - [[package]] 1197 - name = "diff" 1198 - version = "0.1.13" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1201 - 1202 - [[package]] 1203 - name = "difflib" 1204 - version = "0.4.0" 1205 - source = "registry+https://github.com/rust-lang/crates.io-index" 1206 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 1207 - 1208 - [[package]] 1209 - name = "digest" 1210 - version = "0.9.0" 1211 - source = "registry+https://github.com/rust-lang/crates.io-index" 1212 - checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 1213 - dependencies = [ 1214 - "generic-array", 1215 - ] 1216 - 1217 - [[package]] 1218 - name = "digest" 1219 - version = "0.10.7" 1220 - source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1222 - dependencies = [ 1223 - "block-buffer 0.10.4", 1224 - "const-oid", 1225 - "crypto-common", 1226 - "subtle", 1227 - ] 1228 - 1229 - [[package]] 1230 - name = "displaydoc" 1231 - version = "0.1.7" 1232 - source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "adc2ab4d5a16117f9029e9a6b5e4e79f4c67f6519bc134210d4d4a04ba31f41b" 1234 - dependencies = [ 1235 - "proc-macro2", 1236 - "quote", 1237 - "syn 1.0.109", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "displaydoc" 1242 - version = "0.2.5" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1245 - dependencies = [ 1246 - "proc-macro2", 1247 - "quote", 1248 - "syn 2.0.86", 1249 - ] 1250 - 1251 - [[package]] 1252 - name = "doc-comment" 1253 - version = "0.3.3" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1256 - 1257 - [[package]] 1258 - name = "dotenvy" 1259 - version = "0.15.7" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1262 - 1263 - [[package]] 1264 - name = "downcast" 1265 - version = "0.11.0" 1266 - source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" 1268 - 1269 - [[package]] 1270 - name = "either" 1271 - version = "1.13.0" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1274 - dependencies = [ 1275 - "serde", 1276 - ] 1277 - 1278 - [[package]] 1279 - name = "email-encoding" 1280 - version = "0.2.1" 1281 - source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "a87260449b06739ee78d6281c68d2a0ff3e3af64a78df63d3a1aeb3c06997c8a" 1283 - dependencies = [ 1284 - "base64 0.22.1", 1285 - "memchr", 1286 - ] 1287 - 1288 - [[package]] 1289 - name = "email_address" 1290 - version = "0.2.9" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" 1293 - 1294 - [[package]] 1295 - name = "encoding_rs" 1296 - version = "0.8.35" 1297 - source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1299 - dependencies = [ 1300 - "cfg-if", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "equivalent" 1305 - version = "1.0.1" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1308 - 1309 - [[package]] 1310 - name = "errno" 1311 - version = "0.3.9" 1312 - source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1314 - dependencies = [ 1315 - "libc", 1316 - "windows-sys 0.52.0", 1317 - ] 1318 - 1319 - [[package]] 1320 - name = "etcetera" 1321 - version = "0.8.0" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 1324 - dependencies = [ 1325 - "cfg-if", 1326 - "home", 1327 - "windows-sys 0.48.0", 1328 - ] 1329 - 1330 - [[package]] 1331 - name = "event-listener" 1332 - version = "2.5.3" 1333 - source = "registry+https://github.com/rust-lang/crates.io-index" 1334 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1335 - 1336 - [[package]] 1337 - name = "failure" 1338 - version = "0.1.8" 1339 - source = "registry+https://github.com/rust-lang/crates.io-index" 1340 - checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 1341 - dependencies = [ 1342 - "backtrace", 1343 - "failure_derive", 1344 - ] 1345 - 1346 - [[package]] 1347 - name = "failure_derive" 1348 - version = "0.1.8" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 1351 - dependencies = [ 1352 - "proc-macro2", 1353 - "quote", 1354 - "syn 1.0.109", 1355 - "synstructure", 1356 - ] 1357 - 1358 - [[package]] 1359 - name = "fastrand" 1360 - version = "1.9.0" 1361 - source = "registry+https://github.com/rust-lang/crates.io-index" 1362 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1363 - dependencies = [ 1364 - "instant", 1365 - ] 1366 - 1367 - [[package]] 1368 - name = "fastrand" 1369 - version = "2.1.1" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1372 - 1373 - [[package]] 1374 - name = "fiat-crypto" 1375 - version = "0.2.9" 1376 - source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1378 - 1379 - [[package]] 1380 - name = "figment" 1381 - version = "0.10.19" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 1384 - dependencies = [ 1385 - "atomic", 1386 - "parking_lot", 1387 - "pear", 1388 - "serde", 1389 - "tempfile", 1390 - "toml", 1391 - "uncased", 1392 - "version_check", 1393 - ] 1394 - 1395 - [[package]] 1396 - name = "figment_file_provider_adapter" 1397 - version = "0.1.1" 1398 - source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "353e1e0896797efa3728309408a50d307284d5af4c733fa1859edae2bc80a314" 1400 - dependencies = [ 1401 - "figment", 1402 - ] 1403 - 1404 - [[package]] 1405 - name = "flate2" 1406 - version = "1.0.34" 1407 - source = "registry+https://github.com/rust-lang/crates.io-index" 1408 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 1409 - dependencies = [ 1410 - "crc32fast", 1411 - "miniz_oxide", 1412 - ] 1413 - 1414 - [[package]] 1415 - name = "float-cmp" 1416 - version = "0.9.0" 1417 - source = "registry+https://github.com/rust-lang/crates.io-index" 1418 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1419 - dependencies = [ 1420 - "num-traits", 1421 - ] 1422 - 1423 - [[package]] 1424 - name = "flume" 1425 - version = "0.11.1" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1428 - dependencies = [ 1429 - "futures-core", 1430 - "futures-sink", 1431 - "spin 0.9.8", 1432 - ] 1433 - 1434 - [[package]] 1435 - name = "fnv" 1436 - version = "1.0.7" 1437 - source = "registry+https://github.com/rust-lang/crates.io-index" 1438 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1439 - 1440 - [[package]] 1441 - name = "form_urlencoded" 1442 - version = "1.2.1" 1443 - source = "registry+https://github.com/rust-lang/crates.io-index" 1444 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1445 - dependencies = [ 1446 - "percent-encoding", 1447 - ] 1448 - 1449 - [[package]] 1450 - name = "fragile" 1451 - version = "2.0.0" 1452 - source = "registry+https://github.com/rust-lang/crates.io-index" 1453 - checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" 1454 - 1455 - [[package]] 1456 - name = "fslock" 1457 - version = "0.2.1" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 1460 - dependencies = [ 1461 - "libc", 1462 - "winapi", 1463 - ] 1464 - 1465 - [[package]] 1466 - name = "futures" 1467 - version = "0.3.31" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1470 - dependencies = [ 1471 - "futures-channel", 1472 - "futures-core", 1473 - "futures-executor", 1474 - "futures-io", 1475 - "futures-sink", 1476 - "futures-task", 1477 - "futures-util", 1478 - ] 1479 - 1480 - [[package]] 1481 - name = "futures-channel" 1482 - version = "0.3.31" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1485 - dependencies = [ 1486 - "futures-core", 1487 - "futures-sink", 1488 - ] 1489 - 1490 - [[package]] 1491 - name = "futures-core" 1492 - version = "0.3.31" 1493 - source = "registry+https://github.com/rust-lang/crates.io-index" 1494 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1495 - 1496 - [[package]] 1497 - name = "futures-enum" 1498 - version = "0.1.17" 1499 - source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "3422d14de7903a52e9dbc10ae05a7e14445ec61890100e098754e120b2bd7b1e" 1501 - dependencies = [ 1502 - "derive_utils", 1503 - "quote", 1504 - "syn 1.0.109", 1505 - ] 1506 - 1507 - [[package]] 1508 - name = "futures-executor" 1509 - version = "0.3.31" 1510 - source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1512 - dependencies = [ 1513 - "futures-core", 1514 - "futures-task", 1515 - "futures-util", 1516 - ] 1517 - 1518 - [[package]] 1519 - name = "futures-intrusive" 1520 - version = "0.5.0" 1521 - source = "registry+https://github.com/rust-lang/crates.io-index" 1522 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1523 - dependencies = [ 1524 - "futures-core", 1525 - "lock_api", 1526 - "parking_lot", 1527 - ] 1528 - 1529 - [[package]] 1530 - name = "futures-io" 1531 - version = "0.3.31" 1532 - source = "registry+https://github.com/rust-lang/crates.io-index" 1533 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1534 - 1535 - [[package]] 1536 - name = "futures-macro" 1537 - version = "0.3.31" 1538 - source = "registry+https://github.com/rust-lang/crates.io-index" 1539 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1540 - dependencies = [ 1541 - "proc-macro2", 1542 - "quote", 1543 - "syn 2.0.86", 1544 - ] 1545 - 1546 - [[package]] 1547 - name = "futures-sink" 1548 - version = "0.3.31" 1549 - source = "registry+https://github.com/rust-lang/crates.io-index" 1550 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1551 - 1552 - [[package]] 1553 - name = "futures-task" 1554 - version = "0.3.31" 1555 - source = "registry+https://github.com/rust-lang/crates.io-index" 1556 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1557 - 1558 - [[package]] 1559 - name = "futures-util" 1560 - version = "0.3.31" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1563 - dependencies = [ 1564 - "futures-channel", 1565 - "futures-core", 1566 - "futures-io", 1567 - "futures-macro", 1568 - "futures-sink", 1569 - "futures-task", 1570 - "memchr", 1571 - "pin-project-lite", 1572 - "pin-utils", 1573 - "slab", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "generic-array" 1578 - version = "0.14.7" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1581 - dependencies = [ 1582 - "serde", 1583 - "typenum", 1584 - "version_check", 1585 - ] 1586 - 1587 - [[package]] 1588 - name = "generic-bytes" 1589 - version = "0.1.0" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "d6638d839bbd1cea640d8c5348dd82e0d545dbd364f3c2a251646eaf2ef0773b" 1592 - dependencies = [ 1593 - "generic-array", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "getrandom" 1598 - version = "0.1.16" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1601 - dependencies = [ 1602 - "cfg-if", 1603 - "libc", 1604 - "wasi 0.9.0+wasi-snapshot-preview1", 1605 - ] 1606 - 1607 - [[package]] 1608 - name = "getrandom" 1609 - version = "0.2.15" 1610 - source = "registry+https://github.com/rust-lang/crates.io-index" 1611 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1612 - dependencies = [ 1613 - "cfg-if", 1614 - "js-sys", 1615 - "libc", 1616 - "wasi 0.11.0+wasi-snapshot-preview1", 1617 - "wasm-bindgen", 1618 - ] 1619 - 1620 - [[package]] 1621 - name = "gimli" 1622 - version = "0.31.1" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1625 - 1626 - [[package]] 1627 - name = "gloo" 1628 - version = "0.4.2" 1629 - source = "registry+https://github.com/rust-lang/crates.io-index" 1630 - checksum = "23947965eee55e3e97a5cd142dd4c10631cc349b48cecca0ed230fd296f568cd" 1631 - dependencies = [ 1632 - "gloo-console", 1633 - "gloo-dialogs", 1634 - "gloo-events", 1635 - "gloo-file", 1636 - "gloo-render", 1637 - "gloo-storage", 1638 - "gloo-timers", 1639 - "gloo-utils 0.1.7", 1640 - ] 1641 - 1642 - [[package]] 1643 - name = "gloo-console" 1644 - version = "0.2.3" 1645 - source = "registry+https://github.com/rust-lang/crates.io-index" 1646 - checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f" 1647 - dependencies = [ 1648 - "gloo-utils 0.1.7", 1649 - "js-sys", 1650 - "serde", 1651 - "wasm-bindgen", 1652 - "web-sys", 1653 - ] 1654 - 1655 - [[package]] 1656 - name = "gloo-dialogs" 1657 - version = "0.1.1" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "67062364ac72d27f08445a46cab428188e2e224ec9e37efdba48ae8c289002e6" 1660 - dependencies = [ 1661 - "wasm-bindgen", 1662 - "web-sys", 1663 - ] 1664 - 1665 - [[package]] 1666 - name = "gloo-events" 1667 - version = "0.1.2" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc" 1670 - dependencies = [ 1671 - "wasm-bindgen", 1672 - "web-sys", 1673 - ] 1674 - 1675 - [[package]] 1676 - name = "gloo-file" 1677 - version = "0.2.3" 1678 - source = "registry+https://github.com/rust-lang/crates.io-index" 1679 - checksum = "a8d5564e570a38b43d78bdc063374a0c3098c4f0d64005b12f9bbe87e869b6d7" 1680 - dependencies = [ 1681 - "futures-channel", 1682 - "gloo-events", 1683 - "js-sys", 1684 - "wasm-bindgen", 1685 - "web-sys", 1686 - ] 1687 - 1688 - [[package]] 1689 - name = "gloo-net" 1690 - version = "0.6.0" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" 1693 - dependencies = [ 1694 - "futures-channel", 1695 - "futures-core", 1696 - "futures-sink", 1697 - "gloo-utils 0.2.0", 1698 - "http 1.1.0", 1699 - "js-sys", 1700 - "pin-project", 1701 - "serde", 1702 - "serde_json", 1703 - "thiserror", 1704 - "wasm-bindgen", 1705 - "wasm-bindgen-futures", 1706 - "web-sys", 1707 - ] 1708 - 1709 - [[package]] 1710 - name = "gloo-render" 1711 - version = "0.1.1" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "2fd9306aef67cfd4449823aadcd14e3958e0800aa2183955a309112a84ec7764" 1714 - dependencies = [ 1715 - "wasm-bindgen", 1716 - "web-sys", 1717 - ] 1718 - 1719 - [[package]] 1720 - name = "gloo-storage" 1721 - version = "0.2.2" 1722 - source = "registry+https://github.com/rust-lang/crates.io-index" 1723 - checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480" 1724 - dependencies = [ 1725 - "gloo-utils 0.1.7", 1726 - "js-sys", 1727 - "serde", 1728 - "serde_json", 1729 - "thiserror", 1730 - "wasm-bindgen", 1731 - "web-sys", 1732 - ] 1733 - 1734 - [[package]] 1735 - name = "gloo-timers" 1736 - version = "0.2.6" 1737 - source = "registry+https://github.com/rust-lang/crates.io-index" 1738 - checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1739 - dependencies = [ 1740 - "futures-channel", 1741 - "futures-core", 1742 - "js-sys", 1743 - "wasm-bindgen", 1744 - ] 1745 - 1746 - [[package]] 1747 - name = "gloo-utils" 1748 - version = "0.1.7" 1749 - source = "registry+https://github.com/rust-lang/crates.io-index" 1750 - checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e" 1751 - dependencies = [ 1752 - "js-sys", 1753 - "serde", 1754 - "serde_json", 1755 - "wasm-bindgen", 1756 - "web-sys", 1757 - ] 1758 - 1759 - [[package]] 1760 - name = "gloo-utils" 1761 - version = "0.2.0" 1762 - source = "registry+https://github.com/rust-lang/crates.io-index" 1763 - checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1764 - dependencies = [ 1765 - "js-sys", 1766 - "serde", 1767 - "serde_json", 1768 - "wasm-bindgen", 1769 - "web-sys", 1770 - ] 1771 - 1772 - [[package]] 1773 - name = "graphql-introspection-query" 1774 - version = "0.2.0" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d" 1777 - dependencies = [ 1778 - "serde", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "graphql-parser" 1783 - version = "0.2.3" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "a5613c31f18676f164112732202124f373bb2103ff017b3b85ca954ea6a66ada" 1786 - dependencies = [ 1787 - "combine", 1788 - "failure", 1789 - ] 1790 - 1791 - [[package]] 1792 - name = "graphql-parser" 1793 - version = "0.3.0" 1794 - source = "registry+https://github.com/rust-lang/crates.io-index" 1795 - checksum = "d1abd4ce5247dfc04a03ccde70f87a048458c9356c7e41d21ad8c407b3dde6f2" 1796 - dependencies = [ 1797 - "combine", 1798 - "thiserror", 1799 - ] 1800 - 1801 - [[package]] 1802 - name = "graphql-parser" 1803 - version = "0.4.0" 1804 - source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474" 1806 - dependencies = [ 1807 - "combine", 1808 - "thiserror", 1809 - ] 1810 - 1811 - [[package]] 1812 - name = "graphql_client" 1813 - version = "0.10.0" 1814 - source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "a9b58571cfc3cc42c3e8ff44fc6cfbb6c0dea17ed22d20f9d8f1efc4e8209a3f" 1816 - dependencies = [ 1817 - "graphql_query_derive 0.10.0", 1818 - "serde", 1819 - "serde_json", 1820 - ] 1821 - 1822 - [[package]] 1823 - name = "graphql_client" 1824 - version = "0.11.0" 1825 - source = "registry+https://github.com/rust-lang/crates.io-index" 1826 - checksum = "7fc16d75d169fddb720d8f1c7aed6413e329e1584079b9734ff07266a193f5bc" 1827 - dependencies = [ 1828 - "graphql_query_derive 0.11.0", 1829 - "reqwest", 1830 - "serde", 1831 - "serde_json", 1832 - ] 1833 - 1834 - [[package]] 1835 - name = "graphql_client_codegen" 1836 - version = "0.10.0" 1837 - source = "registry+https://github.com/rust-lang/crates.io-index" 1838 - checksum = "b4bf9cd823359d74ad3d3ecf1afd4a975f4ff2f891cdf9a66744606daf52de8c" 1839 - dependencies = [ 1840 - "graphql-introspection-query", 1841 - "graphql-parser 0.2.3", 1842 - "heck 0.3.3", 1843 - "lazy_static", 1844 - "proc-macro2", 1845 - "quote", 1846 - "serde", 1847 - "serde_json", 1848 - "syn 1.0.109", 1849 - ] 1850 - 1851 - [[package]] 1852 - name = "graphql_client_codegen" 1853 - version = "0.11.0" 1854 - source = "registry+https://github.com/rust-lang/crates.io-index" 1855 - checksum = "f290ecfa3bea3e8a157899dc8a1d96ee7dd6405c18c8ddd213fc58939d18a0e9" 1856 - dependencies = [ 1857 - "graphql-introspection-query", 1858 - "graphql-parser 0.4.0", 1859 - "heck 0.4.1", 1860 - "lazy_static", 1861 - "proc-macro2", 1862 - "quote", 1863 - "serde", 1864 - "serde_json", 1865 - "syn 1.0.109", 1866 - ] 1867 - 1868 - [[package]] 1869 - name = "graphql_query_derive" 1870 - version = "0.10.0" 1871 - source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "e56b093bfda71de1da99758b036f4cc811fd2511c8a76f75680e9ffbd2bb4251" 1873 - dependencies = [ 1874 - "graphql_client_codegen 0.10.0", 1875 - "proc-macro2", 1876 - "syn 1.0.109", 1877 - ] 1878 - 1879 - [[package]] 1880 - name = "graphql_query_derive" 1881 - version = "0.11.0" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "a755cc59cda2641ea3037b4f9f7ef40471c329f55c1fa2db6fa0bb7ae6c1f7ce" 1884 - dependencies = [ 1885 - "graphql_client_codegen 0.11.0", 1886 - "proc-macro2", 1887 - "syn 1.0.109", 1888 - ] 1889 - 1890 - [[package]] 1891 - name = "h2" 1892 - version = "0.3.26" 1893 - source = "registry+https://github.com/rust-lang/crates.io-index" 1894 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 1895 - dependencies = [ 1896 - "bytes", 1897 - "fnv", 1898 - "futures-core", 1899 - "futures-sink", 1900 - "futures-util", 1901 - "http 0.2.12", 1902 - "indexmap 2.6.0", 1903 - "slab", 1904 - "tokio", 1905 - "tokio-util", 1906 - "tracing", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "hashbrown" 1911 - version = "0.9.1" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 1914 - 1915 - [[package]] 1916 - name = "hashbrown" 1917 - version = "0.14.5" 1918 - source = "registry+https://github.com/rust-lang/crates.io-index" 1919 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1920 - dependencies = [ 1921 - "ahash", 1922 - "allocator-api2", 1923 - ] 1924 - 1925 - [[package]] 1926 - name = "hashbrown" 1927 - version = "0.15.0" 1928 - source = "registry+https://github.com/rust-lang/crates.io-index" 1929 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 1930 - 1931 - [[package]] 1932 - name = "hashlink" 1933 - version = "0.8.4" 1934 - source = "registry+https://github.com/rust-lang/crates.io-index" 1935 - checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 1936 - dependencies = [ 1937 - "hashbrown 0.14.5", 1938 - ] 1939 - 1940 - [[package]] 1941 - name = "heck" 1942 - version = "0.3.3" 1943 - source = "registry+https://github.com/rust-lang/crates.io-index" 1944 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1945 - dependencies = [ 1946 - "unicode-segmentation", 1947 - ] 1948 - 1949 - [[package]] 1950 - name = "heck" 1951 - version = "0.4.1" 1952 - source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1954 - dependencies = [ 1955 - "unicode-segmentation", 1956 - ] 1957 - 1958 - [[package]] 1959 - name = "heck" 1960 - version = "0.5.0" 1961 - source = "registry+https://github.com/rust-lang/crates.io-index" 1962 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1963 - 1964 - [[package]] 1965 - name = "hermit-abi" 1966 - version = "0.3.9" 1967 - source = "registry+https://github.com/rust-lang/crates.io-index" 1968 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1969 - 1970 - [[package]] 1971 - name = "hex" 1972 - version = "0.4.3" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1975 - 1976 - [[package]] 1977 - name = "hkdf" 1978 - version = "0.11.0" 1979 - source = "registry+https://github.com/rust-lang/crates.io-index" 1980 - checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b" 1981 - dependencies = [ 1982 - "digest 0.9.0", 1983 - "hmac 0.11.0", 1984 - ] 1985 - 1986 - [[package]] 1987 - name = "hkdf" 1988 - version = "0.12.4" 1989 - source = "registry+https://github.com/rust-lang/crates.io-index" 1990 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1991 - dependencies = [ 1992 - "hmac 0.12.1", 1993 - ] 1994 - 1995 - [[package]] 1996 - name = "hmac" 1997 - version = "0.10.1" 1998 - source = "registry+https://github.com/rust-lang/crates.io-index" 1999 - checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" 2000 - dependencies = [ 2001 - "crypto-mac 0.10.1", 2002 - "digest 0.9.0", 2003 - ] 2004 - 2005 - [[package]] 2006 - name = "hmac" 2007 - version = "0.11.0" 2008 - source = "registry+https://github.com/rust-lang/crates.io-index" 2009 - checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" 2010 - dependencies = [ 2011 - "crypto-mac 0.11.1", 2012 - "digest 0.9.0", 2013 - ] 2014 - 2015 - [[package]] 2016 - name = "hmac" 2017 - version = "0.12.1" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2020 - dependencies = [ 2021 - "digest 0.10.7", 2022 - ] 2023 - 2024 - [[package]] 2025 - name = "home" 2026 - version = "0.5.9" 2027 - source = "registry+https://github.com/rust-lang/crates.io-index" 2028 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2029 - dependencies = [ 2030 - "windows-sys 0.52.0", 2031 - ] 2032 - 2033 - [[package]] 2034 - name = "http" 2035 - version = "0.2.12" 2036 - source = "registry+https://github.com/rust-lang/crates.io-index" 2037 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2038 - dependencies = [ 2039 - "bytes", 2040 - "fnv", 2041 - "itoa", 2042 - ] 2043 - 2044 - [[package]] 2045 - name = "http" 2046 - version = "1.1.0" 2047 - source = "registry+https://github.com/rust-lang/crates.io-index" 2048 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2049 - dependencies = [ 2050 - "bytes", 2051 - "fnv", 2052 - "itoa", 2053 - ] 2054 - 2055 - [[package]] 2056 - name = "http-body" 2057 - version = "0.4.6" 2058 - source = "registry+https://github.com/rust-lang/crates.io-index" 2059 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2060 - dependencies = [ 2061 - "bytes", 2062 - "http 0.2.12", 2063 - "pin-project-lite", 2064 - ] 2065 - 2066 - [[package]] 2067 - name = "http-range" 2068 - version = "0.1.5" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 2071 - 2072 - [[package]] 2073 - name = "httparse" 2074 - version = "1.9.5" 2075 - source = "registry+https://github.com/rust-lang/crates.io-index" 2076 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2077 - 2078 - [[package]] 2079 - name = "httpdate" 2080 - version = "1.0.3" 2081 - source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2083 - 2084 - [[package]] 2085 - name = "hyper" 2086 - version = "0.14.31" 2087 - source = "registry+https://github.com/rust-lang/crates.io-index" 2088 - checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" 2089 - dependencies = [ 2090 - "bytes", 2091 - "futures-channel", 2092 - "futures-core", 2093 - "futures-util", 2094 - "h2", 2095 - "http 0.2.12", 2096 - "http-body", 2097 - "httparse", 2098 - "httpdate", 2099 - "itoa", 2100 - "pin-project-lite", 2101 - "socket2 0.5.7", 2102 - "tokio", 2103 - "tower-service", 2104 - "tracing", 2105 - "want", 2106 - ] 2107 - 2108 - [[package]] 2109 - name = "hyper-rustls" 2110 - version = "0.24.2" 2111 - source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2113 - dependencies = [ 2114 - "futures-util", 2115 - "http 0.2.12", 2116 - "hyper", 2117 - "rustls 0.21.12", 2118 - "tokio", 2119 - "tokio-rustls 0.24.1", 2120 - ] 2121 - 2122 - [[package]] 2123 - name = "iana-time-zone" 2124 - version = "0.1.61" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2127 - dependencies = [ 2128 - "android_system_properties", 2129 - "core-foundation-sys", 2130 - "iana-time-zone-haiku", 2131 - "js-sys", 2132 - "wasm-bindgen", 2133 - "windows-core", 2134 - ] 2135 - 2136 - [[package]] 2137 - name = "iana-time-zone-haiku" 2138 - version = "0.1.2" 2139 - source = "registry+https://github.com/rust-lang/crates.io-index" 2140 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2141 - dependencies = [ 2142 - "cc", 2143 - ] 2144 - 2145 - [[package]] 2146 - name = "ident_case" 2147 - version = "1.0.1" 2148 - source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2150 - 2151 - [[package]] 2152 - name = "idna" 2153 - version = "0.2.3" 2154 - source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 2156 - dependencies = [ 2157 - "matches", 2158 - "unicode-bidi", 2159 - "unicode-normalization", 2160 - ] 2161 - 2162 - [[package]] 2163 - name = "idna" 2164 - version = "0.3.0" 2165 - source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2167 - dependencies = [ 2168 - "unicode-bidi", 2169 - "unicode-normalization", 2170 - ] 2171 - 2172 - [[package]] 2173 - name = "idna" 2174 - version = "0.5.0" 2175 - source = "registry+https://github.com/rust-lang/crates.io-index" 2176 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2177 - dependencies = [ 2178 - "unicode-bidi", 2179 - "unicode-normalization", 2180 - ] 2181 - 2182 - [[package]] 2183 - name = "if_chain" 2184 - version = "1.0.2" 2185 - source = "registry+https://github.com/rust-lang/crates.io-index" 2186 - checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 2187 - 2188 - [[package]] 2189 - name = "image" 2190 - version = "0.24.9" 2191 - source = "registry+https://github.com/rust-lang/crates.io-index" 2192 - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2193 - dependencies = [ 2194 - "bytemuck", 2195 - "byteorder", 2196 - "color_quant", 2197 - "jpeg-decoder", 2198 - "num-traits", 2199 - ] 2200 - 2201 - [[package]] 2202 - name = "impl-more" 2203 - version = "0.1.8" 2204 - source = "registry+https://github.com/rust-lang/crates.io-index" 2205 - checksum = "aae21c3177a27788957044151cc2800043d127acaa460a47ebb9b84dfa2c6aa0" 2206 - 2207 - [[package]] 2208 - name = "indexmap" 2209 - version = "1.6.2" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" 2212 - dependencies = [ 2213 - "autocfg", 2214 - "hashbrown 0.9.1", 2215 - "serde", 2216 - ] 2217 - 2218 - [[package]] 2219 - name = "indexmap" 2220 - version = "2.6.0" 2221 - source = "registry+https://github.com/rust-lang/crates.io-index" 2222 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2223 - dependencies = [ 2224 - "equivalent", 2225 - "hashbrown 0.15.0", 2226 - ] 2227 - 2228 - [[package]] 2229 - name = "inherent" 2230 - version = "1.0.11" 2231 - source = "registry+https://github.com/rust-lang/crates.io-index" 2232 - checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947" 2233 - dependencies = [ 2234 - "proc-macro2", 2235 - "quote", 2236 - "syn 2.0.86", 2237 - ] 2238 - 2239 - [[package]] 2240 - name = "inlinable_string" 2241 - version = "0.1.15" 2242 - source = "registry+https://github.com/rust-lang/crates.io-index" 2243 - checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 2244 - 2245 - [[package]] 2246 - name = "instant" 2247 - version = "0.1.13" 2248 - source = "registry+https://github.com/rust-lang/crates.io-index" 2249 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2250 - dependencies = [ 2251 - "cfg-if", 2252 - ] 2253 - 2254 - [[package]] 2255 - name = "ipnet" 2256 - version = "2.10.1" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2259 - 2260 - [[package]] 2261 - name = "is_terminal_polyfill" 2262 - version = "1.70.1" 2263 - source = "registry+https://github.com/rust-lang/crates.io-index" 2264 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2265 - 2266 - [[package]] 2267 - name = "itertools" 2268 - version = "0.10.5" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2271 - dependencies = [ 2272 - "either", 2273 - ] 2274 - 2275 - [[package]] 2276 - name = "itoa" 2277 - version = "1.0.11" 2278 - source = "registry+https://github.com/rust-lang/crates.io-index" 2279 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2280 - 2281 - [[package]] 2282 - name = "jobserver" 2283 - version = "0.1.32" 2284 - source = "registry+https://github.com/rust-lang/crates.io-index" 2285 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2286 - dependencies = [ 2287 - "libc", 2288 - ] 2289 - 2290 - [[package]] 2291 - name = "jpeg-decoder" 2292 - version = "0.3.1" 2293 - source = "registry+https://github.com/rust-lang/crates.io-index" 2294 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 2295 - 2296 - [[package]] 2297 - name = "js-sys" 2298 - version = "0.3.72" 2299 - source = "registry+https://github.com/rust-lang/crates.io-index" 2300 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 2301 - dependencies = [ 2302 - "wasm-bindgen", 2303 - ] 2304 - 2305 - [[package]] 2306 - name = "juniper" 2307 - version = "0.15.12" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "875dca5a0c08b1521e1bb0ed940e9955a9f38971008aaa2a9f64a2ac6b59e1b5" 2310 - dependencies = [ 2311 - "async-trait", 2312 - "bson", 2313 - "chrono", 2314 - "fnv", 2315 - "futures", 2316 - "futures-enum", 2317 - "graphql-parser 0.3.0", 2318 - "indexmap 1.6.2", 2319 - "juniper_codegen", 2320 - "serde", 2321 - "smartstring", 2322 - "static_assertions", 2323 - "url", 2324 - "uuid 0.8.2", 2325 - ] 2326 - 2327 - [[package]] 2328 - name = "juniper_codegen" 2329 - version = "0.15.9" 2330 - source = "registry+https://github.com/rust-lang/crates.io-index" 2331 - checksum = "aee97671061ad50301ba077d054d295e01d31a1868fbd07902db651f987e71db" 2332 - dependencies = [ 2333 - "proc-macro-error", 2334 - "proc-macro2", 2335 - "quote", 2336 - "syn 1.0.109", 2337 - ] 2338 - 2339 - [[package]] 2340 - name = "jwt" 2341 - version = "0.13.0" 2342 - source = "registry+https://github.com/rust-lang/crates.io-index" 2343 - checksum = "86e46349d67dc03bdbdb28da0337a355a53ca1d5156452722c36fe21d0e6389b" 2344 - dependencies = [ 2345 - "base64 0.13.1", 2346 - "crypto-mac 0.10.1", 2347 - "digest 0.9.0", 2348 - "hmac 0.10.1", 2349 - "serde", 2350 - "serde_json", 2351 - "sha2 0.9.9", 2352 - ] 2353 - 2354 - [[package]] 2355 - name = "jwt" 2356 - version = "0.16.0" 2357 - source = "registry+https://github.com/rust-lang/crates.io-index" 2358 - checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f" 2359 - dependencies = [ 2360 - "base64 0.13.1", 2361 - "crypto-common", 2362 - "digest 0.10.7", 2363 - "hmac 0.12.1", 2364 - "serde", 2365 - "serde_json", 2366 - "sha2 0.10.8", 2367 - ] 2368 - 2369 - [[package]] 2370 - name = "language-tags" 2371 - version = "0.3.2" 2372 - source = "registry+https://github.com/rust-lang/crates.io-index" 2373 - checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 2374 - 2375 - [[package]] 2376 - name = "lazy_static" 2377 - version = "1.5.0" 2378 - source = "registry+https://github.com/rust-lang/crates.io-index" 2379 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2380 - dependencies = [ 2381 - "spin 0.9.8", 2382 - ] 2383 - 2384 - [[package]] 2385 - name = "lber" 2386 - version = "0.4.3" 2387 - source = "git+https://github.com/inejge/ldap3/#ba38bc573d63b109b92dca80898633512d5c47df" 2388 - dependencies = [ 2389 - "bytes", 2390 - "nom", 2391 - ] 2392 - 2393 - [[package]] 2394 - name = "ldap3" 2395 - version = "0.11.5" 2396 - source = "registry+https://github.com/rust-lang/crates.io-index" 2397 - checksum = "166199a8207874a275144c8a94ff6eed5fcbf5c52303e4d9b4d53a0c7ac76554" 2398 - dependencies = [ 2399 - "async-trait", 2400 - "bytes", 2401 - "futures", 2402 - "futures-util", 2403 - "lazy_static", 2404 - "lber", 2405 - "log", 2406 - "nom", 2407 - "percent-encoding", 2408 - "ring 0.16.20", 2409 - "rustls 0.21.12", 2410 - "rustls-native-certs", 2411 - "thiserror", 2412 - "tokio", 2413 - "tokio-rustls 0.24.1", 2414 - "tokio-stream", 2415 - "tokio-util", 2416 - "url", 2417 - "x509-parser", 2418 - ] 2419 - 2420 - [[package]] 2421 - name = "ldap3_proto" 2422 - version = "0.5.2" 2423 - source = "registry+https://github.com/rust-lang/crates.io-index" 2424 - checksum = "e9a047c1b49d3b4da70f52ac54310dcd879c9b7fef658615ff17f6212ae7411e" 2425 - dependencies = [ 2426 - "base64 0.21.7", 2427 - "bytes", 2428 - "lber", 2429 - "nom", 2430 - "peg", 2431 - "thiserror", 2432 - "tokio-util", 2433 - "tracing", 2434 - "uuid 1.11.0", 2435 - ] 2436 - 2437 - [[package]] 2438 - name = "lettre" 2439 - version = "0.10.4" 2440 - source = "registry+https://github.com/rust-lang/crates.io-index" 2441 - checksum = "76bd09637ae3ec7bd605b8e135e757980b3968430ff2b1a4a94fb7769e50166d" 2442 - dependencies = [ 2443 - "async-trait", 2444 - "base64 0.21.7", 2445 - "email-encoding", 2446 - "email_address", 2447 - "fastrand 1.9.0", 2448 - "futures-io", 2449 - "futures-util", 2450 - "httpdate", 2451 - "idna 0.3.0", 2452 - "mime", 2453 - "nom", 2454 - "once_cell", 2455 - "quoted_printable", 2456 - "rustls 0.21.12", 2457 - "rustls-pemfile", 2458 - "serde", 2459 - "socket2 0.4.10", 2460 - "tokio", 2461 - "tokio-rustls 0.24.1", 2462 - "webpki-roots 0.23.1", 2463 - ] 2464 - 2465 - [[package]] 2466 - name = "libc" 2467 - version = "0.2.161" 2468 - source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 2470 - 2471 - [[package]] 2472 - name = "libm" 2473 - version = "0.2.11" 2474 - source = "registry+https://github.com/rust-lang/crates.io-index" 2475 - checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 2476 - 2477 - [[package]] 2478 - name = "libsqlite3-sys" 2479 - version = "0.27.0" 2480 - source = "registry+https://github.com/rust-lang/crates.io-index" 2481 - checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 2482 - dependencies = [ 2483 - "cc", 2484 - "pkg-config", 2485 - "vcpkg", 2486 - ] 2487 - 2488 - [[package]] 2489 - name = "linked-hash-map" 2490 - version = "0.5.6" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2493 - 2494 - [[package]] 2495 - name = "linux-raw-sys" 2496 - version = "0.4.14" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2499 - 2500 - [[package]] 2501 - name = "lldap" 2502 - version = "0.6.1" 2503 - dependencies = [ 2504 - "actix", 2505 - "actix-files", 2506 - "actix-http", 2507 - "actix-rt", 2508 - "actix-server", 2509 - "actix-service", 2510 - "actix-tls", 2511 - "actix-web", 2512 - "actix-web-httpauth", 2513 - "anyhow", 2514 - "assert_cmd", 2515 - "async-trait", 2516 - "base64 0.21.7", 2517 - "bincode", 2518 - "chrono", 2519 - "clap", 2520 - "cron", 2521 - "derive_builder", 2522 - "derive_more 1.0.0", 2523 - "figment", 2524 - "figment_file_provider_adapter", 2525 - "futures", 2526 - "futures-util", 2527 - "graphql_client 0.11.0", 2528 - "hmac 0.12.1", 2529 - "http 0.2.12", 2530 - "image", 2531 - "itertools", 2532 - "juniper", 2533 - "jwt 0.16.0", 2534 - "lber", 2535 - "ldap3", 2536 - "ldap3_proto", 2537 - "lettre", 2538 - "lldap_auth", 2539 - "log", 2540 - "mockall", 2541 - "nix", 2542 - "opaque-ke", 2543 - "orion", 2544 - "pretty_assertions", 2545 - "rand 0.8.5", 2546 - "rand_chacha 0.3.1", 2547 - "reqwest", 2548 - "rustls 0.20.9", 2549 - "rustls-pemfile", 2550 - "sea-orm", 2551 - "secstr", 2552 - "serde", 2553 - "serde_bytes", 2554 - "serde_json", 2555 - "serial_test", 2556 - "sha2 0.10.8", 2557 - "strum", 2558 - "thiserror", 2559 - "time", 2560 - "tokio", 2561 - "tokio-rustls 0.23.4", 2562 - "tokio-stream", 2563 - "tokio-util", 2564 - "tracing", 2565 - "tracing-actix-web", 2566 - "tracing-attributes", 2567 - "tracing-forest", 2568 - "tracing-log", 2569 - "tracing-subscriber", 2570 - "url", 2571 - "urlencoding", 2572 - "uuid 1.11.0", 2573 - "webpki-roots 0.22.6", 2574 - ] 2575 - 2576 - [[package]] 2577 - name = "lldap_app" 2578 - version = "0.6.1" 2579 - dependencies = [ 2580 - "anyhow", 2581 - "base64 0.13.1", 2582 - "chrono", 2583 - "gloo-console", 2584 - "gloo-file", 2585 - "gloo-net", 2586 - "graphql_client 0.10.0", 2587 - "http 0.2.12", 2588 - "image", 2589 - "indexmap 1.6.2", 2590 - "jwt 0.13.0", 2591 - "lldap_auth", 2592 - "rand 0.8.5", 2593 - "serde", 2594 - "serde_json", 2595 - "url-escape", 2596 - "validator", 2597 - "validator_derive", 2598 - "wasm-bindgen", 2599 - "wasm-bindgen-futures", 2600 - "web-sys", 2601 - "yew", 2602 - "yew-router", 2603 - "yew_form", 2604 - "yew_form_derive", 2605 - ] 2606 - 2607 - [[package]] 2608 - name = "lldap_auth" 2609 - version = "0.6.0" 2610 - dependencies = [ 2611 - "chrono", 2612 - "curve25519-dalek", 2613 - "derive_more 1.0.0", 2614 - "digest 0.9.0", 2615 - "generic-array", 2616 - "getrandom 0.2.15", 2617 - "opaque-ke", 2618 - "rand 0.8.5", 2619 - "rust-argon2", 2620 - "sea-orm", 2621 - "serde", 2622 - "sha2 0.9.9", 2623 - "thiserror", 2624 - ] 2625 - 2626 - [[package]] 2627 - name = "lldap_migration_tool" 2628 - version = "0.4.2" 2629 - dependencies = [ 2630 - "anyhow", 2631 - "base64 0.13.1", 2632 - "graphql_client 0.11.0", 2633 - "ldap3", 2634 - "lldap_auth", 2635 - "rand 0.8.5", 2636 - "requestty", 2637 - "reqwest", 2638 - "serde", 2639 - "serde_json", 2640 - "smallvec", 2641 - ] 2642 - 2643 - [[package]] 2644 - name = "lldap_set_password" 2645 - version = "0.1.0" 2646 - dependencies = [ 2647 - "anyhow", 2648 - "clap", 2649 - "lldap_auth", 2650 - "rand 0.8.5", 2651 - "reqwest", 2652 - "serde", 2653 - "serde_json", 2654 - ] 2655 - 2656 - [[package]] 2657 - name = "local-channel" 2658 - version = "0.1.5" 2659 - source = "registry+https://github.com/rust-lang/crates.io-index" 2660 - checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8" 2661 - dependencies = [ 2662 - "futures-core", 2663 - "futures-sink", 2664 - "local-waker", 2665 - ] 2666 - 2667 - [[package]] 2668 - name = "local-waker" 2669 - version = "0.1.4" 2670 - source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" 2672 - 2673 - [[package]] 2674 - name = "lock_api" 2675 - version = "0.4.12" 2676 - source = "registry+https://github.com/rust-lang/crates.io-index" 2677 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2678 - dependencies = [ 2679 - "autocfg", 2680 - "scopeguard", 2681 - ] 2682 - 2683 - [[package]] 2684 - name = "log" 2685 - version = "0.4.22" 2686 - source = "registry+https://github.com/rust-lang/crates.io-index" 2687 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2688 - 2689 - [[package]] 2690 - name = "matchers" 2691 - version = "0.1.0" 2692 - source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2694 - dependencies = [ 2695 - "regex-automata 0.1.10", 2696 - ] 2697 - 2698 - [[package]] 2699 - name = "matches" 2700 - version = "0.1.10" 2701 - source = "registry+https://github.com/rust-lang/crates.io-index" 2702 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2703 - 2704 - [[package]] 2705 - name = "md-5" 2706 - version = "0.10.6" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2709 - dependencies = [ 2710 - "cfg-if", 2711 - "digest 0.10.7", 2712 - ] 2713 - 2714 - [[package]] 2715 - name = "memchr" 2716 - version = "2.7.4" 2717 - source = "registry+https://github.com/rust-lang/crates.io-index" 2718 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2719 - 2720 - [[package]] 2721 - name = "memoffset" 2722 - version = "0.7.1" 2723 - source = "registry+https://github.com/rust-lang/crates.io-index" 2724 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2725 - dependencies = [ 2726 - "autocfg", 2727 - ] 2728 - 2729 - [[package]] 2730 - name = "mime" 2731 - version = "0.3.17" 2732 - source = "registry+https://github.com/rust-lang/crates.io-index" 2733 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2734 - 2735 - [[package]] 2736 - name = "mime_guess" 2737 - version = "2.0.5" 2738 - source = "registry+https://github.com/rust-lang/crates.io-index" 2739 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2740 - dependencies = [ 2741 - "mime", 2742 - "unicase", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "minimal-lexical" 2747 - version = "0.2.1" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2750 - 2751 - [[package]] 2752 - name = "miniz_oxide" 2753 - version = "0.8.0" 2754 - source = "registry+https://github.com/rust-lang/crates.io-index" 2755 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 2756 - dependencies = [ 2757 - "adler2", 2758 - ] 2759 - 2760 - [[package]] 2761 - name = "mio" 2762 - version = "0.8.11" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2765 - dependencies = [ 2766 - "libc", 2767 - "log", 2768 - "wasi 0.11.0+wasi-snapshot-preview1", 2769 - "windows-sys 0.48.0", 2770 - ] 2771 - 2772 - [[package]] 2773 - name = "mio" 2774 - version = "1.0.2" 2775 - source = "registry+https://github.com/rust-lang/crates.io-index" 2776 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 2777 - dependencies = [ 2778 - "hermit-abi", 2779 - "libc", 2780 - "log", 2781 - "wasi 0.11.0+wasi-snapshot-preview1", 2782 - "windows-sys 0.52.0", 2783 - ] 2784 - 2785 - [[package]] 2786 - name = "mockall" 2787 - version = "0.11.4" 2788 - source = "registry+https://github.com/rust-lang/crates.io-index" 2789 - checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" 2790 - dependencies = [ 2791 - "cfg-if", 2792 - "downcast", 2793 - "fragile", 2794 - "lazy_static", 2795 - "mockall_derive", 2796 - "predicates 2.1.5", 2797 - "predicates-tree", 2798 - ] 2799 - 2800 - [[package]] 2801 - name = "mockall_derive" 2802 - version = "0.11.4" 2803 - source = "registry+https://github.com/rust-lang/crates.io-index" 2804 - checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" 2805 - dependencies = [ 2806 - "cfg-if", 2807 - "proc-macro2", 2808 - "quote", 2809 - "syn 1.0.109", 2810 - ] 2811 - 2812 - [[package]] 2813 - name = "mutually_exclusive_features" 2814 - version = "0.1.0" 2815 - source = "registry+https://github.com/rust-lang/crates.io-index" 2816 - checksum = "e94e1e6445d314f972ff7395df2de295fe51b71821694f0b0e1e79c4f12c8577" 2817 - 2818 - [[package]] 2819 - name = "nix" 2820 - version = "0.26.4" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 2823 - dependencies = [ 2824 - "bitflags 1.3.2", 2825 - "cfg-if", 2826 - "libc", 2827 - "memoffset", 2828 - "pin-utils", 2829 - ] 2830 - 2831 - [[package]] 2832 - name = "nom" 2833 - version = "7.1.3" 2834 - source = "registry+https://github.com/rust-lang/crates.io-index" 2835 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2836 - dependencies = [ 2837 - "memchr", 2838 - "minimal-lexical", 2839 - ] 2840 - 2841 - [[package]] 2842 - name = "normalize-line-endings" 2843 - version = "0.3.0" 2844 - source = "registry+https://github.com/rust-lang/crates.io-index" 2845 - checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 2846 - 2847 - [[package]] 2848 - name = "nu-ansi-term" 2849 - version = "0.46.0" 2850 - source = "registry+https://github.com/rust-lang/crates.io-index" 2851 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2852 - dependencies = [ 2853 - "overload", 2854 - "winapi", 2855 - ] 2856 - 2857 - [[package]] 2858 - name = "num-bigint" 2859 - version = "0.4.6" 2860 - source = "registry+https://github.com/rust-lang/crates.io-index" 2861 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2862 - dependencies = [ 2863 - "num-integer", 2864 - "num-traits", 2865 - ] 2866 - 2867 - [[package]] 2868 - name = "num-bigint-dig" 2869 - version = "0.8.4" 2870 - source = "registry+https://github.com/rust-lang/crates.io-index" 2871 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2872 - dependencies = [ 2873 - "byteorder", 2874 - "lazy_static", 2875 - "libm", 2876 - "num-integer", 2877 - "num-iter", 2878 - "num-traits", 2879 - "rand 0.8.5", 2880 - "smallvec", 2881 - "zeroize", 2882 - ] 2883 - 2884 - [[package]] 2885 - name = "num-conv" 2886 - version = "0.1.0" 2887 - source = "registry+https://github.com/rust-lang/crates.io-index" 2888 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2889 - 2890 - [[package]] 2891 - name = "num-integer" 2892 - version = "0.1.46" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2895 - dependencies = [ 2896 - "num-traits", 2897 - ] 2898 - 2899 - [[package]] 2900 - name = "num-iter" 2901 - version = "0.1.45" 2902 - source = "registry+https://github.com/rust-lang/crates.io-index" 2903 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2904 - dependencies = [ 2905 - "autocfg", 2906 - "num-integer", 2907 - "num-traits", 2908 - ] 2909 - 2910 - [[package]] 2911 - name = "num-traits" 2912 - version = "0.2.19" 2913 - source = "registry+https://github.com/rust-lang/crates.io-index" 2914 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2915 - dependencies = [ 2916 - "autocfg", 2917 - "libm", 2918 - ] 2919 - 2920 - [[package]] 2921 - name = "object" 2922 - version = "0.36.5" 2923 - source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 2925 - dependencies = [ 2926 - "memchr", 2927 - ] 2928 - 2929 - [[package]] 2930 - name = "oid-registry" 2931 - version = "0.6.1" 2932 - source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 2934 - dependencies = [ 2935 - "asn1-rs", 2936 - ] 2937 - 2938 - [[package]] 2939 - name = "once_cell" 2940 - version = "1.20.2" 2941 - source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 2943 - 2944 - [[package]] 2945 - name = "opaque-debug" 2946 - version = "0.3.1" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 2949 - 2950 - [[package]] 2951 - name = "opaque-ke" 2952 - version = "0.7.0" 2953 - source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "aadda6db12e367812aea6e025158bf7f334d21aae853f7c46e0a3bdde70a26f5" 2955 - dependencies = [ 2956 - "base64 0.13.1", 2957 - "curve25519-dalek", 2958 - "digest 0.9.0", 2959 - "displaydoc 0.1.7", 2960 - "generic-array", 2961 - "generic-bytes", 2962 - "hkdf 0.11.0", 2963 - "hmac 0.11.0", 2964 - "rand 0.8.5", 2965 - "serde", 2966 - "subtle", 2967 - "thiserror", 2968 - "zeroize", 2969 - ] 2970 - 2971 - [[package]] 2972 - name = "openssl-probe" 2973 - version = "0.1.5" 2974 - source = "registry+https://github.com/rust-lang/crates.io-index" 2975 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2976 - 2977 - [[package]] 2978 - name = "ordered-float" 2979 - version = "3.9.2" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" 2982 - dependencies = [ 2983 - "num-traits", 2984 - ] 2985 - 2986 - [[package]] 2987 - name = "orion" 2988 - version = "0.17.7" 2989 - source = "registry+https://github.com/rust-lang/crates.io-index" 2990 - checksum = "97ab5415cf60cd271259e576f2ddee7a5f9fed42659035224c01af766943fad3" 2991 - dependencies = [ 2992 - "ct-codecs", 2993 - "fiat-crypto", 2994 - "getrandom 0.2.15", 2995 - "subtle", 2996 - "zeroize", 2997 - ] 2998 - 2999 - [[package]] 3000 - name = "ouroboros" 3001 - version = "0.17.2" 3002 - source = "registry+https://github.com/rust-lang/crates.io-index" 3003 - checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954" 3004 - dependencies = [ 3005 - "aliasable", 3006 - "ouroboros_macro", 3007 - "static_assertions", 3008 - ] 3009 - 3010 - [[package]] 3011 - name = "ouroboros_macro" 3012 - version = "0.17.2" 3013 - source = "registry+https://github.com/rust-lang/crates.io-index" 3014 - checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" 3015 - dependencies = [ 3016 - "heck 0.4.1", 3017 - "proc-macro-error", 3018 - "proc-macro2", 3019 - "quote", 3020 - "syn 2.0.86", 3021 - ] 3022 - 3023 - [[package]] 3024 - name = "overload" 3025 - version = "0.1.1" 3026 - source = "registry+https://github.com/rust-lang/crates.io-index" 3027 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3028 - 3029 - [[package]] 3030 - name = "parking_lot" 3031 - version = "0.12.3" 3032 - source = "registry+https://github.com/rust-lang/crates.io-index" 3033 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3034 - dependencies = [ 3035 - "lock_api", 3036 - "parking_lot_core", 3037 - ] 3038 - 3039 - [[package]] 3040 - name = "parking_lot_core" 3041 - version = "0.9.10" 3042 - source = "registry+https://github.com/rust-lang/crates.io-index" 3043 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3044 - dependencies = [ 3045 - "cfg-if", 3046 - "libc", 3047 - "redox_syscall", 3048 - "smallvec", 3049 - "windows-targets 0.52.6", 3050 - ] 3051 - 3052 - [[package]] 3053 - name = "paste" 3054 - version = "1.0.15" 3055 - source = "registry+https://github.com/rust-lang/crates.io-index" 3056 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3057 - 3058 - [[package]] 3059 - name = "pear" 3060 - version = "0.2.9" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 3063 - dependencies = [ 3064 - "inlinable_string", 3065 - "pear_codegen", 3066 - "yansi", 3067 - ] 3068 - 3069 - [[package]] 3070 - name = "pear_codegen" 3071 - version = "0.2.9" 3072 - source = "registry+https://github.com/rust-lang/crates.io-index" 3073 - checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 3074 - dependencies = [ 3075 - "proc-macro2", 3076 - "proc-macro2-diagnostics", 3077 - "quote", 3078 - "syn 2.0.86", 3079 - ] 3080 - 3081 - [[package]] 3082 - name = "peg" 3083 - version = "0.8.4" 3084 - source = "registry+https://github.com/rust-lang/crates.io-index" 3085 - checksum = "295283b02df346d1ef66052a757869b2876ac29a6bb0ac3f5f7cd44aebe40e8f" 3086 - dependencies = [ 3087 - "peg-macros", 3088 - "peg-runtime", 3089 - ] 3090 - 3091 - [[package]] 3092 - name = "peg-macros" 3093 - version = "0.8.4" 3094 - source = "registry+https://github.com/rust-lang/crates.io-index" 3095 - checksum = "bdad6a1d9cf116a059582ce415d5f5566aabcd4008646779dab7fdc2a9a9d426" 3096 - dependencies = [ 3097 - "peg-runtime", 3098 - "proc-macro2", 3099 - "quote", 3100 - ] 3101 - 3102 - [[package]] 3103 - name = "peg-runtime" 3104 - version = "0.8.3" 3105 - source = "registry+https://github.com/rust-lang/crates.io-index" 3106 - checksum = "e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a" 3107 - 3108 - [[package]] 3109 - name = "pem-rfc7468" 3110 - version = "0.7.0" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3113 - dependencies = [ 3114 - "base64ct", 3115 - ] 3116 - 3117 - [[package]] 3118 - name = "percent-encoding" 3119 - version = "2.3.1" 3120 - source = "registry+https://github.com/rust-lang/crates.io-index" 3121 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3122 - 3123 - [[package]] 3124 - name = "pin-project" 3125 - version = "1.1.7" 3126 - source = "registry+https://github.com/rust-lang/crates.io-index" 3127 - checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" 3128 - dependencies = [ 3129 - "pin-project-internal", 3130 - ] 3131 - 3132 - [[package]] 3133 - name = "pin-project-internal" 3134 - version = "1.1.7" 3135 - source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" 3137 - dependencies = [ 3138 - "proc-macro2", 3139 - "quote", 3140 - "syn 2.0.86", 3141 - ] 3142 - 3143 - [[package]] 3144 - name = "pin-project-lite" 3145 - version = "0.2.15" 3146 - source = "registry+https://github.com/rust-lang/crates.io-index" 3147 - checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 3148 - 3149 - [[package]] 3150 - name = "pin-utils" 3151 - version = "0.1.0" 3152 - source = "registry+https://github.com/rust-lang/crates.io-index" 3153 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3154 - 3155 - [[package]] 3156 - name = "pkcs1" 3157 - version = "0.7.5" 3158 - source = "registry+https://github.com/rust-lang/crates.io-index" 3159 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3160 - dependencies = [ 3161 - "der", 3162 - "pkcs8", 3163 - "spki", 3164 - ] 3165 - 3166 - [[package]] 3167 - name = "pkcs8" 3168 - version = "0.10.2" 3169 - source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3171 - dependencies = [ 3172 - "der", 3173 - "spki", 3174 - ] 3175 - 3176 - [[package]] 3177 - name = "pkg-config" 3178 - version = "0.3.31" 3179 - source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 3181 - 3182 - [[package]] 3183 - name = "powerfmt" 3184 - version = "0.2.0" 3185 - source = "registry+https://github.com/rust-lang/crates.io-index" 3186 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3187 - 3188 - [[package]] 3189 - name = "ppv-lite86" 3190 - version = "0.2.20" 3191 - source = "registry+https://github.com/rust-lang/crates.io-index" 3192 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3193 - dependencies = [ 3194 - "zerocopy", 3195 - ] 3196 - 3197 - [[package]] 3198 - name = "predicates" 3199 - version = "2.1.5" 3200 - source = "registry+https://github.com/rust-lang/crates.io-index" 3201 - checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 3202 - dependencies = [ 3203 - "difflib", 3204 - "float-cmp", 3205 - "itertools", 3206 - "normalize-line-endings", 3207 - "predicates-core", 3208 - "regex", 3209 - ] 3210 - 3211 - [[package]] 3212 - name = "predicates" 3213 - version = "3.1.2" 3214 - source = "registry+https://github.com/rust-lang/crates.io-index" 3215 - checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" 3216 - dependencies = [ 3217 - "anstyle", 3218 - "difflib", 3219 - "predicates-core", 3220 - ] 3221 - 3222 - [[package]] 3223 - name = "predicates-core" 3224 - version = "1.0.8" 3225 - source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" 3227 - 3228 - [[package]] 3229 - name = "predicates-tree" 3230 - version = "1.0.11" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" 3233 - dependencies = [ 3234 - "predicates-core", 3235 - "termtree", 3236 - ] 3237 - 3238 - [[package]] 3239 - name = "pretty_assertions" 3240 - version = "1.4.1" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 3243 - dependencies = [ 3244 - "diff", 3245 - "yansi", 3246 - ] 3247 - 3248 - [[package]] 3249 - name = "proc-macro-error" 3250 - version = "1.0.4" 3251 - source = "registry+https://github.com/rust-lang/crates.io-index" 3252 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3253 - dependencies = [ 3254 - "proc-macro-error-attr", 3255 - "proc-macro2", 3256 - "quote", 3257 - "syn 1.0.109", 3258 - "version_check", 3259 - ] 3260 - 3261 - [[package]] 3262 - name = "proc-macro-error-attr" 3263 - version = "1.0.4" 3264 - source = "registry+https://github.com/rust-lang/crates.io-index" 3265 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3266 - dependencies = [ 3267 - "proc-macro2", 3268 - "quote", 3269 - "version_check", 3270 - ] 3271 - 3272 - [[package]] 3273 - name = "proc-macro-error-attr2" 3274 - version = "2.0.0" 3275 - source = "registry+https://github.com/rust-lang/crates.io-index" 3276 - checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 3277 - dependencies = [ 3278 - "proc-macro2", 3279 - "quote", 3280 - ] 3281 - 3282 - [[package]] 3283 - name = "proc-macro-error2" 3284 - version = "2.0.1" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 3287 - dependencies = [ 3288 - "proc-macro-error-attr2", 3289 - "proc-macro2", 3290 - "quote", 3291 - "syn 2.0.86", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "proc-macro2" 3296 - version = "1.0.89" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 3299 - dependencies = [ 3300 - "unicode-ident", 3301 - ] 3302 - 3303 - [[package]] 3304 - name = "proc-macro2-diagnostics" 3305 - version = "0.10.1" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 3308 - dependencies = [ 3309 - "proc-macro2", 3310 - "quote", 3311 - "syn 2.0.86", 3312 - "version_check", 3313 - "yansi", 3314 - ] 3315 - 3316 - [[package]] 3317 - name = "quote" 3318 - version = "1.0.37" 3319 - source = "registry+https://github.com/rust-lang/crates.io-index" 3320 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 3321 - dependencies = [ 3322 - "proc-macro2", 3323 - ] 3324 - 3325 - [[package]] 3326 - name = "quoted_printable" 3327 - version = "0.4.8" 3328 - source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "5a3866219251662ec3b26fc217e3e05bf9c4f84325234dfb96bf0bf840889e49" 3330 - 3331 - [[package]] 3332 - name = "rand" 3333 - version = "0.7.3" 3334 - source = "registry+https://github.com/rust-lang/crates.io-index" 3335 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3336 - dependencies = [ 3337 - "getrandom 0.1.16", 3338 - "libc", 3339 - "rand_chacha 0.2.2", 3340 - "rand_core 0.5.1", 3341 - "rand_hc", 3342 - ] 3343 - 3344 - [[package]] 3345 - name = "rand" 3346 - version = "0.8.5" 3347 - source = "registry+https://github.com/rust-lang/crates.io-index" 3348 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3349 - dependencies = [ 3350 - "libc", 3351 - "rand_chacha 0.3.1", 3352 - "rand_core 0.6.4", 3353 - ] 3354 - 3355 - [[package]] 3356 - name = "rand_chacha" 3357 - version = "0.2.2" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3360 - dependencies = [ 3361 - "ppv-lite86", 3362 - "rand_core 0.5.1", 3363 - ] 3364 - 3365 - [[package]] 3366 - name = "rand_chacha" 3367 - version = "0.3.1" 3368 - source = "registry+https://github.com/rust-lang/crates.io-index" 3369 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3370 - dependencies = [ 3371 - "ppv-lite86", 3372 - "rand_core 0.6.4", 3373 - ] 3374 - 3375 - [[package]] 3376 - name = "rand_core" 3377 - version = "0.5.1" 3378 - source = "registry+https://github.com/rust-lang/crates.io-index" 3379 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3380 - dependencies = [ 3381 - "getrandom 0.1.16", 3382 - ] 3383 - 3384 - [[package]] 3385 - name = "rand_core" 3386 - version = "0.6.4" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3389 - dependencies = [ 3390 - "getrandom 0.2.15", 3391 - ] 3392 - 3393 - [[package]] 3394 - name = "rand_hc" 3395 - version = "0.2.0" 3396 - source = "registry+https://github.com/rust-lang/crates.io-index" 3397 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3398 - dependencies = [ 3399 - "rand_core 0.5.1", 3400 - ] 3401 - 3402 - [[package]] 3403 - name = "redox_syscall" 3404 - version = "0.5.7" 3405 - source = "registry+https://github.com/rust-lang/crates.io-index" 3406 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 3407 - dependencies = [ 3408 - "bitflags 2.6.0", 3409 - ] 3410 - 3411 - [[package]] 3412 - name = "regex" 3413 - version = "1.11.1" 3414 - source = "registry+https://github.com/rust-lang/crates.io-index" 3415 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3416 - dependencies = [ 3417 - "aho-corasick", 3418 - "memchr", 3419 - "regex-automata 0.4.8", 3420 - "regex-syntax 0.8.5", 3421 - ] 3422 - 3423 - [[package]] 3424 - name = "regex-automata" 3425 - version = "0.1.10" 3426 - source = "registry+https://github.com/rust-lang/crates.io-index" 3427 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3428 - dependencies = [ 3429 - "regex-syntax 0.6.29", 3430 - ] 3431 - 3432 - [[package]] 3433 - name = "regex-automata" 3434 - version = "0.4.8" 3435 - source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 3437 - dependencies = [ 3438 - "aho-corasick", 3439 - "memchr", 3440 - "regex-syntax 0.8.5", 3441 - ] 3442 - 3443 - [[package]] 3444 - name = "regex-lite" 3445 - version = "0.1.6" 3446 - source = "registry+https://github.com/rust-lang/crates.io-index" 3447 - checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 3448 - 3449 - [[package]] 3450 - name = "regex-syntax" 3451 - version = "0.6.29" 3452 - source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3454 - 3455 - [[package]] 3456 - name = "regex-syntax" 3457 - version = "0.8.5" 3458 - source = "registry+https://github.com/rust-lang/crates.io-index" 3459 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3460 - 3461 - [[package]] 3462 - name = "requestty" 3463 - version = "0.4.1" 3464 - source = "registry+https://github.com/rust-lang/crates.io-index" 3465 - checksum = "8d06fb394ca73d15ad0c7bbc673459506a851a84586cd90d67d42932a280281e" 3466 - dependencies = [ 3467 - "requestty-ui", 3468 - "smallvec", 3469 - "tempfile", 3470 - ] 3471 - 3472 - [[package]] 3473 - name = "requestty-ui" 3474 - version = "0.4.1" 3475 - source = "registry+https://github.com/rust-lang/crates.io-index" 3476 - checksum = "31a4bce6f730d12e36993944036e2f93e88033d8a78734d8734fdb0043662cae" 3477 - dependencies = [ 3478 - "bitflags 1.3.2", 3479 - "crossterm", 3480 - "once_cell", 3481 - "textwrap", 3482 - "unicode-segmentation", 3483 - ] 3484 - 3485 - [[package]] 3486 - name = "reqwest" 3487 - version = "0.11.27" 3488 - source = "registry+https://github.com/rust-lang/crates.io-index" 3489 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 3490 - dependencies = [ 3491 - "base64 0.21.7", 3492 - "bytes", 3493 - "encoding_rs", 3494 - "futures-core", 3495 - "futures-util", 3496 - "h2", 3497 - "http 0.2.12", 3498 - "http-body", 3499 - "hyper", 3500 - "hyper-rustls", 3501 - "ipnet", 3502 - "js-sys", 3503 - "log", 3504 - "mime", 3505 - "once_cell", 3506 - "percent-encoding", 3507 - "pin-project-lite", 3508 - "rustls 0.21.12", 3509 - "rustls-pemfile", 3510 - "serde", 3511 - "serde_json", 3512 - "serde_urlencoded", 3513 - "sync_wrapper", 3514 - "system-configuration", 3515 - "tokio", 3516 - "tokio-rustls 0.24.1", 3517 - "tower-service", 3518 - "url", 3519 - "wasm-bindgen", 3520 - "wasm-bindgen-futures", 3521 - "web-sys", 3522 - "webpki-roots 0.25.4", 3523 - "winreg", 3524 - ] 3525 - 3526 - [[package]] 3527 - name = "ring" 3528 - version = "0.16.20" 3529 - source = "registry+https://github.com/rust-lang/crates.io-index" 3530 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3531 - dependencies = [ 3532 - "cc", 3533 - "libc", 3534 - "once_cell", 3535 - "spin 0.5.2", 3536 - "untrusted 0.7.1", 3537 - "web-sys", 3538 - "winapi", 3539 - ] 3540 - 3541 - [[package]] 3542 - name = "ring" 3543 - version = "0.17.8" 3544 - source = "registry+https://github.com/rust-lang/crates.io-index" 3545 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3546 - dependencies = [ 3547 - "cc", 3548 - "cfg-if", 3549 - "getrandom 0.2.15", 3550 - "libc", 3551 - "spin 0.9.8", 3552 - "untrusted 0.9.0", 3553 - "windows-sys 0.52.0", 3554 - ] 3555 - 3556 - [[package]] 3557 - name = "route-recognizer" 3558 - version = "0.3.1" 3559 - source = "registry+https://github.com/rust-lang/crates.io-index" 3560 - checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" 3561 - 3562 - [[package]] 3563 - name = "rsa" 3564 - version = "0.9.6" 3565 - source = "registry+https://github.com/rust-lang/crates.io-index" 3566 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 3567 - dependencies = [ 3568 - "const-oid", 3569 - "digest 0.10.7", 3570 - "num-bigint-dig", 3571 - "num-integer", 3572 - "num-traits", 3573 - "pkcs1", 3574 - "pkcs8", 3575 - "rand_core 0.6.4", 3576 - "signature", 3577 - "spki", 3578 - "subtle", 3579 - "zeroize", 3580 - ] 3581 - 3582 - [[package]] 3583 - name = "rust-argon2" 3584 - version = "0.8.3" 3585 - source = "registry+https://github.com/rust-lang/crates.io-index" 3586 - checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" 3587 - dependencies = [ 3588 - "base64 0.13.1", 3589 - "blake2b_simd", 3590 - "constant_time_eq", 3591 - "crossbeam-utils", 3592 - ] 3593 - 3594 - [[package]] 3595 - name = "rustc-demangle" 3596 - version = "0.1.24" 3597 - source = "registry+https://github.com/rust-lang/crates.io-index" 3598 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3599 - 3600 - [[package]] 3601 - name = "rustc_version" 3602 - version = "0.4.1" 3603 - source = "registry+https://github.com/rust-lang/crates.io-index" 3604 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3605 - dependencies = [ 3606 - "semver", 3607 - ] 3608 - 3609 - [[package]] 3610 - name = "rusticata-macros" 3611 - version = "4.1.0" 3612 - source = "registry+https://github.com/rust-lang/crates.io-index" 3613 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 3614 - dependencies = [ 3615 - "nom", 3616 - ] 3617 - 3618 - [[package]] 3619 - name = "rustix" 3620 - version = "0.38.38" 3621 - source = "registry+https://github.com/rust-lang/crates.io-index" 3622 - checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" 3623 - dependencies = [ 3624 - "bitflags 2.6.0", 3625 - "errno", 3626 - "libc", 3627 - "linux-raw-sys", 3628 - "windows-sys 0.52.0", 3629 - ] 3630 - 3631 - [[package]] 3632 - name = "rustls" 3633 - version = "0.20.9" 3634 - source = "registry+https://github.com/rust-lang/crates.io-index" 3635 - checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" 3636 - dependencies = [ 3637 - "log", 3638 - "ring 0.16.20", 3639 - "sct", 3640 - "webpki", 3641 - ] 3642 - 3643 - [[package]] 3644 - name = "rustls" 3645 - version = "0.21.12" 3646 - source = "registry+https://github.com/rust-lang/crates.io-index" 3647 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 3648 - dependencies = [ 3649 - "log", 3650 - "ring 0.17.8", 3651 - "rustls-webpki 0.101.7", 3652 - "sct", 3653 - ] 3654 - 3655 - [[package]] 3656 - name = "rustls-native-certs" 3657 - version = "0.6.3" 3658 - source = "registry+https://github.com/rust-lang/crates.io-index" 3659 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 3660 - dependencies = [ 3661 - "openssl-probe", 3662 - "rustls-pemfile", 3663 - "schannel", 3664 - "security-framework", 3665 - ] 3666 - 3667 - [[package]] 3668 - name = "rustls-pemfile" 3669 - version = "1.0.4" 3670 - source = "registry+https://github.com/rust-lang/crates.io-index" 3671 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3672 - dependencies = [ 3673 - "base64 0.21.7", 3674 - ] 3675 - 3676 - [[package]] 3677 - name = "rustls-webpki" 3678 - version = "0.100.3" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3" 3681 - dependencies = [ 3682 - "ring 0.16.20", 3683 - "untrusted 0.7.1", 3684 - ] 3685 - 3686 - [[package]] 3687 - name = "rustls-webpki" 3688 - version = "0.101.7" 3689 - source = "registry+https://github.com/rust-lang/crates.io-index" 3690 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 3691 - dependencies = [ 3692 - "ring 0.17.8", 3693 - "untrusted 0.9.0", 3694 - ] 3695 - 3696 - [[package]] 3697 - name = "rustversion" 3698 - version = "1.0.18" 3699 - source = "registry+https://github.com/rust-lang/crates.io-index" 3700 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 3701 - 3702 - [[package]] 3703 - name = "ryu" 3704 - version = "1.0.18" 3705 - source = "registry+https://github.com/rust-lang/crates.io-index" 3706 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3707 - 3708 - [[package]] 3709 - name = "schannel" 3710 - version = "0.1.26" 3711 - source = "registry+https://github.com/rust-lang/crates.io-index" 3712 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 3713 - dependencies = [ 3714 - "windows-sys 0.59.0", 3715 - ] 3716 - 3717 - [[package]] 3718 - name = "scoped-tls-hkt" 3719 - version = "0.1.5" 3720 - source = "registry+https://github.com/rust-lang/crates.io-index" 3721 - checksum = "e9603871ffe5df3ac39cb624790c296dbd47a400d202f56bf3e414045099524d" 3722 - 3723 - [[package]] 3724 - name = "scopeguard" 3725 - version = "1.2.0" 3726 - source = "registry+https://github.com/rust-lang/crates.io-index" 3727 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3728 - 3729 - [[package]] 3730 - name = "sct" 3731 - version = "0.7.1" 3732 - source = "registry+https://github.com/rust-lang/crates.io-index" 3733 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 3734 - dependencies = [ 3735 - "ring 0.17.8", 3736 - "untrusted 0.9.0", 3737 - ] 3738 - 3739 - [[package]] 3740 - name = "sea-bae" 3741 - version = "0.2.1" 3742 - source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25" 3744 - dependencies = [ 3745 - "heck 0.4.1", 3746 - "proc-macro-error2", 3747 - "proc-macro2", 3748 - "quote", 3749 - "syn 2.0.86", 3750 - ] 3751 - 3752 - [[package]] 3753 - name = "sea-orm" 3754 - version = "0.12.15" 3755 - source = "registry+https://github.com/rust-lang/crates.io-index" 3756 - checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0" 3757 - dependencies = [ 3758 - "async-stream", 3759 - "async-trait", 3760 - "chrono", 3761 - "futures", 3762 - "log", 3763 - "ouroboros", 3764 - "sea-orm-macros", 3765 - "sea-query", 3766 - "sea-query-binder", 3767 - "serde", 3768 - "sqlx", 3769 - "strum", 3770 - "thiserror", 3771 - "tracing", 3772 - "url", 3773 - "uuid 1.11.0", 3774 - ] 3775 - 3776 - [[package]] 3777 - name = "sea-orm-macros" 3778 - version = "0.12.15" 3779 - source = "registry+https://github.com/rust-lang/crates.io-index" 3780 - checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603" 3781 - dependencies = [ 3782 - "heck 0.4.1", 3783 - "proc-macro2", 3784 - "quote", 3785 - "sea-bae", 3786 - "syn 2.0.86", 3787 - "unicode-ident", 3788 - ] 3789 - 3790 - [[package]] 3791 - name = "sea-query" 3792 - version = "0.30.7" 3793 - source = "registry+https://github.com/rust-lang/crates.io-index" 3794 - checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b" 3795 - dependencies = [ 3796 - "chrono", 3797 - "derivative", 3798 - "inherent", 3799 - "ordered-float", 3800 - "uuid 1.11.0", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "sea-query-binder" 3805 - version = "0.5.0" 3806 - source = "registry+https://github.com/rust-lang/crates.io-index" 3807 - checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9" 3808 - dependencies = [ 3809 - "chrono", 3810 - "sea-query", 3811 - "sqlx", 3812 - "uuid 1.11.0", 3813 - ] 3814 - 3815 - [[package]] 3816 - name = "secstr" 3817 - version = "0.5.1" 3818 - source = "registry+https://github.com/rust-lang/crates.io-index" 3819 - checksum = "e04f657244f605c4cf38f6de5993e8bd050c8a303f86aeabff142d5c7c113e12" 3820 - dependencies = [ 3821 - "libc", 3822 - "serde", 3823 - ] 3824 - 3825 - [[package]] 3826 - name = "security-framework" 3827 - version = "2.11.1" 3828 - source = "registry+https://github.com/rust-lang/crates.io-index" 3829 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3830 - dependencies = [ 3831 - "bitflags 2.6.0", 3832 - "core-foundation", 3833 - "core-foundation-sys", 3834 - "libc", 3835 - "security-framework-sys", 3836 - ] 3837 - 3838 - [[package]] 3839 - name = "security-framework-sys" 3840 - version = "2.12.0" 3841 - source = "registry+https://github.com/rust-lang/crates.io-index" 3842 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 3843 - dependencies = [ 3844 - "core-foundation-sys", 3845 - "libc", 3846 - ] 3847 - 3848 - [[package]] 3849 - name = "semver" 3850 - version = "1.0.23" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3853 - 3854 - [[package]] 3855 - name = "serde" 3856 - version = "1.0.214" 3857 - source = "registry+https://github.com/rust-lang/crates.io-index" 3858 - checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" 3859 - dependencies = [ 3860 - "serde_derive", 3861 - ] 3862 - 3863 - [[package]] 3864 - name = "serde-wasm-bindgen" 3865 - version = "0.3.1" 3866 - source = "registry+https://github.com/rust-lang/crates.io-index" 3867 - checksum = "618365e8e586c22123d692b72a7d791d5ee697817b65a218cdf12a98870af0f7" 3868 - dependencies = [ 3869 - "fnv", 3870 - "js-sys", 3871 - "serde", 3872 - "wasm-bindgen", 3873 - ] 3874 - 3875 - [[package]] 3876 - name = "serde_bytes" 3877 - version = "0.11.15" 3878 - source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 3880 - dependencies = [ 3881 - "serde", 3882 - ] 3883 - 3884 - [[package]] 3885 - name = "serde_derive" 3886 - version = "1.0.214" 3887 - source = "registry+https://github.com/rust-lang/crates.io-index" 3888 - checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" 3889 - dependencies = [ 3890 - "proc-macro2", 3891 - "quote", 3892 - "syn 2.0.86", 3893 - ] 3894 - 3895 - [[package]] 3896 - name = "serde_json" 3897 - version = "1.0.132" 3898 - source = "registry+https://github.com/rust-lang/crates.io-index" 3899 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 3900 - dependencies = [ 3901 - "indexmap 2.6.0", 3902 - "itoa", 3903 - "memchr", 3904 - "ryu", 3905 - "serde", 3906 - ] 3907 - 3908 - [[package]] 3909 - name = "serde_spanned" 3910 - version = "0.6.8" 3911 - source = "registry+https://github.com/rust-lang/crates.io-index" 3912 - checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 3913 - dependencies = [ 3914 - "serde", 3915 - ] 3916 - 3917 - [[package]] 3918 - name = "serde_urlencoded" 3919 - version = "0.7.1" 3920 - source = "registry+https://github.com/rust-lang/crates.io-index" 3921 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3922 - dependencies = [ 3923 - "form_urlencoded", 3924 - "itoa", 3925 - "ryu", 3926 - "serde", 3927 - ] 3928 - 3929 - [[package]] 3930 - name = "serial_test" 3931 - version = "2.0.0" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" 3934 - dependencies = [ 3935 - "dashmap", 3936 - "fslock", 3937 - "lazy_static", 3938 - "parking_lot", 3939 - "serial_test_derive", 3940 - ] 3941 - 3942 - [[package]] 3943 - name = "serial_test_derive" 3944 - version = "2.0.0" 3945 - source = "registry+https://github.com/rust-lang/crates.io-index" 3946 - checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" 3947 - dependencies = [ 3948 - "proc-macro2", 3949 - "quote", 3950 - "syn 2.0.86", 3951 - ] 3952 - 3953 - [[package]] 3954 - name = "sha1" 3955 - version = "0.10.6" 3956 - source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3958 - dependencies = [ 3959 - "cfg-if", 3960 - "cpufeatures", 3961 - "digest 0.10.7", 3962 - ] 3963 - 3964 - [[package]] 3965 - name = "sha2" 3966 - version = "0.9.9" 3967 - source = "registry+https://github.com/rust-lang/crates.io-index" 3968 - checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 3969 - dependencies = [ 3970 - "block-buffer 0.9.0", 3971 - "cfg-if", 3972 - "cpufeatures", 3973 - "digest 0.9.0", 3974 - "opaque-debug", 3975 - ] 3976 - 3977 - [[package]] 3978 - name = "sha2" 3979 - version = "0.10.8" 3980 - source = "registry+https://github.com/rust-lang/crates.io-index" 3981 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3982 - dependencies = [ 3983 - "cfg-if", 3984 - "cpufeatures", 3985 - "digest 0.10.7", 3986 - ] 3987 - 3988 - [[package]] 3989 - name = "sharded-slab" 3990 - version = "0.1.7" 3991 - source = "registry+https://github.com/rust-lang/crates.io-index" 3992 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3993 - dependencies = [ 3994 - "lazy_static", 3995 - ] 3996 - 3997 - [[package]] 3998 - name = "shlex" 3999 - version = "1.3.0" 4000 - source = "registry+https://github.com/rust-lang/crates.io-index" 4001 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4002 - 4003 - [[package]] 4004 - name = "signal-hook" 4005 - version = "0.3.17" 4006 - source = "registry+https://github.com/rust-lang/crates.io-index" 4007 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 4008 - dependencies = [ 4009 - "libc", 4010 - "signal-hook-registry", 4011 - ] 4012 - 4013 - [[package]] 4014 - name = "signal-hook-mio" 4015 - version = "0.2.4" 4016 - source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 4018 - dependencies = [ 4019 - "libc", 4020 - "mio 0.8.11", 4021 - "signal-hook", 4022 - ] 4023 - 4024 - [[package]] 4025 - name = "signal-hook-registry" 4026 - version = "1.4.2" 4027 - source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4029 - dependencies = [ 4030 - "libc", 4031 - ] 4032 - 4033 - [[package]] 4034 - name = "signature" 4035 - version = "2.2.0" 4036 - source = "registry+https://github.com/rust-lang/crates.io-index" 4037 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4038 - dependencies = [ 4039 - "digest 0.10.7", 4040 - "rand_core 0.6.4", 4041 - ] 4042 - 4043 - [[package]] 4044 - name = "slab" 4045 - version = "0.4.9" 4046 - source = "registry+https://github.com/rust-lang/crates.io-index" 4047 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4048 - dependencies = [ 4049 - "autocfg", 4050 - ] 4051 - 4052 - [[package]] 4053 - name = "smallvec" 4054 - version = "1.13.2" 4055 - source = "registry+https://github.com/rust-lang/crates.io-index" 4056 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4057 - 4058 - [[package]] 4059 - name = "smartstring" 4060 - version = "1.0.1" 4061 - source = "registry+https://github.com/rust-lang/crates.io-index" 4062 - checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 4063 - dependencies = [ 4064 - "autocfg", 4065 - "static_assertions", 4066 - "version_check", 4067 - ] 4068 - 4069 - [[package]] 4070 - name = "smawk" 4071 - version = "0.3.2" 4072 - source = "registry+https://github.com/rust-lang/crates.io-index" 4073 - checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 4074 - 4075 - [[package]] 4076 - name = "socket2" 4077 - version = "0.4.10" 4078 - source = "registry+https://github.com/rust-lang/crates.io-index" 4079 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 4080 - dependencies = [ 4081 - "libc", 4082 - "winapi", 4083 - ] 4084 - 4085 - [[package]] 4086 - name = "socket2" 4087 - version = "0.5.7" 4088 - source = "registry+https://github.com/rust-lang/crates.io-index" 4089 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4090 - dependencies = [ 4091 - "libc", 4092 - "windows-sys 0.52.0", 4093 - ] 4094 - 4095 - [[package]] 4096 - name = "spin" 4097 - version = "0.5.2" 4098 - source = "registry+https://github.com/rust-lang/crates.io-index" 4099 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4100 - 4101 - [[package]] 4102 - name = "spin" 4103 - version = "0.9.8" 4104 - source = "registry+https://github.com/rust-lang/crates.io-index" 4105 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4106 - dependencies = [ 4107 - "lock_api", 4108 - ] 4109 - 4110 - [[package]] 4111 - name = "spki" 4112 - version = "0.7.3" 4113 - source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4115 - dependencies = [ 4116 - "base64ct", 4117 - "der", 4118 - ] 4119 - 4120 - [[package]] 4121 - name = "sqlformat" 4122 - version = "0.2.6" 4123 - source = "registry+https://github.com/rust-lang/crates.io-index" 4124 - checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 4125 - dependencies = [ 4126 - "nom", 4127 - "unicode_categories", 4128 - ] 4129 - 4130 - [[package]] 4131 - name = "sqlx" 4132 - version = "0.7.4" 4133 - source = "registry+https://github.com/rust-lang/crates.io-index" 4134 - checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" 4135 - dependencies = [ 4136 - "sqlx-core", 4137 - "sqlx-macros", 4138 - "sqlx-mysql", 4139 - "sqlx-postgres", 4140 - "sqlx-sqlite", 4141 - ] 4142 - 4143 - [[package]] 4144 - name = "sqlx-core" 4145 - version = "0.7.4" 4146 - source = "registry+https://github.com/rust-lang/crates.io-index" 4147 - checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" 4148 - dependencies = [ 4149 - "ahash", 4150 - "atoi", 4151 - "byteorder", 4152 - "bytes", 4153 - "chrono", 4154 - "crc", 4155 - "crossbeam-queue", 4156 - "either", 4157 - "event-listener", 4158 - "futures-channel", 4159 - "futures-core", 4160 - "futures-intrusive", 4161 - "futures-io", 4162 - "futures-util", 4163 - "hashlink", 4164 - "hex", 4165 - "indexmap 2.6.0", 4166 - "log", 4167 - "memchr", 4168 - "once_cell", 4169 - "paste", 4170 - "percent-encoding", 4171 - "rustls 0.21.12", 4172 - "rustls-pemfile", 4173 - "serde", 4174 - "serde_json", 4175 - "sha2 0.10.8", 4176 - "smallvec", 4177 - "sqlformat", 4178 - "thiserror", 4179 - "tokio", 4180 - "tokio-stream", 4181 - "tracing", 4182 - "url", 4183 - "uuid 1.11.0", 4184 - "webpki-roots 0.25.4", 4185 - ] 4186 - 4187 - [[package]] 4188 - name = "sqlx-macros" 4189 - version = "0.7.4" 4190 - source = "registry+https://github.com/rust-lang/crates.io-index" 4191 - checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" 4192 - dependencies = [ 4193 - "proc-macro2", 4194 - "quote", 4195 - "sqlx-core", 4196 - "sqlx-macros-core", 4197 - "syn 1.0.109", 4198 - ] 4199 - 4200 - [[package]] 4201 - name = "sqlx-macros-core" 4202 - version = "0.7.4" 4203 - source = "registry+https://github.com/rust-lang/crates.io-index" 4204 - checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" 4205 - dependencies = [ 4206 - "dotenvy", 4207 - "either", 4208 - "heck 0.4.1", 4209 - "hex", 4210 - "once_cell", 4211 - "proc-macro2", 4212 - "quote", 4213 - "serde", 4214 - "serde_json", 4215 - "sha2 0.10.8", 4216 - "sqlx-core", 4217 - "sqlx-mysql", 4218 - "sqlx-postgres", 4219 - "sqlx-sqlite", 4220 - "syn 1.0.109", 4221 - "tempfile", 4222 - "tokio", 4223 - "url", 4224 - ] 4225 - 4226 - [[package]] 4227 - name = "sqlx-mysql" 4228 - version = "0.7.4" 4229 - source = "registry+https://github.com/rust-lang/crates.io-index" 4230 - checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" 4231 - dependencies = [ 4232 - "atoi", 4233 - "base64 0.21.7", 4234 - "bitflags 2.6.0", 4235 - "byteorder", 4236 - "bytes", 4237 - "chrono", 4238 - "crc", 4239 - "digest 0.10.7", 4240 - "dotenvy", 4241 - "either", 4242 - "futures-channel", 4243 - "futures-core", 4244 - "futures-io", 4245 - "futures-util", 4246 - "generic-array", 4247 - "hex", 4248 - "hkdf 0.12.4", 4249 - "hmac 0.12.1", 4250 - "itoa", 4251 - "log", 4252 - "md-5", 4253 - "memchr", 4254 - "once_cell", 4255 - "percent-encoding", 4256 - "rand 0.8.5", 4257 - "rsa", 4258 - "serde", 4259 - "sha1", 4260 - "sha2 0.10.8", 4261 - "smallvec", 4262 - "sqlx-core", 4263 - "stringprep", 4264 - "thiserror", 4265 - "tracing", 4266 - "uuid 1.11.0", 4267 - "whoami", 4268 - ] 4269 - 4270 - [[package]] 4271 - name = "sqlx-postgres" 4272 - version = "0.7.4" 4273 - source = "registry+https://github.com/rust-lang/crates.io-index" 4274 - checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" 4275 - dependencies = [ 4276 - "atoi", 4277 - "base64 0.21.7", 4278 - "bitflags 2.6.0", 4279 - "byteorder", 4280 - "chrono", 4281 - "crc", 4282 - "dotenvy", 4283 - "etcetera", 4284 - "futures-channel", 4285 - "futures-core", 4286 - "futures-io", 4287 - "futures-util", 4288 - "hex", 4289 - "hkdf 0.12.4", 4290 - "hmac 0.12.1", 4291 - "home", 4292 - "itoa", 4293 - "log", 4294 - "md-5", 4295 - "memchr", 4296 - "once_cell", 4297 - "rand 0.8.5", 4298 - "serde", 4299 - "serde_json", 4300 - "sha2 0.10.8", 4301 - "smallvec", 4302 - "sqlx-core", 4303 - "stringprep", 4304 - "thiserror", 4305 - "tracing", 4306 - "uuid 1.11.0", 4307 - "whoami", 4308 - ] 4309 - 4310 - [[package]] 4311 - name = "sqlx-sqlite" 4312 - version = "0.7.4" 4313 - source = "registry+https://github.com/rust-lang/crates.io-index" 4314 - checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" 4315 - dependencies = [ 4316 - "atoi", 4317 - "chrono", 4318 - "flume", 4319 - "futures-channel", 4320 - "futures-core", 4321 - "futures-executor", 4322 - "futures-intrusive", 4323 - "futures-util", 4324 - "libsqlite3-sys", 4325 - "log", 4326 - "percent-encoding", 4327 - "serde", 4328 - "sqlx-core", 4329 - "tracing", 4330 - "url", 4331 - "urlencoding", 4332 - "uuid 1.11.0", 4333 - ] 4334 - 4335 - [[package]] 4336 - name = "static_assertions" 4337 - version = "1.1.0" 4338 - source = "registry+https://github.com/rust-lang/crates.io-index" 4339 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4340 - 4341 - [[package]] 4342 - name = "stringprep" 4343 - version = "0.1.5" 4344 - source = "registry+https://github.com/rust-lang/crates.io-index" 4345 - checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 4346 - dependencies = [ 4347 - "unicode-bidi", 4348 - "unicode-normalization", 4349 - "unicode-properties", 4350 - ] 4351 - 4352 - [[package]] 4353 - name = "strsim" 4354 - version = "0.10.0" 4355 - source = "registry+https://github.com/rust-lang/crates.io-index" 4356 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4357 - 4358 - [[package]] 4359 - name = "strsim" 4360 - version = "0.11.1" 4361 - source = "registry+https://github.com/rust-lang/crates.io-index" 4362 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4363 - 4364 - [[package]] 4365 - name = "strum" 4366 - version = "0.25.0" 4367 - source = "registry+https://github.com/rust-lang/crates.io-index" 4368 - checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 4369 - dependencies = [ 4370 - "strum_macros", 4371 - ] 4372 - 4373 - [[package]] 4374 - name = "strum_macros" 4375 - version = "0.25.3" 4376 - source = "registry+https://github.com/rust-lang/crates.io-index" 4377 - checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 4378 - dependencies = [ 4379 - "heck 0.4.1", 4380 - "proc-macro2", 4381 - "quote", 4382 - "rustversion", 4383 - "syn 2.0.86", 4384 - ] 4385 - 4386 - [[package]] 4387 - name = "subtle" 4388 - version = "2.4.1" 4389 - source = "registry+https://github.com/rust-lang/crates.io-index" 4390 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 4391 - 4392 - [[package]] 4393 - name = "syn" 4394 - version = "1.0.109" 4395 - source = "registry+https://github.com/rust-lang/crates.io-index" 4396 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4397 - dependencies = [ 4398 - "proc-macro2", 4399 - "quote", 4400 - "unicode-ident", 4401 - ] 4402 - 4403 - [[package]] 4404 - name = "syn" 4405 - version = "2.0.86" 4406 - source = "registry+https://github.com/rust-lang/crates.io-index" 4407 - checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c" 4408 - dependencies = [ 4409 - "proc-macro2", 4410 - "quote", 4411 - "unicode-ident", 4412 - ] 4413 - 4414 - [[package]] 4415 - name = "sync_wrapper" 4416 - version = "0.1.2" 4417 - source = "registry+https://github.com/rust-lang/crates.io-index" 4418 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4419 - 4420 - [[package]] 4421 - name = "synstructure" 4422 - version = "0.12.6" 4423 - source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 4425 - dependencies = [ 4426 - "proc-macro2", 4427 - "quote", 4428 - "syn 1.0.109", 4429 - "unicode-xid", 4430 - ] 4431 - 4432 - [[package]] 4433 - name = "system-configuration" 4434 - version = "0.5.1" 4435 - source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4437 - dependencies = [ 4438 - "bitflags 1.3.2", 4439 - "core-foundation", 4440 - "system-configuration-sys", 4441 - ] 4442 - 4443 - [[package]] 4444 - name = "system-configuration-sys" 4445 - version = "0.5.0" 4446 - source = "registry+https://github.com/rust-lang/crates.io-index" 4447 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4448 - dependencies = [ 4449 - "core-foundation-sys", 4450 - "libc", 4451 - ] 4452 - 4453 - [[package]] 4454 - name = "tempfile" 4455 - version = "3.13.0" 4456 - source = "registry+https://github.com/rust-lang/crates.io-index" 4457 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 4458 - dependencies = [ 4459 - "cfg-if", 4460 - "fastrand 2.1.1", 4461 - "once_cell", 4462 - "rustix", 4463 - "windows-sys 0.59.0", 4464 - ] 4465 - 4466 - [[package]] 4467 - name = "termtree" 4468 - version = "0.4.1" 4469 - source = "registry+https://github.com/rust-lang/crates.io-index" 4470 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 4471 - 4472 - [[package]] 4473 - name = "textwrap" 4474 - version = "0.15.2" 4475 - source = "registry+https://github.com/rust-lang/crates.io-index" 4476 - checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" 4477 - dependencies = [ 4478 - "smawk", 4479 - "unicode-linebreak", 4480 - "unicode-width", 4481 - ] 4482 - 4483 - [[package]] 4484 - name = "thiserror" 4485 - version = "1.0.66" 4486 - source = "registry+https://github.com/rust-lang/crates.io-index" 4487 - checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" 4488 - dependencies = [ 4489 - "thiserror-impl", 4490 - ] 4491 - 4492 - [[package]] 4493 - name = "thiserror-impl" 4494 - version = "1.0.66" 4495 - source = "registry+https://github.com/rust-lang/crates.io-index" 4496 - checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5" 4497 - dependencies = [ 4498 - "proc-macro2", 4499 - "quote", 4500 - "syn 2.0.86", 4501 - ] 4502 - 4503 - [[package]] 4504 - name = "thread_local" 4505 - version = "1.1.8" 4506 - source = "registry+https://github.com/rust-lang/crates.io-index" 4507 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4508 - dependencies = [ 4509 - "cfg-if", 4510 - "once_cell", 4511 - ] 4512 - 4513 - [[package]] 4514 - name = "time" 4515 - version = "0.3.36" 4516 - source = "registry+https://github.com/rust-lang/crates.io-index" 4517 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4518 - dependencies = [ 4519 - "deranged", 4520 - "itoa", 4521 - "num-conv", 4522 - "powerfmt", 4523 - "serde", 4524 - "time-core", 4525 - "time-macros", 4526 - ] 4527 - 4528 - [[package]] 4529 - name = "time-core" 4530 - version = "0.1.2" 4531 - source = "registry+https://github.com/rust-lang/crates.io-index" 4532 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4533 - 4534 - [[package]] 4535 - name = "time-macros" 4536 - version = "0.2.18" 4537 - source = "registry+https://github.com/rust-lang/crates.io-index" 4538 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 4539 - dependencies = [ 4540 - "num-conv", 4541 - "time-core", 4542 - ] 4543 - 4544 - [[package]] 4545 - name = "tinyvec" 4546 - version = "1.8.0" 4547 - source = "registry+https://github.com/rust-lang/crates.io-index" 4548 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 4549 - dependencies = [ 4550 - "tinyvec_macros", 4551 - ] 4552 - 4553 - [[package]] 4554 - name = "tinyvec_macros" 4555 - version = "0.1.1" 4556 - source = "registry+https://github.com/rust-lang/crates.io-index" 4557 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4558 - 4559 - [[package]] 4560 - name = "tokio" 4561 - version = "1.41.0" 4562 - source = "registry+https://github.com/rust-lang/crates.io-index" 4563 - checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" 4564 - dependencies = [ 4565 - "backtrace", 4566 - "bytes", 4567 - "libc", 4568 - "mio 1.0.2", 4569 - "parking_lot", 4570 - "pin-project-lite", 4571 - "signal-hook-registry", 4572 - "socket2 0.5.7", 4573 - "tokio-macros", 4574 - "windows-sys 0.52.0", 4575 - ] 4576 - 4577 - [[package]] 4578 - name = "tokio-macros" 4579 - version = "2.4.0" 4580 - source = "registry+https://github.com/rust-lang/crates.io-index" 4581 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 4582 - dependencies = [ 4583 - "proc-macro2", 4584 - "quote", 4585 - "syn 2.0.86", 4586 - ] 4587 - 4588 - [[package]] 4589 - name = "tokio-rustls" 4590 - version = "0.23.4" 4591 - source = "registry+https://github.com/rust-lang/crates.io-index" 4592 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4593 - dependencies = [ 4594 - "rustls 0.20.9", 4595 - "tokio", 4596 - "webpki", 4597 - ] 4598 - 4599 - [[package]] 4600 - name = "tokio-rustls" 4601 - version = "0.24.1" 4602 - source = "registry+https://github.com/rust-lang/crates.io-index" 4603 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 4604 - dependencies = [ 4605 - "rustls 0.21.12", 4606 - "tokio", 4607 - ] 4608 - 4609 - [[package]] 4610 - name = "tokio-stream" 4611 - version = "0.1.16" 4612 - source = "registry+https://github.com/rust-lang/crates.io-index" 4613 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 4614 - dependencies = [ 4615 - "futures-core", 4616 - "pin-project-lite", 4617 - "tokio", 4618 - ] 4619 - 4620 - [[package]] 4621 - name = "tokio-util" 4622 - version = "0.7.12" 4623 - source = "registry+https://github.com/rust-lang/crates.io-index" 4624 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 4625 - dependencies = [ 4626 - "bytes", 4627 - "futures-core", 4628 - "futures-sink", 4629 - "pin-project-lite", 4630 - "tokio", 4631 - ] 4632 - 4633 - [[package]] 4634 - name = "toml" 4635 - version = "0.8.19" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 4638 - dependencies = [ 4639 - "serde", 4640 - "serde_spanned", 4641 - "toml_datetime", 4642 - "toml_edit", 4643 - ] 4644 - 4645 - [[package]] 4646 - name = "toml_datetime" 4647 - version = "0.6.8" 4648 - source = "registry+https://github.com/rust-lang/crates.io-index" 4649 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 4650 - dependencies = [ 4651 - "serde", 4652 - ] 4653 - 4654 - [[package]] 4655 - name = "toml_edit" 4656 - version = "0.22.22" 4657 - source = "registry+https://github.com/rust-lang/crates.io-index" 4658 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 4659 - dependencies = [ 4660 - "indexmap 2.6.0", 4661 - "serde", 4662 - "serde_spanned", 4663 - "toml_datetime", 4664 - "winnow", 4665 - ] 4666 - 4667 - [[package]] 4668 - name = "tower-service" 4669 - version = "0.3.3" 4670 - source = "registry+https://github.com/rust-lang/crates.io-index" 4671 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4672 - 4673 - [[package]] 4674 - name = "tracing" 4675 - version = "0.1.40" 4676 - source = "registry+https://github.com/rust-lang/crates.io-index" 4677 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4678 - dependencies = [ 4679 - "log", 4680 - "pin-project-lite", 4681 - "tracing-attributes", 4682 - "tracing-core", 4683 - ] 4684 - 4685 - [[package]] 4686 - name = "tracing-actix-web" 4687 - version = "0.7.14" 4688 - source = "registry+https://github.com/rust-lang/crates.io-index" 4689 - checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc" 4690 - dependencies = [ 4691 - "actix-web", 4692 - "mutually_exclusive_features", 4693 - "pin-project", 4694 - "tracing", 4695 - "uuid 1.11.0", 4696 - ] 4697 - 4698 - [[package]] 4699 - name = "tracing-attributes" 4700 - version = "0.1.27" 4701 - source = "registry+https://github.com/rust-lang/crates.io-index" 4702 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4703 - dependencies = [ 4704 - "proc-macro2", 4705 - "quote", 4706 - "syn 2.0.86", 4707 - ] 4708 - 4709 - [[package]] 4710 - name = "tracing-core" 4711 - version = "0.1.32" 4712 - source = "registry+https://github.com/rust-lang/crates.io-index" 4713 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4714 - dependencies = [ 4715 - "once_cell", 4716 - "valuable", 4717 - ] 4718 - 4719 - [[package]] 4720 - name = "tracing-forest" 4721 - version = "0.1.6" 4722 - source = "registry+https://github.com/rust-lang/crates.io-index" 4723 - checksum = "ee40835db14ddd1e3ba414292272eddde9dad04d3d4b65509656414d1c42592f" 4724 - dependencies = [ 4725 - "chrono", 4726 - "smallvec", 4727 - "thiserror", 4728 - "tokio", 4729 - "tracing", 4730 - "tracing-subscriber", 4731 - ] 4732 - 4733 - [[package]] 4734 - name = "tracing-log" 4735 - version = "0.2.0" 4736 - source = "registry+https://github.com/rust-lang/crates.io-index" 4737 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4738 - dependencies = [ 4739 - "log", 4740 - "once_cell", 4741 - "tracing-core", 4742 - ] 4743 - 4744 - [[package]] 4745 - name = "tracing-subscriber" 4746 - version = "0.3.18" 4747 - source = "registry+https://github.com/rust-lang/crates.io-index" 4748 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 4749 - dependencies = [ 4750 - "matchers", 4751 - "nu-ansi-term", 4752 - "once_cell", 4753 - "regex", 4754 - "sharded-slab", 4755 - "smallvec", 4756 - "thread_local", 4757 - "tracing", 4758 - "tracing-core", 4759 - "tracing-log", 4760 - ] 4761 - 4762 - [[package]] 4763 - name = "try-lock" 4764 - version = "0.2.5" 4765 - source = "registry+https://github.com/rust-lang/crates.io-index" 4766 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4767 - 4768 - [[package]] 4769 - name = "typenum" 4770 - version = "1.17.0" 4771 - source = "registry+https://github.com/rust-lang/crates.io-index" 4772 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4773 - 4774 - [[package]] 4775 - name = "uncased" 4776 - version = "0.9.10" 4777 - source = "registry+https://github.com/rust-lang/crates.io-index" 4778 - checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 4779 - dependencies = [ 4780 - "version_check", 4781 - ] 4782 - 4783 - [[package]] 4784 - name = "unicase" 4785 - version = "2.8.0" 4786 - source = "registry+https://github.com/rust-lang/crates.io-index" 4787 - checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" 4788 - 4789 - [[package]] 4790 - name = "unicode-bidi" 4791 - version = "0.3.17" 4792 - source = "registry+https://github.com/rust-lang/crates.io-index" 4793 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 4794 - 4795 - [[package]] 4796 - name = "unicode-ident" 4797 - version = "1.0.13" 4798 - source = "registry+https://github.com/rust-lang/crates.io-index" 4799 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 4800 - 4801 - [[package]] 4802 - name = "unicode-linebreak" 4803 - version = "0.1.5" 4804 - source = "registry+https://github.com/rust-lang/crates.io-index" 4805 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4806 - 4807 - [[package]] 4808 - name = "unicode-normalization" 4809 - version = "0.1.24" 4810 - source = "registry+https://github.com/rust-lang/crates.io-index" 4811 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 4812 - dependencies = [ 4813 - "tinyvec", 4814 - ] 4815 - 4816 - [[package]] 4817 - name = "unicode-properties" 4818 - version = "0.1.3" 4819 - source = "registry+https://github.com/rust-lang/crates.io-index" 4820 - checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 4821 - 4822 - [[package]] 4823 - name = "unicode-segmentation" 4824 - version = "1.12.0" 4825 - source = "registry+https://github.com/rust-lang/crates.io-index" 4826 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4827 - 4828 - [[package]] 4829 - name = "unicode-width" 4830 - version = "0.1.14" 4831 - source = "registry+https://github.com/rust-lang/crates.io-index" 4832 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4833 - 4834 - [[package]] 4835 - name = "unicode-xid" 4836 - version = "0.2.6" 4837 - source = "registry+https://github.com/rust-lang/crates.io-index" 4838 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4839 - 4840 - [[package]] 4841 - name = "unicode_categories" 4842 - version = "0.1.1" 4843 - source = "registry+https://github.com/rust-lang/crates.io-index" 4844 - checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 4845 - 4846 - [[package]] 4847 - name = "unreachable" 4848 - version = "1.0.0" 4849 - source = "registry+https://github.com/rust-lang/crates.io-index" 4850 - checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" 4851 - dependencies = [ 4852 - "void", 4853 - ] 4854 - 4855 - [[package]] 4856 - name = "untrusted" 4857 - version = "0.7.1" 4858 - source = "registry+https://github.com/rust-lang/crates.io-index" 4859 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 4860 - 4861 - [[package]] 4862 - name = "untrusted" 4863 - version = "0.9.0" 4864 - source = "registry+https://github.com/rust-lang/crates.io-index" 4865 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4866 - 4867 - [[package]] 4868 - name = "url" 4869 - version = "2.5.2" 4870 - source = "registry+https://github.com/rust-lang/crates.io-index" 4871 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 4872 - dependencies = [ 4873 - "form_urlencoded", 4874 - "idna 0.5.0", 4875 - "percent-encoding", 4876 - "serde", 4877 - ] 4878 - 4879 - [[package]] 4880 - name = "url-escape" 4881 - version = "0.1.1" 4882 - source = "registry+https://github.com/rust-lang/crates.io-index" 4883 - checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218" 4884 - dependencies = [ 4885 - "percent-encoding", 4886 - ] 4887 - 4888 - [[package]] 4889 - name = "urlencoding" 4890 - version = "2.1.3" 4891 - source = "registry+https://github.com/rust-lang/crates.io-index" 4892 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4893 - 4894 - [[package]] 4895 - name = "utf8parse" 4896 - version = "0.2.2" 4897 - source = "registry+https://github.com/rust-lang/crates.io-index" 4898 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4899 - 4900 - [[package]] 4901 - name = "uuid" 4902 - version = "0.8.2" 4903 - source = "registry+https://github.com/rust-lang/crates.io-index" 4904 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 4905 - 4906 - [[package]] 4907 - name = "uuid" 4908 - version = "1.11.0" 4909 - source = "registry+https://github.com/rust-lang/crates.io-index" 4910 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 4911 - dependencies = [ 4912 - "atomic", 4913 - "getrandom 0.2.15", 4914 - "md-5", 4915 - ] 4916 - 4917 - [[package]] 4918 - name = "v_htmlescape" 4919 - version = "0.15.8" 4920 - source = "registry+https://github.com/rust-lang/crates.io-index" 4921 - checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" 4922 - 4923 - [[package]] 4924 - name = "validator" 4925 - version = "0.14.0" 4926 - source = "registry+https://github.com/rust-lang/crates.io-index" 4927 - checksum = "6d0f08911ab0fee2c5009580f04615fa868898ee57de10692a45da0c3bcc3e5e" 4928 - dependencies = [ 4929 - "idna 0.2.3", 4930 - "lazy_static", 4931 - "regex", 4932 - "serde", 4933 - "serde_derive", 4934 - "serde_json", 4935 - "url", 4936 - "validator_types", 4937 - ] 4938 - 4939 - [[package]] 4940 - name = "validator_derive" 4941 - version = "0.14.0" 4942 - source = "registry+https://github.com/rust-lang/crates.io-index" 4943 - checksum = "d85135714dba11a1bd0b3eb1744169266f1a38977bf4e3ff5e2e1acb8c2b7eee" 4944 - dependencies = [ 4945 - "if_chain", 4946 - "lazy_static", 4947 - "proc-macro-error", 4948 - "proc-macro2", 4949 - "quote", 4950 - "regex", 4951 - "syn 1.0.109", 4952 - "validator_types", 4953 - ] 4954 - 4955 - [[package]] 4956 - name = "validator_types" 4957 - version = "0.14.0" 4958 - source = "registry+https://github.com/rust-lang/crates.io-index" 4959 - checksum = "ded9d97e1d42327632f5f3bae6403c04886e2de3036261ef42deebd931a6a291" 4960 - dependencies = [ 4961 - "proc-macro2", 4962 - "syn 1.0.109", 4963 - ] 4964 - 4965 - [[package]] 4966 - name = "valuable" 4967 - version = "0.1.0" 4968 - source = "registry+https://github.com/rust-lang/crates.io-index" 4969 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4970 - 4971 - [[package]] 4972 - name = "vcpkg" 4973 - version = "0.2.15" 4974 - source = "registry+https://github.com/rust-lang/crates.io-index" 4975 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4976 - 4977 - [[package]] 4978 - name = "version_check" 4979 - version = "0.9.5" 4980 - source = "registry+https://github.com/rust-lang/crates.io-index" 4981 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4982 - 4983 - [[package]] 4984 - name = "void" 4985 - version = "1.0.2" 4986 - source = "registry+https://github.com/rust-lang/crates.io-index" 4987 - checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 4988 - 4989 - [[package]] 4990 - name = "wait-timeout" 4991 - version = "0.2.0" 4992 - source = "registry+https://github.com/rust-lang/crates.io-index" 4993 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 4994 - dependencies = [ 4995 - "libc", 4996 - ] 4997 - 4998 - [[package]] 4999 - name = "want" 5000 - version = "0.3.1" 5001 - source = "registry+https://github.com/rust-lang/crates.io-index" 5002 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5003 - dependencies = [ 5004 - "try-lock", 5005 - ] 5006 - 5007 - [[package]] 5008 - name = "wasi" 5009 - version = "0.9.0+wasi-snapshot-preview1" 5010 - source = "registry+https://github.com/rust-lang/crates.io-index" 5011 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5012 - 5013 - [[package]] 5014 - name = "wasi" 5015 - version = "0.11.0+wasi-snapshot-preview1" 5016 - source = "registry+https://github.com/rust-lang/crates.io-index" 5017 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5018 - 5019 - [[package]] 5020 - name = "wasite" 5021 - version = "0.1.0" 5022 - source = "registry+https://github.com/rust-lang/crates.io-index" 5023 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 5024 - 5025 - [[package]] 5026 - name = "wasm-bindgen" 5027 - version = "0.2.95" 5028 - source = "registry+https://github.com/rust-lang/crates.io-index" 5029 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 5030 - dependencies = [ 5031 - "cfg-if", 5032 - "once_cell", 5033 - "wasm-bindgen-macro", 5034 - ] 5035 - 5036 - [[package]] 5037 - name = "wasm-bindgen-backend" 5038 - version = "0.2.95" 5039 - source = "registry+https://github.com/rust-lang/crates.io-index" 5040 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 5041 - dependencies = [ 5042 - "bumpalo", 5043 - "log", 5044 - "once_cell", 5045 - "proc-macro2", 5046 - "quote", 5047 - "syn 2.0.86", 5048 - "wasm-bindgen-shared", 5049 - ] 5050 - 5051 - [[package]] 5052 - name = "wasm-bindgen-futures" 5053 - version = "0.4.45" 5054 - source = "registry+https://github.com/rust-lang/crates.io-index" 5055 - checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 5056 - dependencies = [ 5057 - "cfg-if", 5058 - "js-sys", 5059 - "wasm-bindgen", 5060 - "web-sys", 5061 - ] 5062 - 5063 - [[package]] 5064 - name = "wasm-bindgen-macro" 5065 - version = "0.2.95" 5066 - source = "registry+https://github.com/rust-lang/crates.io-index" 5067 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 5068 - dependencies = [ 5069 - "quote", 5070 - "wasm-bindgen-macro-support", 5071 - ] 5072 - 5073 - [[package]] 5074 - name = "wasm-bindgen-macro-support" 5075 - version = "0.2.95" 5076 - source = "registry+https://github.com/rust-lang/crates.io-index" 5077 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 5078 - dependencies = [ 5079 - "proc-macro2", 5080 - "quote", 5081 - "syn 2.0.86", 5082 - "wasm-bindgen-backend", 5083 - "wasm-bindgen-shared", 5084 - ] 5085 - 5086 - [[package]] 5087 - name = "wasm-bindgen-shared" 5088 - version = "0.2.95" 5089 - source = "registry+https://github.com/rust-lang/crates.io-index" 5090 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 5091 - 5092 - [[package]] 5093 - name = "web-sys" 5094 - version = "0.3.72" 5095 - source = "registry+https://github.com/rust-lang/crates.io-index" 5096 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 5097 - dependencies = [ 5098 - "js-sys", 5099 - "wasm-bindgen", 5100 - ] 5101 - 5102 - [[package]] 5103 - name = "webpki" 5104 - version = "0.22.4" 5105 - source = "registry+https://github.com/rust-lang/crates.io-index" 5106 - checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 5107 - dependencies = [ 5108 - "ring 0.17.8", 5109 - "untrusted 0.9.0", 5110 - ] 5111 - 5112 - [[package]] 5113 - name = "webpki-roots" 5114 - version = "0.22.6" 5115 - source = "registry+https://github.com/rust-lang/crates.io-index" 5116 - checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 5117 - dependencies = [ 5118 - "webpki", 5119 - ] 5120 - 5121 - [[package]] 5122 - name = "webpki-roots" 5123 - version = "0.23.1" 5124 - source = "registry+https://github.com/rust-lang/crates.io-index" 5125 - checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" 5126 - dependencies = [ 5127 - "rustls-webpki 0.100.3", 5128 - ] 5129 - 5130 - [[package]] 5131 - name = "webpki-roots" 5132 - version = "0.25.4" 5133 - source = "registry+https://github.com/rust-lang/crates.io-index" 5134 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 5135 - 5136 - [[package]] 5137 - name = "whoami" 5138 - version = "1.5.2" 5139 - source = "registry+https://github.com/rust-lang/crates.io-index" 5140 - checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 5141 - dependencies = [ 5142 - "redox_syscall", 5143 - "wasite", 5144 - ] 5145 - 5146 - [[package]] 5147 - name = "winapi" 5148 - version = "0.3.9" 5149 - source = "registry+https://github.com/rust-lang/crates.io-index" 5150 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5151 - dependencies = [ 5152 - "winapi-i686-pc-windows-gnu", 5153 - "winapi-x86_64-pc-windows-gnu", 5154 - ] 5155 - 5156 - [[package]] 5157 - name = "winapi-i686-pc-windows-gnu" 5158 - version = "0.4.0" 5159 - source = "registry+https://github.com/rust-lang/crates.io-index" 5160 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5161 - 5162 - [[package]] 5163 - name = "winapi-x86_64-pc-windows-gnu" 5164 - version = "0.4.0" 5165 - source = "registry+https://github.com/rust-lang/crates.io-index" 5166 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5167 - 5168 - [[package]] 5169 - name = "windows-core" 5170 - version = "0.52.0" 5171 - source = "registry+https://github.com/rust-lang/crates.io-index" 5172 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5173 - dependencies = [ 5174 - "windows-targets 0.52.6", 5175 - ] 5176 - 5177 - [[package]] 5178 - name = "windows-sys" 5179 - version = "0.48.0" 5180 - source = "registry+https://github.com/rust-lang/crates.io-index" 5181 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5182 - dependencies = [ 5183 - "windows-targets 0.48.5", 5184 - ] 5185 - 5186 - [[package]] 5187 - name = "windows-sys" 5188 - version = "0.52.0" 5189 - source = "registry+https://github.com/rust-lang/crates.io-index" 5190 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5191 - dependencies = [ 5192 - "windows-targets 0.52.6", 5193 - ] 5194 - 5195 - [[package]] 5196 - name = "windows-sys" 5197 - version = "0.59.0" 5198 - source = "registry+https://github.com/rust-lang/crates.io-index" 5199 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5200 - dependencies = [ 5201 - "windows-targets 0.52.6", 5202 - ] 5203 - 5204 - [[package]] 5205 - name = "windows-targets" 5206 - version = "0.48.5" 5207 - source = "registry+https://github.com/rust-lang/crates.io-index" 5208 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5209 - dependencies = [ 5210 - "windows_aarch64_gnullvm 0.48.5", 5211 - "windows_aarch64_msvc 0.48.5", 5212 - "windows_i686_gnu 0.48.5", 5213 - "windows_i686_msvc 0.48.5", 5214 - "windows_x86_64_gnu 0.48.5", 5215 - "windows_x86_64_gnullvm 0.48.5", 5216 - "windows_x86_64_msvc 0.48.5", 5217 - ] 5218 - 5219 - [[package]] 5220 - name = "windows-targets" 5221 - version = "0.52.6" 5222 - source = "registry+https://github.com/rust-lang/crates.io-index" 5223 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5224 - dependencies = [ 5225 - "windows_aarch64_gnullvm 0.52.6", 5226 - "windows_aarch64_msvc 0.52.6", 5227 - "windows_i686_gnu 0.52.6", 5228 - "windows_i686_gnullvm", 5229 - "windows_i686_msvc 0.52.6", 5230 - "windows_x86_64_gnu 0.52.6", 5231 - "windows_x86_64_gnullvm 0.52.6", 5232 - "windows_x86_64_msvc 0.52.6", 5233 - ] 5234 - 5235 - [[package]] 5236 - name = "windows_aarch64_gnullvm" 5237 - version = "0.48.5" 5238 - source = "registry+https://github.com/rust-lang/crates.io-index" 5239 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5240 - 5241 - [[package]] 5242 - name = "windows_aarch64_gnullvm" 5243 - version = "0.52.6" 5244 - source = "registry+https://github.com/rust-lang/crates.io-index" 5245 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5246 - 5247 - [[package]] 5248 - name = "windows_aarch64_msvc" 5249 - version = "0.48.5" 5250 - source = "registry+https://github.com/rust-lang/crates.io-index" 5251 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5252 - 5253 - [[package]] 5254 - name = "windows_aarch64_msvc" 5255 - version = "0.52.6" 5256 - source = "registry+https://github.com/rust-lang/crates.io-index" 5257 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5258 - 5259 - [[package]] 5260 - name = "windows_i686_gnu" 5261 - version = "0.48.5" 5262 - source = "registry+https://github.com/rust-lang/crates.io-index" 5263 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5264 - 5265 - [[package]] 5266 - name = "windows_i686_gnu" 5267 - version = "0.52.6" 5268 - source = "registry+https://github.com/rust-lang/crates.io-index" 5269 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5270 - 5271 - [[package]] 5272 - name = "windows_i686_gnullvm" 5273 - version = "0.52.6" 5274 - source = "registry+https://github.com/rust-lang/crates.io-index" 5275 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5276 - 5277 - [[package]] 5278 - name = "windows_i686_msvc" 5279 - version = "0.48.5" 5280 - source = "registry+https://github.com/rust-lang/crates.io-index" 5281 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5282 - 5283 - [[package]] 5284 - name = "windows_i686_msvc" 5285 - version = "0.52.6" 5286 - source = "registry+https://github.com/rust-lang/crates.io-index" 5287 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5288 - 5289 - [[package]] 5290 - name = "windows_x86_64_gnu" 5291 - version = "0.48.5" 5292 - source = "registry+https://github.com/rust-lang/crates.io-index" 5293 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5294 - 5295 - [[package]] 5296 - name = "windows_x86_64_gnu" 5297 - version = "0.52.6" 5298 - source = "registry+https://github.com/rust-lang/crates.io-index" 5299 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5300 - 5301 - [[package]] 5302 - name = "windows_x86_64_gnullvm" 5303 - version = "0.48.5" 5304 - source = "registry+https://github.com/rust-lang/crates.io-index" 5305 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5306 - 5307 - [[package]] 5308 - name = "windows_x86_64_gnullvm" 5309 - version = "0.52.6" 5310 - source = "registry+https://github.com/rust-lang/crates.io-index" 5311 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5312 - 5313 - [[package]] 5314 - name = "windows_x86_64_msvc" 5315 - version = "0.48.5" 5316 - source = "registry+https://github.com/rust-lang/crates.io-index" 5317 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5318 - 5319 - [[package]] 5320 - name = "windows_x86_64_msvc" 5321 - version = "0.52.6" 5322 - source = "registry+https://github.com/rust-lang/crates.io-index" 5323 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5324 - 5325 - [[package]] 5326 - name = "winnow" 5327 - version = "0.6.20" 5328 - source = "registry+https://github.com/rust-lang/crates.io-index" 5329 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 5330 - dependencies = [ 5331 - "memchr", 5332 - ] 5333 - 5334 - [[package]] 5335 - name = "winreg" 5336 - version = "0.50.0" 5337 - source = "registry+https://github.com/rust-lang/crates.io-index" 5338 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5339 - dependencies = [ 5340 - "cfg-if", 5341 - "windows-sys 0.48.0", 5342 - ] 5343 - 5344 - [[package]] 5345 - name = "x509-parser" 5346 - version = "0.15.1" 5347 - source = "registry+https://github.com/rust-lang/crates.io-index" 5348 - checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" 5349 - dependencies = [ 5350 - "asn1-rs", 5351 - "data-encoding", 5352 - "der-parser", 5353 - "lazy_static", 5354 - "nom", 5355 - "oid-registry", 5356 - "rusticata-macros", 5357 - "thiserror", 5358 - "time", 5359 - ] 5360 - 5361 - [[package]] 5362 - name = "yansi" 5363 - version = "1.0.1" 5364 - source = "registry+https://github.com/rust-lang/crates.io-index" 5365 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 5366 - 5367 - [[package]] 5368 - name = "yew" 5369 - version = "0.19.3" 5370 - source = "registry+https://github.com/rust-lang/crates.io-index" 5371 - checksum = "2a1ccb53e57d3f7d847338cf5758befa811cabe207df07f543c06f502f9998cd" 5372 - dependencies = [ 5373 - "console_error_panic_hook", 5374 - "gloo", 5375 - "gloo-utils 0.1.7", 5376 - "indexmap 1.6.2", 5377 - "js-sys", 5378 - "scoped-tls-hkt", 5379 - "slab", 5380 - "wasm-bindgen", 5381 - "wasm-bindgen-futures", 5382 - "web-sys", 5383 - "yew-macro", 5384 - ] 5385 - 5386 - [[package]] 5387 - name = "yew-macro" 5388 - version = "0.19.3" 5389 - source = "registry+https://github.com/rust-lang/crates.io-index" 5390 - checksum = "5fab79082b556d768d6e21811869c761893f0450e1d550a67892b9bce303b7bb" 5391 - dependencies = [ 5392 - "boolinator", 5393 - "lazy_static", 5394 - "proc-macro-error", 5395 - "proc-macro2", 5396 - "quote", 5397 - "syn 1.0.109", 5398 - ] 5399 - 5400 - [[package]] 5401 - name = "yew-router" 5402 - version = "0.16.0" 5403 - source = "registry+https://github.com/rust-lang/crates.io-index" 5404 - checksum = "155804f6f3aa309f596d5c3fa14486a94e7756f1edd7634569949e401d5099f2" 5405 - dependencies = [ 5406 - "gloo", 5407 - "gloo-utils 0.1.7", 5408 - "js-sys", 5409 - "route-recognizer", 5410 - "serde", 5411 - "serde-wasm-bindgen", 5412 - "serde_urlencoded", 5413 - "thiserror", 5414 - "wasm-bindgen", 5415 - "web-sys", 5416 - "yew", 5417 - "yew-router-macro", 5418 - ] 5419 - 5420 - [[package]] 5421 - name = "yew-router-macro" 5422 - version = "0.16.0" 5423 - source = "registry+https://github.com/rust-lang/crates.io-index" 5424 - checksum = "39049d193b52eaad4ffc80916bf08806d142c90b5edcebd527644de438a7e19a" 5425 - dependencies = [ 5426 - "proc-macro2", 5427 - "quote", 5428 - "syn 1.0.109", 5429 - ] 5430 - 5431 - [[package]] 5432 - name = "yew_form" 5433 - version = "0.1.8" 5434 - source = "git+https://github.com/jfbilodeau/yew_form?rev=4b9fabffb63393ec7626a4477fd36de12a07fac9#4b9fabffb63393ec7626a4477fd36de12a07fac9" 5435 - dependencies = [ 5436 - "gloo-console", 5437 - "validator", 5438 - "validator_derive", 5439 - "wasm-bindgen", 5440 - "web-sys", 5441 - "yew", 5442 - ] 5443 - 5444 - [[package]] 5445 - name = "yew_form_derive" 5446 - version = "0.1.8" 5447 - source = "git+https://github.com/jfbilodeau/yew_form?rev=4b9fabffb63393ec7626a4477fd36de12a07fac9#4b9fabffb63393ec7626a4477fd36de12a07fac9" 5448 - dependencies = [ 5449 - "proc-macro2", 5450 - "quote", 5451 - "syn 1.0.109", 5452 - "yew_form", 5453 - ] 5454 - 5455 - [[package]] 5456 - name = "zerocopy" 5457 - version = "0.7.35" 5458 - source = "registry+https://github.com/rust-lang/crates.io-index" 5459 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 5460 - dependencies = [ 5461 - "byteorder", 5462 - "zerocopy-derive", 5463 - ] 5464 - 5465 - [[package]] 5466 - name = "zerocopy-derive" 5467 - version = "0.7.35" 5468 - source = "registry+https://github.com/rust-lang/crates.io-index" 5469 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 5470 - dependencies = [ 5471 - "proc-macro2", 5472 - "quote", 5473 - "syn 2.0.86", 5474 - ] 5475 - 5476 - [[package]] 5477 - name = "zeroize" 5478 - version = "1.8.1" 5479 - source = "registry+https://github.com/rust-lang/crates.io-index" 5480 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 5481 - dependencies = [ 5482 - "zeroize_derive", 5483 - ] 5484 - 5485 - [[package]] 5486 - name = "zeroize_derive" 5487 - version = "1.4.2" 5488 - source = "registry+https://github.com/rust-lang/crates.io-index" 5489 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 5490 - dependencies = [ 5491 - "proc-macro2", 5492 - "quote", 5493 - "syn 2.0.86", 5494 - ] 5495 - 5496 - [[package]] 5497 - name = "zstd" 5498 - version = "0.13.2" 5499 - source = "registry+https://github.com/rust-lang/crates.io-index" 5500 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 5501 - dependencies = [ 5502 - "zstd-safe", 5503 - ] 5504 - 5505 - [[package]] 5506 - name = "zstd-safe" 5507 - version = "7.2.1" 5508 - source = "registry+https://github.com/rust-lang/crates.io-index" 5509 - checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 5510 - dependencies = [ 5511 - "zstd-sys", 5512 - ] 5513 - 5514 - [[package]] 5515 - name = "zstd-sys" 5516 - version = "2.0.13+zstd.1.5.6" 5517 - source = "registry+https://github.com/rust-lang/crates.io-index" 5518 - checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 5519 - dependencies = [ 5520 - "cc", 5521 - "pkg-config", 5522 - ]
+2 -8
pkgs/by-name/ll/lldap/package.nix
··· 23 23 hash = "sha256-iQ+Vv9kx/pWHoa/WZChBK+FD2r1avzWWz57bnnzRjUg="; 24 24 }; 25 25 26 - # `Cargo.lock` has git dependencies, meaning can't use `cargoHash` 27 - cargoLock = { 28 - lockFile = ./Cargo.lock; 29 - outputHashes = { 30 - "lber-0.4.3" = "sha256-smElQyP8aWlV+/GvaTAx+BJWRtzQuis4XOUCOgebEF4="; 31 - "yew_form-0.1.8" = "sha256-1n9C7NiFfTjbmc9B5bDEnz7ZpYJo9ZT8/dioRXJ65hc="; 32 - }; 33 - }; 26 + useFetchCargoVendor = true; 27 + cargoHash = "sha256-qXYgr9uRswuo9hwVROUX9KUKpkzR0VEcXImbdyOgxsY="; 34 28 35 29 }; 36 30
-1226
pkgs/by-name/th/thin-provisioning-tools/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "adler" 7 - version = "1.0.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 - 11 - [[package]] 12 - name = "aho-corasick" 13 - version = "1.1.3" 14 - source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 16 - dependencies = [ 17 - "memchr", 18 - ] 19 - 20 - [[package]] 21 - name = "anstream" 22 - version = "0.6.15" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 25 - dependencies = [ 26 - "anstyle", 27 - "anstyle-parse", 28 - "anstyle-query", 29 - "anstyle-wincon", 30 - "colorchoice", 31 - "is_terminal_polyfill", 32 - "utf8parse", 33 - ] 34 - 35 - [[package]] 36 - name = "anstyle" 37 - version = "1.0.8" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 40 - 41 - [[package]] 42 - name = "anstyle-parse" 43 - version = "0.2.5" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 46 - dependencies = [ 47 - "utf8parse", 48 - ] 49 - 50 - [[package]] 51 - name = "anstyle-query" 52 - version = "1.1.1" 53 - source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 55 - dependencies = [ 56 - "windows-sys 0.52.0", 57 - ] 58 - 59 - [[package]] 60 - name = "anstyle-wincon" 61 - version = "3.0.4" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 64 - dependencies = [ 65 - "anstyle", 66 - "windows-sys 0.52.0", 67 - ] 68 - 69 - [[package]] 70 - name = "anyhow" 71 - version = "1.0.86" 72 - source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 74 - 75 - [[package]] 76 - name = "atty" 77 - version = "0.2.14" 78 - source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 80 - dependencies = [ 81 - "hermit-abi 0.1.19", 82 - "libc", 83 - "winapi", 84 - ] 85 - 86 - [[package]] 87 - name = "autocfg" 88 - version = "1.3.0" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 91 - 92 - [[package]] 93 - name = "base64" 94 - version = "0.22.1" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 97 - 98 - [[package]] 99 - name = "bindgen" 100 - version = "0.69.4" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 103 - dependencies = [ 104 - "bitflags 2.6.0", 105 - "cexpr", 106 - "clang-sys", 107 - "itertools", 108 - "lazy_static", 109 - "lazycell", 110 - "proc-macro2", 111 - "quote", 112 - "regex", 113 - "rustc-hash", 114 - "shlex", 115 - "syn 2.0.72", 116 - ] 117 - 118 - [[package]] 119 - name = "bitflags" 120 - version = "1.3.2" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 123 - 124 - [[package]] 125 - name = "bitflags" 126 - version = "2.6.0" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 129 - 130 - [[package]] 131 - name = "bytemuck" 132 - version = "1.16.3" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" 135 - 136 - [[package]] 137 - name = "byteorder" 138 - version = "1.5.0" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 141 - 142 - [[package]] 143 - name = "cassowary" 144 - version = "0.3.0" 145 - source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 147 - 148 - [[package]] 149 - name = "cexpr" 150 - version = "0.6.0" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 153 - dependencies = [ 154 - "nom", 155 - ] 156 - 157 - [[package]] 158 - name = "cfg-if" 159 - version = "1.0.0" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 162 - 163 - [[package]] 164 - name = "cfg_aliases" 165 - version = "0.2.1" 166 - source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 168 - 169 - [[package]] 170 - name = "clang-sys" 171 - version = "1.8.1" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 174 - dependencies = [ 175 - "glob", 176 - "libc", 177 - "libloading", 178 - ] 179 - 180 - [[package]] 181 - name = "clap" 182 - version = "4.5.13" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" 185 - dependencies = [ 186 - "clap_builder", 187 - ] 188 - 189 - [[package]] 190 - name = "clap_builder" 191 - version = "4.5.13" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" 194 - dependencies = [ 195 - "anstyle", 196 - "clap_lex", 197 - "strsim", 198 - ] 199 - 200 - [[package]] 201 - name = "clap_lex" 202 - version = "0.7.2" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 205 - 206 - [[package]] 207 - name = "colorchoice" 208 - version = "1.0.2" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 211 - 212 - [[package]] 213 - name = "console" 214 - version = "0.15.8" 215 - source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 217 - dependencies = [ 218 - "encode_unicode", 219 - "lazy_static", 220 - "libc", 221 - "unicode-width", 222 - "windows-sys 0.52.0", 223 - ] 224 - 225 - [[package]] 226 - name = "crc32c" 227 - version = "0.6.8" 228 - source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 230 - dependencies = [ 231 - "rustc_version", 232 - ] 233 - 234 - [[package]] 235 - name = "crc32fast" 236 - version = "1.4.2" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 239 - dependencies = [ 240 - "cfg-if", 241 - ] 242 - 243 - [[package]] 244 - name = "data-encoding" 245 - version = "2.6.0" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 248 - 249 - [[package]] 250 - name = "devicemapper" 251 - version = "0.34.3" 252 - source = "registry+https://github.com/rust-lang/crates.io-index" 253 - checksum = "59209790c5d189070a52937581950947207e740fadc87f68af14f34d0eb333df" 254 - dependencies = [ 255 - "bitflags 2.6.0", 256 - "devicemapper-sys", 257 - "env_logger 0.11.5", 258 - "log", 259 - "nix", 260 - "once_cell", 261 - "rand", 262 - "retry", 263 - "semver", 264 - "serde", 265 - ] 266 - 267 - [[package]] 268 - name = "devicemapper-sys" 269 - version = "0.3.0" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "3d6681f5413e2094480381a97b8299f548c0579f07095ee20fe58e0a28cb34b5" 272 - dependencies = [ 273 - "bindgen", 274 - ] 275 - 276 - [[package]] 277 - name = "downcast" 278 - version = "0.11.0" 279 - source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" 281 - 282 - [[package]] 283 - name = "duct" 284 - version = "0.13.7" 285 - source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" 287 - dependencies = [ 288 - "libc", 289 - "once_cell", 290 - "os_pipe", 291 - "shared_child", 292 - ] 293 - 294 - [[package]] 295 - name = "either" 296 - version = "1.13.0" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 299 - 300 - [[package]] 301 - name = "encode_unicode" 302 - version = "0.3.6" 303 - source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 305 - 306 - [[package]] 307 - name = "env_filter" 308 - version = "0.1.2" 309 - source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 311 - dependencies = [ 312 - "log", 313 - "regex", 314 - ] 315 - 316 - [[package]] 317 - name = "env_logger" 318 - version = "0.8.4" 319 - source = "registry+https://github.com/rust-lang/crates.io-index" 320 - checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 321 - dependencies = [ 322 - "log", 323 - "regex", 324 - ] 325 - 326 - [[package]] 327 - name = "env_logger" 328 - version = "0.11.5" 329 - source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 331 - dependencies = [ 332 - "anstream", 333 - "anstyle", 334 - "env_filter", 335 - "humantime", 336 - "log", 337 - ] 338 - 339 - [[package]] 340 - name = "errno" 341 - version = "0.3.9" 342 - source = "registry+https://github.com/rust-lang/crates.io-index" 343 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 344 - dependencies = [ 345 - "libc", 346 - "windows-sys 0.52.0", 347 - ] 348 - 349 - [[package]] 350 - name = "exitcode" 351 - version = "1.1.2" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" 354 - 355 - [[package]] 356 - name = "fastrand" 357 - version = "2.1.0" 358 - source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 360 - 361 - [[package]] 362 - name = "fixedbitset" 363 - version = "0.4.2" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 366 - 367 - [[package]] 368 - name = "flate2" 369 - version = "1.0.31" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" 372 - dependencies = [ 373 - "crc32fast", 374 - "miniz_oxide", 375 - ] 376 - 377 - [[package]] 378 - name = "fragile" 379 - version = "2.0.0" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" 382 - 383 - [[package]] 384 - name = "getrandom" 385 - version = "0.2.15" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 388 - dependencies = [ 389 - "cfg-if", 390 - "libc", 391 - "wasi", 392 - ] 393 - 394 - [[package]] 395 - name = "glob" 396 - version = "0.3.1" 397 - source = "registry+https://github.com/rust-lang/crates.io-index" 398 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 399 - 400 - [[package]] 401 - name = "hermit-abi" 402 - version = "0.1.19" 403 - source = "registry+https://github.com/rust-lang/crates.io-index" 404 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 405 - dependencies = [ 406 - "libc", 407 - ] 408 - 409 - [[package]] 410 - name = "hermit-abi" 411 - version = "0.3.9" 412 - source = "registry+https://github.com/rust-lang/crates.io-index" 413 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 414 - 415 - [[package]] 416 - name = "humantime" 417 - version = "2.1.0" 418 - source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 420 - 421 - [[package]] 422 - name = "indicatif" 423 - version = "0.17.8" 424 - source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 426 - dependencies = [ 427 - "console", 428 - "instant", 429 - "number_prefix", 430 - "portable-atomic", 431 - "unicode-width", 432 - ] 433 - 434 - [[package]] 435 - name = "instant" 436 - version = "0.1.13" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 439 - dependencies = [ 440 - "cfg-if", 441 - ] 442 - 443 - [[package]] 444 - name = "iovec" 445 - version = "0.1.4" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 448 - dependencies = [ 449 - "libc", 450 - ] 451 - 452 - [[package]] 453 - name = "is_terminal_polyfill" 454 - version = "1.70.1" 455 - source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 457 - 458 - [[package]] 459 - name = "itertools" 460 - version = "0.12.1" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 463 - dependencies = [ 464 - "either", 465 - ] 466 - 467 - [[package]] 468 - name = "lazy_static" 469 - version = "1.5.0" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 472 - 473 - [[package]] 474 - name = "lazycell" 475 - version = "1.3.0" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 478 - 479 - [[package]] 480 - name = "libc" 481 - version = "0.2.155" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 484 - 485 - [[package]] 486 - name = "libloading" 487 - version = "0.8.5" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 490 - dependencies = [ 491 - "cfg-if", 492 - "windows-targets", 493 - ] 494 - 495 - [[package]] 496 - name = "libudev-sys" 497 - version = "0.1.4" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 500 - dependencies = [ 501 - "libc", 502 - "pkg-config", 503 - ] 504 - 505 - [[package]] 506 - name = "linux-raw-sys" 507 - version = "0.4.14" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 510 - 511 - [[package]] 512 - name = "log" 513 - version = "0.4.22" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 516 - 517 - [[package]] 518 - name = "memchr" 519 - version = "2.7.4" 520 - source = "registry+https://github.com/rust-lang/crates.io-index" 521 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 522 - 523 - [[package]] 524 - name = "minimal-lexical" 525 - version = "0.2.1" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 528 - 529 - [[package]] 530 - name = "miniz_oxide" 531 - version = "0.7.4" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 534 - dependencies = [ 535 - "adler", 536 - ] 537 - 538 - [[package]] 539 - name = "mockall" 540 - version = "0.13.0" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a" 543 - dependencies = [ 544 - "cfg-if", 545 - "downcast", 546 - "fragile", 547 - "mockall_derive", 548 - "predicates", 549 - "predicates-tree", 550 - ] 551 - 552 - [[package]] 553 - name = "mockall_derive" 554 - version = "0.13.0" 555 - source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020" 557 - dependencies = [ 558 - "cfg-if", 559 - "proc-macro2", 560 - "quote", 561 - "syn 2.0.72", 562 - ] 563 - 564 - [[package]] 565 - name = "nix" 566 - version = "0.29.0" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 569 - dependencies = [ 570 - "bitflags 2.6.0", 571 - "cfg-if", 572 - "cfg_aliases", 573 - "libc", 574 - ] 575 - 576 - [[package]] 577 - name = "nom" 578 - version = "7.1.3" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 581 - dependencies = [ 582 - "memchr", 583 - "minimal-lexical", 584 - ] 585 - 586 - [[package]] 587 - name = "num-derive" 588 - version = "0.4.2" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 591 - dependencies = [ 592 - "proc-macro2", 593 - "quote", 594 - "syn 2.0.72", 595 - ] 596 - 597 - [[package]] 598 - name = "num-traits" 599 - version = "0.2.19" 600 - source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 602 - dependencies = [ 603 - "autocfg", 604 - ] 605 - 606 - [[package]] 607 - name = "num_cpus" 608 - version = "1.16.0" 609 - source = "registry+https://github.com/rust-lang/crates.io-index" 610 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 611 - dependencies = [ 612 - "hermit-abi 0.3.9", 613 - "libc", 614 - ] 615 - 616 - [[package]] 617 - name = "number_prefix" 618 - version = "0.4.0" 619 - source = "registry+https://github.com/rust-lang/crates.io-index" 620 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 621 - 622 - [[package]] 623 - name = "numtoa" 624 - version = "0.1.0" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 627 - 628 - [[package]] 629 - name = "once_cell" 630 - version = "1.19.0" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 633 - 634 - [[package]] 635 - name = "os_pipe" 636 - version = "1.2.1" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982" 639 - dependencies = [ 640 - "libc", 641 - "windows-sys 0.59.0", 642 - ] 643 - 644 - [[package]] 645 - name = "pkg-config" 646 - version = "0.3.30" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 649 - 650 - [[package]] 651 - name = "portable-atomic" 652 - version = "1.7.0" 653 - source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" 655 - 656 - [[package]] 657 - name = "ppv-lite86" 658 - version = "0.2.20" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 661 - dependencies = [ 662 - "zerocopy", 663 - ] 664 - 665 - [[package]] 666 - name = "predicates" 667 - version = "3.1.2" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" 670 - dependencies = [ 671 - "anstyle", 672 - "predicates-core", 673 - ] 674 - 675 - [[package]] 676 - name = "predicates-core" 677 - version = "1.0.8" 678 - source = "registry+https://github.com/rust-lang/crates.io-index" 679 - checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" 680 - 681 - [[package]] 682 - name = "predicates-tree" 683 - version = "1.0.11" 684 - source = "registry+https://github.com/rust-lang/crates.io-index" 685 - checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" 686 - dependencies = [ 687 - "predicates-core", 688 - "termtree", 689 - ] 690 - 691 - [[package]] 692 - name = "proc-macro2" 693 - version = "1.0.86" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 696 - dependencies = [ 697 - "unicode-ident", 698 - ] 699 - 700 - [[package]] 701 - name = "quick-xml" 702 - version = "0.36.1" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" 705 - dependencies = [ 706 - "memchr", 707 - ] 708 - 709 - [[package]] 710 - name = "quickcheck" 711 - version = "1.0.3" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 714 - dependencies = [ 715 - "env_logger 0.8.4", 716 - "log", 717 - "rand", 718 - ] 719 - 720 - [[package]] 721 - name = "quickcheck_macros" 722 - version = "1.0.0" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9" 725 - dependencies = [ 726 - "proc-macro2", 727 - "quote", 728 - "syn 1.0.109", 729 - ] 730 - 731 - [[package]] 732 - name = "quote" 733 - version = "1.0.36" 734 - source = "registry+https://github.com/rust-lang/crates.io-index" 735 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 736 - dependencies = [ 737 - "proc-macro2", 738 - ] 739 - 740 - [[package]] 741 - name = "rand" 742 - version = "0.8.5" 743 - source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 745 - dependencies = [ 746 - "libc", 747 - "rand_chacha", 748 - "rand_core", 749 - ] 750 - 751 - [[package]] 752 - name = "rand_chacha" 753 - version = "0.3.1" 754 - source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 756 - dependencies = [ 757 - "ppv-lite86", 758 - "rand_core", 759 - ] 760 - 761 - [[package]] 762 - name = "rand_core" 763 - version = "0.6.4" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 766 - dependencies = [ 767 - "getrandom", 768 - ] 769 - 770 - [[package]] 771 - name = "rangemap" 772 - version = "1.5.1" 773 - source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 775 - 776 - [[package]] 777 - name = "redox_syscall" 778 - version = "0.2.16" 779 - source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 781 - dependencies = [ 782 - "bitflags 1.3.2", 783 - ] 784 - 785 - [[package]] 786 - name = "redox_termios" 787 - version = "0.1.3" 788 - source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb" 790 - 791 - [[package]] 792 - name = "regex" 793 - version = "1.10.6" 794 - source = "registry+https://github.com/rust-lang/crates.io-index" 795 - checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 796 - dependencies = [ 797 - "aho-corasick", 798 - "memchr", 799 - "regex-automata", 800 - "regex-syntax", 801 - ] 802 - 803 - [[package]] 804 - name = "regex-automata" 805 - version = "0.4.7" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 808 - dependencies = [ 809 - "aho-corasick", 810 - "memchr", 811 - "regex-syntax", 812 - ] 813 - 814 - [[package]] 815 - name = "regex-syntax" 816 - version = "0.8.4" 817 - source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 819 - 820 - [[package]] 821 - name = "retry" 822 - version = "2.0.0" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "9166d72162de3575f950507683fac47e30f6f2c3836b71b7fbc61aa517c9c5f4" 825 - 826 - [[package]] 827 - name = "rio" 828 - version = "0.9.4" 829 - source = "git+https://github.com/jthornber/rio?branch=master#2979a720f671e836302c01546f9cc9f7988610c8" 830 - dependencies = [ 831 - "libc", 832 - ] 833 - 834 - [[package]] 835 - name = "roaring" 836 - version = "0.10.6" 837 - source = "registry+https://github.com/rust-lang/crates.io-index" 838 - checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" 839 - dependencies = [ 840 - "bytemuck", 841 - "byteorder", 842 - ] 843 - 844 - [[package]] 845 - name = "rustc-hash" 846 - version = "1.1.0" 847 - source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 849 - 850 - [[package]] 851 - name = "rustc_version" 852 - version = "0.4.0" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 855 - dependencies = [ 856 - "semver", 857 - ] 858 - 859 - [[package]] 860 - name = "rustix" 861 - version = "0.38.34" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 864 - dependencies = [ 865 - "bitflags 2.6.0", 866 - "errno", 867 - "libc", 868 - "linux-raw-sys", 869 - "windows-sys 0.52.0", 870 - ] 871 - 872 - [[package]] 873 - name = "safemem" 874 - version = "0.3.3" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 877 - 878 - [[package]] 879 - name = "semver" 880 - version = "1.0.23" 881 - source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 883 - 884 - [[package]] 885 - name = "serde" 886 - version = "1.0.204" 887 - source = "registry+https://github.com/rust-lang/crates.io-index" 888 - checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 889 - dependencies = [ 890 - "serde_derive", 891 - ] 892 - 893 - [[package]] 894 - name = "serde_derive" 895 - version = "1.0.204" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 898 - dependencies = [ 899 - "proc-macro2", 900 - "quote", 901 - "syn 2.0.72", 902 - ] 903 - 904 - [[package]] 905 - name = "shared_child" 906 - version = "1.0.1" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c" 909 - dependencies = [ 910 - "libc", 911 - "windows-sys 0.59.0", 912 - ] 913 - 914 - [[package]] 915 - name = "shlex" 916 - version = "1.3.0" 917 - source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 919 - 920 - [[package]] 921 - name = "strsim" 922 - version = "0.11.1" 923 - source = "registry+https://github.com/rust-lang/crates.io-index" 924 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 925 - 926 - [[package]] 927 - name = "syn" 928 - version = "1.0.109" 929 - source = "registry+https://github.com/rust-lang/crates.io-index" 930 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 931 - dependencies = [ 932 - "proc-macro2", 933 - "quote", 934 - "unicode-ident", 935 - ] 936 - 937 - [[package]] 938 - name = "syn" 939 - version = "2.0.72" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" 942 - dependencies = [ 943 - "proc-macro2", 944 - "quote", 945 - "unicode-ident", 946 - ] 947 - 948 - [[package]] 949 - name = "tempfile" 950 - version = "3.11.0" 951 - source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53" 953 - dependencies = [ 954 - "cfg-if", 955 - "fastrand", 956 - "once_cell", 957 - "rustix", 958 - "windows-sys 0.52.0", 959 - ] 960 - 961 - [[package]] 962 - name = "termion" 963 - version = "1.5.6" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e" 966 - dependencies = [ 967 - "libc", 968 - "numtoa", 969 - "redox_syscall", 970 - "redox_termios", 971 - ] 972 - 973 - [[package]] 974 - name = "termtree" 975 - version = "0.4.1" 976 - source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 978 - 979 - [[package]] 980 - name = "thinp" 981 - version = "1.1.0" 982 - dependencies = [ 983 - "anyhow", 984 - "atty", 985 - "base64", 986 - "byteorder", 987 - "clap", 988 - "crc32c", 989 - "data-encoding", 990 - "devicemapper", 991 - "duct", 992 - "exitcode", 993 - "fixedbitset", 994 - "flate2", 995 - "indicatif", 996 - "iovec", 997 - "libc", 998 - "mockall", 999 - "nom", 1000 - "num-derive", 1001 - "num-traits", 1002 - "num_cpus", 1003 - "quick-xml", 1004 - "quickcheck", 1005 - "quickcheck_macros", 1006 - "rand", 1007 - "rangemap", 1008 - "rio", 1009 - "roaring", 1010 - "safemem", 1011 - "tempfile", 1012 - "termion", 1013 - "thinp", 1014 - "thiserror", 1015 - "threadpool", 1016 - "tui", 1017 - "udev", 1018 - ] 1019 - 1020 - [[package]] 1021 - name = "thiserror" 1022 - version = "1.0.63" 1023 - source = "registry+https://github.com/rust-lang/crates.io-index" 1024 - checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 1025 - dependencies = [ 1026 - "thiserror-impl", 1027 - ] 1028 - 1029 - [[package]] 1030 - name = "thiserror-impl" 1031 - version = "1.0.63" 1032 - source = "registry+https://github.com/rust-lang/crates.io-index" 1033 - checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 1034 - dependencies = [ 1035 - "proc-macro2", 1036 - "quote", 1037 - "syn 2.0.72", 1038 - ] 1039 - 1040 - [[package]] 1041 - name = "threadpool" 1042 - version = "1.8.1" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 1045 - dependencies = [ 1046 - "num_cpus", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "tui" 1051 - version = "0.19.0" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1" 1054 - dependencies = [ 1055 - "bitflags 1.3.2", 1056 - "cassowary", 1057 - "termion", 1058 - "unicode-segmentation", 1059 - "unicode-width", 1060 - ] 1061 - 1062 - [[package]] 1063 - name = "udev" 1064 - version = "0.7.0" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a" 1067 - dependencies = [ 1068 - "libc", 1069 - "libudev-sys", 1070 - "pkg-config", 1071 - ] 1072 - 1073 - [[package]] 1074 - name = "unicode-ident" 1075 - version = "1.0.12" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1078 - 1079 - [[package]] 1080 - name = "unicode-segmentation" 1081 - version = "1.11.0" 1082 - source = "registry+https://github.com/rust-lang/crates.io-index" 1083 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 1084 - 1085 - [[package]] 1086 - name = "unicode-width" 1087 - version = "0.1.13" 1088 - source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 1090 - 1091 - [[package]] 1092 - name = "utf8parse" 1093 - version = "0.2.2" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1096 - 1097 - [[package]] 1098 - name = "wasi" 1099 - version = "0.11.0+wasi-snapshot-preview1" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1102 - 1103 - [[package]] 1104 - name = "winapi" 1105 - version = "0.3.9" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1108 - dependencies = [ 1109 - "winapi-i686-pc-windows-gnu", 1110 - "winapi-x86_64-pc-windows-gnu", 1111 - ] 1112 - 1113 - [[package]] 1114 - name = "winapi-i686-pc-windows-gnu" 1115 - version = "0.4.0" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1118 - 1119 - [[package]] 1120 - name = "winapi-x86_64-pc-windows-gnu" 1121 - version = "0.4.0" 1122 - source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1124 - 1125 - [[package]] 1126 - name = "windows-sys" 1127 - version = "0.52.0" 1128 - source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1130 - dependencies = [ 1131 - "windows-targets", 1132 - ] 1133 - 1134 - [[package]] 1135 - name = "windows-sys" 1136 - version = "0.59.0" 1137 - source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1139 - dependencies = [ 1140 - "windows-targets", 1141 - ] 1142 - 1143 - [[package]] 1144 - name = "windows-targets" 1145 - version = "0.52.6" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1148 - dependencies = [ 1149 - "windows_aarch64_gnullvm", 1150 - "windows_aarch64_msvc", 1151 - "windows_i686_gnu", 1152 - "windows_i686_gnullvm", 1153 - "windows_i686_msvc", 1154 - "windows_x86_64_gnu", 1155 - "windows_x86_64_gnullvm", 1156 - "windows_x86_64_msvc", 1157 - ] 1158 - 1159 - [[package]] 1160 - name = "windows_aarch64_gnullvm" 1161 - version = "0.52.6" 1162 - source = "registry+https://github.com/rust-lang/crates.io-index" 1163 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1164 - 1165 - [[package]] 1166 - name = "windows_aarch64_msvc" 1167 - version = "0.52.6" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1170 - 1171 - [[package]] 1172 - name = "windows_i686_gnu" 1173 - version = "0.52.6" 1174 - source = "registry+https://github.com/rust-lang/crates.io-index" 1175 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1176 - 1177 - [[package]] 1178 - name = "windows_i686_gnullvm" 1179 - version = "0.52.6" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1182 - 1183 - [[package]] 1184 - name = "windows_i686_msvc" 1185 - version = "0.52.6" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1188 - 1189 - [[package]] 1190 - name = "windows_x86_64_gnu" 1191 - version = "0.52.6" 1192 - source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1194 - 1195 - [[package]] 1196 - name = "windows_x86_64_gnullvm" 1197 - version = "0.52.6" 1198 - source = "registry+https://github.com/rust-lang/crates.io-index" 1199 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1200 - 1201 - [[package]] 1202 - name = "windows_x86_64_msvc" 1203 - version = "0.52.6" 1204 - source = "registry+https://github.com/rust-lang/crates.io-index" 1205 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1206 - 1207 - [[package]] 1208 - name = "zerocopy" 1209 - version = "0.7.35" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 1212 - dependencies = [ 1213 - "byteorder", 1214 - "zerocopy-derive", 1215 - ] 1216 - 1217 - [[package]] 1218 - name = "zerocopy-derive" 1219 - version = "0.7.35" 1220 - source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 1222 - dependencies = [ 1223 - "proc-macro2", 1224 - "quote", 1225 - "syn 2.0.72", 1226 - ]
+2 -6
pkgs/by-name/th/thin-provisioning-tools/package.nix
··· 28 28 lvm2 29 29 ]; 30 30 31 - cargoLock = { 32 - lockFile = ./Cargo.lock; 33 - outputHashes = { 34 - "rio-0.9.4" = "sha256-2l5cm7YLZyf2kuRPMytu7Fdewi6x3+9KyyQBv2F8ZDA="; 35 - }; 36 - }; 31 + useFetchCargoVendor = true; 32 + cargoHash = "sha256-cjNgp+StWkqtR1Y4caLv8EWhHsinSpbc/hgUUG7CGtE="; 37 33 38 34 passthru.tests = { 39 35 inherit (nixosTests.lvm2) lvm-thinpool-linux-latest;
-793
pkgs/by-name/ty/typstfmt/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "aho-corasick" 7 - version = "1.1.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 10 - dependencies = [ 11 - "memchr", 12 - ] 13 - 14 - [[package]] 15 - name = "bitflags" 16 - version = "1.3.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 19 - 20 - [[package]] 21 - name = "bitflags" 22 - version = "2.4.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 25 - 26 - [[package]] 27 - name = "bstr" 28 - version = "0.2.17" 29 - source = "registry+https://github.com/rust-lang/crates.io-index" 30 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 31 - dependencies = [ 32 - "lazy_static", 33 - "memchr", 34 - "regex-automata 0.1.10", 35 - ] 36 - 37 - [[package]] 38 - name = "bstr" 39 - version = "1.9.1" 40 - source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 42 - dependencies = [ 43 - "memchr", 44 - "serde", 45 - ] 46 - 47 - [[package]] 48 - name = "cfg-if" 49 - version = "1.0.0" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 52 - 53 - [[package]] 54 - name = "comemo" 55 - version = "0.3.1" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "bf5705468fa80602ee6a5f9318306e6c428bffd53e43209a78bc05e6e667c6f4" 58 - dependencies = [ 59 - "comemo-macros", 60 - "siphasher", 61 - ] 62 - 63 - [[package]] 64 - name = "comemo-macros" 65 - version = "0.3.1" 66 - source = "registry+https://github.com/rust-lang/crates.io-index" 67 - checksum = "54af6ac68ada2d161fa9cc1ab52676228e340866d094d6542107e74b82acc095" 68 - dependencies = [ 69 - "proc-macro2", 70 - "quote", 71 - "syn", 72 - ] 73 - 74 - [[package]] 75 - name = "confy" 76 - version = "0.5.1" 77 - source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "e37668cb35145dcfaa1931a5f37fde375eeae8068b4c0d2f289da28a270b2d2c" 79 - dependencies = [ 80 - "directories", 81 - "serde", 82 - "thiserror", 83 - "toml 0.5.11", 84 - ] 85 - 86 - [[package]] 87 - name = "console" 88 - version = "0.15.8" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 91 - dependencies = [ 92 - "encode_unicode", 93 - "lazy_static", 94 - "libc", 95 - "windows-sys", 96 - ] 97 - 98 - [[package]] 99 - name = "directories" 100 - version = "4.0.1" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" 103 - dependencies = [ 104 - "dirs-sys", 105 - ] 106 - 107 - [[package]] 108 - name = "dirs-sys" 109 - version = "0.3.7" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 112 - dependencies = [ 113 - "libc", 114 - "redox_users", 115 - "winapi", 116 - ] 117 - 118 - [[package]] 119 - name = "ecow" 120 - version = "0.2.0" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "e6ea5e3f9cda726431da9d1a8d5a29785d544b31e98e1ca7a210906244002e02" 123 - dependencies = [ 124 - "serde", 125 - ] 126 - 127 - [[package]] 128 - name = "either" 129 - version = "1.10.0" 130 - source = "registry+https://github.com/rust-lang/crates.io-index" 131 - checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 132 - 133 - [[package]] 134 - name = "encode_unicode" 135 - version = "0.3.6" 136 - source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 138 - 139 - [[package]] 140 - name = "equivalent" 141 - version = "1.0.1" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 144 - 145 - [[package]] 146 - name = "getrandom" 147 - version = "0.2.12" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 150 - dependencies = [ 151 - "cfg-if", 152 - "libc", 153 - "wasi", 154 - ] 155 - 156 - [[package]] 157 - name = "globmatch" 158 - version = "0.2.5" 159 - source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "3755076379cc2b2bbf53855fe718e1eed3093cfb769ebf5d290f617fa9cc09a0" 161 - dependencies = [ 162 - "globset", 163 - "log", 164 - "walkdir", 165 - ] 166 - 167 - [[package]] 168 - name = "globset" 169 - version = "0.4.14" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 172 - dependencies = [ 173 - "aho-corasick", 174 - "bstr 1.9.1", 175 - "log", 176 - "regex-automata 0.4.5", 177 - "regex-syntax", 178 - ] 179 - 180 - [[package]] 181 - name = "hashbrown" 182 - version = "0.14.3" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 185 - 186 - [[package]] 187 - name = "indexmap" 188 - version = "2.2.3" 189 - source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 191 - dependencies = [ 192 - "equivalent", 193 - "hashbrown", 194 - ] 195 - 196 - [[package]] 197 - name = "insta" 198 - version = "1.35.1" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" 201 - dependencies = [ 202 - "console", 203 - "lazy_static", 204 - "linked-hash-map", 205 - "similar", 206 - "yaml-rust", 207 - ] 208 - 209 - [[package]] 210 - name = "itertools" 211 - version = "0.10.5" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 214 - dependencies = [ 215 - "either", 216 - ] 217 - 218 - [[package]] 219 - name = "lazy_static" 220 - version = "1.4.0" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 223 - 224 - [[package]] 225 - name = "lexopt" 226 - version = "0.3.0" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" 229 - 230 - [[package]] 231 - name = "libc" 232 - version = "0.2.153" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 235 - 236 - [[package]] 237 - name = "libredox" 238 - version = "0.0.1" 239 - source = "registry+https://github.com/rust-lang/crates.io-index" 240 - checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 241 - dependencies = [ 242 - "bitflags 2.4.2", 243 - "libc", 244 - "redox_syscall", 245 - ] 246 - 247 - [[package]] 248 - name = "linked-hash-map" 249 - version = "0.5.6" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 252 - 253 - [[package]] 254 - name = "log" 255 - version = "0.4.20" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 258 - 259 - [[package]] 260 - name = "memchr" 261 - version = "2.7.1" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 264 - 265 - [[package]] 266 - name = "nu-ansi-term" 267 - version = "0.46.0" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 270 - dependencies = [ 271 - "overload", 272 - "winapi", 273 - ] 274 - 275 - [[package]] 276 - name = "once_cell" 277 - version = "1.19.0" 278 - source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 280 - 281 - [[package]] 282 - name = "overload" 283 - version = "0.1.1" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 286 - 287 - [[package]] 288 - name = "pin-project-lite" 289 - version = "0.2.13" 290 - source = "registry+https://github.com/rust-lang/crates.io-index" 291 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 292 - 293 - [[package]] 294 - name = "proc-macro2" 295 - version = "1.0.78" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 298 - dependencies = [ 299 - "unicode-ident", 300 - ] 301 - 302 - [[package]] 303 - name = "quote" 304 - version = "1.0.35" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 307 - dependencies = [ 308 - "proc-macro2", 309 - ] 310 - 311 - [[package]] 312 - name = "redox_syscall" 313 - version = "0.4.1" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 316 - dependencies = [ 317 - "bitflags 1.3.2", 318 - ] 319 - 320 - [[package]] 321 - name = "redox_users" 322 - version = "0.4.4" 323 - source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 325 - dependencies = [ 326 - "getrandom", 327 - "libredox", 328 - "thiserror", 329 - ] 330 - 331 - [[package]] 332 - name = "regex" 333 - version = "1.10.3" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 336 - dependencies = [ 337 - "aho-corasick", 338 - "memchr", 339 - "regex-automata 0.4.5", 340 - "regex-syntax", 341 - ] 342 - 343 - [[package]] 344 - name = "regex-automata" 345 - version = "0.1.10" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 348 - 349 - [[package]] 350 - name = "regex-automata" 351 - version = "0.4.5" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 354 - dependencies = [ 355 - "aho-corasick", 356 - "memchr", 357 - "regex-syntax", 358 - ] 359 - 360 - [[package]] 361 - name = "regex-syntax" 362 - version = "0.8.2" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 365 - 366 - [[package]] 367 - name = "same-file" 368 - version = "1.0.6" 369 - source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 371 - dependencies = [ 372 - "winapi-util", 373 - ] 374 - 375 - [[package]] 376 - name = "serde" 377 - version = "1.0.197" 378 - source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 380 - dependencies = [ 381 - "serde_derive", 382 - ] 383 - 384 - [[package]] 385 - name = "serde_derive" 386 - version = "1.0.197" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 389 - dependencies = [ 390 - "proc-macro2", 391 - "quote", 392 - "syn", 393 - ] 394 - 395 - [[package]] 396 - name = "serde_spanned" 397 - version = "0.6.5" 398 - source = "registry+https://github.com/rust-lang/crates.io-index" 399 - checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 400 - dependencies = [ 401 - "serde", 402 - ] 403 - 404 - [[package]] 405 - name = "sharded-slab" 406 - version = "0.1.7" 407 - source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 409 - dependencies = [ 410 - "lazy_static", 411 - ] 412 - 413 - [[package]] 414 - name = "similar" 415 - version = "2.4.0" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" 418 - dependencies = [ 419 - "bstr 0.2.17", 420 - "unicode-segmentation", 421 - ] 422 - 423 - [[package]] 424 - name = "similar-asserts" 425 - version = "1.5.0" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" 428 - dependencies = [ 429 - "console", 430 - "similar", 431 - ] 432 - 433 - [[package]] 434 - name = "siphasher" 435 - version = "1.0.0" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe" 438 - 439 - [[package]] 440 - name = "smallvec" 441 - version = "1.13.1" 442 - source = "registry+https://github.com/rust-lang/crates.io-index" 443 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 444 - 445 - [[package]] 446 - name = "syn" 447 - version = "2.0.52" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 450 - dependencies = [ 451 - "proc-macro2", 452 - "quote", 453 - "unicode-ident", 454 - ] 455 - 456 - [[package]] 457 - name = "thiserror" 458 - version = "1.0.57" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 461 - dependencies = [ 462 - "thiserror-impl", 463 - ] 464 - 465 - [[package]] 466 - name = "thiserror-impl" 467 - version = "1.0.57" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 470 - dependencies = [ 471 - "proc-macro2", 472 - "quote", 473 - "syn", 474 - ] 475 - 476 - [[package]] 477 - name = "thread_local" 478 - version = "1.1.8" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 481 - dependencies = [ 482 - "cfg-if", 483 - "once_cell", 484 - ] 485 - 486 - [[package]] 487 - name = "toml" 488 - version = "0.5.11" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 491 - dependencies = [ 492 - "serde", 493 - ] 494 - 495 - [[package]] 496 - name = "toml" 497 - version = "0.7.8" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 500 - dependencies = [ 501 - "serde", 502 - "serde_spanned", 503 - "toml_datetime", 504 - "toml_edit", 505 - ] 506 - 507 - [[package]] 508 - name = "toml_datetime" 509 - version = "0.6.5" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 512 - dependencies = [ 513 - "serde", 514 - ] 515 - 516 - [[package]] 517 - name = "toml_edit" 518 - version = "0.19.15" 519 - source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 521 - dependencies = [ 522 - "indexmap", 523 - "serde", 524 - "serde_spanned", 525 - "toml_datetime", 526 - "winnow", 527 - ] 528 - 529 - [[package]] 530 - name = "tracing" 531 - version = "0.1.40" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 534 - dependencies = [ 535 - "pin-project-lite", 536 - "tracing-attributes", 537 - "tracing-core", 538 - ] 539 - 540 - [[package]] 541 - name = "tracing-attributes" 542 - version = "0.1.27" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 545 - dependencies = [ 546 - "proc-macro2", 547 - "quote", 548 - "syn", 549 - ] 550 - 551 - [[package]] 552 - name = "tracing-core" 553 - version = "0.1.32" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 556 - dependencies = [ 557 - "once_cell", 558 - "valuable", 559 - ] 560 - 561 - [[package]] 562 - name = "tracing-log" 563 - version = "0.2.0" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 566 - dependencies = [ 567 - "log", 568 - "once_cell", 569 - "tracing-core", 570 - ] 571 - 572 - [[package]] 573 - name = "tracing-subscriber" 574 - version = "0.3.18" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 577 - dependencies = [ 578 - "nu-ansi-term", 579 - "sharded-slab", 580 - "smallvec", 581 - "thread_local", 582 - "tracing-core", 583 - "tracing-log", 584 - ] 585 - 586 - [[package]] 587 - name = "typst-syntax" 588 - version = "0.10.0" 589 - source = "git+https://github.com/typst/typst.git?tag=v0.10.0#70ca0d257bb4ba927f63260e20443f244e0bb58c" 590 - dependencies = [ 591 - "comemo", 592 - "ecow", 593 - "once_cell", 594 - "serde", 595 - "tracing", 596 - "unicode-ident", 597 - "unicode-math-class", 598 - "unicode-script", 599 - "unicode-segmentation", 600 - "unscanny", 601 - ] 602 - 603 - [[package]] 604 - name = "typstfmt" 605 - version = "0.2.9" 606 - dependencies = [ 607 - "confy", 608 - "globmatch", 609 - "insta", 610 - "itertools", 611 - "lexopt", 612 - "regex", 613 - "serde", 614 - "similar-asserts", 615 - "toml 0.7.8", 616 - "tracing", 617 - "tracing-subscriber", 618 - "typst-syntax", 619 - "unicode-width", 620 - ] 621 - 622 - [[package]] 623 - name = "unicode-ident" 624 - version = "1.0.12" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 627 - 628 - [[package]] 629 - name = "unicode-math-class" 630 - version = "0.1.0" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "7d246cf599d5fae3c8d56e04b20eb519adb89a8af8d0b0fbcded369aa3647d65" 633 - 634 - [[package]] 635 - name = "unicode-script" 636 - version = "0.5.6" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" 639 - 640 - [[package]] 641 - name = "unicode-segmentation" 642 - version = "1.11.0" 643 - source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 645 - 646 - [[package]] 647 - name = "unicode-width" 648 - version = "0.1.11" 649 - source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 651 - 652 - [[package]] 653 - name = "unscanny" 654 - version = "0.1.0" 655 - source = "registry+https://github.com/rust-lang/crates.io-index" 656 - checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47" 657 - 658 - [[package]] 659 - name = "valuable" 660 - version = "0.1.0" 661 - source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 663 - 664 - [[package]] 665 - name = "walkdir" 666 - version = "2.4.0" 667 - source = "registry+https://github.com/rust-lang/crates.io-index" 668 - checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 669 - dependencies = [ 670 - "same-file", 671 - "winapi-util", 672 - ] 673 - 674 - [[package]] 675 - name = "wasi" 676 - version = "0.11.0+wasi-snapshot-preview1" 677 - source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 679 - 680 - [[package]] 681 - name = "winapi" 682 - version = "0.3.9" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 685 - dependencies = [ 686 - "winapi-i686-pc-windows-gnu", 687 - "winapi-x86_64-pc-windows-gnu", 688 - ] 689 - 690 - [[package]] 691 - name = "winapi-i686-pc-windows-gnu" 692 - version = "0.4.0" 693 - source = "registry+https://github.com/rust-lang/crates.io-index" 694 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 695 - 696 - [[package]] 697 - name = "winapi-util" 698 - version = "0.1.6" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 701 - dependencies = [ 702 - "winapi", 703 - ] 704 - 705 - [[package]] 706 - name = "winapi-x86_64-pc-windows-gnu" 707 - version = "0.4.0" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 710 - 711 - [[package]] 712 - name = "windows-sys" 713 - version = "0.52.0" 714 - source = "registry+https://github.com/rust-lang/crates.io-index" 715 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 716 - dependencies = [ 717 - "windows-targets", 718 - ] 719 - 720 - [[package]] 721 - name = "windows-targets" 722 - version = "0.52.4" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 725 - dependencies = [ 726 - "windows_aarch64_gnullvm", 727 - "windows_aarch64_msvc", 728 - "windows_i686_gnu", 729 - "windows_i686_msvc", 730 - "windows_x86_64_gnu", 731 - "windows_x86_64_gnullvm", 732 - "windows_x86_64_msvc", 733 - ] 734 - 735 - [[package]] 736 - name = "windows_aarch64_gnullvm" 737 - version = "0.52.4" 738 - source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 740 - 741 - [[package]] 742 - name = "windows_aarch64_msvc" 743 - version = "0.52.4" 744 - source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 746 - 747 - [[package]] 748 - name = "windows_i686_gnu" 749 - version = "0.52.4" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 752 - 753 - [[package]] 754 - name = "windows_i686_msvc" 755 - version = "0.52.4" 756 - source = "registry+https://github.com/rust-lang/crates.io-index" 757 - checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 758 - 759 - [[package]] 760 - name = "windows_x86_64_gnu" 761 - version = "0.52.4" 762 - source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 764 - 765 - [[package]] 766 - name = "windows_x86_64_gnullvm" 767 - version = "0.52.4" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 770 - 771 - [[package]] 772 - name = "windows_x86_64_msvc" 773 - version = "0.52.4" 774 - source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 776 - 777 - [[package]] 778 - name = "winnow" 779 - version = "0.5.40" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 782 - dependencies = [ 783 - "memchr", 784 - ] 785 - 786 - [[package]] 787 - name = "yaml-rust" 788 - version = "0.4.5" 789 - source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 791 - dependencies = [ 792 - "linked-hash-map", 793 - ]
+2 -6
pkgs/by-name/ty/typstfmt/package.nix
··· 15 15 hash = "sha256-bSjUr6tHQrmni/YmApHrvY2cVz3xf1VKfg35BJjuOZM="; 16 16 }; 17 17 18 - cargoLock = { 19 - lockFile = ./Cargo.lock; 20 - outputHashes = { 21 - "typst-syntax-0.10.0" = "sha256-qiskc0G/ZdLRZjTicoKIOztRFem59TM4ki23Rl55y9s="; 22 - }; 23 - }; 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-C3kVmQcG2a4eg8bu36lTy2dDQcw2uX/iS6Wco6ambdE="; 24 20 25 21 meta = { 26 22 changelog = "https://github.com/astrale-sharp/typstfmt/blob/${src.rev}/CHANGELOG.md";