this repo has no description
at docker 2277 lines 57 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "ahash" 22version = "0.8.12" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 25dependencies = [ 26 "cfg-if", 27 "once_cell", 28 "version_check", 29 "zerocopy", 30] 31 32[[package]] 33name = "anyhow" 34version = "1.0.99" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 37 38[[package]] 39name = "async-trait" 40version = "0.1.89" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 43dependencies = [ 44 "proc-macro2", 45 "quote", 46 "syn", 47] 48 49[[package]] 50name = "atomic-waker" 51version = "1.1.2" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 54 55[[package]] 56name = "autocfg" 57version = "1.5.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 60 61[[package]] 62name = "backtrace" 63version = "0.3.75" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 66dependencies = [ 67 "addr2line", 68 "cfg-if", 69 "libc", 70 "miniz_oxide", 71 "object", 72 "rustc-demangle", 73 "windows-targets", 74] 75 76[[package]] 77name = "base64" 78version = "0.21.7" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 81 82[[package]] 83name = "base64" 84version = "0.22.1" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 87 88[[package]] 89name = "bitflags" 90version = "2.9.4" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 93 94[[package]] 95name = "block-buffer" 96version = "0.10.4" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 99dependencies = [ 100 "generic-array", 101] 102 103[[package]] 104name = "bon" 105version = "3.7.2" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb" 108dependencies = [ 109 "bon-macros", 110 "rustversion", 111] 112 113[[package]] 114name = "bon-macros" 115version = "3.7.2" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005" 118dependencies = [ 119 "darling 0.21.3", 120 "ident_case", 121 "prettyplease", 122 "proc-macro2", 123 "quote", 124 "rustversion", 125 "syn", 126] 127 128[[package]] 129name = "bumpalo" 130version = "3.19.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 133 134[[package]] 135name = "byteorder" 136version = "1.5.0" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 139 140[[package]] 141name = "bytes" 142version = "1.10.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 145 146[[package]] 147name = "cc" 148version = "1.2.37" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44" 151dependencies = [ 152 "find-msvc-tools", 153 "jobserver", 154 "libc", 155 "shlex", 156] 157 158[[package]] 159name = "cfg-if" 160version = "1.0.3" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 163 164[[package]] 165name = "core-foundation" 166version = "0.9.4" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 169dependencies = [ 170 "core-foundation-sys", 171 "libc", 172] 173 174[[package]] 175name = "core-foundation-sys" 176version = "0.8.7" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 179 180[[package]] 181name = "cpufeatures" 182version = "0.2.17" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 185dependencies = [ 186 "libc", 187] 188 189[[package]] 190name = "crypto-common" 191version = "0.1.6" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 194dependencies = [ 195 "generic-array", 196 "typenum", 197] 198 199[[package]] 200name = "darling" 201version = "0.20.11" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 204dependencies = [ 205 "darling_core 0.20.11", 206 "darling_macro 0.20.11", 207] 208 209[[package]] 210name = "darling" 211version = "0.21.3" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 214dependencies = [ 215 "darling_core 0.21.3", 216 "darling_macro 0.21.3", 217] 218 219[[package]] 220name = "darling_core" 221version = "0.20.11" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 224dependencies = [ 225 "fnv", 226 "ident_case", 227 "proc-macro2", 228 "quote", 229 "strsim", 230 "syn", 231] 232 233[[package]] 234name = "darling_core" 235version = "0.21.3" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 238dependencies = [ 239 "fnv", 240 "ident_case", 241 "proc-macro2", 242 "quote", 243 "strsim", 244 "syn", 245] 246 247[[package]] 248name = "darling_macro" 249version = "0.20.11" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 252dependencies = [ 253 "darling_core 0.20.11", 254 "quote", 255 "syn", 256] 257 258[[package]] 259name = "darling_macro" 260version = "0.21.3" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 263dependencies = [ 264 "darling_core 0.21.3", 265 "quote", 266 "syn", 267] 268 269[[package]] 270name = "data-encoding" 271version = "2.9.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 274 275[[package]] 276name = "derive_builder" 277version = "0.20.2" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 280dependencies = [ 281 "derive_builder_macro", 282] 283 284[[package]] 285name = "derive_builder_core" 286version = "0.20.2" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 289dependencies = [ 290 "darling 0.20.11", 291 "proc-macro2", 292 "quote", 293 "syn", 294] 295 296[[package]] 297name = "derive_builder_macro" 298version = "0.20.2" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 301dependencies = [ 302 "derive_builder_core", 303 "syn", 304] 305 306[[package]] 307name = "digest" 308version = "0.10.7" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 311dependencies = [ 312 "block-buffer", 313 "crypto-common", 314] 315 316[[package]] 317name = "discordhose" 318version = "0.1.0" 319dependencies = [ 320 "anyhow", 321 "async-trait", 322 "dotenv", 323 "reqwest", 324 "rocketman", 325 "serde_json", 326 "tokio", 327] 328 329[[package]] 330name = "displaydoc" 331version = "0.2.5" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 334dependencies = [ 335 "proc-macro2", 336 "quote", 337 "syn", 338] 339 340[[package]] 341name = "dotenv" 342version = "0.15.0" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 345 346[[package]] 347name = "encoding_rs" 348version = "0.8.35" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 351dependencies = [ 352 "cfg-if", 353] 354 355[[package]] 356name = "equivalent" 357version = "1.0.2" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 360 361[[package]] 362name = "errno" 363version = "0.3.14" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 366dependencies = [ 367 "libc", 368 "windows-sys 0.61.0", 369] 370 371[[package]] 372name = "fastrand" 373version = "2.3.0" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 376 377[[package]] 378name = "find-msvc-tools" 379version = "0.1.1" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" 382 383[[package]] 384name = "flume" 385version = "0.11.1" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 388dependencies = [ 389 "futures-core", 390 "futures-sink", 391 "nanorand", 392 "spin", 393] 394 395[[package]] 396name = "fnv" 397version = "1.0.7" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 400 401[[package]] 402name = "foreign-types" 403version = "0.3.2" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 406dependencies = [ 407 "foreign-types-shared", 408] 409 410[[package]] 411name = "foreign-types-shared" 412version = "0.1.1" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 415 416[[package]] 417name = "form_urlencoded" 418version = "1.2.2" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 421dependencies = [ 422 "percent-encoding", 423] 424 425[[package]] 426name = "futures-channel" 427version = "0.3.31" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 430dependencies = [ 431 "futures-core", 432] 433 434[[package]] 435name = "futures-core" 436version = "0.3.31" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 439 440[[package]] 441name = "futures-macro" 442version = "0.3.31" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 445dependencies = [ 446 "proc-macro2", 447 "quote", 448 "syn", 449] 450 451[[package]] 452name = "futures-sink" 453version = "0.3.31" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 456 457[[package]] 458name = "futures-task" 459version = "0.3.31" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 462 463[[package]] 464name = "futures-util" 465version = "0.3.31" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 468dependencies = [ 469 "futures-core", 470 "futures-macro", 471 "futures-sink", 472 "futures-task", 473 "pin-project-lite", 474 "pin-utils", 475 "slab", 476] 477 478[[package]] 479name = "generic-array" 480version = "0.14.7" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 483dependencies = [ 484 "typenum", 485 "version_check", 486] 487 488[[package]] 489name = "getrandom" 490version = "0.2.16" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 493dependencies = [ 494 "cfg-if", 495 "js-sys", 496 "libc", 497 "wasi 0.11.1+wasi-snapshot-preview1", 498 "wasm-bindgen", 499] 500 501[[package]] 502name = "getrandom" 503version = "0.3.3" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 506dependencies = [ 507 "cfg-if", 508 "libc", 509 "r-efi", 510 "wasi 0.14.7+wasi-0.2.4", 511] 512 513[[package]] 514name = "gimli" 515version = "0.31.1" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 518 519[[package]] 520name = "h2" 521version = "0.4.12" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 524dependencies = [ 525 "atomic-waker", 526 "bytes", 527 "fnv", 528 "futures-core", 529 "futures-sink", 530 "http 1.3.1", 531 "indexmap", 532 "slab", 533 "tokio", 534 "tokio-util", 535 "tracing", 536] 537 538[[package]] 539name = "hashbrown" 540version = "0.15.5" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 543 544[[package]] 545name = "http" 546version = "0.2.12" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 549dependencies = [ 550 "bytes", 551 "fnv", 552 "itoa", 553] 554 555[[package]] 556name = "http" 557version = "1.3.1" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 560dependencies = [ 561 "bytes", 562 "fnv", 563 "itoa", 564] 565 566[[package]] 567name = "http-body" 568version = "1.0.1" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 571dependencies = [ 572 "bytes", 573 "http 1.3.1", 574] 575 576[[package]] 577name = "http-body-util" 578version = "0.1.3" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 581dependencies = [ 582 "bytes", 583 "futures-core", 584 "http 1.3.1", 585 "http-body", 586 "pin-project-lite", 587] 588 589[[package]] 590name = "httparse" 591version = "1.10.1" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 594 595[[package]] 596name = "hyper" 597version = "1.7.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 600dependencies = [ 601 "atomic-waker", 602 "bytes", 603 "futures-channel", 604 "futures-core", 605 "h2", 606 "http 1.3.1", 607 "http-body", 608 "httparse", 609 "itoa", 610 "pin-project-lite", 611 "pin-utils", 612 "smallvec", 613 "tokio", 614 "want", 615] 616 617[[package]] 618name = "hyper-rustls" 619version = "0.27.7" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 622dependencies = [ 623 "http 1.3.1", 624 "hyper", 625 "hyper-util", 626 "rustls 0.23.31", 627 "rustls-pki-types", 628 "tokio", 629 "tokio-rustls 0.26.3", 630 "tower-service", 631] 632 633[[package]] 634name = "hyper-tls" 635version = "0.6.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 638dependencies = [ 639 "bytes", 640 "http-body-util", 641 "hyper", 642 "hyper-util", 643 "native-tls", 644 "tokio", 645 "tokio-native-tls", 646 "tower-service", 647] 648 649[[package]] 650name = "hyper-util" 651version = "0.1.17" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 654dependencies = [ 655 "base64 0.22.1", 656 "bytes", 657 "futures-channel", 658 "futures-core", 659 "futures-util", 660 "http 1.3.1", 661 "http-body", 662 "hyper", 663 "ipnet", 664 "libc", 665 "percent-encoding", 666 "pin-project-lite", 667 "socket2", 668 "system-configuration", 669 "tokio", 670 "tower-service", 671 "tracing", 672 "windows-registry", 673] 674 675[[package]] 676name = "icu_collections" 677version = "2.0.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 680dependencies = [ 681 "displaydoc", 682 "potential_utf", 683 "yoke", 684 "zerofrom", 685 "zerovec", 686] 687 688[[package]] 689name = "icu_locale_core" 690version = "2.0.0" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 693dependencies = [ 694 "displaydoc", 695 "litemap", 696 "tinystr", 697 "writeable", 698 "zerovec", 699] 700 701[[package]] 702name = "icu_normalizer" 703version = "2.0.0" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 706dependencies = [ 707 "displaydoc", 708 "icu_collections", 709 "icu_normalizer_data", 710 "icu_properties", 711 "icu_provider", 712 "smallvec", 713 "zerovec", 714] 715 716[[package]] 717name = "icu_normalizer_data" 718version = "2.0.0" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 721 722[[package]] 723name = "icu_properties" 724version = "2.0.1" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 727dependencies = [ 728 "displaydoc", 729 "icu_collections", 730 "icu_locale_core", 731 "icu_properties_data", 732 "icu_provider", 733 "potential_utf", 734 "zerotrie", 735 "zerovec", 736] 737 738[[package]] 739name = "icu_properties_data" 740version = "2.0.1" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 743 744[[package]] 745name = "icu_provider" 746version = "2.0.0" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 749dependencies = [ 750 "displaydoc", 751 "icu_locale_core", 752 "stable_deref_trait", 753 "tinystr", 754 "writeable", 755 "yoke", 756 "zerofrom", 757 "zerotrie", 758 "zerovec", 759] 760 761[[package]] 762name = "ident_case" 763version = "1.0.1" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 766 767[[package]] 768name = "idna" 769version = "1.1.0" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 772dependencies = [ 773 "idna_adapter", 774 "smallvec", 775 "utf8_iter", 776] 777 778[[package]] 779name = "idna_adapter" 780version = "1.2.1" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 783dependencies = [ 784 "icu_normalizer", 785 "icu_properties", 786] 787 788[[package]] 789name = "indexmap" 790version = "2.11.3" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" 793dependencies = [ 794 "equivalent", 795 "hashbrown", 796] 797 798[[package]] 799name = "io-uring" 800version = "0.7.10" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 803dependencies = [ 804 "bitflags", 805 "cfg-if", 806 "libc", 807] 808 809[[package]] 810name = "ipnet" 811version = "2.11.0" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 814 815[[package]] 816name = "iri-string" 817version = "0.7.8" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 820dependencies = [ 821 "memchr", 822 "serde", 823] 824 825[[package]] 826name = "itoa" 827version = "1.0.15" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 830 831[[package]] 832name = "jobserver" 833version = "0.1.34" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 836dependencies = [ 837 "getrandom 0.3.3", 838 "libc", 839] 840 841[[package]] 842name = "js-sys" 843version = "0.3.80" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e" 846dependencies = [ 847 "once_cell", 848 "wasm-bindgen", 849] 850 851[[package]] 852name = "lazy_static" 853version = "1.5.0" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 856 857[[package]] 858name = "libc" 859version = "0.2.175" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 862 863[[package]] 864name = "linux-raw-sys" 865version = "0.11.0" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 868 869[[package]] 870name = "litemap" 871version = "0.8.0" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 874 875[[package]] 876name = "lock_api" 877version = "0.4.13" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 880dependencies = [ 881 "autocfg", 882 "scopeguard", 883] 884 885[[package]] 886name = "log" 887version = "0.4.28" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 890 891[[package]] 892name = "memchr" 893version = "2.7.5" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 896 897[[package]] 898name = "metrics" 899version = "0.24.2" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" 902dependencies = [ 903 "ahash", 904 "portable-atomic", 905] 906 907[[package]] 908name = "mime" 909version = "0.3.17" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 912 913[[package]] 914name = "miniz_oxide" 915version = "0.8.9" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 918dependencies = [ 919 "adler2", 920] 921 922[[package]] 923name = "mio" 924version = "1.0.4" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 927dependencies = [ 928 "libc", 929 "wasi 0.11.1+wasi-snapshot-preview1", 930 "windows-sys 0.59.0", 931] 932 933[[package]] 934name = "nanorand" 935version = "0.7.0" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 938dependencies = [ 939 "getrandom 0.2.16", 940] 941 942[[package]] 943name = "native-tls" 944version = "0.2.14" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 947dependencies = [ 948 "libc", 949 "log", 950 "openssl", 951 "openssl-probe", 952 "openssl-sys", 953 "schannel", 954 "security-framework", 955 "security-framework-sys", 956 "tempfile", 957] 958 959[[package]] 960name = "nu-ansi-term" 961version = "0.50.1" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 964dependencies = [ 965 "windows-sys 0.52.0", 966] 967 968[[package]] 969name = "object" 970version = "0.36.7" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 973dependencies = [ 974 "memchr", 975] 976 977[[package]] 978name = "once_cell" 979version = "1.21.3" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 982 983[[package]] 984name = "openssl" 985version = "0.10.73" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 988dependencies = [ 989 "bitflags", 990 "cfg-if", 991 "foreign-types", 992 "libc", 993 "once_cell", 994 "openssl-macros", 995 "openssl-sys", 996] 997 998[[package]] 999name = "openssl-macros" 1000version = "0.1.1" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1003dependencies = [ 1004 "proc-macro2", 1005 "quote", 1006 "syn", 1007] 1008 1009[[package]] 1010name = "openssl-probe" 1011version = "0.1.6" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1014 1015[[package]] 1016name = "openssl-sys" 1017version = "0.9.109" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1020dependencies = [ 1021 "cc", 1022 "libc", 1023 "pkg-config", 1024 "vcpkg", 1025] 1026 1027[[package]] 1028name = "percent-encoding" 1029version = "2.3.2" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1032 1033[[package]] 1034name = "pin-project-lite" 1035version = "0.2.16" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1038 1039[[package]] 1040name = "pin-utils" 1041version = "0.1.0" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1044 1045[[package]] 1046name = "pkg-config" 1047version = "0.3.32" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1050 1051[[package]] 1052name = "portable-atomic" 1053version = "1.11.1" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1056 1057[[package]] 1058name = "potential_utf" 1059version = "0.1.3" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1062dependencies = [ 1063 "zerovec", 1064] 1065 1066[[package]] 1067name = "ppv-lite86" 1068version = "0.2.21" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1071dependencies = [ 1072 "zerocopy", 1073] 1074 1075[[package]] 1076name = "prettyplease" 1077version = "0.2.37" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1080dependencies = [ 1081 "proc-macro2", 1082 "syn", 1083] 1084 1085[[package]] 1086name = "proc-macro2" 1087version = "1.0.101" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1090dependencies = [ 1091 "unicode-ident", 1092] 1093 1094[[package]] 1095name = "quote" 1096version = "1.0.40" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1099dependencies = [ 1100 "proc-macro2", 1101] 1102 1103[[package]] 1104name = "r-efi" 1105version = "5.3.0" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1108 1109[[package]] 1110name = "rand" 1111version = "0.8.5" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1114dependencies = [ 1115 "libc", 1116 "rand_chacha", 1117 "rand_core", 1118] 1119 1120[[package]] 1121name = "rand_chacha" 1122version = "0.3.1" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1125dependencies = [ 1126 "ppv-lite86", 1127 "rand_core", 1128] 1129 1130[[package]] 1131name = "rand_core" 1132version = "0.6.4" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1135dependencies = [ 1136 "getrandom 0.2.16", 1137] 1138 1139[[package]] 1140name = "reqwest" 1141version = "0.12.23" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 1144dependencies = [ 1145 "base64 0.22.1", 1146 "bytes", 1147 "encoding_rs", 1148 "futures-core", 1149 "h2", 1150 "http 1.3.1", 1151 "http-body", 1152 "http-body-util", 1153 "hyper", 1154 "hyper-rustls", 1155 "hyper-tls", 1156 "hyper-util", 1157 "js-sys", 1158 "log", 1159 "mime", 1160 "native-tls", 1161 "percent-encoding", 1162 "pin-project-lite", 1163 "rustls-pki-types", 1164 "serde", 1165 "serde_json", 1166 "serde_urlencoded", 1167 "sync_wrapper", 1168 "tokio", 1169 "tokio-native-tls", 1170 "tower", 1171 "tower-http", 1172 "tower-service", 1173 "url", 1174 "wasm-bindgen", 1175 "wasm-bindgen-futures", 1176 "web-sys", 1177] 1178 1179[[package]] 1180name = "ring" 1181version = "0.17.14" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1184dependencies = [ 1185 "cc", 1186 "cfg-if", 1187 "getrandom 0.2.16", 1188 "libc", 1189 "untrusted", 1190 "windows-sys 0.52.0", 1191] 1192 1193[[package]] 1194name = "rocketman" 1195version = "0.2.5" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "90cfc4ee9daf6e9d0ee217b9709aa3bd6c921e6926aa15c6ff5ba9162c2c649a" 1198dependencies = [ 1199 "anyhow", 1200 "async-trait", 1201 "bon", 1202 "derive_builder", 1203 "flume", 1204 "futures-util", 1205 "metrics", 1206 "rand", 1207 "serde", 1208 "serde_json", 1209 "tokio", 1210 "tokio-tungstenite", 1211 "tracing", 1212 "tracing-subscriber", 1213 "url", 1214 "zstd", 1215] 1216 1217[[package]] 1218name = "rustc-demangle" 1219version = "0.1.26" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1222 1223[[package]] 1224name = "rustix" 1225version = "1.1.2" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1228dependencies = [ 1229 "bitflags", 1230 "errno", 1231 "libc", 1232 "linux-raw-sys", 1233 "windows-sys 0.61.0", 1234] 1235 1236[[package]] 1237name = "rustls" 1238version = "0.21.12" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 1241dependencies = [ 1242 "log", 1243 "ring", 1244 "rustls-webpki 0.101.7", 1245 "sct", 1246] 1247 1248[[package]] 1249name = "rustls" 1250version = "0.23.31" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" 1253dependencies = [ 1254 "once_cell", 1255 "rustls-pki-types", 1256 "rustls-webpki 0.103.6", 1257 "subtle", 1258 "zeroize", 1259] 1260 1261[[package]] 1262name = "rustls-native-certs" 1263version = "0.6.3" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 1266dependencies = [ 1267 "openssl-probe", 1268 "rustls-pemfile", 1269 "schannel", 1270 "security-framework", 1271] 1272 1273[[package]] 1274name = "rustls-pemfile" 1275version = "1.0.4" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1278dependencies = [ 1279 "base64 0.21.7", 1280] 1281 1282[[package]] 1283name = "rustls-pki-types" 1284version = "1.12.0" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1287dependencies = [ 1288 "zeroize", 1289] 1290 1291[[package]] 1292name = "rustls-webpki" 1293version = "0.101.7" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1296dependencies = [ 1297 "ring", 1298 "untrusted", 1299] 1300 1301[[package]] 1302name = "rustls-webpki" 1303version = "0.103.6" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb" 1306dependencies = [ 1307 "ring", 1308 "rustls-pki-types", 1309 "untrusted", 1310] 1311 1312[[package]] 1313name = "rustversion" 1314version = "1.0.22" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1317 1318[[package]] 1319name = "ryu" 1320version = "1.0.20" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1323 1324[[package]] 1325name = "schannel" 1326version = "0.1.28" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1329dependencies = [ 1330 "windows-sys 0.61.0", 1331] 1332 1333[[package]] 1334name = "scopeguard" 1335version = "1.2.0" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1338 1339[[package]] 1340name = "sct" 1341version = "0.7.1" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1344dependencies = [ 1345 "ring", 1346 "untrusted", 1347] 1348 1349[[package]] 1350name = "security-framework" 1351version = "2.11.1" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1354dependencies = [ 1355 "bitflags", 1356 "core-foundation", 1357 "core-foundation-sys", 1358 "libc", 1359 "security-framework-sys", 1360] 1361 1362[[package]] 1363name = "security-framework-sys" 1364version = "2.15.0" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1367dependencies = [ 1368 "core-foundation-sys", 1369 "libc", 1370] 1371 1372[[package]] 1373name = "serde" 1374version = "1.0.225" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d" 1377dependencies = [ 1378 "serde_core", 1379 "serde_derive", 1380] 1381 1382[[package]] 1383name = "serde_core" 1384version = "1.0.225" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383" 1387dependencies = [ 1388 "serde_derive", 1389] 1390 1391[[package]] 1392name = "serde_derive" 1393version = "1.0.225" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516" 1396dependencies = [ 1397 "proc-macro2", 1398 "quote", 1399 "syn", 1400] 1401 1402[[package]] 1403name = "serde_json" 1404version = "1.0.145" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1407dependencies = [ 1408 "itoa", 1409 "memchr", 1410 "ryu", 1411 "serde", 1412 "serde_core", 1413] 1414 1415[[package]] 1416name = "serde_urlencoded" 1417version = "0.7.1" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1420dependencies = [ 1421 "form_urlencoded", 1422 "itoa", 1423 "ryu", 1424 "serde", 1425] 1426 1427[[package]] 1428name = "sha1" 1429version = "0.10.6" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1432dependencies = [ 1433 "cfg-if", 1434 "cpufeatures", 1435 "digest", 1436] 1437 1438[[package]] 1439name = "sharded-slab" 1440version = "0.1.7" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1443dependencies = [ 1444 "lazy_static", 1445] 1446 1447[[package]] 1448name = "shlex" 1449version = "1.3.0" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1452 1453[[package]] 1454name = "slab" 1455version = "0.4.11" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1458 1459[[package]] 1460name = "smallvec" 1461version = "1.15.1" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1464 1465[[package]] 1466name = "socket2" 1467version = "0.6.0" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 1470dependencies = [ 1471 "libc", 1472 "windows-sys 0.59.0", 1473] 1474 1475[[package]] 1476name = "spin" 1477version = "0.9.8" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1480dependencies = [ 1481 "lock_api", 1482] 1483 1484[[package]] 1485name = "stable_deref_trait" 1486version = "1.2.0" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1489 1490[[package]] 1491name = "strsim" 1492version = "0.11.1" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1495 1496[[package]] 1497name = "subtle" 1498version = "2.6.1" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1501 1502[[package]] 1503name = "syn" 1504version = "2.0.106" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1507dependencies = [ 1508 "proc-macro2", 1509 "quote", 1510 "unicode-ident", 1511] 1512 1513[[package]] 1514name = "sync_wrapper" 1515version = "1.0.2" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1518dependencies = [ 1519 "futures-core", 1520] 1521 1522[[package]] 1523name = "synstructure" 1524version = "0.13.2" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1527dependencies = [ 1528 "proc-macro2", 1529 "quote", 1530 "syn", 1531] 1532 1533[[package]] 1534name = "system-configuration" 1535version = "0.6.1" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1538dependencies = [ 1539 "bitflags", 1540 "core-foundation", 1541 "system-configuration-sys", 1542] 1543 1544[[package]] 1545name = "system-configuration-sys" 1546version = "0.6.0" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1549dependencies = [ 1550 "core-foundation-sys", 1551 "libc", 1552] 1553 1554[[package]] 1555name = "tempfile" 1556version = "3.22.0" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" 1559dependencies = [ 1560 "fastrand", 1561 "getrandom 0.3.3", 1562 "once_cell", 1563 "rustix", 1564 "windows-sys 0.61.0", 1565] 1566 1567[[package]] 1568name = "thiserror" 1569version = "1.0.69" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1572dependencies = [ 1573 "thiserror-impl", 1574] 1575 1576[[package]] 1577name = "thiserror-impl" 1578version = "1.0.69" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1581dependencies = [ 1582 "proc-macro2", 1583 "quote", 1584 "syn", 1585] 1586 1587[[package]] 1588name = "thread_local" 1589version = "1.1.9" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1592dependencies = [ 1593 "cfg-if", 1594] 1595 1596[[package]] 1597name = "tinystr" 1598version = "0.8.1" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1601dependencies = [ 1602 "displaydoc", 1603 "zerovec", 1604] 1605 1606[[package]] 1607name = "tokio" 1608version = "1.47.1" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 1611dependencies = [ 1612 "backtrace", 1613 "bytes", 1614 "io-uring", 1615 "libc", 1616 "mio", 1617 "pin-project-lite", 1618 "slab", 1619 "socket2", 1620 "tokio-macros", 1621 "windows-sys 0.59.0", 1622] 1623 1624[[package]] 1625name = "tokio-macros" 1626version = "2.5.0" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1629dependencies = [ 1630 "proc-macro2", 1631 "quote", 1632 "syn", 1633] 1634 1635[[package]] 1636name = "tokio-native-tls" 1637version = "0.3.1" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1640dependencies = [ 1641 "native-tls", 1642 "tokio", 1643] 1644 1645[[package]] 1646name = "tokio-rustls" 1647version = "0.24.1" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 1650dependencies = [ 1651 "rustls 0.21.12", 1652 "tokio", 1653] 1654 1655[[package]] 1656name = "tokio-rustls" 1657version = "0.26.3" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "05f63835928ca123f1bef57abbcd23bb2ba0ac9ae1235f1e65bda0d06e7786bd" 1660dependencies = [ 1661 "rustls 0.23.31", 1662 "tokio", 1663] 1664 1665[[package]] 1666name = "tokio-tungstenite" 1667version = "0.20.1" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" 1670dependencies = [ 1671 "futures-util", 1672 "log", 1673 "rustls 0.21.12", 1674 "rustls-native-certs", 1675 "tokio", 1676 "tokio-rustls 0.24.1", 1677 "tungstenite", 1678 "webpki-roots", 1679] 1680 1681[[package]] 1682name = "tokio-util" 1683version = "0.7.16" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 1686dependencies = [ 1687 "bytes", 1688 "futures-core", 1689 "futures-sink", 1690 "pin-project-lite", 1691 "tokio", 1692] 1693 1694[[package]] 1695name = "tower" 1696version = "0.5.2" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1699dependencies = [ 1700 "futures-core", 1701 "futures-util", 1702 "pin-project-lite", 1703 "sync_wrapper", 1704 "tokio", 1705 "tower-layer", 1706 "tower-service", 1707] 1708 1709[[package]] 1710name = "tower-http" 1711version = "0.6.6" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 1714dependencies = [ 1715 "bitflags", 1716 "bytes", 1717 "futures-util", 1718 "http 1.3.1", 1719 "http-body", 1720 "iri-string", 1721 "pin-project-lite", 1722 "tower", 1723 "tower-layer", 1724 "tower-service", 1725] 1726 1727[[package]] 1728name = "tower-layer" 1729version = "0.3.3" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1732 1733[[package]] 1734name = "tower-service" 1735version = "0.3.3" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1738 1739[[package]] 1740name = "tracing" 1741version = "0.1.41" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1744dependencies = [ 1745 "pin-project-lite", 1746 "tracing-attributes", 1747 "tracing-core", 1748] 1749 1750[[package]] 1751name = "tracing-attributes" 1752version = "0.1.30" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1755dependencies = [ 1756 "proc-macro2", 1757 "quote", 1758 "syn", 1759] 1760 1761[[package]] 1762name = "tracing-core" 1763version = "0.1.34" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1766dependencies = [ 1767 "once_cell", 1768 "valuable", 1769] 1770 1771[[package]] 1772name = "tracing-log" 1773version = "0.2.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1776dependencies = [ 1777 "log", 1778 "once_cell", 1779 "tracing-core", 1780] 1781 1782[[package]] 1783name = "tracing-subscriber" 1784version = "0.3.20" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 1787dependencies = [ 1788 "nu-ansi-term", 1789 "sharded-slab", 1790 "smallvec", 1791 "thread_local", 1792 "tracing-core", 1793 "tracing-log", 1794] 1795 1796[[package]] 1797name = "try-lock" 1798version = "0.2.5" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1801 1802[[package]] 1803name = "tungstenite" 1804version = "0.20.1" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 1807dependencies = [ 1808 "byteorder", 1809 "bytes", 1810 "data-encoding", 1811 "http 0.2.12", 1812 "httparse", 1813 "log", 1814 "rand", 1815 "rustls 0.21.12", 1816 "sha1", 1817 "thiserror", 1818 "url", 1819 "utf-8", 1820] 1821 1822[[package]] 1823name = "typenum" 1824version = "1.18.0" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1827 1828[[package]] 1829name = "unicode-ident" 1830version = "1.0.19" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 1833 1834[[package]] 1835name = "untrusted" 1836version = "0.9.0" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1839 1840[[package]] 1841name = "url" 1842version = "2.5.7" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 1845dependencies = [ 1846 "form_urlencoded", 1847 "idna", 1848 "percent-encoding", 1849 "serde", 1850] 1851 1852[[package]] 1853name = "utf-8" 1854version = "0.7.6" 1855source = "registry+https://github.com/rust-lang/crates.io-index" 1856checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1857 1858[[package]] 1859name = "utf8_iter" 1860version = "1.0.4" 1861source = "registry+https://github.com/rust-lang/crates.io-index" 1862checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1863 1864[[package]] 1865name = "valuable" 1866version = "0.1.1" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1869 1870[[package]] 1871name = "vcpkg" 1872version = "0.2.15" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1875 1876[[package]] 1877name = "version_check" 1878version = "0.9.5" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1881 1882[[package]] 1883name = "want" 1884version = "0.3.1" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1887dependencies = [ 1888 "try-lock", 1889] 1890 1891[[package]] 1892name = "wasi" 1893version = "0.11.1+wasi-snapshot-preview1" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1896 1897[[package]] 1898name = "wasi" 1899version = "0.14.7+wasi-0.2.4" 1900source = "registry+https://github.com/rust-lang/crates.io-index" 1901checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 1902dependencies = [ 1903 "wasip2", 1904] 1905 1906[[package]] 1907name = "wasip2" 1908version = "1.0.1+wasi-0.2.4" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 1911dependencies = [ 1912 "wit-bindgen", 1913] 1914 1915[[package]] 1916name = "wasm-bindgen" 1917version = "0.2.103" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819" 1920dependencies = [ 1921 "cfg-if", 1922 "once_cell", 1923 "rustversion", 1924 "wasm-bindgen-macro", 1925 "wasm-bindgen-shared", 1926] 1927 1928[[package]] 1929name = "wasm-bindgen-backend" 1930version = "0.2.103" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c" 1933dependencies = [ 1934 "bumpalo", 1935 "log", 1936 "proc-macro2", 1937 "quote", 1938 "syn", 1939 "wasm-bindgen-shared", 1940] 1941 1942[[package]] 1943name = "wasm-bindgen-futures" 1944version = "0.4.53" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "a0b221ff421256839509adbb55998214a70d829d3a28c69b4a6672e9d2a42f67" 1947dependencies = [ 1948 "cfg-if", 1949 "js-sys", 1950 "once_cell", 1951 "wasm-bindgen", 1952 "web-sys", 1953] 1954 1955[[package]] 1956name = "wasm-bindgen-macro" 1957version = "0.2.103" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0" 1960dependencies = [ 1961 "quote", 1962 "wasm-bindgen-macro-support", 1963] 1964 1965[[package]] 1966name = "wasm-bindgen-macro-support" 1967version = "0.2.103" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32" 1970dependencies = [ 1971 "proc-macro2", 1972 "quote", 1973 "syn", 1974 "wasm-bindgen-backend", 1975 "wasm-bindgen-shared", 1976] 1977 1978[[package]] 1979name = "wasm-bindgen-shared" 1980version = "0.2.103" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf" 1983dependencies = [ 1984 "unicode-ident", 1985] 1986 1987[[package]] 1988name = "web-sys" 1989version = "0.3.80" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc" 1992dependencies = [ 1993 "js-sys", 1994 "wasm-bindgen", 1995] 1996 1997[[package]] 1998name = "webpki-roots" 1999version = "0.25.4" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 2002 2003[[package]] 2004name = "windows-link" 2005version = "0.1.3" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2008 2009[[package]] 2010name = "windows-link" 2011version = "0.2.0" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 2014 2015[[package]] 2016name = "windows-registry" 2017version = "0.5.3" 2018source = "registry+https://github.com/rust-lang/crates.io-index" 2019checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 2020dependencies = [ 2021 "windows-link 0.1.3", 2022 "windows-result", 2023 "windows-strings", 2024] 2025 2026[[package]] 2027name = "windows-result" 2028version = "0.3.4" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2031dependencies = [ 2032 "windows-link 0.1.3", 2033] 2034 2035[[package]] 2036name = "windows-strings" 2037version = "0.4.2" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2040dependencies = [ 2041 "windows-link 0.1.3", 2042] 2043 2044[[package]] 2045name = "windows-sys" 2046version = "0.52.0" 2047source = "registry+https://github.com/rust-lang/crates.io-index" 2048checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2049dependencies = [ 2050 "windows-targets", 2051] 2052 2053[[package]] 2054name = "windows-sys" 2055version = "0.59.0" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2058dependencies = [ 2059 "windows-targets", 2060] 2061 2062[[package]] 2063name = "windows-sys" 2064version = "0.61.0" 2065source = "registry+https://github.com/rust-lang/crates.io-index" 2066checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" 2067dependencies = [ 2068 "windows-link 0.2.0", 2069] 2070 2071[[package]] 2072name = "windows-targets" 2073version = "0.52.6" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2076dependencies = [ 2077 "windows_aarch64_gnullvm", 2078 "windows_aarch64_msvc", 2079 "windows_i686_gnu", 2080 "windows_i686_gnullvm", 2081 "windows_i686_msvc", 2082 "windows_x86_64_gnu", 2083 "windows_x86_64_gnullvm", 2084 "windows_x86_64_msvc", 2085] 2086 2087[[package]] 2088name = "windows_aarch64_gnullvm" 2089version = "0.52.6" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2092 2093[[package]] 2094name = "windows_aarch64_msvc" 2095version = "0.52.6" 2096source = "registry+https://github.com/rust-lang/crates.io-index" 2097checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2098 2099[[package]] 2100name = "windows_i686_gnu" 2101version = "0.52.6" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2104 2105[[package]] 2106name = "windows_i686_gnullvm" 2107version = "0.52.6" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2110 2111[[package]] 2112name = "windows_i686_msvc" 2113version = "0.52.6" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2116 2117[[package]] 2118name = "windows_x86_64_gnu" 2119version = "0.52.6" 2120source = "registry+https://github.com/rust-lang/crates.io-index" 2121checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2122 2123[[package]] 2124name = "windows_x86_64_gnullvm" 2125version = "0.52.6" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2128 2129[[package]] 2130name = "windows_x86_64_msvc" 2131version = "0.52.6" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2134 2135[[package]] 2136name = "wit-bindgen" 2137version = "0.46.0" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2140 2141[[package]] 2142name = "writeable" 2143version = "0.6.1" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2146 2147[[package]] 2148name = "yoke" 2149version = "0.8.0" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2152dependencies = [ 2153 "serde", 2154 "stable_deref_trait", 2155 "yoke-derive", 2156 "zerofrom", 2157] 2158 2159[[package]] 2160name = "yoke-derive" 2161version = "0.8.0" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2164dependencies = [ 2165 "proc-macro2", 2166 "quote", 2167 "syn", 2168 "synstructure", 2169] 2170 2171[[package]] 2172name = "zerocopy" 2173version = "0.8.27" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 2176dependencies = [ 2177 "zerocopy-derive", 2178] 2179 2180[[package]] 2181name = "zerocopy-derive" 2182version = "0.8.27" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 2185dependencies = [ 2186 "proc-macro2", 2187 "quote", 2188 "syn", 2189] 2190 2191[[package]] 2192name = "zerofrom" 2193version = "0.1.6" 2194source = "registry+https://github.com/rust-lang/crates.io-index" 2195checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2196dependencies = [ 2197 "zerofrom-derive", 2198] 2199 2200[[package]] 2201name = "zerofrom-derive" 2202version = "0.1.6" 2203source = "registry+https://github.com/rust-lang/crates.io-index" 2204checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2205dependencies = [ 2206 "proc-macro2", 2207 "quote", 2208 "syn", 2209 "synstructure", 2210] 2211 2212[[package]] 2213name = "zeroize" 2214version = "1.8.1" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2217 2218[[package]] 2219name = "zerotrie" 2220version = "0.2.2" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2223dependencies = [ 2224 "displaydoc", 2225 "yoke", 2226 "zerofrom", 2227] 2228 2229[[package]] 2230name = "zerovec" 2231version = "0.11.4" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 2234dependencies = [ 2235 "yoke", 2236 "zerofrom", 2237 "zerovec-derive", 2238] 2239 2240[[package]] 2241name = "zerovec-derive" 2242version = "0.11.1" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2245dependencies = [ 2246 "proc-macro2", 2247 "quote", 2248 "syn", 2249] 2250 2251[[package]] 2252name = "zstd" 2253version = "0.13.3" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 2256dependencies = [ 2257 "zstd-safe", 2258] 2259 2260[[package]] 2261name = "zstd-safe" 2262version = "7.2.4" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 2265dependencies = [ 2266 "zstd-sys", 2267] 2268 2269[[package]] 2270name = "zstd-sys" 2271version = "2.0.16+zstd.1.5.7" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 2274dependencies = [ 2275 "cc", 2276 "pkg-config", 2277]