The world's most clever kitty cat
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 2407 lines 61 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "alloc-no-stdlib" 16version = "2.0.4" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 19 20[[package]] 21name = "alloc-stdlib" 22version = "0.2.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 25dependencies = [ 26 "alloc-no-stdlib", 27] 28 29[[package]] 30name = "anstream" 31version = "1.0.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.14" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 49 50[[package]] 51name = "anstyle-parse" 52version = "1.0.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.1.5" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 64dependencies = [ 65 "windows-sys 0.61.2", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "3.0.11" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 73dependencies = [ 74 "anstyle", 75 "once_cell_polyfill", 76 "windows-sys 0.61.2", 77] 78 79[[package]] 80name = "anyhow" 81version = "1.0.102" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 84 85[[package]] 86name = "atomic-waker" 87version = "1.1.2" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 90 91[[package]] 92name = "autocfg" 93version = "1.5.0" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 96 97[[package]] 98name = "aws-lc-rs" 99version = "1.16.2" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" 102dependencies = [ 103 "aws-lc-sys", 104 "zeroize", 105] 106 107[[package]] 108name = "aws-lc-sys" 109version = "0.39.1" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" 112dependencies = [ 113 "cc", 114 "cmake", 115 "dunce", 116 "fs_extra", 117] 118 119[[package]] 120name = "base64" 121version = "0.22.1" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 124 125[[package]] 126name = "bingus-bot" 127version = "0.1.0" 128dependencies = [ 129 "anyhow", 130 "brotli", 131 "colog", 132 "fastrand", 133 "log", 134 "reqwest", 135 "rmp-serde", 136 "rustls", 137 "serde", 138 "tokio", 139 "twilight-gateway", 140 "twilight-http", 141 "twilight-interactions", 142 "twilight-model", 143 "twilight-util", 144] 145 146[[package]] 147name = "bitflags" 148version = "2.11.0" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 151 152[[package]] 153name = "brotli" 154version = "8.0.2" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 157dependencies = [ 158 "alloc-no-stdlib", 159 "alloc-stdlib", 160 "brotli-decompressor", 161] 162 163[[package]] 164name = "brotli-decompressor" 165version = "5.0.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 168dependencies = [ 169 "alloc-no-stdlib", 170 "alloc-stdlib", 171] 172 173[[package]] 174name = "bumpalo" 175version = "3.20.2" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 178 179[[package]] 180name = "bytes" 181version = "1.11.1" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 184 185[[package]] 186name = "cc" 187version = "1.2.59" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" 190dependencies = [ 191 "find-msvc-tools", 192 "jobserver", 193 "libc", 194 "shlex", 195] 196 197[[package]] 198name = "cesu8" 199version = "1.1.0" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 202 203[[package]] 204name = "cfg-if" 205version = "1.0.4" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 208 209[[package]] 210name = "cfg_aliases" 211version = "0.2.1" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 214 215[[package]] 216name = "cmake" 217version = "0.1.58" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 220dependencies = [ 221 "cc", 222] 223 224[[package]] 225name = "colog" 226version = "1.4.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "df62599ba6adc9c6c04a54278c8209125343dc4775f57b9d76c9a4287e58f2bd" 229dependencies = [ 230 "colored", 231 "env_logger", 232 "log", 233] 234 235[[package]] 236name = "colorchoice" 237version = "1.0.5" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 240 241[[package]] 242name = "colored" 243version = "3.1.1" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" 246dependencies = [ 247 "windows-sys 0.61.2", 248] 249 250[[package]] 251name = "combine" 252version = "4.6.7" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 255dependencies = [ 256 "bytes", 257 "memchr", 258] 259 260[[package]] 261name = "core-foundation" 262version = "0.9.4" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 265dependencies = [ 266 "core-foundation-sys", 267 "libc", 268] 269 270[[package]] 271name = "core-foundation" 272version = "0.10.1" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 275dependencies = [ 276 "core-foundation-sys", 277 "libc", 278] 279 280[[package]] 281name = "core-foundation-sys" 282version = "0.8.7" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 285 286[[package]] 287name = "deranged" 288version = "0.5.8" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 291dependencies = [ 292 "powerfmt", 293] 294 295[[package]] 296name = "displaydoc" 297version = "0.2.5" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 300dependencies = [ 301 "proc-macro2", 302 "quote", 303 "syn", 304] 305 306[[package]] 307name = "dunce" 308version = "1.0.5" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 311 312[[package]] 313name = "encoding_rs" 314version = "0.8.35" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 317dependencies = [ 318 "cfg-if", 319] 320 321[[package]] 322name = "env_filter" 323version = "1.0.1" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef" 326dependencies = [ 327 "log", 328 "regex", 329] 330 331[[package]] 332name = "env_logger" 333version = "0.11.10" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a" 336dependencies = [ 337 "anstream", 338 "anstyle", 339 "env_filter", 340 "jiff", 341 "log", 342] 343 344[[package]] 345name = "equivalent" 346version = "1.0.2" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 349 350[[package]] 351name = "errno" 352version = "0.3.14" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 355dependencies = [ 356 "libc", 357 "windows-sys 0.61.2", 358] 359 360[[package]] 361name = "fastrand" 362version = "2.4.1" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 365 366[[package]] 367name = "find-msvc-tools" 368version = "0.1.9" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 371 372[[package]] 373name = "fnv" 374version = "1.0.7" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 377 378[[package]] 379name = "form_urlencoded" 380version = "1.2.2" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 383dependencies = [ 384 "percent-encoding", 385] 386 387[[package]] 388name = "fs_extra" 389version = "1.3.0" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 392 393[[package]] 394name = "futures-channel" 395version = "0.3.32" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 398dependencies = [ 399 "futures-core", 400] 401 402[[package]] 403name = "futures-core" 404version = "0.3.32" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 407 408[[package]] 409name = "futures-sink" 410version = "0.3.32" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 413 414[[package]] 415name = "futures-task" 416version = "0.3.32" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 419 420[[package]] 421name = "futures-util" 422version = "0.3.32" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 425dependencies = [ 426 "futures-core", 427 "futures-task", 428 "pin-project-lite", 429 "slab", 430] 431 432[[package]] 433name = "getrandom" 434version = "0.2.17" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 437dependencies = [ 438 "cfg-if", 439 "js-sys", 440 "libc", 441 "wasi", 442 "wasm-bindgen", 443] 444 445[[package]] 446name = "getrandom" 447version = "0.3.4" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 450dependencies = [ 451 "cfg-if", 452 "js-sys", 453 "libc", 454 "r-efi", 455 "wasip2", 456 "wasm-bindgen", 457] 458 459[[package]] 460name = "h2" 461version = "0.4.13" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 464dependencies = [ 465 "atomic-waker", 466 "bytes", 467 "fnv", 468 "futures-core", 469 "futures-sink", 470 "http", 471 "indexmap", 472 "slab", 473 "tokio", 474 "tokio-util", 475 "tracing", 476] 477 478[[package]] 479name = "hashbrown" 480version = "0.16.1" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 483 484[[package]] 485name = "http" 486version = "1.4.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 489dependencies = [ 490 "bytes", 491 "itoa", 492] 493 494[[package]] 495name = "http-body" 496version = "1.0.1" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 499dependencies = [ 500 "bytes", 501 "http", 502] 503 504[[package]] 505name = "http-body-util" 506version = "0.1.3" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 509dependencies = [ 510 "bytes", 511 "futures-core", 512 "http", 513 "http-body", 514 "pin-project-lite", 515] 516 517[[package]] 518name = "httparse" 519version = "1.10.1" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 522 523[[package]] 524name = "hyper" 525version = "1.9.0" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 528dependencies = [ 529 "atomic-waker", 530 "bytes", 531 "futures-channel", 532 "futures-core", 533 "h2", 534 "http", 535 "http-body", 536 "httparse", 537 "itoa", 538 "pin-project-lite", 539 "smallvec", 540 "tokio", 541 "want", 542] 543 544[[package]] 545name = "hyper-rustls" 546version = "0.27.7" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 549dependencies = [ 550 "http", 551 "hyper", 552 "hyper-util", 553 "rustls", 554 "rustls-pki-types", 555 "rustls-platform-verifier", 556 "tokio", 557 "tokio-rustls", 558 "tower-service", 559] 560 561[[package]] 562name = "hyper-util" 563version = "0.1.20" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 566dependencies = [ 567 "base64", 568 "bytes", 569 "futures-channel", 570 "futures-util", 571 "http", 572 "http-body", 573 "hyper", 574 "ipnet", 575 "libc", 576 "percent-encoding", 577 "pin-project-lite", 578 "socket2", 579 "system-configuration", 580 "tokio", 581 "tower-service", 582 "tracing", 583 "windows-registry", 584] 585 586[[package]] 587name = "icu_collections" 588version = "2.2.0" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 591dependencies = [ 592 "displaydoc", 593 "potential_utf", 594 "utf8_iter", 595 "yoke", 596 "zerofrom", 597 "zerovec", 598] 599 600[[package]] 601name = "icu_locale_core" 602version = "2.2.0" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 605dependencies = [ 606 "displaydoc", 607 "litemap", 608 "tinystr", 609 "writeable", 610 "zerovec", 611] 612 613[[package]] 614name = "icu_normalizer" 615version = "2.2.0" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 618dependencies = [ 619 "icu_collections", 620 "icu_normalizer_data", 621 "icu_properties", 622 "icu_provider", 623 "smallvec", 624 "zerovec", 625] 626 627[[package]] 628name = "icu_normalizer_data" 629version = "2.2.0" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 632 633[[package]] 634name = "icu_properties" 635version = "2.2.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 638dependencies = [ 639 "icu_collections", 640 "icu_locale_core", 641 "icu_properties_data", 642 "icu_provider", 643 "zerotrie", 644 "zerovec", 645] 646 647[[package]] 648name = "icu_properties_data" 649version = "2.2.0" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 652 653[[package]] 654name = "icu_provider" 655version = "2.2.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 658dependencies = [ 659 "displaydoc", 660 "icu_locale_core", 661 "writeable", 662 "yoke", 663 "zerofrom", 664 "zerotrie", 665 "zerovec", 666] 667 668[[package]] 669name = "idna" 670version = "1.1.0" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 673dependencies = [ 674 "idna_adapter", 675 "smallvec", 676 "utf8_iter", 677] 678 679[[package]] 680name = "idna_adapter" 681version = "1.2.1" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 684dependencies = [ 685 "icu_normalizer", 686 "icu_properties", 687] 688 689[[package]] 690name = "indexmap" 691version = "2.13.1" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" 694dependencies = [ 695 "equivalent", 696 "hashbrown", 697] 698 699[[package]] 700name = "ipnet" 701version = "2.12.0" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 704 705[[package]] 706name = "iri-string" 707version = "0.7.12" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" 710dependencies = [ 711 "memchr", 712 "serde", 713] 714 715[[package]] 716name = "is_terminal_polyfill" 717version = "1.70.2" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 720 721[[package]] 722name = "itoa" 723version = "1.0.18" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 726 727[[package]] 728name = "jiff" 729version = "0.2.23" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" 732dependencies = [ 733 "jiff-static", 734 "log", 735 "portable-atomic", 736 "portable-atomic-util", 737 "serde_core", 738] 739 740[[package]] 741name = "jiff-static" 742version = "0.2.23" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" 745dependencies = [ 746 "proc-macro2", 747 "quote", 748 "syn", 749] 750 751[[package]] 752name = "jni" 753version = "0.21.1" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 756dependencies = [ 757 "cesu8", 758 "cfg-if", 759 "combine", 760 "jni-sys 0.3.1", 761 "log", 762 "thiserror 1.0.69", 763 "walkdir", 764 "windows-sys 0.45.0", 765] 766 767[[package]] 768name = "jni-sys" 769version = "0.3.1" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" 772dependencies = [ 773 "jni-sys 0.4.1", 774] 775 776[[package]] 777name = "jni-sys" 778version = "0.4.1" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 781dependencies = [ 782 "jni-sys-macros", 783] 784 785[[package]] 786name = "jni-sys-macros" 787version = "0.4.1" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 790dependencies = [ 791 "quote", 792 "syn", 793] 794 795[[package]] 796name = "jobserver" 797version = "0.1.34" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 800dependencies = [ 801 "getrandom 0.3.4", 802 "libc", 803] 804 805[[package]] 806name = "js-sys" 807version = "0.3.94" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" 810dependencies = [ 811 "cfg-if", 812 "futures-util", 813 "once_cell", 814 "wasm-bindgen", 815] 816 817[[package]] 818name = "libc" 819version = "0.2.184" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" 822 823[[package]] 824name = "litemap" 825version = "0.8.2" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 828 829[[package]] 830name = "log" 831version = "0.4.29" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 834 835[[package]] 836name = "lru-slab" 837version = "0.1.2" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 840 841[[package]] 842name = "memchr" 843version = "2.8.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 846 847[[package]] 848name = "mime" 849version = "0.3.17" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 852 853[[package]] 854name = "mio" 855version = "1.2.0" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 858dependencies = [ 859 "libc", 860 "wasi", 861 "windows-sys 0.61.2", 862] 863 864[[package]] 865name = "num-conv" 866version = "0.2.1" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 869 870[[package]] 871name = "num-traits" 872version = "0.2.19" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 875dependencies = [ 876 "autocfg", 877] 878 879[[package]] 880name = "once_cell" 881version = "1.21.4" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 884 885[[package]] 886name = "once_cell_polyfill" 887version = "1.70.2" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 890 891[[package]] 892name = "openssl-probe" 893version = "0.2.1" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 896 897[[package]] 898name = "ordered-float" 899version = "2.10.1" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 902dependencies = [ 903 "num-traits", 904] 905 906[[package]] 907name = "percent-encoding" 908version = "2.3.2" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 911 912[[package]] 913name = "pin-project-lite" 914version = "0.2.17" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 917 918[[package]] 919name = "pkg-config" 920version = "0.3.32" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 923 924[[package]] 925name = "portable-atomic" 926version = "1.13.1" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 929 930[[package]] 931name = "portable-atomic-util" 932version = "0.2.6" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" 935dependencies = [ 936 "portable-atomic", 937] 938 939[[package]] 940name = "potential_utf" 941version = "0.1.5" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 944dependencies = [ 945 "zerovec", 946] 947 948[[package]] 949name = "powerfmt" 950version = "0.2.0" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 953 954[[package]] 955name = "ppv-lite86" 956version = "0.2.21" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 959dependencies = [ 960 "zerocopy", 961] 962 963[[package]] 964name = "proc-macro2" 965version = "1.0.106" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 968dependencies = [ 969 "unicode-ident", 970] 971 972[[package]] 973name = "quinn" 974version = "0.11.9" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 977dependencies = [ 978 "bytes", 979 "cfg_aliases", 980 "pin-project-lite", 981 "quinn-proto", 982 "quinn-udp", 983 "rustc-hash", 984 "rustls", 985 "socket2", 986 "thiserror 2.0.18", 987 "tokio", 988 "tracing", 989 "web-time", 990] 991 992[[package]] 993name = "quinn-proto" 994version = "0.11.14" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 997dependencies = [ 998 "aws-lc-rs", 999 "bytes", 1000 "getrandom 0.3.4", 1001 "lru-slab", 1002 "rand", 1003 "ring", 1004 "rustc-hash", 1005 "rustls", 1006 "rustls-pki-types", 1007 "slab", 1008 "thiserror 2.0.18", 1009 "tinyvec", 1010 "tracing", 1011 "web-time", 1012] 1013 1014[[package]] 1015name = "quinn-udp" 1016version = "0.5.14" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1019dependencies = [ 1020 "cfg_aliases", 1021 "libc", 1022 "once_cell", 1023 "socket2", 1024 "tracing", 1025 "windows-sys 0.60.2", 1026] 1027 1028[[package]] 1029name = "quote" 1030version = "1.0.45" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 1033dependencies = [ 1034 "proc-macro2", 1035] 1036 1037[[package]] 1038name = "r-efi" 1039version = "5.3.0" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1042 1043[[package]] 1044name = "rand" 1045version = "0.9.2" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1048dependencies = [ 1049 "rand_chacha", 1050 "rand_core", 1051] 1052 1053[[package]] 1054name = "rand_chacha" 1055version = "0.9.0" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1058dependencies = [ 1059 "ppv-lite86", 1060 "rand_core", 1061] 1062 1063[[package]] 1064name = "rand_core" 1065version = "0.9.5" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1068dependencies = [ 1069 "getrandom 0.3.4", 1070] 1071 1072[[package]] 1073name = "regex" 1074version = "1.12.3" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1077dependencies = [ 1078 "aho-corasick", 1079 "memchr", 1080 "regex-automata", 1081 "regex-syntax", 1082] 1083 1084[[package]] 1085name = "regex-automata" 1086version = "0.4.14" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1089dependencies = [ 1090 "aho-corasick", 1091 "memchr", 1092 "regex-syntax", 1093] 1094 1095[[package]] 1096name = "regex-syntax" 1097version = "0.8.10" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 1100 1101[[package]] 1102name = "reqwest" 1103version = "0.13.2" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 1106dependencies = [ 1107 "base64", 1108 "bytes", 1109 "encoding_rs", 1110 "futures-core", 1111 "h2", 1112 "http", 1113 "http-body", 1114 "http-body-util", 1115 "hyper", 1116 "hyper-rustls", 1117 "hyper-util", 1118 "js-sys", 1119 "log", 1120 "mime", 1121 "percent-encoding", 1122 "pin-project-lite", 1123 "quinn", 1124 "rustls", 1125 "rustls-pki-types", 1126 "rustls-platform-verifier", 1127 "sync_wrapper", 1128 "tokio", 1129 "tokio-rustls", 1130 "tower", 1131 "tower-http", 1132 "tower-service", 1133 "url", 1134 "wasm-bindgen", 1135 "wasm-bindgen-futures", 1136 "web-sys", 1137] 1138 1139[[package]] 1140name = "ring" 1141version = "0.17.14" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1144dependencies = [ 1145 "cc", 1146 "cfg-if", 1147 "getrandom 0.2.17", 1148 "libc", 1149 "untrusted", 1150 "windows-sys 0.52.0", 1151] 1152 1153[[package]] 1154name = "rmp" 1155version = "0.8.15" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" 1158dependencies = [ 1159 "num-traits", 1160] 1161 1162[[package]] 1163name = "rmp-serde" 1164version = "1.3.1" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" 1167dependencies = [ 1168 "rmp", 1169 "serde", 1170] 1171 1172[[package]] 1173name = "rustc-hash" 1174version = "2.1.2" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 1177 1178[[package]] 1179name = "rustls" 1180version = "0.23.37" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" 1183dependencies = [ 1184 "aws-lc-rs", 1185 "log", 1186 "once_cell", 1187 "rustls-pki-types", 1188 "rustls-webpki", 1189 "subtle", 1190 "zeroize", 1191] 1192 1193[[package]] 1194name = "rustls-native-certs" 1195version = "0.8.3" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 1198dependencies = [ 1199 "openssl-probe", 1200 "rustls-pki-types", 1201 "schannel", 1202 "security-framework", 1203] 1204 1205[[package]] 1206name = "rustls-pki-types" 1207version = "1.14.0" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 1210dependencies = [ 1211 "web-time", 1212 "zeroize", 1213] 1214 1215[[package]] 1216name = "rustls-platform-verifier" 1217version = "0.6.2" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 1220dependencies = [ 1221 "core-foundation 0.10.1", 1222 "core-foundation-sys", 1223 "jni", 1224 "log", 1225 "once_cell", 1226 "rustls", 1227 "rustls-native-certs", 1228 "rustls-platform-verifier-android", 1229 "rustls-webpki", 1230 "security-framework", 1231 "security-framework-sys", 1232 "webpki-root-certs", 1233 "windows-sys 0.61.2", 1234] 1235 1236[[package]] 1237name = "rustls-platform-verifier-android" 1238version = "0.1.1" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 1241 1242[[package]] 1243name = "rustls-webpki" 1244version = "0.103.10" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" 1247dependencies = [ 1248 "aws-lc-rs", 1249 "ring", 1250 "rustls-pki-types", 1251 "untrusted", 1252] 1253 1254[[package]] 1255name = "rustversion" 1256version = "1.0.22" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1259 1260[[package]] 1261name = "same-file" 1262version = "1.0.6" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1265dependencies = [ 1266 "winapi-util", 1267] 1268 1269[[package]] 1270name = "schannel" 1271version = "0.1.29" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 1274dependencies = [ 1275 "windows-sys 0.61.2", 1276] 1277 1278[[package]] 1279name = "security-framework" 1280version = "3.7.0" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 1283dependencies = [ 1284 "bitflags", 1285 "core-foundation 0.10.1", 1286 "core-foundation-sys", 1287 "libc", 1288 "security-framework-sys", 1289] 1290 1291[[package]] 1292name = "security-framework-sys" 1293version = "2.17.0" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 1296dependencies = [ 1297 "core-foundation-sys", 1298 "libc", 1299] 1300 1301[[package]] 1302name = "serde" 1303version = "1.0.228" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1306dependencies = [ 1307 "serde_core", 1308 "serde_derive", 1309] 1310 1311[[package]] 1312name = "serde-value" 1313version = "0.7.0" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 1316dependencies = [ 1317 "ordered-float", 1318 "serde", 1319] 1320 1321[[package]] 1322name = "serde_core" 1323version = "1.0.228" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1326dependencies = [ 1327 "serde_derive", 1328] 1329 1330[[package]] 1331name = "serde_derive" 1332version = "1.0.228" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1335dependencies = [ 1336 "proc-macro2", 1337 "quote", 1338 "syn", 1339] 1340 1341[[package]] 1342name = "serde_json" 1343version = "1.0.149" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1346dependencies = [ 1347 "itoa", 1348 "memchr", 1349 "serde", 1350 "serde_core", 1351 "zmij", 1352] 1353 1354[[package]] 1355name = "serde_repr" 1356version = "0.1.20" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 1359dependencies = [ 1360 "proc-macro2", 1361 "quote", 1362 "syn", 1363] 1364 1365[[package]] 1366name = "sha1_smol" 1367version = "1.0.1" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 1370 1371[[package]] 1372name = "shlex" 1373version = "1.3.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1376 1377[[package]] 1378name = "signal-hook-registry" 1379version = "1.4.8" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1382dependencies = [ 1383 "errno", 1384 "libc", 1385] 1386 1387[[package]] 1388name = "simdutf8" 1389version = "0.1.5" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 1392 1393[[package]] 1394name = "slab" 1395version = "0.4.12" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1398 1399[[package]] 1400name = "smallvec" 1401version = "1.15.1" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1404 1405[[package]] 1406name = "socket2" 1407version = "0.6.3" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 1410dependencies = [ 1411 "libc", 1412 "windows-sys 0.61.2", 1413] 1414 1415[[package]] 1416name = "stable_deref_trait" 1417version = "1.2.1" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1420 1421[[package]] 1422name = "subtle" 1423version = "2.6.1" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1426 1427[[package]] 1428name = "syn" 1429version = "2.0.117" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1432dependencies = [ 1433 "proc-macro2", 1434 "quote", 1435 "unicode-ident", 1436] 1437 1438[[package]] 1439name = "sync_wrapper" 1440version = "1.0.2" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1443dependencies = [ 1444 "futures-core", 1445] 1446 1447[[package]] 1448name = "synstructure" 1449version = "0.13.2" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1452dependencies = [ 1453 "proc-macro2", 1454 "quote", 1455 "syn", 1456] 1457 1458[[package]] 1459name = "system-configuration" 1460version = "0.7.0" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 1463dependencies = [ 1464 "bitflags", 1465 "core-foundation 0.9.4", 1466 "system-configuration-sys", 1467] 1468 1469[[package]] 1470name = "system-configuration-sys" 1471version = "0.6.0" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1474dependencies = [ 1475 "core-foundation-sys", 1476 "libc", 1477] 1478 1479[[package]] 1480name = "thiserror" 1481version = "1.0.69" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1484dependencies = [ 1485 "thiserror-impl 1.0.69", 1486] 1487 1488[[package]] 1489name = "thiserror" 1490version = "2.0.18" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1493dependencies = [ 1494 "thiserror-impl 2.0.18", 1495] 1496 1497[[package]] 1498name = "thiserror-impl" 1499version = "1.0.69" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1502dependencies = [ 1503 "proc-macro2", 1504 "quote", 1505 "syn", 1506] 1507 1508[[package]] 1509name = "thiserror-impl" 1510version = "2.0.18" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1513dependencies = [ 1514 "proc-macro2", 1515 "quote", 1516 "syn", 1517] 1518 1519[[package]] 1520name = "time" 1521version = "0.3.47" 1522source = "registry+https://github.com/rust-lang/crates.io-index" 1523checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 1524dependencies = [ 1525 "deranged", 1526 "num-conv", 1527 "powerfmt", 1528 "serde_core", 1529 "time-core", 1530 "time-macros", 1531] 1532 1533[[package]] 1534name = "time-core" 1535version = "0.1.8" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 1538 1539[[package]] 1540name = "time-macros" 1541version = "0.2.27" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 1544dependencies = [ 1545 "num-conv", 1546 "time-core", 1547] 1548 1549[[package]] 1550name = "tinystr" 1551version = "0.8.3" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 1554dependencies = [ 1555 "displaydoc", 1556 "zerovec", 1557] 1558 1559[[package]] 1560name = "tinyvec" 1561version = "1.11.0" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 1564dependencies = [ 1565 "tinyvec_macros", 1566] 1567 1568[[package]] 1569name = "tinyvec_macros" 1570version = "0.1.1" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1573 1574[[package]] 1575name = "tokio" 1576version = "1.51.1" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" 1579dependencies = [ 1580 "bytes", 1581 "libc", 1582 "mio", 1583 "pin-project-lite", 1584 "signal-hook-registry", 1585 "socket2", 1586 "tokio-macros", 1587 "windows-sys 0.61.2", 1588] 1589 1590[[package]] 1591name = "tokio-macros" 1592version = "2.7.0" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 1595dependencies = [ 1596 "proc-macro2", 1597 "quote", 1598 "syn", 1599] 1600 1601[[package]] 1602name = "tokio-rustls" 1603version = "0.26.4" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 1606dependencies = [ 1607 "rustls", 1608 "tokio", 1609] 1610 1611[[package]] 1612name = "tokio-util" 1613version = "0.7.18" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 1616dependencies = [ 1617 "bytes", 1618 "futures-core", 1619 "futures-sink", 1620 "pin-project-lite", 1621 "slab", 1622 "tokio", 1623] 1624 1625[[package]] 1626name = "tokio-websockets" 1627version = "0.13.2" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "dad543404f98bfc969aeb71994105c592acfc6c43323fddcd016bb208d1c65cb" 1630dependencies = [ 1631 "base64", 1632 "bytes", 1633 "fastrand", 1634 "futures-core", 1635 "futures-sink", 1636 "http", 1637 "httparse", 1638 "rustls-pki-types", 1639 "rustls-platform-verifier", 1640 "sha1_smol", 1641 "simdutf8", 1642 "tokio", 1643 "tokio-rustls", 1644 "tokio-util", 1645] 1646 1647[[package]] 1648name = "tower" 1649version = "0.5.3" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1652dependencies = [ 1653 "futures-core", 1654 "futures-util", 1655 "pin-project-lite", 1656 "sync_wrapper", 1657 "tokio", 1658 "tower-layer", 1659 "tower-service", 1660] 1661 1662[[package]] 1663name = "tower-http" 1664version = "0.6.8" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 1667dependencies = [ 1668 "bitflags", 1669 "bytes", 1670 "futures-util", 1671 "http", 1672 "http-body", 1673 "iri-string", 1674 "pin-project-lite", 1675 "tower", 1676 "tower-layer", 1677 "tower-service", 1678] 1679 1680[[package]] 1681name = "tower-layer" 1682version = "0.3.3" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1685 1686[[package]] 1687name = "tower-service" 1688version = "0.3.3" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1691 1692[[package]] 1693name = "tracing" 1694version = "0.1.44" 1695source = "registry+https://github.com/rust-lang/crates.io-index" 1696checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1697dependencies = [ 1698 "pin-project-lite", 1699 "tracing-attributes", 1700 "tracing-core", 1701] 1702 1703[[package]] 1704name = "tracing-attributes" 1705version = "0.1.31" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1708dependencies = [ 1709 "proc-macro2", 1710 "quote", 1711 "syn", 1712] 1713 1714[[package]] 1715name = "tracing-core" 1716version = "0.1.36" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1719dependencies = [ 1720 "once_cell", 1721] 1722 1723[[package]] 1724name = "try-lock" 1725version = "0.2.5" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1728 1729[[package]] 1730name = "twilight-gateway" 1731version = "0.17.1" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "59267541c31f888c1587da5e7cbab182ae6efd98faedd9ea2e35a4eef43ff204" 1734dependencies = [ 1735 "bitflags", 1736 "fastrand", 1737 "futures-core", 1738 "futures-sink", 1739 "serde", 1740 "serde_json", 1741 "tokio", 1742 "tokio-websockets", 1743 "tracing", 1744 "twilight-gateway-queue", 1745 "twilight-http", 1746 "twilight-model", 1747 "zstd-safe", 1748] 1749 1750[[package]] 1751name = "twilight-gateway-queue" 1752version = "0.17.0" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "366a73fe47f61a3d522c3aaf70475e60634b0ae59e7b94272ed7496fffa7ceb7" 1755dependencies = [ 1756 "tokio", 1757 "tracing", 1758] 1759 1760[[package]] 1761name = "twilight-http" 1762version = "0.17.1" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "05b868001d7bfb953732b3f1cd92f63cb88cd2ea902f590b1d084c66aea60e48" 1765dependencies = [ 1766 "brotli-decompressor", 1767 "fastrand", 1768 "http", 1769 "http-body-util", 1770 "hyper", 1771 "hyper-rustls", 1772 "hyper-util", 1773 "percent-encoding", 1774 "rustls", 1775 "serde", 1776 "serde_json", 1777 "tokio", 1778 "tracing", 1779 "twilight-http-ratelimiting", 1780 "twilight-model", 1781 "twilight-validate", 1782] 1783 1784[[package]] 1785name = "twilight-http-ratelimiting" 1786version = "0.17.1" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "0515b0c30814068a7540fcb5f58b634259ca453fa335d42c3b2c8f2b06ac6a59" 1789dependencies = [ 1790 "hashbrown", 1791 "tokio", 1792 "tokio-util", 1793 "tracing", 1794] 1795 1796[[package]] 1797name = "twilight-interactions" 1798version = "0.17.0" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "bf233b2f9508e5efcd19e6e07fecacd3f3081b2a859b69da0597e996751a675d" 1801dependencies = [ 1802 "twilight-interactions-derive", 1803 "twilight-model", 1804] 1805 1806[[package]] 1807name = "twilight-interactions-derive" 1808version = "0.17.0" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "627e42ed28f14835a504245f73407a8ec23250fdd4f664d5c55edd0ed9b3f7c6" 1811dependencies = [ 1812 "proc-macro2", 1813 "quote", 1814 "syn", 1815] 1816 1817[[package]] 1818name = "twilight-model" 1819version = "0.17.1" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "2bf6bb7b93a7f765d89b3388cc710c0ae16104579e06bb30ea1ee6bd41420a8b" 1822dependencies = [ 1823 "bitflags", 1824 "serde", 1825 "serde-value", 1826 "serde_repr", 1827 "time", 1828] 1829 1830[[package]] 1831name = "twilight-util" 1832version = "0.17.0" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "e71de79d48ce27aba1f591b10c84677f1317489c2ea154d9b8ed01efa8bceb53" 1835dependencies = [ 1836 "twilight-model", 1837 "twilight-validate", 1838] 1839 1840[[package]] 1841name = "twilight-validate" 1842version = "0.17.0" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "d6a27472e023e3841d1c4e4e20253ed796e8440aada8b5205b8544f1172e661d" 1845dependencies = [ 1846 "twilight-model", 1847] 1848 1849[[package]] 1850name = "unicode-ident" 1851version = "1.0.24" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1854 1855[[package]] 1856name = "untrusted" 1857version = "0.9.0" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1860 1861[[package]] 1862name = "url" 1863version = "2.5.8" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 1866dependencies = [ 1867 "form_urlencoded", 1868 "idna", 1869 "percent-encoding", 1870 "serde", 1871] 1872 1873[[package]] 1874name = "utf8_iter" 1875version = "1.0.4" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1878 1879[[package]] 1880name = "utf8parse" 1881version = "0.2.2" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1884 1885[[package]] 1886name = "walkdir" 1887version = "2.5.0" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1890dependencies = [ 1891 "same-file", 1892 "winapi-util", 1893] 1894 1895[[package]] 1896name = "want" 1897version = "0.3.1" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1900dependencies = [ 1901 "try-lock", 1902] 1903 1904[[package]] 1905name = "wasi" 1906version = "0.11.1+wasi-snapshot-preview1" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1909 1910[[package]] 1911name = "wasip2" 1912version = "1.0.2+wasi-0.2.9" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1915dependencies = [ 1916 "wit-bindgen", 1917] 1918 1919[[package]] 1920name = "wasm-bindgen" 1921version = "0.2.117" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" 1924dependencies = [ 1925 "cfg-if", 1926 "once_cell", 1927 "rustversion", 1928 "wasm-bindgen-macro", 1929 "wasm-bindgen-shared", 1930] 1931 1932[[package]] 1933name = "wasm-bindgen-futures" 1934version = "0.4.67" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e" 1937dependencies = [ 1938 "js-sys", 1939 "wasm-bindgen", 1940] 1941 1942[[package]] 1943name = "wasm-bindgen-macro" 1944version = "0.2.117" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" 1947dependencies = [ 1948 "quote", 1949 "wasm-bindgen-macro-support", 1950] 1951 1952[[package]] 1953name = "wasm-bindgen-macro-support" 1954version = "0.2.117" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" 1957dependencies = [ 1958 "bumpalo", 1959 "proc-macro2", 1960 "quote", 1961 "syn", 1962 "wasm-bindgen-shared", 1963] 1964 1965[[package]] 1966name = "wasm-bindgen-shared" 1967version = "0.2.117" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" 1970dependencies = [ 1971 "unicode-ident", 1972] 1973 1974[[package]] 1975name = "web-sys" 1976version = "0.3.94" 1977source = "registry+https://github.com/rust-lang/crates.io-index" 1978checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a" 1979dependencies = [ 1980 "js-sys", 1981 "wasm-bindgen", 1982] 1983 1984[[package]] 1985name = "web-time" 1986version = "1.1.0" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1989dependencies = [ 1990 "js-sys", 1991 "wasm-bindgen", 1992] 1993 1994[[package]] 1995name = "webpki-root-certs" 1996version = "1.0.6" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 1999dependencies = [ 2000 "rustls-pki-types", 2001] 2002 2003[[package]] 2004name = "winapi-util" 2005version = "0.1.11" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2008dependencies = [ 2009 "windows-sys 0.61.2", 2010] 2011 2012[[package]] 2013name = "windows-link" 2014version = "0.2.1" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2017 2018[[package]] 2019name = "windows-registry" 2020version = "0.6.1" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2023dependencies = [ 2024 "windows-link", 2025 "windows-result", 2026 "windows-strings", 2027] 2028 2029[[package]] 2030name = "windows-result" 2031version = "0.4.1" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2034dependencies = [ 2035 "windows-link", 2036] 2037 2038[[package]] 2039name = "windows-strings" 2040version = "0.5.1" 2041source = "registry+https://github.com/rust-lang/crates.io-index" 2042checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2043dependencies = [ 2044 "windows-link", 2045] 2046 2047[[package]] 2048name = "windows-sys" 2049version = "0.45.0" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2052dependencies = [ 2053 "windows-targets 0.42.2", 2054] 2055 2056[[package]] 2057name = "windows-sys" 2058version = "0.52.0" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2061dependencies = [ 2062 "windows-targets 0.52.6", 2063] 2064 2065[[package]] 2066name = "windows-sys" 2067version = "0.60.2" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2070dependencies = [ 2071 "windows-targets 0.53.5", 2072] 2073 2074[[package]] 2075name = "windows-sys" 2076version = "0.61.2" 2077source = "registry+https://github.com/rust-lang/crates.io-index" 2078checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2079dependencies = [ 2080 "windows-link", 2081] 2082 2083[[package]] 2084name = "windows-targets" 2085version = "0.42.2" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2088dependencies = [ 2089 "windows_aarch64_gnullvm 0.42.2", 2090 "windows_aarch64_msvc 0.42.2", 2091 "windows_i686_gnu 0.42.2", 2092 "windows_i686_msvc 0.42.2", 2093 "windows_x86_64_gnu 0.42.2", 2094 "windows_x86_64_gnullvm 0.42.2", 2095 "windows_x86_64_msvc 0.42.2", 2096] 2097 2098[[package]] 2099name = "windows-targets" 2100version = "0.52.6" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2103dependencies = [ 2104 "windows_aarch64_gnullvm 0.52.6", 2105 "windows_aarch64_msvc 0.52.6", 2106 "windows_i686_gnu 0.52.6", 2107 "windows_i686_gnullvm 0.52.6", 2108 "windows_i686_msvc 0.52.6", 2109 "windows_x86_64_gnu 0.52.6", 2110 "windows_x86_64_gnullvm 0.52.6", 2111 "windows_x86_64_msvc 0.52.6", 2112] 2113 2114[[package]] 2115name = "windows-targets" 2116version = "0.53.5" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2119dependencies = [ 2120 "windows-link", 2121 "windows_aarch64_gnullvm 0.53.1", 2122 "windows_aarch64_msvc 0.53.1", 2123 "windows_i686_gnu 0.53.1", 2124 "windows_i686_gnullvm 0.53.1", 2125 "windows_i686_msvc 0.53.1", 2126 "windows_x86_64_gnu 0.53.1", 2127 "windows_x86_64_gnullvm 0.53.1", 2128 "windows_x86_64_msvc 0.53.1", 2129] 2130 2131[[package]] 2132name = "windows_aarch64_gnullvm" 2133version = "0.42.2" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2136 2137[[package]] 2138name = "windows_aarch64_gnullvm" 2139version = "0.52.6" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2142 2143[[package]] 2144name = "windows_aarch64_gnullvm" 2145version = "0.53.1" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2148 2149[[package]] 2150name = "windows_aarch64_msvc" 2151version = "0.42.2" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2154 2155[[package]] 2156name = "windows_aarch64_msvc" 2157version = "0.52.6" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2160 2161[[package]] 2162name = "windows_aarch64_msvc" 2163version = "0.53.1" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2166 2167[[package]] 2168name = "windows_i686_gnu" 2169version = "0.42.2" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2172 2173[[package]] 2174name = "windows_i686_gnu" 2175version = "0.52.6" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2178 2179[[package]] 2180name = "windows_i686_gnu" 2181version = "0.53.1" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2184 2185[[package]] 2186name = "windows_i686_gnullvm" 2187version = "0.52.6" 2188source = "registry+https://github.com/rust-lang/crates.io-index" 2189checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2190 2191[[package]] 2192name = "windows_i686_gnullvm" 2193version = "0.53.1" 2194source = "registry+https://github.com/rust-lang/crates.io-index" 2195checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2196 2197[[package]] 2198name = "windows_i686_msvc" 2199version = "0.42.2" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2202 2203[[package]] 2204name = "windows_i686_msvc" 2205version = "0.52.6" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2208 2209[[package]] 2210name = "windows_i686_msvc" 2211version = "0.53.1" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2214 2215[[package]] 2216name = "windows_x86_64_gnu" 2217version = "0.42.2" 2218source = "registry+https://github.com/rust-lang/crates.io-index" 2219checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2220 2221[[package]] 2222name = "windows_x86_64_gnu" 2223version = "0.52.6" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2226 2227[[package]] 2228name = "windows_x86_64_gnu" 2229version = "0.53.1" 2230source = "registry+https://github.com/rust-lang/crates.io-index" 2231checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2232 2233[[package]] 2234name = "windows_x86_64_gnullvm" 2235version = "0.42.2" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2238 2239[[package]] 2240name = "windows_x86_64_gnullvm" 2241version = "0.52.6" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2244 2245[[package]] 2246name = "windows_x86_64_gnullvm" 2247version = "0.53.1" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2250 2251[[package]] 2252name = "windows_x86_64_msvc" 2253version = "0.42.2" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2256 2257[[package]] 2258name = "windows_x86_64_msvc" 2259version = "0.52.6" 2260source = "registry+https://github.com/rust-lang/crates.io-index" 2261checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2262 2263[[package]] 2264name = "windows_x86_64_msvc" 2265version = "0.53.1" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2268 2269[[package]] 2270name = "wit-bindgen" 2271version = "0.51.0" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 2274 2275[[package]] 2276name = "writeable" 2277version = "0.6.3" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 2280 2281[[package]] 2282name = "yoke" 2283version = "0.8.2" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 2286dependencies = [ 2287 "stable_deref_trait", 2288 "yoke-derive", 2289 "zerofrom", 2290] 2291 2292[[package]] 2293name = "yoke-derive" 2294version = "0.8.2" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 2297dependencies = [ 2298 "proc-macro2", 2299 "quote", 2300 "syn", 2301 "synstructure", 2302] 2303 2304[[package]] 2305name = "zerocopy" 2306version = "0.8.48" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 2309dependencies = [ 2310 "zerocopy-derive", 2311] 2312 2313[[package]] 2314name = "zerocopy-derive" 2315version = "0.8.48" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 2318dependencies = [ 2319 "proc-macro2", 2320 "quote", 2321 "syn", 2322] 2323 2324[[package]] 2325name = "zerofrom" 2326version = "0.1.7" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 2329dependencies = [ 2330 "zerofrom-derive", 2331] 2332 2333[[package]] 2334name = "zerofrom-derive" 2335version = "0.1.7" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 2338dependencies = [ 2339 "proc-macro2", 2340 "quote", 2341 "syn", 2342 "synstructure", 2343] 2344 2345[[package]] 2346name = "zeroize" 2347version = "1.8.2" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2350 2351[[package]] 2352name = "zerotrie" 2353version = "0.2.4" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 2356dependencies = [ 2357 "displaydoc", 2358 "yoke", 2359 "zerofrom", 2360] 2361 2362[[package]] 2363name = "zerovec" 2364version = "0.11.6" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 2367dependencies = [ 2368 "yoke", 2369 "zerofrom", 2370 "zerovec-derive", 2371] 2372 2373[[package]] 2374name = "zerovec-derive" 2375version = "0.11.3" 2376source = "registry+https://github.com/rust-lang/crates.io-index" 2377checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 2378dependencies = [ 2379 "proc-macro2", 2380 "quote", 2381 "syn", 2382] 2383 2384[[package]] 2385name = "zmij" 2386version = "1.0.21" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 2389 2390[[package]] 2391name = "zstd-safe" 2392version = "7.2.4" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 2395dependencies = [ 2396 "zstd-sys", 2397] 2398 2399[[package]] 2400name = "zstd-sys" 2401version = "2.0.16+zstd.1.5.7" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 2404dependencies = [ 2405 "cc", 2406 "pkg-config", 2407]