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