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