this repo has no description
at main 91 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 = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "android-tzdata" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "async-compression" 52version = "0.4.27" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "ddb939d66e4ae03cee6091612804ba446b12878410cfa17f785f4dd67d4014e8" 55dependencies = [ 56 "flate2", 57 "futures-core", 58 "memchr", 59 "pin-project-lite", 60 "tokio", 61] 62 63[[package]] 64name = "async-lock" 65version = "3.4.0" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 68dependencies = [ 69 "event-listener", 70 "event-listener-strategy", 71 "pin-project-lite", 72] 73 74[[package]] 75name = "async-trait" 76version = "0.1.88" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 79dependencies = [ 80 "proc-macro2", 81 "quote", 82 "syn", 83] 84 85[[package]] 86name = "atoi" 87version = "2.0.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 90dependencies = [ 91 "num-traits", 92] 93 94[[package]] 95name = "atrium-api" 96version = "0.25.4" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "46355d3245edc7b3160b2a45fe55d09a6963ebd3eee0252feb6b72fb0eb71463" 99dependencies = [ 100 "atrium-common", 101 "atrium-xrpc", 102 "chrono", 103 "http", 104 "ipld-core", 105 "langtag", 106 "regex", 107 "serde", 108 "serde_bytes", 109 "serde_json", 110 "thiserror 1.0.69", 111 "tokio", 112 "trait-variant", 113] 114 115[[package]] 116name = "atrium-common" 117version = "0.1.2" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4" 120dependencies = [ 121 "dashmap", 122 "lru", 123 "moka", 124 "thiserror 1.0.69", 125 "tokio", 126 "trait-variant", 127 "web-time", 128] 129 130[[package]] 131name = "atrium-identity" 132version = "0.1.5" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "c9e2d42bb4dbea038f4f5f45e3af2a89d61a9894a75f06aa550b74a60d2be380" 135dependencies = [ 136 "atrium-api", 137 "atrium-common", 138 "atrium-xrpc", 139 "serde", 140 "serde_html_form", 141 "serde_json", 142 "thiserror 1.0.69", 143 "trait-variant", 144] 145 146[[package]] 147name = "atrium-oauth" 148version = "0.1.3" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "ca22dc4eaf77fd9bf050b21192ac58cd654a437d28e000ec114ebd93a51d36f5" 151dependencies = [ 152 "atrium-api", 153 "atrium-common", 154 "atrium-identity", 155 "atrium-xrpc", 156 "base64", 157 "chrono", 158 "dashmap", 159 "ecdsa", 160 "elliptic-curve", 161 "jose-jwa", 162 "jose-jwk", 163 "p256", 164 "rand", 165 "reqwest", 166 "serde", 167 "serde_html_form", 168 "serde_json", 169 "sha2", 170 "thiserror 1.0.69", 171 "tokio", 172 "trait-variant", 173] 174 175[[package]] 176name = "atrium-xrpc" 177version = "0.12.3" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 180dependencies = [ 181 "http", 182 "serde", 183 "serde_html_form", 184 "serde_json", 185 "thiserror 1.0.69", 186 "trait-variant", 187] 188 189[[package]] 190name = "autocfg" 191version = "1.5.0" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 194 195[[package]] 196name = "axum" 197version = "0.8.4" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 200dependencies = [ 201 "axum-core", 202 "bytes", 203 "form_urlencoded", 204 "futures-util", 205 "http", 206 "http-body", 207 "http-body-util", 208 "hyper", 209 "hyper-util", 210 "itoa", 211 "matchit", 212 "memchr", 213 "mime", 214 "percent-encoding", 215 "pin-project-lite", 216 "rustversion", 217 "serde", 218 "serde_json", 219 "serde_path_to_error", 220 "serde_urlencoded", 221 "sync_wrapper", 222 "tokio", 223 "tower", 224 "tower-layer", 225 "tower-service", 226 "tracing", 227] 228 229[[package]] 230name = "axum-core" 231version = "0.5.2" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 234dependencies = [ 235 "bytes", 236 "futures-core", 237 "http", 238 "http-body", 239 "http-body-util", 240 "mime", 241 "pin-project-lite", 242 "rustversion", 243 "sync_wrapper", 244 "tower-layer", 245 "tower-service", 246 "tracing", 247] 248 249[[package]] 250name = "backtrace" 251version = "0.3.75" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 254dependencies = [ 255 "addr2line", 256 "cfg-if", 257 "libc", 258 "miniz_oxide", 259 "object", 260 "rustc-demangle", 261 "windows-targets 0.52.6", 262] 263 264[[package]] 265name = "base-x" 266version = "0.2.11" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 269 270[[package]] 271name = "base16ct" 272version = "0.2.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 275 276[[package]] 277name = "base64" 278version = "0.22.1" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 281 282[[package]] 283name = "base64ct" 284version = "1.8.0" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 287 288[[package]] 289name = "bb8" 290version = "0.9.0" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "212d8b8e1a22743d9241575c6ba822cf9c8fef34771c86ab7e477a4fbfd254e5" 293dependencies = [ 294 "futures-util", 295 "parking_lot", 296 "tokio", 297] 298 299[[package]] 300name = "bb8-redis" 301version = "0.24.0" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "5143936af5e1eea1a881e3e3d21b6777da6315e5e307bc3d0c2301c44fa37da9" 304dependencies = [ 305 "bb8", 306 "redis", 307] 308 309[[package]] 310name = "bitflags" 311version = "2.9.1" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 314dependencies = [ 315 "serde", 316] 317 318[[package]] 319name = "block-buffer" 320version = "0.10.4" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 323dependencies = [ 324 "generic-array", 325] 326 327[[package]] 328name = "bumpalo" 329version = "3.17.0" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 332 333[[package]] 334name = "byteorder" 335version = "1.5.0" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 338 339[[package]] 340name = "bytes" 341version = "1.10.1" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 344 345[[package]] 346name = "cc" 347version = "1.2.30" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" 350dependencies = [ 351 "shlex", 352] 353 354[[package]] 355name = "cfg-if" 356version = "1.0.1" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 359 360[[package]] 361name = "chrono" 362version = "0.4.41" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 365dependencies = [ 366 "android-tzdata", 367 "iana-time-zone", 368 "js-sys", 369 "num-traits", 370 "serde", 371 "wasm-bindgen", 372 "windows-link", 373] 374 375[[package]] 376name = "cid" 377version = "0.11.1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 380dependencies = [ 381 "core2", 382 "multibase", 383 "multihash", 384 "serde", 385 "serde_bytes", 386 "unsigned-varint", 387] 388 389[[package]] 390name = "combine" 391version = "4.6.7" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 394dependencies = [ 395 "bytes", 396 "futures-core", 397 "memchr", 398 "pin-project-lite", 399 "tokio", 400 "tokio-util", 401] 402 403[[package]] 404name = "concurrent-queue" 405version = "2.5.0" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 408dependencies = [ 409 "crossbeam-utils", 410] 411 412[[package]] 413name = "const-oid" 414version = "0.9.6" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 417 418[[package]] 419name = "cookie" 420version = "0.18.1" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 423dependencies = [ 424 "percent-encoding", 425 "time", 426 "version_check", 427] 428 429[[package]] 430name = "core-foundation" 431version = "0.9.4" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 434dependencies = [ 435 "core-foundation-sys", 436 "libc", 437] 438 439[[package]] 440name = "core-foundation-sys" 441version = "0.8.7" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 444 445[[package]] 446name = "core2" 447version = "0.4.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 450dependencies = [ 451 "memchr", 452] 453 454[[package]] 455name = "cpufeatures" 456version = "0.2.17" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 459dependencies = [ 460 "libc", 461] 462 463[[package]] 464name = "crc" 465version = "3.3.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" 468dependencies = [ 469 "crc-catalog", 470] 471 472[[package]] 473name = "crc-catalog" 474version = "2.4.0" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 477 478[[package]] 479name = "crc32fast" 480version = "1.5.0" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 483dependencies = [ 484 "cfg-if", 485] 486 487[[package]] 488name = "crossbeam-channel" 489version = "0.5.15" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 492dependencies = [ 493 "crossbeam-utils", 494] 495 496[[package]] 497name = "crossbeam-epoch" 498version = "0.9.18" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 501dependencies = [ 502 "crossbeam-utils", 503] 504 505[[package]] 506name = "crossbeam-queue" 507version = "0.3.12" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 510dependencies = [ 511 "crossbeam-utils", 512] 513 514[[package]] 515name = "crossbeam-utils" 516version = "0.8.21" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 519 520[[package]] 521name = "crypto-bigint" 522version = "0.5.5" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 525dependencies = [ 526 "generic-array", 527 "rand_core", 528 "subtle", 529 "zeroize", 530] 531 532[[package]] 533name = "crypto-common" 534version = "0.1.6" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 537dependencies = [ 538 "generic-array", 539 "typenum", 540] 541 542[[package]] 543name = "dashmap" 544version = "6.1.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 547dependencies = [ 548 "cfg-if", 549 "crossbeam-utils", 550 "hashbrown 0.14.5", 551 "lock_api", 552 "once_cell", 553 "parking_lot_core", 554] 555 556[[package]] 557name = "data-encoding" 558version = "2.9.0" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 561 562[[package]] 563name = "data-encoding-macro" 564version = "0.1.18" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 567dependencies = [ 568 "data-encoding", 569 "data-encoding-macro-internal", 570] 571 572[[package]] 573name = "data-encoding-macro-internal" 574version = "0.1.16" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 577dependencies = [ 578 "data-encoding", 579 "syn", 580] 581 582[[package]] 583name = "der" 584version = "0.7.10" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 587dependencies = [ 588 "const-oid", 589 "pem-rfc7468", 590 "zeroize", 591] 592 593[[package]] 594name = "deranged" 595version = "0.4.0" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 598dependencies = [ 599 "powerfmt", 600 "serde", 601] 602 603[[package]] 604name = "digest" 605version = "0.10.7" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 608dependencies = [ 609 "block-buffer", 610 "const-oid", 611 "crypto-common", 612 "subtle", 613] 614 615[[package]] 616name = "displaydoc" 617version = "0.2.5" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 620dependencies = [ 621 "proc-macro2", 622 "quote", 623 "syn", 624] 625 626[[package]] 627name = "dotenv" 628version = "0.15.0" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 631 632[[package]] 633name = "dotenvy" 634version = "0.15.7" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 637 638[[package]] 639name = "ecdsa" 640version = "0.16.9" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 643dependencies = [ 644 "der", 645 "digest", 646 "elliptic-curve", 647 "rfc6979", 648 "signature", 649] 650 651[[package]] 652name = "either" 653version = "1.15.0" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 656dependencies = [ 657 "serde", 658] 659 660[[package]] 661name = "elliptic-curve" 662version = "0.13.8" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 665dependencies = [ 666 "base16ct", 667 "crypto-bigint", 668 "digest", 669 "ff", 670 "generic-array", 671 "group", 672 "rand_core", 673 "sec1", 674 "subtle", 675 "zeroize", 676] 677 678[[package]] 679name = "enum-as-inner" 680version = "0.6.1" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 683dependencies = [ 684 "heck", 685 "proc-macro2", 686 "quote", 687 "syn", 688] 689 690[[package]] 691name = "equivalent" 692version = "1.0.2" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 695 696[[package]] 697name = "errno" 698version = "0.3.13" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 701dependencies = [ 702 "libc", 703 "windows-sys 0.59.0", 704] 705 706[[package]] 707name = "etcetera" 708version = "0.8.0" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 711dependencies = [ 712 "cfg-if", 713 "home", 714 "windows-sys 0.48.0", 715] 716 717[[package]] 718name = "event-listener" 719version = "5.4.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 722dependencies = [ 723 "concurrent-queue", 724 "parking", 725 "pin-project-lite", 726] 727 728[[package]] 729name = "event-listener-strategy" 730version = "0.5.4" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 733dependencies = [ 734 "event-listener", 735 "pin-project-lite", 736] 737 738[[package]] 739name = "fastrand" 740version = "2.3.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 743 744[[package]] 745name = "ff" 746version = "0.13.1" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 749dependencies = [ 750 "rand_core", 751 "subtle", 752] 753 754[[package]] 755name = "flate2" 756version = "1.1.2" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 759dependencies = [ 760 "crc32fast", 761 "miniz_oxide", 762] 763 764[[package]] 765name = "flume" 766version = "0.11.1" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 769dependencies = [ 770 "futures-core", 771 "futures-sink", 772 "spin", 773] 774 775[[package]] 776name = "fnv" 777version = "1.0.7" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 780 781[[package]] 782name = "foldhash" 783version = "0.1.5" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 786 787[[package]] 788name = "foreign-types" 789version = "0.3.2" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 792dependencies = [ 793 "foreign-types-shared", 794] 795 796[[package]] 797name = "foreign-types-shared" 798version = "0.1.1" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 801 802[[package]] 803name = "form_urlencoded" 804version = "1.2.1" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 807dependencies = [ 808 "percent-encoding", 809] 810 811[[package]] 812name = "futures" 813version = "0.3.31" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 816dependencies = [ 817 "futures-channel", 818 "futures-core", 819 "futures-io", 820 "futures-sink", 821 "futures-task", 822 "futures-util", 823] 824 825[[package]] 826name = "futures-channel" 827version = "0.3.31" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 830dependencies = [ 831 "futures-core", 832 "futures-sink", 833] 834 835[[package]] 836name = "futures-core" 837version = "0.3.31" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 840 841[[package]] 842name = "futures-executor" 843version = "0.3.31" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 846dependencies = [ 847 "futures-core", 848 "futures-task", 849 "futures-util", 850] 851 852[[package]] 853name = "futures-intrusive" 854version = "0.5.0" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 857dependencies = [ 858 "futures-core", 859 "lock_api", 860 "parking_lot", 861] 862 863[[package]] 864name = "futures-io" 865version = "0.3.31" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 868 869[[package]] 870name = "futures-macro" 871version = "0.3.31" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 874dependencies = [ 875 "proc-macro2", 876 "quote", 877 "syn", 878] 879 880[[package]] 881name = "futures-sink" 882version = "0.3.31" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 885 886[[package]] 887name = "futures-task" 888version = "0.3.31" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 891 892[[package]] 893name = "futures-util" 894version = "0.3.31" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 897dependencies = [ 898 "futures-core", 899 "futures-io", 900 "futures-macro", 901 "futures-sink", 902 "futures-task", 903 "memchr", 904 "pin-project-lite", 905 "pin-utils", 906 "slab", 907] 908 909[[package]] 910name = "generator" 911version = "0.8.5" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" 914dependencies = [ 915 "cc", 916 "cfg-if", 917 "libc", 918 "log", 919 "rustversion", 920 "windows", 921] 922 923[[package]] 924name = "generic-array" 925version = "0.14.7" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 928dependencies = [ 929 "typenum", 930 "version_check", 931 "zeroize", 932] 933 934[[package]] 935name = "getrandom" 936version = "0.2.16" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 939dependencies = [ 940 "cfg-if", 941 "libc", 942 "wasi 0.11.1+wasi-snapshot-preview1", 943] 944 945[[package]] 946name = "getrandom" 947version = "0.3.3" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 950dependencies = [ 951 "cfg-if", 952 "libc", 953 "r-efi", 954 "wasi 0.14.2+wasi-0.2.4", 955] 956 957[[package]] 958name = "gimli" 959version = "0.31.1" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 962 963[[package]] 964name = "group" 965version = "0.13.0" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 968dependencies = [ 969 "ff", 970 "rand_core", 971 "subtle", 972] 973 974[[package]] 975name = "hashbrown" 976version = "0.14.5" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 979 980[[package]] 981name = "hashbrown" 982version = "0.15.4" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" 985dependencies = [ 986 "allocator-api2", 987 "equivalent", 988 "foldhash", 989] 990 991[[package]] 992name = "hashlink" 993version = "0.10.0" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 996dependencies = [ 997 "hashbrown 0.15.4", 998] 999 1000[[package]] 1001name = "heck" 1002version = "0.5.0" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1005 1006[[package]] 1007name = "hex" 1008version = "0.4.3" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1011 1012[[package]] 1013name = "hickory-proto" 1014version = "0.24.4" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 1017dependencies = [ 1018 "async-trait", 1019 "cfg-if", 1020 "data-encoding", 1021 "enum-as-inner", 1022 "futures-channel", 1023 "futures-io", 1024 "futures-util", 1025 "idna", 1026 "ipnet", 1027 "once_cell", 1028 "rand", 1029 "thiserror 1.0.69", 1030 "tinyvec", 1031 "tokio", 1032 "tracing", 1033 "url", 1034] 1035 1036[[package]] 1037name = "hickory-resolver" 1038version = "0.24.4" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 1041dependencies = [ 1042 "cfg-if", 1043 "futures-util", 1044 "hickory-proto", 1045 "ipconfig", 1046 "lru-cache", 1047 "once_cell", 1048 "parking_lot", 1049 "rand", 1050 "resolv-conf", 1051 "smallvec", 1052 "thiserror 1.0.69", 1053 "tokio", 1054 "tracing", 1055] 1056 1057[[package]] 1058name = "hkdf" 1059version = "0.12.4" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1062dependencies = [ 1063 "hmac", 1064] 1065 1066[[package]] 1067name = "hmac" 1068version = "0.12.1" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1071dependencies = [ 1072 "digest", 1073] 1074 1075[[package]] 1076name = "home" 1077version = "0.5.11" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 1080dependencies = [ 1081 "windows-sys 0.59.0", 1082] 1083 1084[[package]] 1085name = "http" 1086version = "1.3.1" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1089dependencies = [ 1090 "bytes", 1091 "fnv", 1092 "itoa", 1093] 1094 1095[[package]] 1096name = "http-body" 1097version = "1.0.1" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1100dependencies = [ 1101 "bytes", 1102 "http", 1103] 1104 1105[[package]] 1106name = "http-body-util" 1107version = "0.1.3" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1110dependencies = [ 1111 "bytes", 1112 "futures-core", 1113 "http", 1114 "http-body", 1115 "pin-project-lite", 1116] 1117 1118[[package]] 1119name = "httparse" 1120version = "1.10.1" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1123 1124[[package]] 1125name = "httpdate" 1126version = "1.0.3" 1127source = "registry+https://github.com/rust-lang/crates.io-index" 1128checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1129 1130[[package]] 1131name = "hyper" 1132version = "1.6.0" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1135dependencies = [ 1136 "bytes", 1137 "futures-channel", 1138 "futures-util", 1139 "http", 1140 "http-body", 1141 "httparse", 1142 "httpdate", 1143 "itoa", 1144 "pin-project-lite", 1145 "smallvec", 1146 "tokio", 1147 "want", 1148] 1149 1150[[package]] 1151name = "hyper-tls" 1152version = "0.6.0" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1155dependencies = [ 1156 "bytes", 1157 "http-body-util", 1158 "hyper", 1159 "hyper-util", 1160 "native-tls", 1161 "tokio", 1162 "tokio-native-tls", 1163 "tower-service", 1164] 1165 1166[[package]] 1167name = "hyper-util" 1168version = "0.1.16" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 1171dependencies = [ 1172 "base64", 1173 "bytes", 1174 "futures-channel", 1175 "futures-core", 1176 "futures-util", 1177 "http", 1178 "http-body", 1179 "hyper", 1180 "ipnet", 1181 "libc", 1182 "percent-encoding", 1183 "pin-project-lite", 1184 "socket2 0.6.0", 1185 "tokio", 1186 "tower-service", 1187 "tracing", 1188] 1189 1190[[package]] 1191name = "iana-time-zone" 1192version = "0.1.63" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1195dependencies = [ 1196 "android_system_properties", 1197 "core-foundation-sys", 1198 "iana-time-zone-haiku", 1199 "js-sys", 1200 "log", 1201 "wasm-bindgen", 1202 "windows-core", 1203] 1204 1205[[package]] 1206name = "iana-time-zone-haiku" 1207version = "0.1.2" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1210dependencies = [ 1211 "cc", 1212] 1213 1214[[package]] 1215name = "icu_collections" 1216version = "2.0.0" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1219dependencies = [ 1220 "displaydoc", 1221 "potential_utf", 1222 "yoke", 1223 "zerofrom", 1224 "zerovec", 1225] 1226 1227[[package]] 1228name = "icu_locale_core" 1229version = "2.0.0" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1232dependencies = [ 1233 "displaydoc", 1234 "litemap", 1235 "tinystr", 1236 "writeable", 1237 "zerovec", 1238] 1239 1240[[package]] 1241name = "icu_normalizer" 1242version = "2.0.0" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1245dependencies = [ 1246 "displaydoc", 1247 "icu_collections", 1248 "icu_normalizer_data", 1249 "icu_properties", 1250 "icu_provider", 1251 "smallvec", 1252 "zerovec", 1253] 1254 1255[[package]] 1256name = "icu_normalizer_data" 1257version = "2.0.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1260 1261[[package]] 1262name = "icu_properties" 1263version = "2.0.1" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1266dependencies = [ 1267 "displaydoc", 1268 "icu_collections", 1269 "icu_locale_core", 1270 "icu_properties_data", 1271 "icu_provider", 1272 "potential_utf", 1273 "zerotrie", 1274 "zerovec", 1275] 1276 1277[[package]] 1278name = "icu_properties_data" 1279version = "2.0.1" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1282 1283[[package]] 1284name = "icu_provider" 1285version = "2.0.0" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1288dependencies = [ 1289 "displaydoc", 1290 "icu_locale_core", 1291 "stable_deref_trait", 1292 "tinystr", 1293 "writeable", 1294 "yoke", 1295 "zerofrom", 1296 "zerotrie", 1297 "zerovec", 1298] 1299 1300[[package]] 1301name = "idna" 1302version = "1.0.3" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1305dependencies = [ 1306 "idna_adapter", 1307 "smallvec", 1308 "utf8_iter", 1309] 1310 1311[[package]] 1312name = "idna_adapter" 1313version = "1.2.1" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1316dependencies = [ 1317 "icu_normalizer", 1318 "icu_properties", 1319] 1320 1321[[package]] 1322name = "indexmap" 1323version = "2.10.0" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 1326dependencies = [ 1327 "equivalent", 1328 "hashbrown 0.15.4", 1329] 1330 1331[[package]] 1332name = "io-uring" 1333version = "0.7.9" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 1336dependencies = [ 1337 "bitflags", 1338 "cfg-if", 1339 "libc", 1340] 1341 1342[[package]] 1343name = "ipconfig" 1344version = "0.3.2" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1347dependencies = [ 1348 "socket2 0.5.10", 1349 "widestring", 1350 "windows-sys 0.48.0", 1351 "winreg", 1352] 1353 1354[[package]] 1355name = "ipld-core" 1356version = "0.4.2" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1359dependencies = [ 1360 "cid", 1361 "serde", 1362 "serde_bytes", 1363] 1364 1365[[package]] 1366name = "ipnet" 1367version = "2.11.0" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1370 1371[[package]] 1372name = "iri-string" 1373version = "0.7.8" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1376dependencies = [ 1377 "memchr", 1378 "serde", 1379] 1380 1381[[package]] 1382name = "itoa" 1383version = "1.0.15" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1386 1387[[package]] 1388name = "jose-b64" 1389version = "0.1.2" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 1392dependencies = [ 1393 "base64ct", 1394 "serde", 1395 "subtle", 1396 "zeroize", 1397] 1398 1399[[package]] 1400name = "jose-jwa" 1401version = "0.1.2" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 1404dependencies = [ 1405 "serde", 1406] 1407 1408[[package]] 1409name = "jose-jwk" 1410version = "0.1.2" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 1413dependencies = [ 1414 "jose-b64", 1415 "jose-jwa", 1416 "p256", 1417 "serde", 1418 "zeroize", 1419] 1420 1421[[package]] 1422name = "js-sys" 1423version = "0.3.77" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1426dependencies = [ 1427 "once_cell", 1428 "wasm-bindgen", 1429] 1430 1431[[package]] 1432name = "langtag" 1433version = "0.3.4" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1436dependencies = [ 1437 "serde", 1438] 1439 1440[[package]] 1441name = "lazy_static" 1442version = "1.5.0" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1445dependencies = [ 1446 "spin", 1447] 1448 1449[[package]] 1450name = "libc" 1451version = "0.2.174" 1452source = "registry+https://github.com/rust-lang/crates.io-index" 1453checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 1454 1455[[package]] 1456name = "libm" 1457version = "0.2.15" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1460 1461[[package]] 1462name = "libsqlite3-sys" 1463version = "0.30.1" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1466dependencies = [ 1467 "pkg-config", 1468 "vcpkg", 1469] 1470 1471[[package]] 1472name = "linked-hash-map" 1473version = "0.5.6" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1476 1477[[package]] 1478name = "linux-raw-sys" 1479version = "0.9.4" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1482 1483[[package]] 1484name = "listener" 1485version = "0.1.0" 1486 1487[[package]] 1488name = "litemap" 1489version = "0.8.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1492 1493[[package]] 1494name = "lock_api" 1495version = "0.4.13" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1498dependencies = [ 1499 "autocfg", 1500 "scopeguard", 1501 "serde", 1502] 1503 1504[[package]] 1505name = "log" 1506version = "0.4.27" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1509 1510[[package]] 1511name = "loom" 1512version = "0.7.2" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1515dependencies = [ 1516 "cfg-if", 1517 "generator", 1518 "scoped-tls", 1519 "tracing", 1520 "tracing-subscriber", 1521] 1522 1523[[package]] 1524name = "lru" 1525version = "0.12.5" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1528dependencies = [ 1529 "hashbrown 0.15.4", 1530] 1531 1532[[package]] 1533name = "lru-cache" 1534version = "0.1.2" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1537dependencies = [ 1538 "linked-hash-map", 1539] 1540 1541[[package]] 1542name = "matchers" 1543version = "0.1.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1546dependencies = [ 1547 "regex-automata 0.1.10", 1548] 1549 1550[[package]] 1551name = "matchit" 1552version = "0.8.4" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1555 1556[[package]] 1557name = "md-5" 1558version = "0.10.6" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1561dependencies = [ 1562 "cfg-if", 1563 "digest", 1564] 1565 1566[[package]] 1567name = "memchr" 1568version = "2.7.5" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 1571 1572[[package]] 1573name = "mime" 1574version = "0.3.17" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1577 1578[[package]] 1579name = "miniz_oxide" 1580version = "0.8.9" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1583dependencies = [ 1584 "adler2", 1585] 1586 1587[[package]] 1588name = "mio" 1589version = "1.0.4" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1592dependencies = [ 1593 "libc", 1594 "wasi 0.11.1+wasi-snapshot-preview1", 1595 "windows-sys 0.59.0", 1596] 1597 1598[[package]] 1599name = "moka" 1600version = "0.12.10" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 1603dependencies = [ 1604 "async-lock", 1605 "crossbeam-channel", 1606 "crossbeam-epoch", 1607 "crossbeam-utils", 1608 "event-listener", 1609 "futures-util", 1610 "loom", 1611 "parking_lot", 1612 "portable-atomic", 1613 "rustc_version", 1614 "smallvec", 1615 "tagptr", 1616 "thiserror 1.0.69", 1617 "uuid", 1618] 1619 1620[[package]] 1621name = "multibase" 1622version = "0.9.1" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1625dependencies = [ 1626 "base-x", 1627 "data-encoding", 1628 "data-encoding-macro", 1629] 1630 1631[[package]] 1632name = "multihash" 1633version = "0.19.3" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1636dependencies = [ 1637 "core2", 1638 "serde", 1639 "unsigned-varint", 1640] 1641 1642[[package]] 1643name = "native-tls" 1644version = "0.2.14" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1647dependencies = [ 1648 "libc", 1649 "log", 1650 "openssl", 1651 "openssl-probe", 1652 "openssl-sys", 1653 "schannel", 1654 "security-framework", 1655 "security-framework-sys", 1656 "tempfile", 1657] 1658 1659[[package]] 1660name = "nu-ansi-term" 1661version = "0.46.0" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1664dependencies = [ 1665 "overload", 1666 "winapi", 1667] 1668 1669[[package]] 1670name = "num-bigint" 1671version = "0.4.6" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1674dependencies = [ 1675 "num-integer", 1676 "num-traits", 1677] 1678 1679[[package]] 1680name = "num-bigint-dig" 1681version = "0.8.4" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 1684dependencies = [ 1685 "byteorder", 1686 "lazy_static", 1687 "libm", 1688 "num-integer", 1689 "num-iter", 1690 "num-traits", 1691 "rand", 1692 "smallvec", 1693 "zeroize", 1694] 1695 1696[[package]] 1697name = "num-conv" 1698version = "0.1.0" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1701 1702[[package]] 1703name = "num-integer" 1704version = "0.1.46" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1707dependencies = [ 1708 "num-traits", 1709] 1710 1711[[package]] 1712name = "num-iter" 1713version = "0.1.45" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1716dependencies = [ 1717 "autocfg", 1718 "num-integer", 1719 "num-traits", 1720] 1721 1722[[package]] 1723name = "num-traits" 1724version = "0.2.19" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1727dependencies = [ 1728 "autocfg", 1729 "libm", 1730] 1731 1732[[package]] 1733name = "object" 1734version = "0.36.7" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1737dependencies = [ 1738 "memchr", 1739] 1740 1741[[package]] 1742name = "once_cell" 1743version = "1.21.3" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1746 1747[[package]] 1748name = "openssl" 1749version = "0.10.73" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1752dependencies = [ 1753 "bitflags", 1754 "cfg-if", 1755 "foreign-types", 1756 "libc", 1757 "once_cell", 1758 "openssl-macros", 1759 "openssl-sys", 1760] 1761 1762[[package]] 1763name = "openssl-macros" 1764version = "0.1.1" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1767dependencies = [ 1768 "proc-macro2", 1769 "quote", 1770 "syn", 1771] 1772 1773[[package]] 1774name = "openssl-probe" 1775version = "0.1.6" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1778 1779[[package]] 1780name = "openssl-sys" 1781version = "0.9.109" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1784dependencies = [ 1785 "cc", 1786 "libc", 1787 "pkg-config", 1788 "vcpkg", 1789] 1790 1791[[package]] 1792name = "overload" 1793version = "0.1.1" 1794source = "registry+https://github.com/rust-lang/crates.io-index" 1795checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1796 1797[[package]] 1798name = "p256" 1799version = "0.13.2" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1802dependencies = [ 1803 "ecdsa", 1804 "elliptic-curve", 1805 "primeorder", 1806 "sha2", 1807] 1808 1809[[package]] 1810name = "parking" 1811version = "2.2.1" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1814 1815[[package]] 1816name = "parking_lot" 1817version = "0.12.4" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1820dependencies = [ 1821 "lock_api", 1822 "parking_lot_core", 1823] 1824 1825[[package]] 1826name = "parking_lot_core" 1827version = "0.9.11" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1830dependencies = [ 1831 "cfg-if", 1832 "libc", 1833 "redox_syscall", 1834 "smallvec", 1835 "windows-targets 0.52.6", 1836] 1837 1838[[package]] 1839name = "pem-rfc7468" 1840version = "0.7.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1843dependencies = [ 1844 "base64ct", 1845] 1846 1847[[package]] 1848name = "percent-encoding" 1849version = "2.3.1" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1852 1853[[package]] 1854name = "pin-project-lite" 1855version = "0.2.16" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1858 1859[[package]] 1860name = "pin-utils" 1861version = "0.1.0" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1864 1865[[package]] 1866name = "pkcs1" 1867version = "0.7.5" 1868source = "registry+https://github.com/rust-lang/crates.io-index" 1869checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1870dependencies = [ 1871 "der", 1872 "pkcs8", 1873 "spki", 1874] 1875 1876[[package]] 1877name = "pkcs8" 1878version = "0.10.2" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1881dependencies = [ 1882 "der", 1883 "spki", 1884] 1885 1886[[package]] 1887name = "pkg-config" 1888version = "0.3.32" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1891 1892[[package]] 1893name = "portable-atomic" 1894version = "1.11.1" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1897 1898[[package]] 1899name = "potential_utf" 1900version = "0.1.2" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 1903dependencies = [ 1904 "zerovec", 1905] 1906 1907[[package]] 1908name = "powerfmt" 1909version = "0.2.0" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1912 1913[[package]] 1914name = "ppv-lite86" 1915version = "0.2.21" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1918dependencies = [ 1919 "zerocopy", 1920] 1921 1922[[package]] 1923name = "primeorder" 1924version = "0.13.6" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1927dependencies = [ 1928 "elliptic-curve", 1929] 1930 1931[[package]] 1932name = "proc-macro2" 1933version = "1.0.95" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1936dependencies = [ 1937 "unicode-ident", 1938] 1939 1940[[package]] 1941name = "quote" 1942version = "1.0.40" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1945dependencies = [ 1946 "proc-macro2", 1947] 1948 1949[[package]] 1950name = "r-efi" 1951version = "5.3.0" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1954 1955[[package]] 1956name = "rand" 1957version = "0.8.5" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1960dependencies = [ 1961 "libc", 1962 "rand_chacha", 1963 "rand_core", 1964] 1965 1966[[package]] 1967name = "rand_chacha" 1968version = "0.3.1" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1971dependencies = [ 1972 "ppv-lite86", 1973 "rand_core", 1974] 1975 1976[[package]] 1977name = "rand_core" 1978version = "0.6.4" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1981dependencies = [ 1982 "getrandom 0.2.16", 1983] 1984 1985[[package]] 1986name = "redis" 1987version = "0.32.4" 1988source = "registry+https://github.com/rust-lang/crates.io-index" 1989checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1" 1990dependencies = [ 1991 "bytes", 1992 "cfg-if", 1993 "combine", 1994 "futures-util", 1995 "itoa", 1996 "num-bigint", 1997 "percent-encoding", 1998 "pin-project-lite", 1999 "ryu", 2000 "sha1_smol", 2001 "socket2 0.6.0", 2002 "tokio", 2003 "tokio-util", 2004 "url", 2005] 2006 2007[[package]] 2008name = "redox_syscall" 2009version = "0.5.16" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792" 2012dependencies = [ 2013 "bitflags", 2014] 2015 2016[[package]] 2017name = "regex" 2018version = "1.11.1" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 2021dependencies = [ 2022 "aho-corasick", 2023 "memchr", 2024 "regex-automata 0.4.9", 2025 "regex-syntax 0.8.5", 2026] 2027 2028[[package]] 2029name = "regex-automata" 2030version = "0.1.10" 2031source = "registry+https://github.com/rust-lang/crates.io-index" 2032checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2033dependencies = [ 2034 "regex-syntax 0.6.29", 2035] 2036 2037[[package]] 2038name = "regex-automata" 2039version = "0.4.9" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 2042dependencies = [ 2043 "aho-corasick", 2044 "memchr", 2045 "regex-syntax 0.8.5", 2046] 2047 2048[[package]] 2049name = "regex-syntax" 2050version = "0.6.29" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2053 2054[[package]] 2055name = "regex-syntax" 2056version = "0.8.5" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 2059 2060[[package]] 2061name = "reqwest" 2062version = "0.12.22" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" 2065dependencies = [ 2066 "async-compression", 2067 "base64", 2068 "bytes", 2069 "futures-core", 2070 "futures-util", 2071 "http", 2072 "http-body", 2073 "http-body-util", 2074 "hyper", 2075 "hyper-tls", 2076 "hyper-util", 2077 "js-sys", 2078 "log", 2079 "native-tls", 2080 "percent-encoding", 2081 "pin-project-lite", 2082 "rustls-pki-types", 2083 "serde", 2084 "serde_json", 2085 "serde_urlencoded", 2086 "sync_wrapper", 2087 "tokio", 2088 "tokio-native-tls", 2089 "tokio-util", 2090 "tower", 2091 "tower-http", 2092 "tower-service", 2093 "url", 2094 "wasm-bindgen", 2095 "wasm-bindgen-futures", 2096 "web-sys", 2097] 2098 2099[[package]] 2100name = "resolv-conf" 2101version = "0.7.4" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" 2104 2105[[package]] 2106name = "rfc6979" 2107version = "0.4.0" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2110dependencies = [ 2111 "hmac", 2112 "subtle", 2113] 2114 2115[[package]] 2116name = "rsa" 2117version = "0.9.8" 2118source = "registry+https://github.com/rust-lang/crates.io-index" 2119checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 2120dependencies = [ 2121 "const-oid", 2122 "digest", 2123 "num-bigint-dig", 2124 "num-integer", 2125 "num-traits", 2126 "pkcs1", 2127 "pkcs8", 2128 "rand_core", 2129 "signature", 2130 "spki", 2131 "subtle", 2132 "zeroize", 2133] 2134 2135[[package]] 2136name = "rustc-demangle" 2137version = "0.1.25" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" 2140 2141[[package]] 2142name = "rustc_version" 2143version = "0.4.1" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2146dependencies = [ 2147 "semver", 2148] 2149 2150[[package]] 2151name = "rustix" 2152version = "1.0.8" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" 2155dependencies = [ 2156 "bitflags", 2157 "errno", 2158 "libc", 2159 "linux-raw-sys", 2160 "windows-sys 0.59.0", 2161] 2162 2163[[package]] 2164name = "rustls-pki-types" 2165version = "1.12.0" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2168dependencies = [ 2169 "zeroize", 2170] 2171 2172[[package]] 2173name = "rustversion" 2174version = "1.0.21" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 2177 2178[[package]] 2179name = "ryu" 2180version = "1.0.20" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2183 2184[[package]] 2185name = "schannel" 2186version = "0.1.27" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2189dependencies = [ 2190 "windows-sys 0.59.0", 2191] 2192 2193[[package]] 2194name = "scoped-tls" 2195version = "1.0.1" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2198 2199[[package]] 2200name = "scopeguard" 2201version = "1.2.0" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2204 2205[[package]] 2206name = "sec1" 2207version = "0.7.3" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2210dependencies = [ 2211 "base16ct", 2212 "der", 2213 "generic-array", 2214 "subtle", 2215 "zeroize", 2216] 2217 2218[[package]] 2219name = "security-framework" 2220version = "2.11.1" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2223dependencies = [ 2224 "bitflags", 2225 "core-foundation", 2226 "core-foundation-sys", 2227 "libc", 2228 "security-framework-sys", 2229] 2230 2231[[package]] 2232name = "security-framework-sys" 2233version = "2.14.0" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 2236dependencies = [ 2237 "core-foundation-sys", 2238 "libc", 2239] 2240 2241[[package]] 2242name = "semver" 2243version = "1.0.26" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 2246 2247[[package]] 2248name = "serde" 2249version = "1.0.219" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2252dependencies = [ 2253 "serde_derive", 2254] 2255 2256[[package]] 2257name = "serde_bytes" 2258version = "0.11.17" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 2261dependencies = [ 2262 "serde", 2263] 2264 2265[[package]] 2266name = "serde_derive" 2267version = "1.0.219" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2270dependencies = [ 2271 "proc-macro2", 2272 "quote", 2273 "syn", 2274] 2275 2276[[package]] 2277name = "serde_html_form" 2278version = "0.2.7" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 2281dependencies = [ 2282 "form_urlencoded", 2283 "indexmap", 2284 "itoa", 2285 "ryu", 2286 "serde", 2287] 2288 2289[[package]] 2290name = "serde_json" 2291version = "1.0.141" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" 2294dependencies = [ 2295 "itoa", 2296 "memchr", 2297 "ryu", 2298 "serde", 2299] 2300 2301[[package]] 2302name = "serde_path_to_error" 2303version = "0.1.17" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 2306dependencies = [ 2307 "itoa", 2308 "serde", 2309] 2310 2311[[package]] 2312name = "serde_urlencoded" 2313version = "0.7.1" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2316dependencies = [ 2317 "form_urlencoded", 2318 "itoa", 2319 "ryu", 2320 "serde", 2321] 2322 2323[[package]] 2324name = "sha1" 2325version = "0.10.6" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2328dependencies = [ 2329 "cfg-if", 2330 "cpufeatures", 2331 "digest", 2332] 2333 2334[[package]] 2335name = "sha1_smol" 2336version = "1.0.1" 2337source = "registry+https://github.com/rust-lang/crates.io-index" 2338checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 2339 2340[[package]] 2341name = "sha2" 2342version = "0.10.9" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2345dependencies = [ 2346 "cfg-if", 2347 "cpufeatures", 2348 "digest", 2349] 2350 2351[[package]] 2352name = "sharded-slab" 2353version = "0.1.7" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2356dependencies = [ 2357 "lazy_static", 2358] 2359 2360[[package]] 2361name = "shared" 2362version = "0.1.0" 2363dependencies = [ 2364 "atrium-api", 2365 "atrium-common", 2366 "atrium-identity", 2367 "atrium-oauth", 2368 "axum", 2369 "bb8", 2370 "bb8-redis", 2371 "hickory-resolver", 2372 "log", 2373 "serde", 2374 "serde_json", 2375 "sqlx", 2376 "thiserror 1.0.69", 2377] 2378 2379[[package]] 2380name = "shlex" 2381version = "1.3.0" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2384 2385[[package]] 2386name = "signal-hook-registry" 2387version = "1.4.5" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 2390dependencies = [ 2391 "libc", 2392] 2393 2394[[package]] 2395name = "signature" 2396version = "2.2.0" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2399dependencies = [ 2400 "digest", 2401 "rand_core", 2402] 2403 2404[[package]] 2405name = "slab" 2406version = "0.4.10" 2407source = "registry+https://github.com/rust-lang/crates.io-index" 2408checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" 2409 2410[[package]] 2411name = "smallvec" 2412version = "1.15.1" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2415dependencies = [ 2416 "serde", 2417] 2418 2419[[package]] 2420name = "socket2" 2421version = "0.5.10" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2424dependencies = [ 2425 "libc", 2426 "windows-sys 0.52.0", 2427] 2428 2429[[package]] 2430name = "socket2" 2431version = "0.6.0" 2432source = "registry+https://github.com/rust-lang/crates.io-index" 2433checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2434dependencies = [ 2435 "libc", 2436 "windows-sys 0.59.0", 2437] 2438 2439[[package]] 2440name = "spin" 2441version = "0.9.8" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2444dependencies = [ 2445 "lock_api", 2446] 2447 2448[[package]] 2449name = "spki" 2450version = "0.7.3" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2453dependencies = [ 2454 "base64ct", 2455 "der", 2456] 2457 2458[[package]] 2459name = "sqlx" 2460version = "0.8.6" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 2463dependencies = [ 2464 "sqlx-core", 2465 "sqlx-macros", 2466 "sqlx-mysql", 2467 "sqlx-postgres", 2468 "sqlx-sqlite", 2469] 2470 2471[[package]] 2472name = "sqlx-core" 2473version = "0.8.6" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 2476dependencies = [ 2477 "base64", 2478 "bytes", 2479 "chrono", 2480 "crc", 2481 "crossbeam-queue", 2482 "either", 2483 "event-listener", 2484 "futures-core", 2485 "futures-intrusive", 2486 "futures-io", 2487 "futures-util", 2488 "hashbrown 0.15.4", 2489 "hashlink", 2490 "indexmap", 2491 "log", 2492 "memchr", 2493 "once_cell", 2494 "percent-encoding", 2495 "serde", 2496 "serde_json", 2497 "sha2", 2498 "smallvec", 2499 "thiserror 2.0.12", 2500 "tokio", 2501 "tokio-stream", 2502 "tracing", 2503 "url", 2504] 2505 2506[[package]] 2507name = "sqlx-macros" 2508version = "0.8.6" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 2511dependencies = [ 2512 "proc-macro2", 2513 "quote", 2514 "sqlx-core", 2515 "sqlx-macros-core", 2516 "syn", 2517] 2518 2519[[package]] 2520name = "sqlx-macros-core" 2521version = "0.8.6" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 2524dependencies = [ 2525 "dotenvy", 2526 "either", 2527 "heck", 2528 "hex", 2529 "once_cell", 2530 "proc-macro2", 2531 "quote", 2532 "serde", 2533 "serde_json", 2534 "sha2", 2535 "sqlx-core", 2536 "sqlx-mysql", 2537 "sqlx-postgres", 2538 "sqlx-sqlite", 2539 "syn", 2540 "tokio", 2541 "url", 2542] 2543 2544[[package]] 2545name = "sqlx-mysql" 2546version = "0.8.6" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 2549dependencies = [ 2550 "atoi", 2551 "base64", 2552 "bitflags", 2553 "byteorder", 2554 "bytes", 2555 "chrono", 2556 "crc", 2557 "digest", 2558 "dotenvy", 2559 "either", 2560 "futures-channel", 2561 "futures-core", 2562 "futures-io", 2563 "futures-util", 2564 "generic-array", 2565 "hex", 2566 "hkdf", 2567 "hmac", 2568 "itoa", 2569 "log", 2570 "md-5", 2571 "memchr", 2572 "once_cell", 2573 "percent-encoding", 2574 "rand", 2575 "rsa", 2576 "serde", 2577 "sha1", 2578 "sha2", 2579 "smallvec", 2580 "sqlx-core", 2581 "stringprep", 2582 "thiserror 2.0.12", 2583 "tracing", 2584 "whoami", 2585] 2586 2587[[package]] 2588name = "sqlx-postgres" 2589version = "0.8.6" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 2592dependencies = [ 2593 "atoi", 2594 "base64", 2595 "bitflags", 2596 "byteorder", 2597 "chrono", 2598 "crc", 2599 "dotenvy", 2600 "etcetera", 2601 "futures-channel", 2602 "futures-core", 2603 "futures-util", 2604 "hex", 2605 "hkdf", 2606 "hmac", 2607 "home", 2608 "itoa", 2609 "log", 2610 "md-5", 2611 "memchr", 2612 "once_cell", 2613 "rand", 2614 "serde", 2615 "serde_json", 2616 "sha2", 2617 "smallvec", 2618 "sqlx-core", 2619 "stringprep", 2620 "thiserror 2.0.12", 2621 "tracing", 2622 "whoami", 2623] 2624 2625[[package]] 2626name = "sqlx-sqlite" 2627version = "0.8.6" 2628source = "registry+https://github.com/rust-lang/crates.io-index" 2629checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 2630dependencies = [ 2631 "atoi", 2632 "chrono", 2633 "flume", 2634 "futures-channel", 2635 "futures-core", 2636 "futures-executor", 2637 "futures-intrusive", 2638 "futures-util", 2639 "libsqlite3-sys", 2640 "log", 2641 "percent-encoding", 2642 "serde", 2643 "serde_urlencoded", 2644 "sqlx-core", 2645 "thiserror 2.0.12", 2646 "tracing", 2647 "url", 2648] 2649 2650[[package]] 2651name = "stable_deref_trait" 2652version = "1.2.0" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2655 2656[[package]] 2657name = "stringprep" 2658version = "0.1.5" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2661dependencies = [ 2662 "unicode-bidi", 2663 "unicode-normalization", 2664 "unicode-properties", 2665] 2666 2667[[package]] 2668name = "subtle" 2669version = "2.6.1" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2672 2673[[package]] 2674name = "syn" 2675version = "2.0.104" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 2678dependencies = [ 2679 "proc-macro2", 2680 "quote", 2681 "unicode-ident", 2682] 2683 2684[[package]] 2685name = "sync_wrapper" 2686version = "1.0.2" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2689dependencies = [ 2690 "futures-core", 2691] 2692 2693[[package]] 2694name = "synstructure" 2695version = "0.13.2" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2698dependencies = [ 2699 "proc-macro2", 2700 "quote", 2701 "syn", 2702] 2703 2704[[package]] 2705name = "tagptr" 2706version = "0.2.0" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2709 2710[[package]] 2711name = "tempfile" 2712version = "3.20.0" 2713source = "registry+https://github.com/rust-lang/crates.io-index" 2714checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 2715dependencies = [ 2716 "fastrand", 2717 "getrandom 0.3.3", 2718 "once_cell", 2719 "rustix", 2720 "windows-sys 0.59.0", 2721] 2722 2723[[package]] 2724name = "thiserror" 2725version = "1.0.69" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2728dependencies = [ 2729 "thiserror-impl 1.0.69", 2730] 2731 2732[[package]] 2733name = "thiserror" 2734version = "2.0.12" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 2737dependencies = [ 2738 "thiserror-impl 2.0.12", 2739] 2740 2741[[package]] 2742name = "thiserror-impl" 2743version = "1.0.69" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2746dependencies = [ 2747 "proc-macro2", 2748 "quote", 2749 "syn", 2750] 2751 2752[[package]] 2753name = "thiserror-impl" 2754version = "2.0.12" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 2757dependencies = [ 2758 "proc-macro2", 2759 "quote", 2760 "syn", 2761] 2762 2763[[package]] 2764name = "thread_local" 2765version = "1.1.9" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2768dependencies = [ 2769 "cfg-if", 2770] 2771 2772[[package]] 2773name = "time" 2774version = "0.3.41" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 2777dependencies = [ 2778 "deranged", 2779 "itoa", 2780 "num-conv", 2781 "powerfmt", 2782 "serde", 2783 "time-core", 2784 "time-macros", 2785] 2786 2787[[package]] 2788name = "time-core" 2789version = "0.1.4" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 2792 2793[[package]] 2794name = "time-macros" 2795version = "0.2.22" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 2798dependencies = [ 2799 "num-conv", 2800 "time-core", 2801] 2802 2803[[package]] 2804name = "tinystr" 2805version = "0.8.1" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2808dependencies = [ 2809 "displaydoc", 2810 "zerovec", 2811] 2812 2813[[package]] 2814name = "tinyvec" 2815version = "1.9.0" 2816source = "registry+https://github.com/rust-lang/crates.io-index" 2817checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 2818dependencies = [ 2819 "tinyvec_macros", 2820] 2821 2822[[package]] 2823name = "tinyvec_macros" 2824version = "0.1.1" 2825source = "registry+https://github.com/rust-lang/crates.io-index" 2826checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2827 2828[[package]] 2829name = "tokio" 2830version = "1.47.0" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" 2833dependencies = [ 2834 "backtrace", 2835 "bytes", 2836 "io-uring", 2837 "libc", 2838 "mio", 2839 "parking_lot", 2840 "pin-project-lite", 2841 "signal-hook-registry", 2842 "slab", 2843 "socket2 0.6.0", 2844 "tokio-macros", 2845 "windows-sys 0.59.0", 2846] 2847 2848[[package]] 2849name = "tokio-macros" 2850version = "2.5.0" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2853dependencies = [ 2854 "proc-macro2", 2855 "quote", 2856 "syn", 2857] 2858 2859[[package]] 2860name = "tokio-native-tls" 2861version = "0.3.1" 2862source = "registry+https://github.com/rust-lang/crates.io-index" 2863checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2864dependencies = [ 2865 "native-tls", 2866 "tokio", 2867] 2868 2869[[package]] 2870name = "tokio-stream" 2871version = "0.1.17" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 2874dependencies = [ 2875 "futures-core", 2876 "pin-project-lite", 2877 "tokio", 2878] 2879 2880[[package]] 2881name = "tokio-util" 2882version = "0.7.15" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 2885dependencies = [ 2886 "bytes", 2887 "futures-core", 2888 "futures-sink", 2889 "pin-project-lite", 2890 "tokio", 2891] 2892 2893[[package]] 2894name = "tower" 2895version = "0.5.2" 2896source = "registry+https://github.com/rust-lang/crates.io-index" 2897checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2898dependencies = [ 2899 "futures-core", 2900 "futures-util", 2901 "pin-project-lite", 2902 "sync_wrapper", 2903 "tokio", 2904 "tower-layer", 2905 "tower-service", 2906 "tracing", 2907] 2908 2909[[package]] 2910name = "tower-cookies" 2911version = "0.11.0" 2912source = "registry+https://github.com/rust-lang/crates.io-index" 2913checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36" 2914dependencies = [ 2915 "axum-core", 2916 "cookie", 2917 "futures-util", 2918 "http", 2919 "parking_lot", 2920 "pin-project-lite", 2921 "tower-layer", 2922 "tower-service", 2923] 2924 2925[[package]] 2926name = "tower-http" 2927version = "0.6.6" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2930dependencies = [ 2931 "bitflags", 2932 "bytes", 2933 "futures-util", 2934 "http", 2935 "http-body", 2936 "iri-string", 2937 "pin-project-lite", 2938 "tower", 2939 "tower-layer", 2940 "tower-service", 2941 "tracing", 2942] 2943 2944[[package]] 2945name = "tower-layer" 2946version = "0.3.3" 2947source = "registry+https://github.com/rust-lang/crates.io-index" 2948checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2949 2950[[package]] 2951name = "tower-service" 2952version = "0.3.3" 2953source = "registry+https://github.com/rust-lang/crates.io-index" 2954checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2955 2956[[package]] 2957name = "tower-sessions" 2958version = "0.14.0" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3" 2961dependencies = [ 2962 "async-trait", 2963 "http", 2964 "time", 2965 "tokio", 2966 "tower-cookies", 2967 "tower-layer", 2968 "tower-service", 2969 "tower-sessions-core", 2970 "tower-sessions-memory-store", 2971 "tracing", 2972] 2973 2974[[package]] 2975name = "tower-sessions-core" 2976version = "0.14.0" 2977source = "registry+https://github.com/rust-lang/crates.io-index" 2978checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b" 2979dependencies = [ 2980 "async-trait", 2981 "axum-core", 2982 "base64", 2983 "futures", 2984 "http", 2985 "parking_lot", 2986 "rand", 2987 "serde", 2988 "serde_json", 2989 "thiserror 2.0.12", 2990 "time", 2991 "tokio", 2992 "tracing", 2993] 2994 2995[[package]] 2996name = "tower-sessions-memory-store" 2997version = "0.14.0" 2998source = "registry+https://github.com/rust-lang/crates.io-index" 2999checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242" 3000dependencies = [ 3001 "async-trait", 3002 "time", 3003 "tokio", 3004 "tower-sessions-core", 3005] 3006 3007[[package]] 3008name = "tracing" 3009version = "0.1.41" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3012dependencies = [ 3013 "log", 3014 "pin-project-lite", 3015 "tracing-attributes", 3016 "tracing-core", 3017] 3018 3019[[package]] 3020name = "tracing-attributes" 3021version = "0.1.28" 3022source = "registry+https://github.com/rust-lang/crates.io-index" 3023checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 3024dependencies = [ 3025 "proc-macro2", 3026 "quote", 3027 "syn", 3028] 3029 3030[[package]] 3031name = "tracing-core" 3032version = "0.1.34" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 3035dependencies = [ 3036 "once_cell", 3037 "valuable", 3038] 3039 3040[[package]] 3041name = "tracing-log" 3042version = "0.2.0" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3045dependencies = [ 3046 "log", 3047 "once_cell", 3048 "tracing-core", 3049] 3050 3051[[package]] 3052name = "tracing-subscriber" 3053version = "0.3.19" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 3056dependencies = [ 3057 "matchers", 3058 "nu-ansi-term", 3059 "once_cell", 3060 "regex", 3061 "sharded-slab", 3062 "smallvec", 3063 "thread_local", 3064 "tracing", 3065 "tracing-core", 3066 "tracing-log", 3067] 3068 3069[[package]] 3070name = "trait-variant" 3071version = "0.1.2" 3072source = "registry+https://github.com/rust-lang/crates.io-index" 3073checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 3074dependencies = [ 3075 "proc-macro2", 3076 "quote", 3077 "syn", 3078] 3079 3080[[package]] 3081name = "try-lock" 3082version = "0.2.5" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3085 3086[[package]] 3087name = "typenum" 3088version = "1.18.0" 3089source = "registry+https://github.com/rust-lang/crates.io-index" 3090checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 3091 3092[[package]] 3093name = "unicode-bidi" 3094version = "0.3.18" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 3097 3098[[package]] 3099name = "unicode-ident" 3100version = "1.0.18" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 3103 3104[[package]] 3105name = "unicode-normalization" 3106version = "0.1.24" 3107source = "registry+https://github.com/rust-lang/crates.io-index" 3108checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 3109dependencies = [ 3110 "tinyvec", 3111] 3112 3113[[package]] 3114name = "unicode-properties" 3115version = "0.1.3" 3116source = "registry+https://github.com/rust-lang/crates.io-index" 3117checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 3118 3119[[package]] 3120name = "unsigned-varint" 3121version = "0.8.0" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3124 3125[[package]] 3126name = "url" 3127version = "2.5.4" 3128source = "registry+https://github.com/rust-lang/crates.io-index" 3129checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 3130dependencies = [ 3131 "form_urlencoded", 3132 "idna", 3133 "percent-encoding", 3134] 3135 3136[[package]] 3137name = "utf8_iter" 3138version = "1.0.4" 3139source = "registry+https://github.com/rust-lang/crates.io-index" 3140checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3141 3142[[package]] 3143name = "uuid" 3144version = "1.17.0" 3145source = "registry+https://github.com/rust-lang/crates.io-index" 3146checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 3147dependencies = [ 3148 "getrandom 0.3.3", 3149 "js-sys", 3150 "wasm-bindgen", 3151] 3152 3153[[package]] 3154name = "valuable" 3155version = "0.1.1" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3158 3159[[package]] 3160name = "vcpkg" 3161version = "0.2.15" 3162source = "registry+https://github.com/rust-lang/crates.io-index" 3163checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3164 3165[[package]] 3166name = "version_check" 3167version = "0.9.5" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3170 3171[[package]] 3172name = "want" 3173version = "0.3.1" 3174source = "registry+https://github.com/rust-lang/crates.io-index" 3175checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3176dependencies = [ 3177 "try-lock", 3178] 3179 3180[[package]] 3181name = "wasi" 3182version = "0.11.1+wasi-snapshot-preview1" 3183source = "registry+https://github.com/rust-lang/crates.io-index" 3184checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3185 3186[[package]] 3187name = "wasi" 3188version = "0.14.2+wasi-0.2.4" 3189source = "registry+https://github.com/rust-lang/crates.io-index" 3190checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 3191dependencies = [ 3192 "wit-bindgen-rt", 3193] 3194 3195[[package]] 3196name = "wasite" 3197version = "0.1.0" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3200 3201[[package]] 3202name = "wasm-bindgen" 3203version = "0.2.100" 3204source = "registry+https://github.com/rust-lang/crates.io-index" 3205checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 3206dependencies = [ 3207 "cfg-if", 3208 "once_cell", 3209 "rustversion", 3210 "wasm-bindgen-macro", 3211] 3212 3213[[package]] 3214name = "wasm-bindgen-backend" 3215version = "0.2.100" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 3218dependencies = [ 3219 "bumpalo", 3220 "log", 3221 "proc-macro2", 3222 "quote", 3223 "syn", 3224 "wasm-bindgen-shared", 3225] 3226 3227[[package]] 3228name = "wasm-bindgen-futures" 3229version = "0.4.50" 3230source = "registry+https://github.com/rust-lang/crates.io-index" 3231checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 3232dependencies = [ 3233 "cfg-if", 3234 "js-sys", 3235 "once_cell", 3236 "wasm-bindgen", 3237 "web-sys", 3238] 3239 3240[[package]] 3241name = "wasm-bindgen-macro" 3242version = "0.2.100" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 3245dependencies = [ 3246 "quote", 3247 "wasm-bindgen-macro-support", 3248] 3249 3250[[package]] 3251name = "wasm-bindgen-macro-support" 3252version = "0.2.100" 3253source = "registry+https://github.com/rust-lang/crates.io-index" 3254checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 3255dependencies = [ 3256 "proc-macro2", 3257 "quote", 3258 "syn", 3259 "wasm-bindgen-backend", 3260 "wasm-bindgen-shared", 3261] 3262 3263[[package]] 3264name = "wasm-bindgen-shared" 3265version = "0.2.100" 3266source = "registry+https://github.com/rust-lang/crates.io-index" 3267checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 3268dependencies = [ 3269 "unicode-ident", 3270] 3271 3272[[package]] 3273name = "web" 3274version = "0.1.0" 3275dependencies = [ 3276 "atrium-api", 3277 "atrium-common", 3278 "atrium-identity", 3279 "atrium-oauth", 3280 "axum", 3281 "bb8", 3282 "bb8-redis", 3283 "dotenv", 3284 "log", 3285 "redis", 3286 "serde", 3287 "serde_json", 3288 "shared", 3289 "sqlx", 3290 "tokio", 3291 "tower-http", 3292 "tower-sessions", 3293 "tracing", 3294 "tracing-subscriber", 3295] 3296 3297[[package]] 3298name = "web-sys" 3299version = "0.3.77" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 3302dependencies = [ 3303 "js-sys", 3304 "wasm-bindgen", 3305] 3306 3307[[package]] 3308name = "web-time" 3309version = "1.1.0" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3312dependencies = [ 3313 "js-sys", 3314 "wasm-bindgen", 3315] 3316 3317[[package]] 3318name = "whoami" 3319version = "1.6.0" 3320source = "registry+https://github.com/rust-lang/crates.io-index" 3321checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" 3322dependencies = [ 3323 "redox_syscall", 3324 "wasite", 3325] 3326 3327[[package]] 3328name = "widestring" 3329version = "1.2.0" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 3332 3333[[package]] 3334name = "winapi" 3335version = "0.3.9" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3338dependencies = [ 3339 "winapi-i686-pc-windows-gnu", 3340 "winapi-x86_64-pc-windows-gnu", 3341] 3342 3343[[package]] 3344name = "winapi-i686-pc-windows-gnu" 3345version = "0.4.0" 3346source = "registry+https://github.com/rust-lang/crates.io-index" 3347checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3348 3349[[package]] 3350name = "winapi-x86_64-pc-windows-gnu" 3351version = "0.4.0" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3354 3355[[package]] 3356name = "windows" 3357version = "0.61.3" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 3360dependencies = [ 3361 "windows-collections", 3362 "windows-core", 3363 "windows-future", 3364 "windows-link", 3365 "windows-numerics", 3366] 3367 3368[[package]] 3369name = "windows-collections" 3370version = "0.2.0" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 3373dependencies = [ 3374 "windows-core", 3375] 3376 3377[[package]] 3378name = "windows-core" 3379version = "0.61.2" 3380source = "registry+https://github.com/rust-lang/crates.io-index" 3381checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3382dependencies = [ 3383 "windows-implement", 3384 "windows-interface", 3385 "windows-link", 3386 "windows-result", 3387 "windows-strings", 3388] 3389 3390[[package]] 3391name = "windows-future" 3392version = "0.2.1" 3393source = "registry+https://github.com/rust-lang/crates.io-index" 3394checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3395dependencies = [ 3396 "windows-core", 3397 "windows-link", 3398 "windows-threading", 3399] 3400 3401[[package]] 3402name = "windows-implement" 3403version = "0.60.0" 3404source = "registry+https://github.com/rust-lang/crates.io-index" 3405checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 3406dependencies = [ 3407 "proc-macro2", 3408 "quote", 3409 "syn", 3410] 3411 3412[[package]] 3413name = "windows-interface" 3414version = "0.59.1" 3415source = "registry+https://github.com/rust-lang/crates.io-index" 3416checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 3417dependencies = [ 3418 "proc-macro2", 3419 "quote", 3420 "syn", 3421] 3422 3423[[package]] 3424name = "windows-link" 3425version = "0.1.3" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3428 3429[[package]] 3430name = "windows-numerics" 3431version = "0.2.0" 3432source = "registry+https://github.com/rust-lang/crates.io-index" 3433checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 3434dependencies = [ 3435 "windows-core", 3436 "windows-link", 3437] 3438 3439[[package]] 3440name = "windows-result" 3441version = "0.3.4" 3442source = "registry+https://github.com/rust-lang/crates.io-index" 3443checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3444dependencies = [ 3445 "windows-link", 3446] 3447 3448[[package]] 3449name = "windows-strings" 3450version = "0.4.2" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3453dependencies = [ 3454 "windows-link", 3455] 3456 3457[[package]] 3458name = "windows-sys" 3459version = "0.48.0" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3462dependencies = [ 3463 "windows-targets 0.48.5", 3464] 3465 3466[[package]] 3467name = "windows-sys" 3468version = "0.52.0" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3471dependencies = [ 3472 "windows-targets 0.52.6", 3473] 3474 3475[[package]] 3476name = "windows-sys" 3477version = "0.59.0" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3480dependencies = [ 3481 "windows-targets 0.52.6", 3482] 3483 3484[[package]] 3485name = "windows-targets" 3486version = "0.48.5" 3487source = "registry+https://github.com/rust-lang/crates.io-index" 3488checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3489dependencies = [ 3490 "windows_aarch64_gnullvm 0.48.5", 3491 "windows_aarch64_msvc 0.48.5", 3492 "windows_i686_gnu 0.48.5", 3493 "windows_i686_msvc 0.48.5", 3494 "windows_x86_64_gnu 0.48.5", 3495 "windows_x86_64_gnullvm 0.48.5", 3496 "windows_x86_64_msvc 0.48.5", 3497] 3498 3499[[package]] 3500name = "windows-targets" 3501version = "0.52.6" 3502source = "registry+https://github.com/rust-lang/crates.io-index" 3503checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3504dependencies = [ 3505 "windows_aarch64_gnullvm 0.52.6", 3506 "windows_aarch64_msvc 0.52.6", 3507 "windows_i686_gnu 0.52.6", 3508 "windows_i686_gnullvm", 3509 "windows_i686_msvc 0.52.6", 3510 "windows_x86_64_gnu 0.52.6", 3511 "windows_x86_64_gnullvm 0.52.6", 3512 "windows_x86_64_msvc 0.52.6", 3513] 3514 3515[[package]] 3516name = "windows-threading" 3517version = "0.1.0" 3518source = "registry+https://github.com/rust-lang/crates.io-index" 3519checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 3520dependencies = [ 3521 "windows-link", 3522] 3523 3524[[package]] 3525name = "windows_aarch64_gnullvm" 3526version = "0.48.5" 3527source = "registry+https://github.com/rust-lang/crates.io-index" 3528checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3529 3530[[package]] 3531name = "windows_aarch64_gnullvm" 3532version = "0.52.6" 3533source = "registry+https://github.com/rust-lang/crates.io-index" 3534checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3535 3536[[package]] 3537name = "windows_aarch64_msvc" 3538version = "0.48.5" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3541 3542[[package]] 3543name = "windows_aarch64_msvc" 3544version = "0.52.6" 3545source = "registry+https://github.com/rust-lang/crates.io-index" 3546checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3547 3548[[package]] 3549name = "windows_i686_gnu" 3550version = "0.48.5" 3551source = "registry+https://github.com/rust-lang/crates.io-index" 3552checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3553 3554[[package]] 3555name = "windows_i686_gnu" 3556version = "0.52.6" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3559 3560[[package]] 3561name = "windows_i686_gnullvm" 3562version = "0.52.6" 3563source = "registry+https://github.com/rust-lang/crates.io-index" 3564checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3565 3566[[package]] 3567name = "windows_i686_msvc" 3568version = "0.48.5" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3571 3572[[package]] 3573name = "windows_i686_msvc" 3574version = "0.52.6" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3577 3578[[package]] 3579name = "windows_x86_64_gnu" 3580version = "0.48.5" 3581source = "registry+https://github.com/rust-lang/crates.io-index" 3582checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3583 3584[[package]] 3585name = "windows_x86_64_gnu" 3586version = "0.52.6" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3589 3590[[package]] 3591name = "windows_x86_64_gnullvm" 3592version = "0.48.5" 3593source = "registry+https://github.com/rust-lang/crates.io-index" 3594checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3595 3596[[package]] 3597name = "windows_x86_64_gnullvm" 3598version = "0.52.6" 3599source = "registry+https://github.com/rust-lang/crates.io-index" 3600checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3601 3602[[package]] 3603name = "windows_x86_64_msvc" 3604version = "0.48.5" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3607 3608[[package]] 3609name = "windows_x86_64_msvc" 3610version = "0.52.6" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3613 3614[[package]] 3615name = "winreg" 3616version = "0.50.0" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3619dependencies = [ 3620 "cfg-if", 3621 "windows-sys 0.48.0", 3622] 3623 3624[[package]] 3625name = "wit-bindgen-rt" 3626version = "0.39.0" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 3629dependencies = [ 3630 "bitflags", 3631] 3632 3633[[package]] 3634name = "writeable" 3635version = "0.6.1" 3636source = "registry+https://github.com/rust-lang/crates.io-index" 3637checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3638 3639[[package]] 3640name = "yoke" 3641version = "0.8.0" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3644dependencies = [ 3645 "serde", 3646 "stable_deref_trait", 3647 "yoke-derive", 3648 "zerofrom", 3649] 3650 3651[[package]] 3652name = "yoke-derive" 3653version = "0.8.0" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3656dependencies = [ 3657 "proc-macro2", 3658 "quote", 3659 "syn", 3660 "synstructure", 3661] 3662 3663[[package]] 3664name = "zerocopy" 3665version = "0.8.26" 3666source = "registry+https://github.com/rust-lang/crates.io-index" 3667checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" 3668dependencies = [ 3669 "zerocopy-derive", 3670] 3671 3672[[package]] 3673name = "zerocopy-derive" 3674version = "0.8.26" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" 3677dependencies = [ 3678 "proc-macro2", 3679 "quote", 3680 "syn", 3681] 3682 3683[[package]] 3684name = "zerofrom" 3685version = "0.1.6" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3688dependencies = [ 3689 "zerofrom-derive", 3690] 3691 3692[[package]] 3693name = "zerofrom-derive" 3694version = "0.1.6" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3697dependencies = [ 3698 "proc-macro2", 3699 "quote", 3700 "syn", 3701 "synstructure", 3702] 3703 3704[[package]] 3705name = "zeroize" 3706version = "1.8.1" 3707source = "registry+https://github.com/rust-lang/crates.io-index" 3708checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3709dependencies = [ 3710 "serde", 3711] 3712 3713[[package]] 3714name = "zerotrie" 3715version = "0.2.2" 3716source = "registry+https://github.com/rust-lang/crates.io-index" 3717checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3718dependencies = [ 3719 "displaydoc", 3720 "yoke", 3721 "zerofrom", 3722] 3723 3724[[package]] 3725name = "zerovec" 3726version = "0.11.2" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 3729dependencies = [ 3730 "yoke", 3731 "zerofrom", 3732 "zerovec-derive", 3733] 3734 3735[[package]] 3736name = "zerovec-derive" 3737version = "0.11.1" 3738source = "registry+https://github.com/rust-lang/crates.io-index" 3739checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3740dependencies = [ 3741 "proc-macro2", 3742 "quote", 3743 "syn", 3744]