Your one-stop-cake-shop for everything Freshly Baked has to offer
at main 55 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "allocator-api2" 7version = "0.2.21" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 10 11[[package]] 12name = "atoi" 13version = "2.0.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 16dependencies = [ 17 "num-traits", 18] 19 20[[package]] 21name = "atomic-waker" 22version = "1.1.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 25 26[[package]] 27name = "autocfg" 28version = "1.5.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 31 32[[package]] 33name = "axum" 34version = "0.8.8" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 37dependencies = [ 38 "axum-core", 39 "axum-macros", 40 "bytes", 41 "form_urlencoded", 42 "futures-util", 43 "http", 44 "http-body", 45 "http-body-util", 46 "hyper", 47 "hyper-util", 48 "itoa", 49 "matchit", 50 "memchr", 51 "mime", 52 "percent-encoding", 53 "pin-project-lite", 54 "serde_core", 55 "serde_json", 56 "serde_path_to_error", 57 "serde_urlencoded", 58 "sync_wrapper", 59 "tokio", 60 "tower", 61 "tower-layer", 62 "tower-service", 63 "tracing", 64] 65 66[[package]] 67name = "axum-core" 68version = "0.5.6" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 71dependencies = [ 72 "bytes", 73 "futures-core", 74 "http", 75 "http-body", 76 "http-body-util", 77 "mime", 78 "pin-project-lite", 79 "sync_wrapper", 80 "tower-layer", 81 "tower-service", 82 "tracing", 83] 84 85[[package]] 86name = "axum-macros" 87version = "0.5.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 90dependencies = [ 91 "proc-macro2", 92 "quote", 93 "syn", 94] 95 96[[package]] 97name = "base64" 98version = "0.22.1" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 101 102[[package]] 103name = "base64ct" 104version = "1.8.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" 107 108[[package]] 109name = "bitflags" 110version = "2.10.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 113dependencies = [ 114 "serde_core", 115] 116 117[[package]] 118name = "block-buffer" 119version = "0.10.4" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 122dependencies = [ 123 "generic-array", 124] 125 126[[package]] 127name = "bumpalo" 128version = "3.19.1" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 131 132[[package]] 133name = "byteorder" 134version = "1.5.0" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 137 138[[package]] 139name = "bytes" 140version = "1.11.0" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 143 144[[package]] 145name = "cc" 146version = "1.2.51" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203" 149dependencies = [ 150 "find-msvc-tools", 151 "shlex", 152] 153 154[[package]] 155name = "cfg-if" 156version = "1.0.4" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 159 160[[package]] 161name = "concurrent-queue" 162version = "2.5.0" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 165dependencies = [ 166 "crossbeam-utils", 167] 168 169[[package]] 170name = "const-oid" 171version = "0.9.6" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 174 175[[package]] 176name = "cpufeatures" 177version = "0.2.17" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 180dependencies = [ 181 "libc", 182] 183 184[[package]] 185name = "crc" 186version = "3.4.0" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 189dependencies = [ 190 "crc-catalog", 191] 192 193[[package]] 194name = "crc-catalog" 195version = "2.4.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 198 199[[package]] 200name = "crossbeam-queue" 201version = "0.3.12" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 204dependencies = [ 205 "crossbeam-utils", 206] 207 208[[package]] 209name = "crossbeam-utils" 210version = "0.8.21" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 213 214[[package]] 215name = "crypto-common" 216version = "0.1.7" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 219dependencies = [ 220 "generic-array", 221 "typenum", 222] 223 224[[package]] 225name = "der" 226version = "0.7.10" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 229dependencies = [ 230 "const-oid", 231 "pem-rfc7468", 232 "zeroize", 233] 234 235[[package]] 236name = "digest" 237version = "0.10.7" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 240dependencies = [ 241 "block-buffer", 242 "const-oid", 243 "crypto-common", 244 "subtle", 245] 246 247[[package]] 248name = "displaydoc" 249version = "0.2.5" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 252dependencies = [ 253 "proc-macro2", 254 "quote", 255 "syn", 256] 257 258[[package]] 259name = "dotenvy" 260version = "0.15.7" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 263 264[[package]] 265name = "either" 266version = "1.15.0" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 269dependencies = [ 270 "serde", 271] 272 273[[package]] 274name = "equivalent" 275version = "1.0.2" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 278 279[[package]] 280name = "etcetera" 281version = "0.8.0" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 284dependencies = [ 285 "cfg-if", 286 "home", 287 "windows-sys 0.48.0", 288] 289 290[[package]] 291name = "event-listener" 292version = "5.4.1" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 295dependencies = [ 296 "concurrent-queue", 297 "parking", 298 "pin-project-lite", 299] 300 301[[package]] 302name = "find-msvc-tools" 303version = "0.1.6" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" 306 307[[package]] 308name = "flume" 309version = "0.11.1" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 312dependencies = [ 313 "futures-core", 314 "futures-sink", 315 "spin", 316] 317 318[[package]] 319name = "foldhash" 320version = "0.1.5" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 323 324[[package]] 325name = "form_urlencoded" 326version = "1.2.2" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 329dependencies = [ 330 "percent-encoding", 331] 332 333[[package]] 334name = "futures-channel" 335version = "0.3.31" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 338dependencies = [ 339 "futures-core", 340 "futures-sink", 341] 342 343[[package]] 344name = "futures-core" 345version = "0.3.31" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 348 349[[package]] 350name = "futures-executor" 351version = "0.3.31" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 354dependencies = [ 355 "futures-core", 356 "futures-task", 357 "futures-util", 358] 359 360[[package]] 361name = "futures-intrusive" 362version = "0.5.0" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 365dependencies = [ 366 "futures-core", 367 "lock_api", 368 "parking_lot", 369] 370 371[[package]] 372name = "futures-io" 373version = "0.3.31" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 376 377[[package]] 378name = "futures-sink" 379version = "0.3.31" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 382 383[[package]] 384name = "futures-task" 385version = "0.3.31" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 388 389[[package]] 390name = "futures-util" 391version = "0.3.31" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 394dependencies = [ 395 "futures-core", 396 "futures-io", 397 "futures-sink", 398 "futures-task", 399 "memchr", 400 "pin-project-lite", 401 "pin-utils", 402 "slab", 403] 404 405[[package]] 406name = "generic-array" 407version = "0.14.7" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 410dependencies = [ 411 "typenum", 412 "version_check", 413] 414 415[[package]] 416name = "getrandom" 417version = "0.2.16" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 420dependencies = [ 421 "cfg-if", 422 "libc", 423 "wasi", 424] 425 426[[package]] 427name = "hashbrown" 428version = "0.15.5" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 431dependencies = [ 432 "allocator-api2", 433 "equivalent", 434 "foldhash", 435] 436 437[[package]] 438name = "hashbrown" 439version = "0.16.1" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 442 443[[package]] 444name = "hashlink" 445version = "0.10.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 448dependencies = [ 449 "hashbrown 0.15.5", 450] 451 452[[package]] 453name = "heck" 454version = "0.5.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 457 458[[package]] 459name = "hex" 460version = "0.4.3" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 463 464[[package]] 465name = "hkdf" 466version = "0.12.4" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 469dependencies = [ 470 "hmac", 471] 472 473[[package]] 474name = "hmac" 475version = "0.12.1" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 478dependencies = [ 479 "digest", 480] 481 482[[package]] 483name = "home" 484version = "0.5.12" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 487dependencies = [ 488 "windows-sys 0.61.2", 489] 490 491[[package]] 492name = "http" 493version = "1.4.0" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 496dependencies = [ 497 "bytes", 498 "itoa", 499] 500 501[[package]] 502name = "http-body" 503version = "1.0.1" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 506dependencies = [ 507 "bytes", 508 "http", 509] 510 511[[package]] 512name = "http-body-util" 513version = "0.1.3" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 516dependencies = [ 517 "bytes", 518 "futures-core", 519 "http", 520 "http-body", 521 "pin-project-lite", 522] 523 524[[package]] 525name = "httparse" 526version = "1.10.1" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 529 530[[package]] 531name = "httpdate" 532version = "1.0.3" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 535 536[[package]] 537name = "hyper" 538version = "1.8.1" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 541dependencies = [ 542 "atomic-waker", 543 "bytes", 544 "futures-channel", 545 "futures-core", 546 "http", 547 "http-body", 548 "httparse", 549 "httpdate", 550 "itoa", 551 "pin-project-lite", 552 "pin-utils", 553 "smallvec", 554 "tokio", 555] 556 557[[package]] 558name = "hyper-util" 559version = "0.1.19" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 562dependencies = [ 563 "bytes", 564 "futures-core", 565 "http", 566 "http-body", 567 "hyper", 568 "pin-project-lite", 569 "tokio", 570 "tower-service", 571] 572 573[[package]] 574name = "icu_collections" 575version = "2.1.1" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 578dependencies = [ 579 "displaydoc", 580 "potential_utf", 581 "yoke", 582 "zerofrom", 583 "zerovec", 584] 585 586[[package]] 587name = "icu_locale_core" 588version = "2.1.1" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 591dependencies = [ 592 "displaydoc", 593 "litemap", 594 "tinystr", 595 "writeable", 596 "zerovec", 597] 598 599[[package]] 600name = "icu_normalizer" 601version = "2.1.1" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 604dependencies = [ 605 "icu_collections", 606 "icu_normalizer_data", 607 "icu_properties", 608 "icu_provider", 609 "smallvec", 610 "zerovec", 611] 612 613[[package]] 614name = "icu_normalizer_data" 615version = "2.1.1" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 618 619[[package]] 620name = "icu_properties" 621version = "2.1.2" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 624dependencies = [ 625 "icu_collections", 626 "icu_locale_core", 627 "icu_properties_data", 628 "icu_provider", 629 "zerotrie", 630 "zerovec", 631] 632 633[[package]] 634name = "icu_properties_data" 635version = "2.1.2" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 638 639[[package]] 640name = "icu_provider" 641version = "2.1.1" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 644dependencies = [ 645 "displaydoc", 646 "icu_locale_core", 647 "writeable", 648 "yoke", 649 "zerofrom", 650 "zerotrie", 651 "zerovec", 652] 653 654[[package]] 655name = "idna" 656version = "1.1.0" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 659dependencies = [ 660 "idna_adapter", 661 "smallvec", 662 "utf8_iter", 663] 664 665[[package]] 666name = "idna_adapter" 667version = "1.2.1" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 670dependencies = [ 671 "icu_normalizer", 672 "icu_properties", 673] 674 675[[package]] 676name = "indexmap" 677version = "2.12.1" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 680dependencies = [ 681 "equivalent", 682 "hashbrown 0.16.1", 683] 684 685[[package]] 686name = "itoa" 687version = "1.0.17" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 690 691[[package]] 692name = "js-sys" 693version = "0.3.83" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 696dependencies = [ 697 "once_cell", 698 "wasm-bindgen", 699] 700 701[[package]] 702name = "lazy_static" 703version = "1.5.0" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 706dependencies = [ 707 "spin", 708] 709 710[[package]] 711name = "libc" 712version = "0.2.179" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" 715 716[[package]] 717name = "libm" 718version = "0.2.15" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 721 722[[package]] 723name = "libredox" 724version = "0.1.12" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 727dependencies = [ 728 "bitflags", 729 "libc", 730 "redox_syscall 0.7.0", 731] 732 733[[package]] 734name = "libsqlite3-sys" 735version = "0.30.1" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 738dependencies = [ 739 "pkg-config", 740 "vcpkg", 741] 742 743[[package]] 744name = "litemap" 745version = "0.8.1" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 748 749[[package]] 750name = "lock_api" 751version = "0.4.14" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 754dependencies = [ 755 "scopeguard", 756] 757 758[[package]] 759name = "log" 760version = "0.4.29" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 763 764[[package]] 765name = "matchit" 766version = "0.8.4" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 769 770[[package]] 771name = "md-5" 772version = "0.10.6" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 775dependencies = [ 776 "cfg-if", 777 "digest", 778] 779 780[[package]] 781name = "memchr" 782version = "2.7.6" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 785 786[[package]] 787name = "menu" 788version = "0.1.0" 789dependencies = [ 790 "axum", 791 "serde", 792 "sqlx", 793 "tokio", 794 "tower-http", 795 "tower-layer", 796] 797 798[[package]] 799name = "mime" 800version = "0.3.17" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 803 804[[package]] 805name = "mio" 806version = "1.1.1" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 809dependencies = [ 810 "libc", 811 "wasi", 812 "windows-sys 0.61.2", 813] 814 815[[package]] 816name = "num-bigint-dig" 817version = "0.8.6" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 820dependencies = [ 821 "lazy_static", 822 "libm", 823 "num-integer", 824 "num-iter", 825 "num-traits", 826 "rand", 827 "smallvec", 828 "zeroize", 829] 830 831[[package]] 832name = "num-integer" 833version = "0.1.46" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 836dependencies = [ 837 "num-traits", 838] 839 840[[package]] 841name = "num-iter" 842version = "0.1.45" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 845dependencies = [ 846 "autocfg", 847 "num-integer", 848 "num-traits", 849] 850 851[[package]] 852name = "num-traits" 853version = "0.2.19" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 856dependencies = [ 857 "autocfg", 858 "libm", 859] 860 861[[package]] 862name = "once_cell" 863version = "1.21.3" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 866 867[[package]] 868name = "parking" 869version = "2.2.1" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 872 873[[package]] 874name = "parking_lot" 875version = "0.12.5" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 878dependencies = [ 879 "lock_api", 880 "parking_lot_core", 881] 882 883[[package]] 884name = "parking_lot_core" 885version = "0.9.12" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 888dependencies = [ 889 "cfg-if", 890 "libc", 891 "redox_syscall 0.5.18", 892 "smallvec", 893 "windows-link", 894] 895 896[[package]] 897name = "pem-rfc7468" 898version = "0.7.0" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 901dependencies = [ 902 "base64ct", 903] 904 905[[package]] 906name = "percent-encoding" 907version = "2.3.2" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 910 911[[package]] 912name = "pin-project-lite" 913version = "0.2.16" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 916 917[[package]] 918name = "pin-utils" 919version = "0.1.0" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 922 923[[package]] 924name = "pkcs1" 925version = "0.7.5" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 928dependencies = [ 929 "der", 930 "pkcs8", 931 "spki", 932] 933 934[[package]] 935name = "pkcs8" 936version = "0.10.2" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 939dependencies = [ 940 "der", 941 "spki", 942] 943 944[[package]] 945name = "pkg-config" 946version = "0.3.32" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 949 950[[package]] 951name = "potential_utf" 952version = "0.1.4" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 955dependencies = [ 956 "zerovec", 957] 958 959[[package]] 960name = "ppv-lite86" 961version = "0.2.21" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 964dependencies = [ 965 "zerocopy", 966] 967 968[[package]] 969name = "proc-macro2" 970version = "1.0.104" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0" 973dependencies = [ 974 "unicode-ident", 975] 976 977[[package]] 978name = "quote" 979version = "1.0.42" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 982dependencies = [ 983 "proc-macro2", 984] 985 986[[package]] 987name = "rand" 988version = "0.8.5" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 991dependencies = [ 992 "libc", 993 "rand_chacha", 994 "rand_core", 995] 996 997[[package]] 998name = "rand_chacha" 999version = "0.3.1" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1002dependencies = [ 1003 "ppv-lite86", 1004 "rand_core", 1005] 1006 1007[[package]] 1008name = "rand_core" 1009version = "0.6.4" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1012dependencies = [ 1013 "getrandom", 1014] 1015 1016[[package]] 1017name = "redox_syscall" 1018version = "0.5.18" 1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1021dependencies = [ 1022 "bitflags", 1023] 1024 1025[[package]] 1026name = "redox_syscall" 1027version = "0.7.0" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" 1030dependencies = [ 1031 "bitflags", 1032] 1033 1034[[package]] 1035name = "ring" 1036version = "0.17.14" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1039dependencies = [ 1040 "cc", 1041 "cfg-if", 1042 "getrandom", 1043 "libc", 1044 "untrusted", 1045 "windows-sys 0.52.0", 1046] 1047 1048[[package]] 1049name = "rsa" 1050version = "0.9.9" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 1053dependencies = [ 1054 "const-oid", 1055 "digest", 1056 "num-bigint-dig", 1057 "num-integer", 1058 "num-traits", 1059 "pkcs1", 1060 "pkcs8", 1061 "rand_core", 1062 "signature", 1063 "spki", 1064 "subtle", 1065 "zeroize", 1066] 1067 1068[[package]] 1069name = "rustls" 1070version = "0.23.35" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 1073dependencies = [ 1074 "once_cell", 1075 "ring", 1076 "rustls-pki-types", 1077 "rustls-webpki", 1078 "subtle", 1079 "zeroize", 1080] 1081 1082[[package]] 1083name = "rustls-pki-types" 1084version = "1.13.2" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" 1087dependencies = [ 1088 "zeroize", 1089] 1090 1091[[package]] 1092name = "rustls-webpki" 1093version = "0.103.8" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 1096dependencies = [ 1097 "ring", 1098 "rustls-pki-types", 1099 "untrusted", 1100] 1101 1102[[package]] 1103name = "rustversion" 1104version = "1.0.22" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1107 1108[[package]] 1109name = "ryu" 1110version = "1.0.22" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 1113 1114[[package]] 1115name = "scopeguard" 1116version = "1.2.0" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1119 1120[[package]] 1121name = "serde" 1122version = "1.0.228" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1125dependencies = [ 1126 "serde_core", 1127 "serde_derive", 1128] 1129 1130[[package]] 1131name = "serde_core" 1132version = "1.0.228" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1135dependencies = [ 1136 "serde_derive", 1137] 1138 1139[[package]] 1140name = "serde_derive" 1141version = "1.0.228" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1144dependencies = [ 1145 "proc-macro2", 1146 "quote", 1147 "syn", 1148] 1149 1150[[package]] 1151name = "serde_json" 1152version = "1.0.148" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" 1155dependencies = [ 1156 "itoa", 1157 "memchr", 1158 "serde", 1159 "serde_core", 1160 "zmij", 1161] 1162 1163[[package]] 1164name = "serde_path_to_error" 1165version = "0.1.20" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 1168dependencies = [ 1169 "itoa", 1170 "serde", 1171 "serde_core", 1172] 1173 1174[[package]] 1175name = "serde_urlencoded" 1176version = "0.7.1" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1179dependencies = [ 1180 "form_urlencoded", 1181 "itoa", 1182 "ryu", 1183 "serde", 1184] 1185 1186[[package]] 1187name = "sha1" 1188version = "0.10.6" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1191dependencies = [ 1192 "cfg-if", 1193 "cpufeatures", 1194 "digest", 1195] 1196 1197[[package]] 1198name = "sha2" 1199version = "0.10.9" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1202dependencies = [ 1203 "cfg-if", 1204 "cpufeatures", 1205 "digest", 1206] 1207 1208[[package]] 1209name = "shlex" 1210version = "1.3.0" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1213 1214[[package]] 1215name = "signature" 1216version = "2.2.0" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 1219dependencies = [ 1220 "digest", 1221 "rand_core", 1222] 1223 1224[[package]] 1225name = "slab" 1226version = "0.4.11" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1229 1230[[package]] 1231name = "smallvec" 1232version = "1.15.1" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1235dependencies = [ 1236 "serde", 1237] 1238 1239[[package]] 1240name = "socket2" 1241version = "0.6.1" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1244dependencies = [ 1245 "libc", 1246 "windows-sys 0.60.2", 1247] 1248 1249[[package]] 1250name = "spin" 1251version = "0.9.8" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1254dependencies = [ 1255 "lock_api", 1256] 1257 1258[[package]] 1259name = "spki" 1260version = "0.7.3" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 1263dependencies = [ 1264 "base64ct", 1265 "der", 1266] 1267 1268[[package]] 1269name = "sqlx" 1270version = "0.8.6" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 1273dependencies = [ 1274 "sqlx-core", 1275 "sqlx-macros", 1276 "sqlx-mysql", 1277 "sqlx-postgres", 1278 "sqlx-sqlite", 1279] 1280 1281[[package]] 1282name = "sqlx-core" 1283version = "0.8.6" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 1286dependencies = [ 1287 "base64", 1288 "bytes", 1289 "crc", 1290 "crossbeam-queue", 1291 "either", 1292 "event-listener", 1293 "futures-core", 1294 "futures-intrusive", 1295 "futures-io", 1296 "futures-util", 1297 "hashbrown 0.15.5", 1298 "hashlink", 1299 "indexmap", 1300 "log", 1301 "memchr", 1302 "once_cell", 1303 "percent-encoding", 1304 "rustls", 1305 "serde", 1306 "serde_json", 1307 "sha2", 1308 "smallvec", 1309 "thiserror", 1310 "tokio", 1311 "tokio-stream", 1312 "tracing", 1313 "url", 1314 "uuid", 1315 "webpki-roots 0.26.11", 1316] 1317 1318[[package]] 1319name = "sqlx-macros" 1320version = "0.8.6" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 1323dependencies = [ 1324 "proc-macro2", 1325 "quote", 1326 "sqlx-core", 1327 "sqlx-macros-core", 1328 "syn", 1329] 1330 1331[[package]] 1332name = "sqlx-macros-core" 1333version = "0.8.6" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 1336dependencies = [ 1337 "dotenvy", 1338 "either", 1339 "heck", 1340 "hex", 1341 "once_cell", 1342 "proc-macro2", 1343 "quote", 1344 "serde", 1345 "serde_json", 1346 "sha2", 1347 "sqlx-core", 1348 "sqlx-mysql", 1349 "sqlx-postgres", 1350 "sqlx-sqlite", 1351 "syn", 1352 "tokio", 1353 "url", 1354] 1355 1356[[package]] 1357name = "sqlx-mysql" 1358version = "0.8.6" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 1361dependencies = [ 1362 "atoi", 1363 "base64", 1364 "bitflags", 1365 "byteorder", 1366 "bytes", 1367 "crc", 1368 "digest", 1369 "dotenvy", 1370 "either", 1371 "futures-channel", 1372 "futures-core", 1373 "futures-io", 1374 "futures-util", 1375 "generic-array", 1376 "hex", 1377 "hkdf", 1378 "hmac", 1379 "itoa", 1380 "log", 1381 "md-5", 1382 "memchr", 1383 "once_cell", 1384 "percent-encoding", 1385 "rand", 1386 "rsa", 1387 "serde", 1388 "sha1", 1389 "sha2", 1390 "smallvec", 1391 "sqlx-core", 1392 "stringprep", 1393 "thiserror", 1394 "tracing", 1395 "uuid", 1396 "whoami", 1397] 1398 1399[[package]] 1400name = "sqlx-postgres" 1401version = "0.8.6" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 1404dependencies = [ 1405 "atoi", 1406 "base64", 1407 "bitflags", 1408 "byteorder", 1409 "crc", 1410 "dotenvy", 1411 "etcetera", 1412 "futures-channel", 1413 "futures-core", 1414 "futures-util", 1415 "hex", 1416 "hkdf", 1417 "hmac", 1418 "home", 1419 "itoa", 1420 "log", 1421 "md-5", 1422 "memchr", 1423 "once_cell", 1424 "rand", 1425 "serde", 1426 "serde_json", 1427 "sha2", 1428 "smallvec", 1429 "sqlx-core", 1430 "stringprep", 1431 "thiserror", 1432 "tracing", 1433 "uuid", 1434 "whoami", 1435] 1436 1437[[package]] 1438name = "sqlx-sqlite" 1439version = "0.8.6" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 1442dependencies = [ 1443 "atoi", 1444 "flume", 1445 "futures-channel", 1446 "futures-core", 1447 "futures-executor", 1448 "futures-intrusive", 1449 "futures-util", 1450 "libsqlite3-sys", 1451 "log", 1452 "percent-encoding", 1453 "serde", 1454 "serde_urlencoded", 1455 "sqlx-core", 1456 "thiserror", 1457 "tracing", 1458 "url", 1459 "uuid", 1460] 1461 1462[[package]] 1463name = "stable_deref_trait" 1464version = "1.2.1" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1467 1468[[package]] 1469name = "stringprep" 1470version = "0.1.5" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 1473dependencies = [ 1474 "unicode-bidi", 1475 "unicode-normalization", 1476 "unicode-properties", 1477] 1478 1479[[package]] 1480name = "subtle" 1481version = "2.6.1" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1484 1485[[package]] 1486name = "syn" 1487version = "2.0.112" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4" 1490dependencies = [ 1491 "proc-macro2", 1492 "quote", 1493 "unicode-ident", 1494] 1495 1496[[package]] 1497name = "sync_wrapper" 1498version = "1.0.2" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1501 1502[[package]] 1503name = "synstructure" 1504version = "0.13.2" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1507dependencies = [ 1508 "proc-macro2", 1509 "quote", 1510 "syn", 1511] 1512 1513[[package]] 1514name = "thiserror" 1515version = "2.0.17" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1518dependencies = [ 1519 "thiserror-impl", 1520] 1521 1522[[package]] 1523name = "thiserror-impl" 1524version = "2.0.17" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1527dependencies = [ 1528 "proc-macro2", 1529 "quote", 1530 "syn", 1531] 1532 1533[[package]] 1534name = "tinystr" 1535version = "0.8.2" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1538dependencies = [ 1539 "displaydoc", 1540 "zerovec", 1541] 1542 1543[[package]] 1544name = "tinyvec" 1545version = "1.10.0" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 1548dependencies = [ 1549 "tinyvec_macros", 1550] 1551 1552[[package]] 1553name = "tinyvec_macros" 1554version = "0.1.1" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1557 1558[[package]] 1559name = "tokio" 1560version = "1.49.0" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 1563dependencies = [ 1564 "bytes", 1565 "libc", 1566 "mio", 1567 "pin-project-lite", 1568 "socket2", 1569 "tokio-macros", 1570 "windows-sys 0.61.2", 1571] 1572 1573[[package]] 1574name = "tokio-macros" 1575version = "2.6.0" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 1578dependencies = [ 1579 "proc-macro2", 1580 "quote", 1581 "syn", 1582] 1583 1584[[package]] 1585name = "tokio-stream" 1586version = "0.1.17" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 1589dependencies = [ 1590 "futures-core", 1591 "pin-project-lite", 1592 "tokio", 1593] 1594 1595[[package]] 1596name = "tower" 1597version = "0.5.2" 1598source = "registry+https://github.com/rust-lang/crates.io-index" 1599checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1600dependencies = [ 1601 "futures-core", 1602 "futures-util", 1603 "pin-project-lite", 1604 "sync_wrapper", 1605 "tokio", 1606 "tower-layer", 1607 "tower-service", 1608 "tracing", 1609] 1610 1611[[package]] 1612name = "tower-http" 1613version = "0.6.8" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 1616dependencies = [ 1617 "bitflags", 1618 "bytes", 1619 "http", 1620 "pin-project-lite", 1621 "tower-layer", 1622 "tower-service", 1623] 1624 1625[[package]] 1626name = "tower-layer" 1627version = "0.3.3" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1630 1631[[package]] 1632name = "tower-service" 1633version = "0.3.3" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1636 1637[[package]] 1638name = "tracing" 1639version = "0.1.44" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1642dependencies = [ 1643 "log", 1644 "pin-project-lite", 1645 "tracing-attributes", 1646 "tracing-core", 1647] 1648 1649[[package]] 1650name = "tracing-attributes" 1651version = "0.1.31" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1654dependencies = [ 1655 "proc-macro2", 1656 "quote", 1657 "syn", 1658] 1659 1660[[package]] 1661name = "tracing-core" 1662version = "0.1.36" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1665dependencies = [ 1666 "once_cell", 1667] 1668 1669[[package]] 1670name = "typenum" 1671version = "1.19.0" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1674 1675[[package]] 1676name = "unicode-bidi" 1677version = "0.3.18" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 1680 1681[[package]] 1682name = "unicode-ident" 1683version = "1.0.22" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 1686 1687[[package]] 1688name = "unicode-normalization" 1689version = "0.1.25" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 1692dependencies = [ 1693 "tinyvec", 1694] 1695 1696[[package]] 1697name = "unicode-properties" 1698version = "0.1.4" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 1701 1702[[package]] 1703name = "untrusted" 1704version = "0.9.0" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1707 1708[[package]] 1709name = "url" 1710version = "2.5.7" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 1713dependencies = [ 1714 "form_urlencoded", 1715 "idna", 1716 "percent-encoding", 1717 "serde", 1718] 1719 1720[[package]] 1721name = "utf8_iter" 1722version = "1.0.4" 1723source = "registry+https://github.com/rust-lang/crates.io-index" 1724checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1725 1726[[package]] 1727name = "uuid" 1728version = "1.19.0" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 1731dependencies = [ 1732 "js-sys", 1733 "wasm-bindgen", 1734] 1735 1736[[package]] 1737name = "vcpkg" 1738version = "0.2.15" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1741 1742[[package]] 1743name = "version_check" 1744version = "0.9.5" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1747 1748[[package]] 1749name = "wasi" 1750version = "0.11.1+wasi-snapshot-preview1" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1753 1754[[package]] 1755name = "wasite" 1756version = "0.1.0" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 1759 1760[[package]] 1761name = "wasm-bindgen" 1762version = "0.2.106" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 1765dependencies = [ 1766 "cfg-if", 1767 "once_cell", 1768 "rustversion", 1769 "wasm-bindgen-macro", 1770 "wasm-bindgen-shared", 1771] 1772 1773[[package]] 1774name = "wasm-bindgen-macro" 1775version = "0.2.106" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 1778dependencies = [ 1779 "quote", 1780 "wasm-bindgen-macro-support", 1781] 1782 1783[[package]] 1784name = "wasm-bindgen-macro-support" 1785version = "0.2.106" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 1788dependencies = [ 1789 "bumpalo", 1790 "proc-macro2", 1791 "quote", 1792 "syn", 1793 "wasm-bindgen-shared", 1794] 1795 1796[[package]] 1797name = "wasm-bindgen-shared" 1798version = "0.2.106" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 1801dependencies = [ 1802 "unicode-ident", 1803] 1804 1805[[package]] 1806name = "webpki-roots" 1807version = "0.26.11" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 1810dependencies = [ 1811 "webpki-roots 1.0.5", 1812] 1813 1814[[package]] 1815name = "webpki-roots" 1816version = "1.0.5" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c" 1819dependencies = [ 1820 "rustls-pki-types", 1821] 1822 1823[[package]] 1824name = "whoami" 1825version = "1.6.1" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 1828dependencies = [ 1829 "libredox", 1830 "wasite", 1831] 1832 1833[[package]] 1834name = "windows-link" 1835version = "0.2.1" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1838 1839[[package]] 1840name = "windows-sys" 1841version = "0.48.0" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1844dependencies = [ 1845 "windows-targets 0.48.5", 1846] 1847 1848[[package]] 1849name = "windows-sys" 1850version = "0.52.0" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1853dependencies = [ 1854 "windows-targets 0.52.6", 1855] 1856 1857[[package]] 1858name = "windows-sys" 1859version = "0.60.2" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1862dependencies = [ 1863 "windows-targets 0.53.5", 1864] 1865 1866[[package]] 1867name = "windows-sys" 1868version = "0.61.2" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1871dependencies = [ 1872 "windows-link", 1873] 1874 1875[[package]] 1876name = "windows-targets" 1877version = "0.48.5" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1880dependencies = [ 1881 "windows_aarch64_gnullvm 0.48.5", 1882 "windows_aarch64_msvc 0.48.5", 1883 "windows_i686_gnu 0.48.5", 1884 "windows_i686_msvc 0.48.5", 1885 "windows_x86_64_gnu 0.48.5", 1886 "windows_x86_64_gnullvm 0.48.5", 1887 "windows_x86_64_msvc 0.48.5", 1888] 1889 1890[[package]] 1891name = "windows-targets" 1892version = "0.52.6" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1895dependencies = [ 1896 "windows_aarch64_gnullvm 0.52.6", 1897 "windows_aarch64_msvc 0.52.6", 1898 "windows_i686_gnu 0.52.6", 1899 "windows_i686_gnullvm 0.52.6", 1900 "windows_i686_msvc 0.52.6", 1901 "windows_x86_64_gnu 0.52.6", 1902 "windows_x86_64_gnullvm 0.52.6", 1903 "windows_x86_64_msvc 0.52.6", 1904] 1905 1906[[package]] 1907name = "windows-targets" 1908version = "0.53.5" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 1911dependencies = [ 1912 "windows-link", 1913 "windows_aarch64_gnullvm 0.53.1", 1914 "windows_aarch64_msvc 0.53.1", 1915 "windows_i686_gnu 0.53.1", 1916 "windows_i686_gnullvm 0.53.1", 1917 "windows_i686_msvc 0.53.1", 1918 "windows_x86_64_gnu 0.53.1", 1919 "windows_x86_64_gnullvm 0.53.1", 1920 "windows_x86_64_msvc 0.53.1", 1921] 1922 1923[[package]] 1924name = "windows_aarch64_gnullvm" 1925version = "0.48.5" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1928 1929[[package]] 1930name = "windows_aarch64_gnullvm" 1931version = "0.52.6" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1934 1935[[package]] 1936name = "windows_aarch64_gnullvm" 1937version = "0.53.1" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 1940 1941[[package]] 1942name = "windows_aarch64_msvc" 1943version = "0.48.5" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1946 1947[[package]] 1948name = "windows_aarch64_msvc" 1949version = "0.52.6" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1952 1953[[package]] 1954name = "windows_aarch64_msvc" 1955version = "0.53.1" 1956source = "registry+https://github.com/rust-lang/crates.io-index" 1957checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 1958 1959[[package]] 1960name = "windows_i686_gnu" 1961version = "0.48.5" 1962source = "registry+https://github.com/rust-lang/crates.io-index" 1963checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1964 1965[[package]] 1966name = "windows_i686_gnu" 1967version = "0.52.6" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1970 1971[[package]] 1972name = "windows_i686_gnu" 1973version = "0.53.1" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 1976 1977[[package]] 1978name = "windows_i686_gnullvm" 1979version = "0.52.6" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1982 1983[[package]] 1984name = "windows_i686_gnullvm" 1985version = "0.53.1" 1986source = "registry+https://github.com/rust-lang/crates.io-index" 1987checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 1988 1989[[package]] 1990name = "windows_i686_msvc" 1991version = "0.48.5" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1994 1995[[package]] 1996name = "windows_i686_msvc" 1997version = "0.52.6" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2000 2001[[package]] 2002name = "windows_i686_msvc" 2003version = "0.53.1" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2006 2007[[package]] 2008name = "windows_x86_64_gnu" 2009version = "0.48.5" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2012 2013[[package]] 2014name = "windows_x86_64_gnu" 2015version = "0.52.6" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2018 2019[[package]] 2020name = "windows_x86_64_gnu" 2021version = "0.53.1" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2024 2025[[package]] 2026name = "windows_x86_64_gnullvm" 2027version = "0.48.5" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2030 2031[[package]] 2032name = "windows_x86_64_gnullvm" 2033version = "0.52.6" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2036 2037[[package]] 2038name = "windows_x86_64_gnullvm" 2039version = "0.53.1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2042 2043[[package]] 2044name = "windows_x86_64_msvc" 2045version = "0.48.5" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2048 2049[[package]] 2050name = "windows_x86_64_msvc" 2051version = "0.52.6" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2054 2055[[package]] 2056name = "windows_x86_64_msvc" 2057version = "0.53.1" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2060 2061[[package]] 2062name = "writeable" 2063version = "0.6.2" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2066 2067[[package]] 2068name = "yoke" 2069version = "0.8.1" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2072dependencies = [ 2073 "stable_deref_trait", 2074 "yoke-derive", 2075 "zerofrom", 2076] 2077 2078[[package]] 2079name = "yoke-derive" 2080version = "0.8.1" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2083dependencies = [ 2084 "proc-macro2", 2085 "quote", 2086 "syn", 2087 "synstructure", 2088] 2089 2090[[package]] 2091name = "zerocopy" 2092version = "0.8.31" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 2095dependencies = [ 2096 "zerocopy-derive", 2097] 2098 2099[[package]] 2100name = "zerocopy-derive" 2101version = "0.8.31" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 2104dependencies = [ 2105 "proc-macro2", 2106 "quote", 2107 "syn", 2108] 2109 2110[[package]] 2111name = "zerofrom" 2112version = "0.1.6" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2115dependencies = [ 2116 "zerofrom-derive", 2117] 2118 2119[[package]] 2120name = "zerofrom-derive" 2121version = "0.1.6" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2124dependencies = [ 2125 "proc-macro2", 2126 "quote", 2127 "syn", 2128 "synstructure", 2129] 2130 2131[[package]] 2132name = "zeroize" 2133version = "1.8.2" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2136 2137[[package]] 2138name = "zerotrie" 2139version = "0.2.3" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2142dependencies = [ 2143 "displaydoc", 2144 "yoke", 2145 "zerofrom", 2146] 2147 2148[[package]] 2149name = "zerovec" 2150version = "0.11.5" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2153dependencies = [ 2154 "yoke", 2155 "zerofrom", 2156 "zerovec-derive", 2157] 2158 2159[[package]] 2160name = "zerovec-derive" 2161version = "0.11.2" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2164dependencies = [ 2165 "proc-macro2", 2166 "quote", 2167 "syn", 2168] 2169 2170[[package]] 2171name = "zmij" 2172version = "1.0.8" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "317f17ff091ac4515f17cc7a190d2769a8c9a96d227de5d64b500b01cda8f2cd"