Mirror of https://git.olaren.dev/Olaren/shitsky
at main 83 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 = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "ahash" 22version = "0.8.12" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 25dependencies = [ 26 "cfg-if", 27 "getrandom 0.3.3", 28 "once_cell", 29 "version_check", 30 "zerocopy", 31] 32 33[[package]] 34name = "allocator-api2" 35version = "0.2.21" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 38 39[[package]] 40name = "android_system_properties" 41version = "0.1.5" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 44dependencies = [ 45 "libc", 46] 47 48[[package]] 49name = "arrayref" 50version = "0.3.9" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 53 54[[package]] 55name = "arrayvec" 56version = "0.7.6" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 59 60[[package]] 61name = "async-stream" 62version = "0.3.6" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 65dependencies = [ 66 "async-stream-impl", 67 "futures-core", 68 "pin-project-lite", 69] 70 71[[package]] 72name = "async-stream-impl" 73version = "0.3.6" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 76dependencies = [ 77 "proc-macro2", 78 "quote", 79 "syn 2.0.106", 80] 81 82[[package]] 83name = "atoi" 84version = "2.0.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 87dependencies = [ 88 "num-traits", 89] 90 91[[package]] 92name = "atomic-waker" 93version = "1.1.2" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 96 97[[package]] 98name = "autocfg" 99version = "1.5.0" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 102 103[[package]] 104name = "axum" 105version = "0.8.4" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 108dependencies = [ 109 "axum-core", 110 "bytes", 111 "form_urlencoded", 112 "futures-util", 113 "http", 114 "http-body", 115 "http-body-util", 116 "hyper", 117 "hyper-util", 118 "itoa", 119 "matchit", 120 "memchr", 121 "mime", 122 "percent-encoding", 123 "pin-project-lite", 124 "rustversion", 125 "serde", 126 "serde_json", 127 "serde_path_to_error", 128 "serde_urlencoded", 129 "sync_wrapper", 130 "tokio", 131 "tower", 132 "tower-layer", 133 "tower-service", 134 "tracing", 135] 136 137[[package]] 138name = "axum-core" 139version = "0.5.2" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 142dependencies = [ 143 "bytes", 144 "futures-core", 145 "http", 146 "http-body", 147 "http-body-util", 148 "mime", 149 "pin-project-lite", 150 "rustversion", 151 "sync_wrapper", 152 "tower-layer", 153 "tower-service", 154 "tracing", 155] 156 157[[package]] 158name = "backtrace" 159version = "0.3.75" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 162dependencies = [ 163 "addr2line", 164 "cfg-if", 165 "libc", 166 "miniz_oxide", 167 "object", 168 "rustc-demangle", 169 "windows-targets 0.52.6", 170] 171 172[[package]] 173name = "base-x" 174version = "0.2.11" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 177 178[[package]] 179name = "base256emoji" 180version = "1.0.2" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 183dependencies = [ 184 "const-str", 185 "match-lookup", 186] 187 188[[package]] 189name = "base64" 190version = "0.21.7" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 193 194[[package]] 195name = "base64" 196version = "0.22.1" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 199 200[[package]] 201name = "base64ct" 202version = "1.8.0" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 205 206[[package]] 207name = "bitflags" 208version = "2.9.4" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 211dependencies = [ 212 "serde", 213] 214 215[[package]] 216name = "blake2b_simd" 217version = "1.0.3" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" 220dependencies = [ 221 "arrayref", 222 "arrayvec", 223 "constant_time_eq", 224] 225 226[[package]] 227name = "block-buffer" 228version = "0.10.4" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 231dependencies = [ 232 "generic-array", 233] 234 235[[package]] 236name = "bumpalo" 237version = "3.19.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 240 241[[package]] 242name = "byteorder" 243version = "1.5.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 246 247[[package]] 248name = "bytes" 249version = "1.10.1" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 252 253[[package]] 254name = "cbor4ii" 255version = "0.2.14" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 258dependencies = [ 259 "serde", 260] 261 262[[package]] 263name = "cc" 264version = "1.2.39" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 267dependencies = [ 268 "find-msvc-tools", 269 "shlex", 270] 271 272[[package]] 273name = "cfg-if" 274version = "1.0.3" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 277 278[[package]] 279name = "chrono" 280version = "0.4.42" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 283dependencies = [ 284 "iana-time-zone", 285 "js-sys", 286 "num-traits", 287 "wasm-bindgen", 288 "windows-link 0.2.0", 289] 290 291[[package]] 292name = "cid" 293version = "0.11.1" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 296dependencies = [ 297 "core2", 298 "multibase", 299 "multihash", 300 "serde", 301 "serde_bytes", 302 "unsigned-varint", 303] 304 305[[package]] 306name = "const-oid" 307version = "0.9.6" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 310 311[[package]] 312name = "const-str" 313version = "0.4.3" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 316 317[[package]] 318name = "constant_time_eq" 319version = "0.3.1" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 322 323[[package]] 324name = "core-foundation" 325version = "0.9.4" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 328dependencies = [ 329 "core-foundation-sys", 330 "libc", 331] 332 333[[package]] 334name = "core-foundation-sys" 335version = "0.8.7" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 338 339[[package]] 340name = "core2" 341version = "0.4.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 344dependencies = [ 345 "memchr", 346] 347 348[[package]] 349name = "cpufeatures" 350version = "0.2.17" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 353dependencies = [ 354 "libc", 355] 356 357[[package]] 358name = "crc" 359version = "3.3.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" 362dependencies = [ 363 "crc-catalog", 364] 365 366[[package]] 367name = "crc-catalog" 368version = "2.4.0" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 371 372[[package]] 373name = "crossbeam-queue" 374version = "0.3.12" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 377dependencies = [ 378 "crossbeam-utils", 379] 380 381[[package]] 382name = "crossbeam-utils" 383version = "0.8.21" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 386 387[[package]] 388name = "crypto-common" 389version = "0.1.6" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 392dependencies = [ 393 "generic-array", 394 "typenum", 395] 396 397[[package]] 398name = "data-encoding" 399version = "2.9.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 402 403[[package]] 404name = "data-encoding-macro" 405version = "0.1.18" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 408dependencies = [ 409 "data-encoding", 410 "data-encoding-macro-internal", 411] 412 413[[package]] 414name = "data-encoding-macro-internal" 415version = "0.1.16" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 418dependencies = [ 419 "data-encoding", 420 "syn 2.0.106", 421] 422 423[[package]] 424name = "der" 425version = "0.7.10" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 428dependencies = [ 429 "const-oid", 430 "pem-rfc7468", 431 "zeroize", 432] 433 434[[package]] 435name = "digest" 436version = "0.10.7" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 439dependencies = [ 440 "block-buffer", 441 "const-oid", 442 "crypto-common", 443 "subtle", 444] 445 446[[package]] 447name = "displaydoc" 448version = "0.2.5" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 451dependencies = [ 452 "proc-macro2", 453 "quote", 454 "syn 2.0.106", 455] 456 457[[package]] 458name = "dotenvy" 459version = "0.15.7" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 462 463[[package]] 464name = "either" 465version = "1.15.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 468dependencies = [ 469 "serde", 470] 471 472[[package]] 473name = "encoding_rs" 474version = "0.8.35" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 477dependencies = [ 478 "cfg-if", 479] 480 481[[package]] 482name = "equivalent" 483version = "1.0.2" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 486 487[[package]] 488name = "errno" 489version = "0.3.14" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 492dependencies = [ 493 "libc", 494 "windows-sys 0.61.1", 495] 496 497[[package]] 498name = "etcetera" 499version = "0.8.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 502dependencies = [ 503 "cfg-if", 504 "home", 505 "windows-sys 0.48.0", 506] 507 508[[package]] 509name = "event-listener" 510version = "2.5.3" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 513 514[[package]] 515name = "fastrand" 516version = "2.3.0" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 519 520[[package]] 521name = "find-msvc-tools" 522version = "0.1.2" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" 525 526[[package]] 527name = "flume" 528version = "0.11.1" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 531dependencies = [ 532 "futures-core", 533 "futures-sink", 534 "spin", 535] 536 537[[package]] 538name = "fnv" 539version = "1.0.7" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 542 543[[package]] 544name = "foreign-types" 545version = "0.3.2" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 548dependencies = [ 549 "foreign-types-shared", 550] 551 552[[package]] 553name = "foreign-types-shared" 554version = "0.1.1" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 557 558[[package]] 559name = "form_urlencoded" 560version = "1.2.2" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 563dependencies = [ 564 "percent-encoding", 565] 566 567[[package]] 568name = "futures" 569version = "0.3.31" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 572dependencies = [ 573 "futures-channel", 574 "futures-core", 575 "futures-executor", 576 "futures-io", 577 "futures-sink", 578 "futures-task", 579 "futures-util", 580] 581 582[[package]] 583name = "futures-channel" 584version = "0.3.31" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 587dependencies = [ 588 "futures-core", 589 "futures-sink", 590] 591 592[[package]] 593name = "futures-core" 594version = "0.3.31" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 597 598[[package]] 599name = "futures-executor" 600version = "0.3.31" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 603dependencies = [ 604 "futures-core", 605 "futures-task", 606 "futures-util", 607] 608 609[[package]] 610name = "futures-intrusive" 611version = "0.5.0" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 614dependencies = [ 615 "futures-core", 616 "lock_api", 617 "parking_lot", 618] 619 620[[package]] 621name = "futures-io" 622version = "0.3.31" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 625 626[[package]] 627name = "futures-macro" 628version = "0.3.31" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 631dependencies = [ 632 "proc-macro2", 633 "quote", 634 "syn 2.0.106", 635] 636 637[[package]] 638name = "futures-sink" 639version = "0.3.31" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 642 643[[package]] 644name = "futures-task" 645version = "0.3.31" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 648 649[[package]] 650name = "futures-util" 651version = "0.3.31" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 654dependencies = [ 655 "futures-channel", 656 "futures-core", 657 "futures-io", 658 "futures-macro", 659 "futures-sink", 660 "futures-task", 661 "memchr", 662 "pin-project-lite", 663 "pin-utils", 664 "slab", 665] 666 667[[package]] 668name = "generic-array" 669version = "0.14.7" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 672dependencies = [ 673 "typenum", 674 "version_check", 675] 676 677[[package]] 678name = "getrandom" 679version = "0.2.16" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 682dependencies = [ 683 "cfg-if", 684 "libc", 685 "wasi 0.11.1+wasi-snapshot-preview1", 686] 687 688[[package]] 689name = "getrandom" 690version = "0.3.3" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 693dependencies = [ 694 "cfg-if", 695 "libc", 696 "r-efi", 697 "wasi 0.14.7+wasi-0.2.4", 698] 699 700[[package]] 701name = "gimli" 702version = "0.31.1" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 705 706[[package]] 707name = "h2" 708version = "0.4.12" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 711dependencies = [ 712 "atomic-waker", 713 "bytes", 714 "fnv", 715 "futures-core", 716 "futures-sink", 717 "http", 718 "indexmap", 719 "slab", 720 "tokio", 721 "tokio-util", 722 "tracing", 723] 724 725[[package]] 726name = "half" 727version = "1.8.3" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" 730 731[[package]] 732name = "hashbrown" 733version = "0.14.5" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 736dependencies = [ 737 "ahash", 738 "allocator-api2", 739] 740 741[[package]] 742name = "hashbrown" 743version = "0.16.0" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 746 747[[package]] 748name = "hashlink" 749version = "0.8.4" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 752dependencies = [ 753 "hashbrown 0.14.5", 754] 755 756[[package]] 757name = "heck" 758version = "0.4.1" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 761dependencies = [ 762 "unicode-segmentation", 763] 764 765[[package]] 766name = "hex" 767version = "0.4.3" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 770 771[[package]] 772name = "hkdf" 773version = "0.12.4" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 776dependencies = [ 777 "hmac", 778] 779 780[[package]] 781name = "hmac" 782version = "0.12.1" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 785dependencies = [ 786 "digest", 787] 788 789[[package]] 790name = "home" 791version = "0.5.11" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 794dependencies = [ 795 "windows-sys 0.59.0", 796] 797 798[[package]] 799name = "http" 800version = "1.3.1" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 803dependencies = [ 804 "bytes", 805 "fnv", 806 "itoa", 807] 808 809[[package]] 810name = "http-body" 811version = "1.0.1" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 814dependencies = [ 815 "bytes", 816 "http", 817] 818 819[[package]] 820name = "http-body-util" 821version = "0.1.3" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 824dependencies = [ 825 "bytes", 826 "futures-core", 827 "http", 828 "http-body", 829 "pin-project-lite", 830] 831 832[[package]] 833name = "httparse" 834version = "1.10.1" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 837 838[[package]] 839name = "httpdate" 840version = "1.0.3" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 843 844[[package]] 845name = "hyper" 846version = "1.7.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 849dependencies = [ 850 "atomic-waker", 851 "bytes", 852 "futures-channel", 853 "futures-core", 854 "h2", 855 "http", 856 "http-body", 857 "httparse", 858 "httpdate", 859 "itoa", 860 "pin-project-lite", 861 "pin-utils", 862 "smallvec", 863 "tokio", 864 "want", 865] 866 867[[package]] 868name = "hyper-rustls" 869version = "0.27.7" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 872dependencies = [ 873 "http", 874 "hyper", 875 "hyper-util", 876 "rustls 0.23.32", 877 "rustls-pki-types", 878 "tokio", 879 "tokio-rustls", 880 "tower-service", 881] 882 883[[package]] 884name = "hyper-tls" 885version = "0.6.0" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 888dependencies = [ 889 "bytes", 890 "http-body-util", 891 "hyper", 892 "hyper-util", 893 "native-tls", 894 "tokio", 895 "tokio-native-tls", 896 "tower-service", 897] 898 899[[package]] 900name = "hyper-util" 901version = "0.1.16" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 904dependencies = [ 905 "base64 0.22.1", 906 "bytes", 907 "futures-channel", 908 "futures-core", 909 "futures-util", 910 "http", 911 "http-body", 912 "hyper", 913 "ipnet", 914 "libc", 915 "percent-encoding", 916 "pin-project-lite", 917 "socket2", 918 "system-configuration", 919 "tokio", 920 "tower-service", 921 "tracing", 922 "windows-registry", 923] 924 925[[package]] 926name = "iana-time-zone" 927version = "0.1.64" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 930dependencies = [ 931 "android_system_properties", 932 "core-foundation-sys", 933 "iana-time-zone-haiku", 934 "js-sys", 935 "log", 936 "wasm-bindgen", 937 "windows-core", 938] 939 940[[package]] 941name = "iana-time-zone-haiku" 942version = "0.1.2" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 945dependencies = [ 946 "cc", 947] 948 949[[package]] 950name = "icu_collections" 951version = "2.0.0" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 954dependencies = [ 955 "displaydoc", 956 "potential_utf", 957 "yoke", 958 "zerofrom", 959 "zerovec", 960] 961 962[[package]] 963name = "icu_locale_core" 964version = "2.0.0" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 967dependencies = [ 968 "displaydoc", 969 "litemap", 970 "tinystr", 971 "writeable", 972 "zerovec", 973] 974 975[[package]] 976name = "icu_normalizer" 977version = "2.0.0" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 980dependencies = [ 981 "displaydoc", 982 "icu_collections", 983 "icu_normalizer_data", 984 "icu_properties", 985 "icu_provider", 986 "smallvec", 987 "zerovec", 988] 989 990[[package]] 991name = "icu_normalizer_data" 992version = "2.0.0" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 995 996[[package]] 997name = "icu_properties" 998version = "2.0.1" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1001dependencies = [ 1002 "displaydoc", 1003 "icu_collections", 1004 "icu_locale_core", 1005 "icu_properties_data", 1006 "icu_provider", 1007 "potential_utf", 1008 "zerotrie", 1009 "zerovec", 1010] 1011 1012[[package]] 1013name = "icu_properties_data" 1014version = "2.0.1" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1017 1018[[package]] 1019name = "icu_provider" 1020version = "2.0.0" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1023dependencies = [ 1024 "displaydoc", 1025 "icu_locale_core", 1026 "stable_deref_trait", 1027 "tinystr", 1028 "writeable", 1029 "yoke", 1030 "zerofrom", 1031 "zerotrie", 1032 "zerovec", 1033] 1034 1035[[package]] 1036name = "idna" 1037version = "1.1.0" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1040dependencies = [ 1041 "idna_adapter", 1042 "smallvec", 1043 "utf8_iter", 1044] 1045 1046[[package]] 1047name = "idna_adapter" 1048version = "1.2.1" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1051dependencies = [ 1052 "icu_normalizer", 1053 "icu_properties", 1054] 1055 1056[[package]] 1057name = "indexmap" 1058version = "2.11.4" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1061dependencies = [ 1062 "equivalent", 1063 "hashbrown 0.16.0", 1064] 1065 1066[[package]] 1067name = "io-uring" 1068version = "0.7.10" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1071dependencies = [ 1072 "bitflags", 1073 "cfg-if", 1074 "libc", 1075] 1076 1077[[package]] 1078name = "ipld-core" 1079version = "0.4.2" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1082dependencies = [ 1083 "cid", 1084 "serde", 1085 "serde_bytes", 1086] 1087 1088[[package]] 1089name = "ipnet" 1090version = "2.11.0" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1093 1094[[package]] 1095name = "iri-string" 1096version = "0.7.8" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1099dependencies = [ 1100 "memchr", 1101 "serde", 1102] 1103 1104[[package]] 1105name = "itoa" 1106version = "1.0.15" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1109 1110[[package]] 1111name = "js-sys" 1112version = "0.3.78" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" 1115dependencies = [ 1116 "once_cell", 1117 "wasm-bindgen", 1118] 1119 1120[[package]] 1121name = "lazy_static" 1122version = "1.5.0" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1125dependencies = [ 1126 "spin", 1127] 1128 1129[[package]] 1130name = "libc" 1131version = "0.2.175" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 1134 1135[[package]] 1136name = "libm" 1137version = "0.2.15" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1140 1141[[package]] 1142name = "libredox" 1143version = "0.1.10" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1146dependencies = [ 1147 "bitflags", 1148 "libc", 1149 "redox_syscall", 1150] 1151 1152[[package]] 1153name = "libsqlite3-sys" 1154version = "0.27.0" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 1157dependencies = [ 1158 "cc", 1159 "pkg-config", 1160 "vcpkg", 1161] 1162 1163[[package]] 1164name = "linux-raw-sys" 1165version = "0.11.0" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1168 1169[[package]] 1170name = "listenfd" 1171version = "1.0.2" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "b87bc54a4629b4294d0b3ef041b64c40c611097a677d9dc07b2c67739fe39dba" 1174dependencies = [ 1175 "libc", 1176 "uuid", 1177 "winapi", 1178] 1179 1180[[package]] 1181name = "litemap" 1182version = "0.8.0" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1185 1186[[package]] 1187name = "lock_api" 1188version = "0.4.13" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1191dependencies = [ 1192 "autocfg", 1193 "scopeguard", 1194] 1195 1196[[package]] 1197name = "log" 1198version = "0.4.28" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1201 1202[[package]] 1203name = "match-lookup" 1204version = "0.1.1" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 1207dependencies = [ 1208 "proc-macro2", 1209 "quote", 1210 "syn 1.0.109", 1211] 1212 1213[[package]] 1214name = "matchit" 1215version = "0.8.4" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1218 1219[[package]] 1220name = "maud" 1221version = "0.27.0" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e" 1224dependencies = [ 1225 "axum-core", 1226 "http", 1227 "itoa", 1228 "maud_macros", 1229] 1230 1231[[package]] 1232name = "maud_macros" 1233version = "0.27.0" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca" 1236dependencies = [ 1237 "proc-macro2", 1238 "proc-macro2-diagnostics", 1239 "quote", 1240 "syn 2.0.106", 1241] 1242 1243[[package]] 1244name = "md-5" 1245version = "0.10.6" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1248dependencies = [ 1249 "cfg-if", 1250 "digest", 1251] 1252 1253[[package]] 1254name = "memchr" 1255version = "2.7.5" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 1258 1259[[package]] 1260name = "mime" 1261version = "0.3.17" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1264 1265[[package]] 1266name = "minimal-lexical" 1267version = "0.2.1" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1270 1271[[package]] 1272name = "miniz_oxide" 1273version = "0.8.9" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1276dependencies = [ 1277 "adler2", 1278] 1279 1280[[package]] 1281name = "mio" 1282version = "1.0.4" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1285dependencies = [ 1286 "libc", 1287 "wasi 0.11.1+wasi-snapshot-preview1", 1288 "windows-sys 0.59.0", 1289] 1290 1291[[package]] 1292name = "multibase" 1293version = "0.9.2" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1296dependencies = [ 1297 "base-x", 1298 "base256emoji", 1299 "data-encoding", 1300 "data-encoding-macro", 1301] 1302 1303[[package]] 1304name = "multihash" 1305version = "0.19.3" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1308dependencies = [ 1309 "core2", 1310 "serde", 1311 "unsigned-varint", 1312] 1313 1314[[package]] 1315name = "native-tls" 1316version = "0.2.14" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1319dependencies = [ 1320 "libc", 1321 "log", 1322 "openssl", 1323 "openssl-probe", 1324 "openssl-sys", 1325 "schannel", 1326 "security-framework", 1327 "security-framework-sys", 1328 "tempfile", 1329] 1330 1331[[package]] 1332name = "nom" 1333version = "7.1.3" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1336dependencies = [ 1337 "memchr", 1338 "minimal-lexical", 1339] 1340 1341[[package]] 1342name = "nu-ansi-term" 1343version = "0.50.1" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 1346dependencies = [ 1347 "windows-sys 0.52.0", 1348] 1349 1350[[package]] 1351name = "num-bigint-dig" 1352version = "0.8.4" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 1355dependencies = [ 1356 "byteorder", 1357 "lazy_static", 1358 "libm", 1359 "num-integer", 1360 "num-iter", 1361 "num-traits", 1362 "rand 0.8.5", 1363 "smallvec", 1364 "zeroize", 1365] 1366 1367[[package]] 1368name = "num-integer" 1369version = "0.1.46" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1372dependencies = [ 1373 "num-traits", 1374] 1375 1376[[package]] 1377name = "num-iter" 1378version = "0.1.45" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1381dependencies = [ 1382 "autocfg", 1383 "num-integer", 1384 "num-traits", 1385] 1386 1387[[package]] 1388name = "num-traits" 1389version = "0.2.19" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1392dependencies = [ 1393 "autocfg", 1394 "libm", 1395] 1396 1397[[package]] 1398name = "object" 1399version = "0.36.7" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1402dependencies = [ 1403 "memchr", 1404] 1405 1406[[package]] 1407name = "once_cell" 1408version = "1.21.3" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1411 1412[[package]] 1413name = "openssl" 1414version = "0.10.73" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1417dependencies = [ 1418 "bitflags", 1419 "cfg-if", 1420 "foreign-types", 1421 "libc", 1422 "once_cell", 1423 "openssl-macros", 1424 "openssl-sys", 1425] 1426 1427[[package]] 1428name = "openssl-macros" 1429version = "0.1.1" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1432dependencies = [ 1433 "proc-macro2", 1434 "quote", 1435 "syn 2.0.106", 1436] 1437 1438[[package]] 1439name = "openssl-probe" 1440version = "0.1.6" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1443 1444[[package]] 1445name = "openssl-sys" 1446version = "0.9.109" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1449dependencies = [ 1450 "cc", 1451 "libc", 1452 "pkg-config", 1453 "vcpkg", 1454] 1455 1456[[package]] 1457name = "parking_lot" 1458version = "0.12.4" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1461dependencies = [ 1462 "lock_api", 1463 "parking_lot_core", 1464] 1465 1466[[package]] 1467name = "parking_lot_core" 1468version = "0.9.11" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1471dependencies = [ 1472 "cfg-if", 1473 "libc", 1474 "redox_syscall", 1475 "smallvec", 1476 "windows-targets 0.52.6", 1477] 1478 1479[[package]] 1480name = "paste" 1481version = "1.0.15" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1484 1485[[package]] 1486name = "pem-rfc7468" 1487version = "0.7.0" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1490dependencies = [ 1491 "base64ct", 1492] 1493 1494[[package]] 1495name = "percent-encoding" 1496version = "2.3.2" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1499 1500[[package]] 1501name = "pin-project-lite" 1502version = "0.2.16" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1505 1506[[package]] 1507name = "pin-utils" 1508version = "0.1.0" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1511 1512[[package]] 1513name = "pkcs1" 1514version = "0.7.5" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1517dependencies = [ 1518 "der", 1519 "pkcs8", 1520 "spki", 1521] 1522 1523[[package]] 1524name = "pkcs8" 1525version = "0.10.2" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1528dependencies = [ 1529 "der", 1530 "spki", 1531] 1532 1533[[package]] 1534name = "pkg-config" 1535version = "0.3.32" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1538 1539[[package]] 1540name = "potential_utf" 1541version = "0.1.3" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1544dependencies = [ 1545 "zerovec", 1546] 1547 1548[[package]] 1549name = "ppv-lite86" 1550version = "0.2.21" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1553dependencies = [ 1554 "zerocopy", 1555] 1556 1557[[package]] 1558name = "proc-macro2" 1559version = "1.0.101" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1562dependencies = [ 1563 "unicode-ident", 1564] 1565 1566[[package]] 1567name = "proc-macro2-diagnostics" 1568version = "0.10.1" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1571dependencies = [ 1572 "proc-macro2", 1573 "quote", 1574 "syn 2.0.106", 1575 "version_check", 1576] 1577 1578[[package]] 1579name = "quote" 1580version = "1.0.40" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1583dependencies = [ 1584 "proc-macro2", 1585] 1586 1587[[package]] 1588name = "r-efi" 1589version = "5.3.0" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1592 1593[[package]] 1594name = "rand" 1595version = "0.8.5" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1598dependencies = [ 1599 "libc", 1600 "rand_chacha 0.3.1", 1601 "rand_core 0.6.4", 1602] 1603 1604[[package]] 1605name = "rand" 1606version = "0.9.2" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1609dependencies = [ 1610 "rand_chacha 0.9.0", 1611 "rand_core 0.9.3", 1612] 1613 1614[[package]] 1615name = "rand_chacha" 1616version = "0.3.1" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1619dependencies = [ 1620 "ppv-lite86", 1621 "rand_core 0.6.4", 1622] 1623 1624[[package]] 1625name = "rand_chacha" 1626version = "0.9.0" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1629dependencies = [ 1630 "ppv-lite86", 1631 "rand_core 0.9.3", 1632] 1633 1634[[package]] 1635name = "rand_core" 1636version = "0.6.4" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1639dependencies = [ 1640 "getrandom 0.2.16", 1641] 1642 1643[[package]] 1644name = "rand_core" 1645version = "0.9.3" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1648dependencies = [ 1649 "getrandom 0.3.3", 1650] 1651 1652[[package]] 1653name = "redox_syscall" 1654version = "0.5.17" 1655source = "registry+https://github.com/rust-lang/crates.io-index" 1656checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 1657dependencies = [ 1658 "bitflags", 1659] 1660 1661[[package]] 1662name = "reqwest" 1663version = "0.12.23" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 1666dependencies = [ 1667 "base64 0.22.1", 1668 "bytes", 1669 "encoding_rs", 1670 "futures-core", 1671 "h2", 1672 "http", 1673 "http-body", 1674 "http-body-util", 1675 "hyper", 1676 "hyper-rustls", 1677 "hyper-tls", 1678 "hyper-util", 1679 "js-sys", 1680 "log", 1681 "mime", 1682 "native-tls", 1683 "percent-encoding", 1684 "pin-project-lite", 1685 "rustls-pki-types", 1686 "serde", 1687 "serde_json", 1688 "serde_urlencoded", 1689 "sync_wrapper", 1690 "tokio", 1691 "tokio-native-tls", 1692 "tower", 1693 "tower-http", 1694 "tower-service", 1695 "url", 1696 "wasm-bindgen", 1697 "wasm-bindgen-futures", 1698 "web-sys", 1699] 1700 1701[[package]] 1702name = "ring" 1703version = "0.17.14" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1706dependencies = [ 1707 "cc", 1708 "cfg-if", 1709 "getrandom 0.2.16", 1710 "libc", 1711 "untrusted", 1712 "windows-sys 0.52.0", 1713] 1714 1715[[package]] 1716name = "rs-car" 1717version = "0.5.0" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "660d1576a918f8ccab9a98025367f6c1996e7551d5059833ddf0995e2f444cbf" 1720dependencies = [ 1721 "blake2b_simd", 1722 "futures", 1723 "ipld-core", 1724 "serde_ipld_dagcbor", 1725 "sha2", 1726] 1727 1728[[package]] 1729name = "rsa" 1730version = "0.9.8" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 1733dependencies = [ 1734 "const-oid", 1735 "digest", 1736 "num-bigint-dig", 1737 "num-integer", 1738 "num-traits", 1739 "pkcs1", 1740 "pkcs8", 1741 "rand_core 0.6.4", 1742 "signature", 1743 "spki", 1744 "subtle", 1745 "zeroize", 1746] 1747 1748[[package]] 1749name = "rustc-demangle" 1750version = "0.1.26" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1753 1754[[package]] 1755name = "rustix" 1756version = "1.1.2" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1759dependencies = [ 1760 "bitflags", 1761 "errno", 1762 "libc", 1763 "linux-raw-sys", 1764 "windows-sys 0.61.1", 1765] 1766 1767[[package]] 1768name = "rustls" 1769version = "0.21.12" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 1772dependencies = [ 1773 "ring", 1774 "rustls-webpki 0.101.7", 1775 "sct", 1776] 1777 1778[[package]] 1779name = "rustls" 1780version = "0.23.32" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 1783dependencies = [ 1784 "once_cell", 1785 "rustls-pki-types", 1786 "rustls-webpki 0.103.6", 1787 "subtle", 1788 "zeroize", 1789] 1790 1791[[package]] 1792name = "rustls-pemfile" 1793version = "1.0.4" 1794source = "registry+https://github.com/rust-lang/crates.io-index" 1795checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1796dependencies = [ 1797 "base64 0.21.7", 1798] 1799 1800[[package]] 1801name = "rustls-pki-types" 1802version = "1.12.0" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1805dependencies = [ 1806 "zeroize", 1807] 1808 1809[[package]] 1810name = "rustls-webpki" 1811version = "0.101.7" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1814dependencies = [ 1815 "ring", 1816 "untrusted", 1817] 1818 1819[[package]] 1820name = "rustls-webpki" 1821version = "0.103.6" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb" 1824dependencies = [ 1825 "ring", 1826 "rustls-pki-types", 1827 "untrusted", 1828] 1829 1830[[package]] 1831name = "rustversion" 1832version = "1.0.22" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1835 1836[[package]] 1837name = "ryu" 1838version = "1.0.20" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1841 1842[[package]] 1843name = "schannel" 1844version = "0.1.28" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1847dependencies = [ 1848 "windows-sys 0.61.1", 1849] 1850 1851[[package]] 1852name = "scopeguard" 1853version = "1.2.0" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1856 1857[[package]] 1858name = "sct" 1859version = "0.7.1" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1862dependencies = [ 1863 "ring", 1864 "untrusted", 1865] 1866 1867[[package]] 1868name = "security-framework" 1869version = "2.11.1" 1870source = "registry+https://github.com/rust-lang/crates.io-index" 1871checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1872dependencies = [ 1873 "bitflags", 1874 "core-foundation", 1875 "core-foundation-sys", 1876 "libc", 1877 "security-framework-sys", 1878] 1879 1880[[package]] 1881name = "security-framework-sys" 1882version = "2.15.0" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1885dependencies = [ 1886 "core-foundation-sys", 1887 "libc", 1888] 1889 1890[[package]] 1891name = "serde" 1892version = "1.0.228" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1895dependencies = [ 1896 "serde_core", 1897 "serde_derive", 1898] 1899 1900[[package]] 1901name = "serde_bytes" 1902version = "0.11.19" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 1905dependencies = [ 1906 "serde", 1907 "serde_core", 1908] 1909 1910[[package]] 1911name = "serde_cbor" 1912version = "0.11.2" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 1915dependencies = [ 1916 "half", 1917 "serde", 1918] 1919 1920[[package]] 1921name = "serde_core" 1922version = "1.0.228" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1925dependencies = [ 1926 "serde_derive", 1927] 1928 1929[[package]] 1930name = "serde_derive" 1931version = "1.0.228" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1934dependencies = [ 1935 "proc-macro2", 1936 "quote", 1937 "syn 2.0.106", 1938] 1939 1940[[package]] 1941name = "serde_ipld_dagcbor" 1942version = "0.6.4" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 1945dependencies = [ 1946 "cbor4ii", 1947 "ipld-core", 1948 "scopeguard", 1949 "serde", 1950] 1951 1952[[package]] 1953name = "serde_json" 1954version = "1.0.143" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" 1957dependencies = [ 1958 "itoa", 1959 "memchr", 1960 "ryu", 1961 "serde", 1962] 1963 1964[[package]] 1965name = "serde_path_to_error" 1966version = "0.1.17" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 1969dependencies = [ 1970 "itoa", 1971 "serde", 1972] 1973 1974[[package]] 1975name = "serde_urlencoded" 1976version = "0.7.1" 1977source = "registry+https://github.com/rust-lang/crates.io-index" 1978checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1979dependencies = [ 1980 "form_urlencoded", 1981 "itoa", 1982 "ryu", 1983 "serde", 1984] 1985 1986[[package]] 1987name = "sha1" 1988version = "0.10.6" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1991dependencies = [ 1992 "cfg-if", 1993 "cpufeatures", 1994 "digest", 1995] 1996 1997[[package]] 1998name = "sha2" 1999version = "0.10.9" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2002dependencies = [ 2003 "cfg-if", 2004 "cpufeatures", 2005 "digest", 2006] 2007 2008[[package]] 2009name = "sharded-slab" 2010version = "0.1.7" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2013dependencies = [ 2014 "lazy_static", 2015] 2016 2017[[package]] 2018name = "shitsky" 2019version = "0.1.0" 2020dependencies = [ 2021 "async-stream", 2022 "axum", 2023 "chrono", 2024 "cid", 2025 "dotenvy", 2026 "futures", 2027 "futures-util", 2028 "listenfd", 2029 "maud", 2030 "reqwest", 2031 "rs-car", 2032 "serde", 2033 "serde_bytes", 2034 "serde_cbor", 2035 "serde_ipld_dagcbor", 2036 "serde_json", 2037 "sha2", 2038 "sqlx", 2039 "thiserror 2.0.17", 2040 "tokio", 2041 "tokio-tungstenite", 2042 "tower-http", 2043 "tracing", 2044 "tracing-subscriber", 2045 "url", 2046] 2047 2048[[package]] 2049name = "shlex" 2050version = "1.3.0" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2053 2054[[package]] 2055name = "signal-hook-registry" 2056version = "1.4.6" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2059dependencies = [ 2060 "libc", 2061] 2062 2063[[package]] 2064name = "signature" 2065version = "2.2.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2068dependencies = [ 2069 "digest", 2070 "rand_core 0.6.4", 2071] 2072 2073[[package]] 2074name = "slab" 2075version = "0.4.11" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2078 2079[[package]] 2080name = "smallvec" 2081version = "1.15.1" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2084 2085[[package]] 2086name = "socket2" 2087version = "0.6.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2090dependencies = [ 2091 "libc", 2092 "windows-sys 0.59.0", 2093] 2094 2095[[package]] 2096name = "spin" 2097version = "0.9.8" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2100dependencies = [ 2101 "lock_api", 2102] 2103 2104[[package]] 2105name = "spki" 2106version = "0.7.3" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2109dependencies = [ 2110 "base64ct", 2111 "der", 2112] 2113 2114[[package]] 2115name = "sqlformat" 2116version = "0.2.6" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 2119dependencies = [ 2120 "nom", 2121 "unicode_categories", 2122] 2123 2124[[package]] 2125name = "sqlx" 2126version = "0.7.4" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" 2129dependencies = [ 2130 "sqlx-core", 2131 "sqlx-macros", 2132 "sqlx-mysql", 2133 "sqlx-postgres", 2134 "sqlx-sqlite", 2135] 2136 2137[[package]] 2138name = "sqlx-core" 2139version = "0.7.4" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" 2142dependencies = [ 2143 "ahash", 2144 "atoi", 2145 "byteorder", 2146 "bytes", 2147 "chrono", 2148 "crc", 2149 "crossbeam-queue", 2150 "either", 2151 "event-listener", 2152 "futures-channel", 2153 "futures-core", 2154 "futures-intrusive", 2155 "futures-io", 2156 "futures-util", 2157 "hashlink", 2158 "hex", 2159 "indexmap", 2160 "log", 2161 "memchr", 2162 "once_cell", 2163 "paste", 2164 "percent-encoding", 2165 "rustls 0.21.12", 2166 "rustls-pemfile", 2167 "serde", 2168 "serde_json", 2169 "sha2", 2170 "smallvec", 2171 "sqlformat", 2172 "thiserror 1.0.69", 2173 "tokio", 2174 "tokio-stream", 2175 "tracing", 2176 "url", 2177 "webpki-roots", 2178] 2179 2180[[package]] 2181name = "sqlx-macros" 2182version = "0.7.4" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" 2185dependencies = [ 2186 "proc-macro2", 2187 "quote", 2188 "sqlx-core", 2189 "sqlx-macros-core", 2190 "syn 1.0.109", 2191] 2192 2193[[package]] 2194name = "sqlx-macros-core" 2195version = "0.7.4" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" 2198dependencies = [ 2199 "dotenvy", 2200 "either", 2201 "heck", 2202 "hex", 2203 "once_cell", 2204 "proc-macro2", 2205 "quote", 2206 "serde", 2207 "serde_json", 2208 "sha2", 2209 "sqlx-core", 2210 "sqlx-mysql", 2211 "sqlx-postgres", 2212 "sqlx-sqlite", 2213 "syn 1.0.109", 2214 "tempfile", 2215 "tokio", 2216 "url", 2217] 2218 2219[[package]] 2220name = "sqlx-mysql" 2221version = "0.7.4" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" 2224dependencies = [ 2225 "atoi", 2226 "base64 0.21.7", 2227 "bitflags", 2228 "byteorder", 2229 "bytes", 2230 "chrono", 2231 "crc", 2232 "digest", 2233 "dotenvy", 2234 "either", 2235 "futures-channel", 2236 "futures-core", 2237 "futures-io", 2238 "futures-util", 2239 "generic-array", 2240 "hex", 2241 "hkdf", 2242 "hmac", 2243 "itoa", 2244 "log", 2245 "md-5", 2246 "memchr", 2247 "once_cell", 2248 "percent-encoding", 2249 "rand 0.8.5", 2250 "rsa", 2251 "serde", 2252 "sha1", 2253 "sha2", 2254 "smallvec", 2255 "sqlx-core", 2256 "stringprep", 2257 "thiserror 1.0.69", 2258 "tracing", 2259 "whoami", 2260] 2261 2262[[package]] 2263name = "sqlx-postgres" 2264version = "0.7.4" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" 2267dependencies = [ 2268 "atoi", 2269 "base64 0.21.7", 2270 "bitflags", 2271 "byteorder", 2272 "chrono", 2273 "crc", 2274 "dotenvy", 2275 "etcetera", 2276 "futures-channel", 2277 "futures-core", 2278 "futures-io", 2279 "futures-util", 2280 "hex", 2281 "hkdf", 2282 "hmac", 2283 "home", 2284 "itoa", 2285 "log", 2286 "md-5", 2287 "memchr", 2288 "once_cell", 2289 "rand 0.8.5", 2290 "serde", 2291 "serde_json", 2292 "sha2", 2293 "smallvec", 2294 "sqlx-core", 2295 "stringprep", 2296 "thiserror 1.0.69", 2297 "tracing", 2298 "whoami", 2299] 2300 2301[[package]] 2302name = "sqlx-sqlite" 2303version = "0.7.4" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" 2306dependencies = [ 2307 "atoi", 2308 "chrono", 2309 "flume", 2310 "futures-channel", 2311 "futures-core", 2312 "futures-executor", 2313 "futures-intrusive", 2314 "futures-util", 2315 "libsqlite3-sys", 2316 "log", 2317 "percent-encoding", 2318 "serde", 2319 "sqlx-core", 2320 "tracing", 2321 "url", 2322 "urlencoding", 2323] 2324 2325[[package]] 2326name = "stable_deref_trait" 2327version = "1.2.0" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2330 2331[[package]] 2332name = "stringprep" 2333version = "0.1.5" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2336dependencies = [ 2337 "unicode-bidi", 2338 "unicode-normalization", 2339 "unicode-properties", 2340] 2341 2342[[package]] 2343name = "subtle" 2344version = "2.6.1" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2347 2348[[package]] 2349name = "syn" 2350version = "1.0.109" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2353dependencies = [ 2354 "proc-macro2", 2355 "quote", 2356 "unicode-ident", 2357] 2358 2359[[package]] 2360name = "syn" 2361version = "2.0.106" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2364dependencies = [ 2365 "proc-macro2", 2366 "quote", 2367 "unicode-ident", 2368] 2369 2370[[package]] 2371name = "sync_wrapper" 2372version = "1.0.2" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2375dependencies = [ 2376 "futures-core", 2377] 2378 2379[[package]] 2380name = "synstructure" 2381version = "0.13.2" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2384dependencies = [ 2385 "proc-macro2", 2386 "quote", 2387 "syn 2.0.106", 2388] 2389 2390[[package]] 2391name = "system-configuration" 2392version = "0.6.1" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2395dependencies = [ 2396 "bitflags", 2397 "core-foundation", 2398 "system-configuration-sys", 2399] 2400 2401[[package]] 2402name = "system-configuration-sys" 2403version = "0.6.0" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2406dependencies = [ 2407 "core-foundation-sys", 2408 "libc", 2409] 2410 2411[[package]] 2412name = "tempfile" 2413version = "3.23.0" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 2416dependencies = [ 2417 "fastrand", 2418 "getrandom 0.3.3", 2419 "once_cell", 2420 "rustix", 2421 "windows-sys 0.61.1", 2422] 2423 2424[[package]] 2425name = "thiserror" 2426version = "1.0.69" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2429dependencies = [ 2430 "thiserror-impl 1.0.69", 2431] 2432 2433[[package]] 2434name = "thiserror" 2435version = "2.0.17" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2438dependencies = [ 2439 "thiserror-impl 2.0.17", 2440] 2441 2442[[package]] 2443name = "thiserror-impl" 2444version = "1.0.69" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2447dependencies = [ 2448 "proc-macro2", 2449 "quote", 2450 "syn 2.0.106", 2451] 2452 2453[[package]] 2454name = "thiserror-impl" 2455version = "2.0.17" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2458dependencies = [ 2459 "proc-macro2", 2460 "quote", 2461 "syn 2.0.106", 2462] 2463 2464[[package]] 2465name = "thread_local" 2466version = "1.1.9" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2469dependencies = [ 2470 "cfg-if", 2471] 2472 2473[[package]] 2474name = "tinystr" 2475version = "0.8.1" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2478dependencies = [ 2479 "displaydoc", 2480 "zerovec", 2481] 2482 2483[[package]] 2484name = "tinyvec" 2485version = "1.10.0" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2488dependencies = [ 2489 "tinyvec_macros", 2490] 2491 2492[[package]] 2493name = "tinyvec_macros" 2494version = "0.1.1" 2495source = "registry+https://github.com/rust-lang/crates.io-index" 2496checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2497 2498[[package]] 2499name = "tokio" 2500version = "1.47.1" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 2503dependencies = [ 2504 "backtrace", 2505 "bytes", 2506 "io-uring", 2507 "libc", 2508 "mio", 2509 "parking_lot", 2510 "pin-project-lite", 2511 "signal-hook-registry", 2512 "slab", 2513 "socket2", 2514 "tokio-macros", 2515 "windows-sys 0.59.0", 2516] 2517 2518[[package]] 2519name = "tokio-macros" 2520version = "2.5.0" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2523dependencies = [ 2524 "proc-macro2", 2525 "quote", 2526 "syn 2.0.106", 2527] 2528 2529[[package]] 2530name = "tokio-native-tls" 2531version = "0.3.1" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2534dependencies = [ 2535 "native-tls", 2536 "tokio", 2537] 2538 2539[[package]] 2540name = "tokio-rustls" 2541version = "0.26.4" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2544dependencies = [ 2545 "rustls 0.23.32", 2546 "tokio", 2547] 2548 2549[[package]] 2550name = "tokio-stream" 2551version = "0.1.17" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 2554dependencies = [ 2555 "futures-core", 2556 "pin-project-lite", 2557 "tokio", 2558] 2559 2560[[package]] 2561name = "tokio-tungstenite" 2562version = "0.28.0" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 2565dependencies = [ 2566 "futures-util", 2567 "log", 2568 "native-tls", 2569 "tokio", 2570 "tokio-native-tls", 2571 "tungstenite", 2572] 2573 2574[[package]] 2575name = "tokio-util" 2576version = "0.7.16" 2577source = "registry+https://github.com/rust-lang/crates.io-index" 2578checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 2579dependencies = [ 2580 "bytes", 2581 "futures-core", 2582 "futures-sink", 2583 "pin-project-lite", 2584 "tokio", 2585] 2586 2587[[package]] 2588name = "tower" 2589version = "0.5.2" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2592dependencies = [ 2593 "futures-core", 2594 "futures-util", 2595 "pin-project-lite", 2596 "sync_wrapper", 2597 "tokio", 2598 "tower-layer", 2599 "tower-service", 2600 "tracing", 2601] 2602 2603[[package]] 2604name = "tower-http" 2605version = "0.6.6" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2608dependencies = [ 2609 "bitflags", 2610 "bytes", 2611 "futures-util", 2612 "http", 2613 "http-body", 2614 "iri-string", 2615 "pin-project-lite", 2616 "tower", 2617 "tower-layer", 2618 "tower-service", 2619 "tracing", 2620] 2621 2622[[package]] 2623name = "tower-layer" 2624version = "0.3.3" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2627 2628[[package]] 2629name = "tower-service" 2630version = "0.3.3" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2633 2634[[package]] 2635name = "tracing" 2636version = "0.1.41" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2639dependencies = [ 2640 "log", 2641 "pin-project-lite", 2642 "tracing-attributes", 2643 "tracing-core", 2644] 2645 2646[[package]] 2647name = "tracing-attributes" 2648version = "0.1.30" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 2651dependencies = [ 2652 "proc-macro2", 2653 "quote", 2654 "syn 2.0.106", 2655] 2656 2657[[package]] 2658name = "tracing-core" 2659version = "0.1.34" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2662dependencies = [ 2663 "once_cell", 2664 "valuable", 2665] 2666 2667[[package]] 2668name = "tracing-log" 2669version = "0.2.0" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2672dependencies = [ 2673 "log", 2674 "once_cell", 2675 "tracing-core", 2676] 2677 2678[[package]] 2679name = "tracing-subscriber" 2680version = "0.3.20" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 2683dependencies = [ 2684 "nu-ansi-term", 2685 "sharded-slab", 2686 "smallvec", 2687 "thread_local", 2688 "tracing-core", 2689 "tracing-log", 2690] 2691 2692[[package]] 2693name = "try-lock" 2694version = "0.2.5" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2697 2698[[package]] 2699name = "tungstenite" 2700version = "0.28.0" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 2703dependencies = [ 2704 "bytes", 2705 "data-encoding", 2706 "http", 2707 "httparse", 2708 "log", 2709 "native-tls", 2710 "rand 0.9.2", 2711 "sha1", 2712 "thiserror 2.0.17", 2713 "utf-8", 2714] 2715 2716[[package]] 2717name = "typenum" 2718version = "1.18.0" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2721 2722[[package]] 2723name = "unicode-bidi" 2724version = "0.3.18" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2727 2728[[package]] 2729name = "unicode-ident" 2730version = "1.0.19" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 2733 2734[[package]] 2735name = "unicode-normalization" 2736version = "0.1.24" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 2739dependencies = [ 2740 "tinyvec", 2741] 2742 2743[[package]] 2744name = "unicode-properties" 2745version = "0.1.3" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 2748 2749[[package]] 2750name = "unicode-segmentation" 2751version = "1.12.0" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2754 2755[[package]] 2756name = "unicode_categories" 2757version = "0.1.1" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 2760 2761[[package]] 2762name = "unsigned-varint" 2763version = "0.8.0" 2764source = "registry+https://github.com/rust-lang/crates.io-index" 2765checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2766 2767[[package]] 2768name = "untrusted" 2769version = "0.9.0" 2770source = "registry+https://github.com/rust-lang/crates.io-index" 2771checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2772 2773[[package]] 2774name = "url" 2775version = "2.5.7" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2778dependencies = [ 2779 "form_urlencoded", 2780 "idna", 2781 "percent-encoding", 2782 "serde", 2783] 2784 2785[[package]] 2786name = "urlencoding" 2787version = "2.1.3" 2788source = "registry+https://github.com/rust-lang/crates.io-index" 2789checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 2790 2791[[package]] 2792name = "utf-8" 2793version = "0.7.6" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2796 2797[[package]] 2798name = "utf8_iter" 2799version = "1.0.4" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2802 2803[[package]] 2804name = "uuid" 2805version = "1.18.1" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 2808dependencies = [ 2809 "js-sys", 2810 "wasm-bindgen", 2811] 2812 2813[[package]] 2814name = "valuable" 2815version = "0.1.1" 2816source = "registry+https://github.com/rust-lang/crates.io-index" 2817checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2818 2819[[package]] 2820name = "vcpkg" 2821version = "0.2.15" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2824 2825[[package]] 2826name = "version_check" 2827version = "0.9.5" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2830 2831[[package]] 2832name = "want" 2833version = "0.3.1" 2834source = "registry+https://github.com/rust-lang/crates.io-index" 2835checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2836dependencies = [ 2837 "try-lock", 2838] 2839 2840[[package]] 2841name = "wasi" 2842version = "0.11.1+wasi-snapshot-preview1" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2845 2846[[package]] 2847name = "wasi" 2848version = "0.14.7+wasi-0.2.4" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 2851dependencies = [ 2852 "wasip2", 2853] 2854 2855[[package]] 2856name = "wasip2" 2857version = "1.0.1+wasi-0.2.4" 2858source = "registry+https://github.com/rust-lang/crates.io-index" 2859checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2860dependencies = [ 2861 "wit-bindgen", 2862] 2863 2864[[package]] 2865name = "wasite" 2866version = "0.1.0" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 2869 2870[[package]] 2871name = "wasm-bindgen" 2872version = "0.2.101" 2873source = "registry+https://github.com/rust-lang/crates.io-index" 2874checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" 2875dependencies = [ 2876 "cfg-if", 2877 "once_cell", 2878 "rustversion", 2879 "wasm-bindgen-macro", 2880 "wasm-bindgen-shared", 2881] 2882 2883[[package]] 2884name = "wasm-bindgen-backend" 2885version = "0.2.101" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" 2888dependencies = [ 2889 "bumpalo", 2890 "log", 2891 "proc-macro2", 2892 "quote", 2893 "syn 2.0.106", 2894 "wasm-bindgen-shared", 2895] 2896 2897[[package]] 2898name = "wasm-bindgen-futures" 2899version = "0.4.51" 2900source = "registry+https://github.com/rust-lang/crates.io-index" 2901checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" 2902dependencies = [ 2903 "cfg-if", 2904 "js-sys", 2905 "once_cell", 2906 "wasm-bindgen", 2907 "web-sys", 2908] 2909 2910[[package]] 2911name = "wasm-bindgen-macro" 2912version = "0.2.101" 2913source = "registry+https://github.com/rust-lang/crates.io-index" 2914checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" 2915dependencies = [ 2916 "quote", 2917 "wasm-bindgen-macro-support", 2918] 2919 2920[[package]] 2921name = "wasm-bindgen-macro-support" 2922version = "0.2.101" 2923source = "registry+https://github.com/rust-lang/crates.io-index" 2924checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" 2925dependencies = [ 2926 "proc-macro2", 2927 "quote", 2928 "syn 2.0.106", 2929 "wasm-bindgen-backend", 2930 "wasm-bindgen-shared", 2931] 2932 2933[[package]] 2934name = "wasm-bindgen-shared" 2935version = "0.2.101" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" 2938dependencies = [ 2939 "unicode-ident", 2940] 2941 2942[[package]] 2943name = "web-sys" 2944version = "0.3.78" 2945source = "registry+https://github.com/rust-lang/crates.io-index" 2946checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" 2947dependencies = [ 2948 "js-sys", 2949 "wasm-bindgen", 2950] 2951 2952[[package]] 2953name = "webpki-roots" 2954version = "0.25.4" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 2957 2958[[package]] 2959name = "whoami" 2960version = "1.6.1" 2961source = "registry+https://github.com/rust-lang/crates.io-index" 2962checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 2963dependencies = [ 2964 "libredox", 2965 "wasite", 2966] 2967 2968[[package]] 2969name = "winapi" 2970version = "0.3.9" 2971source = "registry+https://github.com/rust-lang/crates.io-index" 2972checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2973dependencies = [ 2974 "winapi-i686-pc-windows-gnu", 2975 "winapi-x86_64-pc-windows-gnu", 2976] 2977 2978[[package]] 2979name = "winapi-i686-pc-windows-gnu" 2980version = "0.4.0" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2983 2984[[package]] 2985name = "winapi-x86_64-pc-windows-gnu" 2986version = "0.4.0" 2987source = "registry+https://github.com/rust-lang/crates.io-index" 2988checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2989 2990[[package]] 2991name = "windows-core" 2992version = "0.62.1" 2993source = "registry+https://github.com/rust-lang/crates.io-index" 2994checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 2995dependencies = [ 2996 "windows-implement", 2997 "windows-interface", 2998 "windows-link 0.2.0", 2999 "windows-result 0.4.0", 3000 "windows-strings 0.5.0", 3001] 3002 3003[[package]] 3004name = "windows-implement" 3005version = "0.60.1" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 3008dependencies = [ 3009 "proc-macro2", 3010 "quote", 3011 "syn 2.0.106", 3012] 3013 3014[[package]] 3015name = "windows-interface" 3016version = "0.59.2" 3017source = "registry+https://github.com/rust-lang/crates.io-index" 3018checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 3019dependencies = [ 3020 "proc-macro2", 3021 "quote", 3022 "syn 2.0.106", 3023] 3024 3025[[package]] 3026name = "windows-link" 3027version = "0.1.3" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3030 3031[[package]] 3032name = "windows-link" 3033version = "0.2.0" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 3036 3037[[package]] 3038name = "windows-registry" 3039version = "0.5.3" 3040source = "registry+https://github.com/rust-lang/crates.io-index" 3041checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 3042dependencies = [ 3043 "windows-link 0.1.3", 3044 "windows-result 0.3.4", 3045 "windows-strings 0.4.2", 3046] 3047 3048[[package]] 3049name = "windows-result" 3050version = "0.3.4" 3051source = "registry+https://github.com/rust-lang/crates.io-index" 3052checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3053dependencies = [ 3054 "windows-link 0.1.3", 3055] 3056 3057[[package]] 3058name = "windows-result" 3059version = "0.4.0" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 3062dependencies = [ 3063 "windows-link 0.2.0", 3064] 3065 3066[[package]] 3067name = "windows-strings" 3068version = "0.4.2" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3071dependencies = [ 3072 "windows-link 0.1.3", 3073] 3074 3075[[package]] 3076name = "windows-strings" 3077version = "0.5.0" 3078source = "registry+https://github.com/rust-lang/crates.io-index" 3079checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 3080dependencies = [ 3081 "windows-link 0.2.0", 3082] 3083 3084[[package]] 3085name = "windows-sys" 3086version = "0.48.0" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3089dependencies = [ 3090 "windows-targets 0.48.5", 3091] 3092 3093[[package]] 3094name = "windows-sys" 3095version = "0.52.0" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3098dependencies = [ 3099 "windows-targets 0.52.6", 3100] 3101 3102[[package]] 3103name = "windows-sys" 3104version = "0.59.0" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3107dependencies = [ 3108 "windows-targets 0.52.6", 3109] 3110 3111[[package]] 3112name = "windows-sys" 3113version = "0.61.1" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 3116dependencies = [ 3117 "windows-link 0.2.0", 3118] 3119 3120[[package]] 3121name = "windows-targets" 3122version = "0.48.5" 3123source = "registry+https://github.com/rust-lang/crates.io-index" 3124checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3125dependencies = [ 3126 "windows_aarch64_gnullvm 0.48.5", 3127 "windows_aarch64_msvc 0.48.5", 3128 "windows_i686_gnu 0.48.5", 3129 "windows_i686_msvc 0.48.5", 3130 "windows_x86_64_gnu 0.48.5", 3131 "windows_x86_64_gnullvm 0.48.5", 3132 "windows_x86_64_msvc 0.48.5", 3133] 3134 3135[[package]] 3136name = "windows-targets" 3137version = "0.52.6" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3140dependencies = [ 3141 "windows_aarch64_gnullvm 0.52.6", 3142 "windows_aarch64_msvc 0.52.6", 3143 "windows_i686_gnu 0.52.6", 3144 "windows_i686_gnullvm", 3145 "windows_i686_msvc 0.52.6", 3146 "windows_x86_64_gnu 0.52.6", 3147 "windows_x86_64_gnullvm 0.52.6", 3148 "windows_x86_64_msvc 0.52.6", 3149] 3150 3151[[package]] 3152name = "windows_aarch64_gnullvm" 3153version = "0.48.5" 3154source = "registry+https://github.com/rust-lang/crates.io-index" 3155checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3156 3157[[package]] 3158name = "windows_aarch64_gnullvm" 3159version = "0.52.6" 3160source = "registry+https://github.com/rust-lang/crates.io-index" 3161checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3162 3163[[package]] 3164name = "windows_aarch64_msvc" 3165version = "0.48.5" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3168 3169[[package]] 3170name = "windows_aarch64_msvc" 3171version = "0.52.6" 3172source = "registry+https://github.com/rust-lang/crates.io-index" 3173checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3174 3175[[package]] 3176name = "windows_i686_gnu" 3177version = "0.48.5" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3180 3181[[package]] 3182name = "windows_i686_gnu" 3183version = "0.52.6" 3184source = "registry+https://github.com/rust-lang/crates.io-index" 3185checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3186 3187[[package]] 3188name = "windows_i686_gnullvm" 3189version = "0.52.6" 3190source = "registry+https://github.com/rust-lang/crates.io-index" 3191checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3192 3193[[package]] 3194name = "windows_i686_msvc" 3195version = "0.48.5" 3196source = "registry+https://github.com/rust-lang/crates.io-index" 3197checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3198 3199[[package]] 3200name = "windows_i686_msvc" 3201version = "0.52.6" 3202source = "registry+https://github.com/rust-lang/crates.io-index" 3203checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3204 3205[[package]] 3206name = "windows_x86_64_gnu" 3207version = "0.48.5" 3208source = "registry+https://github.com/rust-lang/crates.io-index" 3209checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3210 3211[[package]] 3212name = "windows_x86_64_gnu" 3213version = "0.52.6" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3216 3217[[package]] 3218name = "windows_x86_64_gnullvm" 3219version = "0.48.5" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3222 3223[[package]] 3224name = "windows_x86_64_gnullvm" 3225version = "0.52.6" 3226source = "registry+https://github.com/rust-lang/crates.io-index" 3227checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3228 3229[[package]] 3230name = "windows_x86_64_msvc" 3231version = "0.48.5" 3232source = "registry+https://github.com/rust-lang/crates.io-index" 3233checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3234 3235[[package]] 3236name = "windows_x86_64_msvc" 3237version = "0.52.6" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3240 3241[[package]] 3242name = "wit-bindgen" 3243version = "0.46.0" 3244source = "registry+https://github.com/rust-lang/crates.io-index" 3245checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3246 3247[[package]] 3248name = "writeable" 3249version = "0.6.1" 3250source = "registry+https://github.com/rust-lang/crates.io-index" 3251checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3252 3253[[package]] 3254name = "yoke" 3255version = "0.8.0" 3256source = "registry+https://github.com/rust-lang/crates.io-index" 3257checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3258dependencies = [ 3259 "serde", 3260 "stable_deref_trait", 3261 "yoke-derive", 3262 "zerofrom", 3263] 3264 3265[[package]] 3266name = "yoke-derive" 3267version = "0.8.0" 3268source = "registry+https://github.com/rust-lang/crates.io-index" 3269checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3270dependencies = [ 3271 "proc-macro2", 3272 "quote", 3273 "syn 2.0.106", 3274 "synstructure", 3275] 3276 3277[[package]] 3278name = "zerocopy" 3279version = "0.8.27" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 3282dependencies = [ 3283 "zerocopy-derive", 3284] 3285 3286[[package]] 3287name = "zerocopy-derive" 3288version = "0.8.27" 3289source = "registry+https://github.com/rust-lang/crates.io-index" 3290checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 3291dependencies = [ 3292 "proc-macro2", 3293 "quote", 3294 "syn 2.0.106", 3295] 3296 3297[[package]] 3298name = "zerofrom" 3299version = "0.1.6" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3302dependencies = [ 3303 "zerofrom-derive", 3304] 3305 3306[[package]] 3307name = "zerofrom-derive" 3308version = "0.1.6" 3309source = "registry+https://github.com/rust-lang/crates.io-index" 3310checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3311dependencies = [ 3312 "proc-macro2", 3313 "quote", 3314 "syn 2.0.106", 3315 "synstructure", 3316] 3317 3318[[package]] 3319name = "zeroize" 3320version = "1.8.1" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3323 3324[[package]] 3325name = "zerotrie" 3326version = "0.2.2" 3327source = "registry+https://github.com/rust-lang/crates.io-index" 3328checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3329dependencies = [ 3330 "displaydoc", 3331 "yoke", 3332 "zerofrom", 3333] 3334 3335[[package]] 3336name = "zerovec" 3337version = "0.11.4" 3338source = "registry+https://github.com/rust-lang/crates.io-index" 3339checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 3340dependencies = [ 3341 "yoke", 3342 "zerofrom", 3343 "zerovec-derive", 3344] 3345 3346[[package]] 3347name = "zerovec-derive" 3348version = "0.11.1" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3351dependencies = [ 3352 "proc-macro2", 3353 "quote", 3354 "syn 2.0.106", 3355]