project to map out webrings
at main 49 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 = "atomic-waker" 7version = "1.1.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 10 11[[package]] 12name = "base64" 13version = "0.22.1" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 16 17[[package]] 18name = "bitflags" 19version = "2.10.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 22 23[[package]] 24name = "bumpalo" 25version = "3.19.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 28 29[[package]] 30name = "byteorder" 31version = "1.5.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 34 35[[package]] 36name = "bytes" 37version = "1.10.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 40 41[[package]] 42name = "cc" 43version = "1.2.44" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3" 46dependencies = [ 47 "find-msvc-tools", 48 "shlex", 49] 50 51[[package]] 52name = "cfg-if" 53version = "1.0.4" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 56 57[[package]] 58name = "core-foundation" 59version = "0.9.4" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 62dependencies = [ 63 "core-foundation-sys", 64 "libc", 65] 66 67[[package]] 68name = "core-foundation-sys" 69version = "0.8.7" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 72 73[[package]] 74name = "cssparser" 75version = "0.35.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" 78dependencies = [ 79 "cssparser-macros", 80 "dtoa-short", 81 "itoa", 82 "phf", 83 "smallvec", 84] 85 86[[package]] 87name = "cssparser-macros" 88version = "0.6.1" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 91dependencies = [ 92 "quote", 93 "syn", 94] 95 96[[package]] 97name = "derive_more" 98version = "2.0.1" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 101dependencies = [ 102 "derive_more-impl", 103] 104 105[[package]] 106name = "derive_more-impl" 107version = "2.0.1" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 110dependencies = [ 111 "proc-macro2", 112 "quote", 113 "syn", 114] 115 116[[package]] 117name = "displaydoc" 118version = "0.2.5" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 121dependencies = [ 122 "proc-macro2", 123 "quote", 124 "syn", 125] 126 127[[package]] 128name = "dtoa" 129version = "1.0.10" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" 132 133[[package]] 134name = "dtoa-short" 135version = "0.3.5" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 138dependencies = [ 139 "dtoa", 140] 141 142[[package]] 143name = "ego-tree" 144version = "0.10.0" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" 147 148[[package]] 149name = "encoding_rs" 150version = "0.8.35" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 153dependencies = [ 154 "cfg-if", 155] 156 157[[package]] 158name = "equivalent" 159version = "1.0.2" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 162 163[[package]] 164name = "errno" 165version = "0.3.14" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 168dependencies = [ 169 "libc", 170 "windows-sys 0.61.2", 171] 172 173[[package]] 174name = "fastrand" 175version = "2.3.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 178 179[[package]] 180name = "find-msvc-tools" 181version = "0.1.4" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 184 185[[package]] 186name = "fnv" 187version = "1.0.7" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 190 191[[package]] 192name = "foreign-types" 193version = "0.3.2" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 196dependencies = [ 197 "foreign-types-shared", 198] 199 200[[package]] 201name = "foreign-types-shared" 202version = "0.1.1" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 205 206[[package]] 207name = "form_urlencoded" 208version = "1.2.2" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 211dependencies = [ 212 "percent-encoding", 213] 214 215[[package]] 216name = "futf" 217version = "0.1.5" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 220dependencies = [ 221 "mac", 222 "new_debug_unreachable", 223] 224 225[[package]] 226name = "futures-channel" 227version = "0.3.31" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 230dependencies = [ 231 "futures-core", 232] 233 234[[package]] 235name = "futures-core" 236version = "0.3.31" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 239 240[[package]] 241name = "futures-sink" 242version = "0.3.31" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 245 246[[package]] 247name = "futures-task" 248version = "0.3.31" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 251 252[[package]] 253name = "futures-util" 254version = "0.3.31" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 257dependencies = [ 258 "futures-core", 259 "futures-task", 260 "pin-project-lite", 261 "pin-utils", 262] 263 264[[package]] 265name = "fxhash" 266version = "0.2.1" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 269dependencies = [ 270 "byteorder", 271] 272 273[[package]] 274name = "getopts" 275version = "0.2.24" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 278dependencies = [ 279 "unicode-width", 280] 281 282[[package]] 283name = "getrandom" 284version = "0.2.16" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 287dependencies = [ 288 "cfg-if", 289 "libc", 290 "wasi", 291] 292 293[[package]] 294name = "getrandom" 295version = "0.3.4" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 298dependencies = [ 299 "cfg-if", 300 "libc", 301 "r-efi", 302 "wasip2", 303] 304 305[[package]] 306name = "h2" 307version = "0.4.12" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 310dependencies = [ 311 "atomic-waker", 312 "bytes", 313 "fnv", 314 "futures-core", 315 "futures-sink", 316 "http", 317 "indexmap", 318 "slab", 319 "tokio", 320 "tokio-util", 321 "tracing", 322] 323 324[[package]] 325name = "hashbrown" 326version = "0.16.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 329 330[[package]] 331name = "html5ever" 332version = "0.35.0" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" 335dependencies = [ 336 "log", 337 "markup5ever", 338 "match_token", 339] 340 341[[package]] 342name = "http" 343version = "1.3.1" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 346dependencies = [ 347 "bytes", 348 "fnv", 349 "itoa", 350] 351 352[[package]] 353name = "http-body" 354version = "1.0.1" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 357dependencies = [ 358 "bytes", 359 "http", 360] 361 362[[package]] 363name = "http-body-util" 364version = "0.1.3" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 367dependencies = [ 368 "bytes", 369 "futures-core", 370 "http", 371 "http-body", 372 "pin-project-lite", 373] 374 375[[package]] 376name = "httparse" 377version = "1.10.1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 380 381[[package]] 382name = "hyper" 383version = "1.7.0" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 386dependencies = [ 387 "atomic-waker", 388 "bytes", 389 "futures-channel", 390 "futures-core", 391 "h2", 392 "http", 393 "http-body", 394 "httparse", 395 "itoa", 396 "pin-project-lite", 397 "pin-utils", 398 "smallvec", 399 "tokio", 400 "want", 401] 402 403[[package]] 404name = "hyper-rustls" 405version = "0.27.7" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 408dependencies = [ 409 "http", 410 "hyper", 411 "hyper-util", 412 "rustls", 413 "rustls-pki-types", 414 "tokio", 415 "tokio-rustls", 416 "tower-service", 417] 418 419[[package]] 420name = "hyper-tls" 421version = "0.6.0" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 424dependencies = [ 425 "bytes", 426 "http-body-util", 427 "hyper", 428 "hyper-util", 429 "native-tls", 430 "tokio", 431 "tokio-native-tls", 432 "tower-service", 433] 434 435[[package]] 436name = "hyper-util" 437version = "0.1.17" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 440dependencies = [ 441 "base64", 442 "bytes", 443 "futures-channel", 444 "futures-core", 445 "futures-util", 446 "http", 447 "http-body", 448 "hyper", 449 "ipnet", 450 "libc", 451 "percent-encoding", 452 "pin-project-lite", 453 "socket2", 454 "system-configuration", 455 "tokio", 456 "tower-service", 457 "tracing", 458 "windows-registry", 459] 460 461[[package]] 462name = "icu_collections" 463version = "2.1.1" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 466dependencies = [ 467 "displaydoc", 468 "potential_utf", 469 "yoke", 470 "zerofrom", 471 "zerovec", 472] 473 474[[package]] 475name = "icu_locale_core" 476version = "2.1.1" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 479dependencies = [ 480 "displaydoc", 481 "litemap", 482 "tinystr", 483 "writeable", 484 "zerovec", 485] 486 487[[package]] 488name = "icu_normalizer" 489version = "2.1.1" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 492dependencies = [ 493 "icu_collections", 494 "icu_normalizer_data", 495 "icu_properties", 496 "icu_provider", 497 "smallvec", 498 "zerovec", 499] 500 501[[package]] 502name = "icu_normalizer_data" 503version = "2.1.1" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 506 507[[package]] 508name = "icu_properties" 509version = "2.1.1" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" 512dependencies = [ 513 "icu_collections", 514 "icu_locale_core", 515 "icu_properties_data", 516 "icu_provider", 517 "zerotrie", 518 "zerovec", 519] 520 521[[package]] 522name = "icu_properties_data" 523version = "2.1.1" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" 526 527[[package]] 528name = "icu_provider" 529version = "2.1.1" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 532dependencies = [ 533 "displaydoc", 534 "icu_locale_core", 535 "writeable", 536 "yoke", 537 "zerofrom", 538 "zerotrie", 539 "zerovec", 540] 541 542[[package]] 543name = "idna" 544version = "1.1.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 547dependencies = [ 548 "idna_adapter", 549 "smallvec", 550 "utf8_iter", 551] 552 553[[package]] 554name = "idna_adapter" 555version = "1.2.1" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 558dependencies = [ 559 "icu_normalizer", 560 "icu_properties", 561] 562 563[[package]] 564name = "indexmap" 565version = "2.12.0" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 568dependencies = [ 569 "equivalent", 570 "hashbrown", 571] 572 573[[package]] 574name = "ipnet" 575version = "2.11.0" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 578 579[[package]] 580name = "iri-string" 581version = "0.7.8" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 584dependencies = [ 585 "memchr", 586 "serde", 587] 588 589[[package]] 590name = "itoa" 591version = "1.0.15" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 594 595[[package]] 596name = "js-sys" 597version = "0.3.82" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 600dependencies = [ 601 "once_cell", 602 "wasm-bindgen", 603] 604 605[[package]] 606name = "libc" 607version = "0.2.177" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 610 611[[package]] 612name = "linux-raw-sys" 613version = "0.11.0" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 616 617[[package]] 618name = "litemap" 619version = "0.8.1" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 622 623[[package]] 624name = "lock_api" 625version = "0.4.14" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 628dependencies = [ 629 "scopeguard", 630] 631 632[[package]] 633name = "log" 634version = "0.4.28" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 637 638[[package]] 639name = "mac" 640version = "0.1.1" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 643 644[[package]] 645name = "markup5ever" 646version = "0.35.0" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" 649dependencies = [ 650 "log", 651 "tendril", 652 "web_atoms", 653] 654 655[[package]] 656name = "match_token" 657version = "0.35.0" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" 660dependencies = [ 661 "proc-macro2", 662 "quote", 663 "syn", 664] 665 666[[package]] 667name = "memchr" 668version = "2.7.6" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 671 672[[package]] 673name = "mime" 674version = "0.3.17" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 677 678[[package]] 679name = "mio" 680version = "1.1.0" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 683dependencies = [ 684 "libc", 685 "wasi", 686 "windows-sys 0.61.2", 687] 688 689[[package]] 690name = "native-tls" 691version = "0.2.14" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 694dependencies = [ 695 "libc", 696 "log", 697 "openssl", 698 "openssl-probe", 699 "openssl-sys", 700 "schannel", 701 "security-framework", 702 "security-framework-sys", 703 "tempfile", 704] 705 706[[package]] 707name = "new_debug_unreachable" 708version = "1.0.6" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 711 712[[package]] 713name = "once_cell" 714version = "1.21.3" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 717 718[[package]] 719name = "openssl" 720version = "0.10.74" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" 723dependencies = [ 724 "bitflags", 725 "cfg-if", 726 "foreign-types", 727 "libc", 728 "once_cell", 729 "openssl-macros", 730 "openssl-sys", 731] 732 733[[package]] 734name = "openssl-macros" 735version = "0.1.1" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 738dependencies = [ 739 "proc-macro2", 740 "quote", 741 "syn", 742] 743 744[[package]] 745name = "openssl-probe" 746version = "0.1.6" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 749 750[[package]] 751name = "openssl-sys" 752version = "0.9.110" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" 755dependencies = [ 756 "cc", 757 "libc", 758 "pkg-config", 759 "vcpkg", 760] 761 762[[package]] 763name = "parking_lot" 764version = "0.12.5" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 767dependencies = [ 768 "lock_api", 769 "parking_lot_core", 770] 771 772[[package]] 773name = "parking_lot_core" 774version = "0.9.12" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 777dependencies = [ 778 "cfg-if", 779 "libc", 780 "redox_syscall", 781 "smallvec", 782 "windows-link 0.2.1", 783] 784 785[[package]] 786name = "percent-encoding" 787version = "2.3.2" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 790 791[[package]] 792name = "phf" 793version = "0.11.3" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 796dependencies = [ 797 "phf_macros", 798 "phf_shared", 799] 800 801[[package]] 802name = "phf_codegen" 803version = "0.11.3" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 806dependencies = [ 807 "phf_generator", 808 "phf_shared", 809] 810 811[[package]] 812name = "phf_generator" 813version = "0.11.3" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 816dependencies = [ 817 "phf_shared", 818 "rand", 819] 820 821[[package]] 822name = "phf_macros" 823version = "0.11.3" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 826dependencies = [ 827 "phf_generator", 828 "phf_shared", 829 "proc-macro2", 830 "quote", 831 "syn", 832] 833 834[[package]] 835name = "phf_shared" 836version = "0.11.3" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 839dependencies = [ 840 "siphasher", 841] 842 843[[package]] 844name = "pin-project-lite" 845version = "0.2.16" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 848 849[[package]] 850name = "pin-utils" 851version = "0.1.0" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 854 855[[package]] 856name = "pkg-config" 857version = "0.3.32" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 860 861[[package]] 862name = "potential_utf" 863version = "0.1.4" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 866dependencies = [ 867 "zerovec", 868] 869 870[[package]] 871name = "precomputed-hash" 872version = "0.1.1" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 875 876[[package]] 877name = "proc-macro2" 878version = "1.0.103" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 881dependencies = [ 882 "unicode-ident", 883] 884 885[[package]] 886name = "quote" 887version = "1.0.41" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 890dependencies = [ 891 "proc-macro2", 892] 893 894[[package]] 895name = "r-efi" 896version = "5.3.0" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 899 900[[package]] 901name = "rand" 902version = "0.8.5" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 905dependencies = [ 906 "rand_core", 907] 908 909[[package]] 910name = "rand_core" 911version = "0.6.4" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 914 915[[package]] 916name = "redox_syscall" 917version = "0.5.18" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 920dependencies = [ 921 "bitflags", 922] 923 924[[package]] 925name = "reqwest" 926version = "0.12.24" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 929dependencies = [ 930 "base64", 931 "bytes", 932 "encoding_rs", 933 "futures-core", 934 "h2", 935 "http", 936 "http-body", 937 "http-body-util", 938 "hyper", 939 "hyper-rustls", 940 "hyper-tls", 941 "hyper-util", 942 "js-sys", 943 "log", 944 "mime", 945 "native-tls", 946 "percent-encoding", 947 "pin-project-lite", 948 "rustls-pki-types", 949 "serde", 950 "serde_json", 951 "serde_urlencoded", 952 "sync_wrapper", 953 "tokio", 954 "tokio-native-tls", 955 "tower", 956 "tower-http", 957 "tower-service", 958 "url", 959 "wasm-bindgen", 960 "wasm-bindgen-futures", 961 "web-sys", 962] 963 964[[package]] 965name = "ring" 966version = "0.17.14" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 969dependencies = [ 970 "cc", 971 "cfg-if", 972 "getrandom 0.2.16", 973 "libc", 974 "untrusted", 975 "windows-sys 0.52.0", 976] 977 978[[package]] 979name = "rustix" 980version = "1.1.2" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 983dependencies = [ 984 "bitflags", 985 "errno", 986 "libc", 987 "linux-raw-sys", 988 "windows-sys 0.61.2", 989] 990 991[[package]] 992name = "rustls" 993version = "0.23.34" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7" 996dependencies = [ 997 "once_cell", 998 "rustls-pki-types", 999 "rustls-webpki", 1000 "subtle", 1001 "zeroize", 1002] 1003 1004[[package]] 1005name = "rustls-pki-types" 1006version = "1.13.0" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" 1009dependencies = [ 1010 "zeroize", 1011] 1012 1013[[package]] 1014name = "rustls-webpki" 1015version = "0.103.8" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 1018dependencies = [ 1019 "ring", 1020 "rustls-pki-types", 1021 "untrusted", 1022] 1023 1024[[package]] 1025name = "rustversion" 1026version = "1.0.22" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1029 1030[[package]] 1031name = "ryu" 1032version = "1.0.20" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1035 1036[[package]] 1037name = "schannel" 1038version = "0.1.28" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1041dependencies = [ 1042 "windows-sys 0.61.2", 1043] 1044 1045[[package]] 1046name = "scopeguard" 1047version = "1.2.0" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1050 1051[[package]] 1052name = "scraper" 1053version = "0.24.0" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "e5f3a24d916e78954af99281a455168d4a9515d65eca99a18da1b813689c4ad9" 1056dependencies = [ 1057 "cssparser", 1058 "ego-tree", 1059 "getopts", 1060 "html5ever", 1061 "precomputed-hash", 1062 "selectors", 1063 "tendril", 1064] 1065 1066[[package]] 1067name = "security-framework" 1068version = "2.11.1" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1071dependencies = [ 1072 "bitflags", 1073 "core-foundation", 1074 "core-foundation-sys", 1075 "libc", 1076 "security-framework-sys", 1077] 1078 1079[[package]] 1080name = "security-framework-sys" 1081version = "2.15.0" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1084dependencies = [ 1085 "core-foundation-sys", 1086 "libc", 1087] 1088 1089[[package]] 1090name = "selectors" 1091version = "0.31.0" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6" 1094dependencies = [ 1095 "bitflags", 1096 "cssparser", 1097 "derive_more", 1098 "fxhash", 1099 "log", 1100 "new_debug_unreachable", 1101 "phf", 1102 "phf_codegen", 1103 "precomputed-hash", 1104 "servo_arc", 1105 "smallvec", 1106] 1107 1108[[package]] 1109name = "serde" 1110version = "1.0.228" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1113dependencies = [ 1114 "serde_core", 1115 "serde_derive", 1116] 1117 1118[[package]] 1119name = "serde_core" 1120version = "1.0.228" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1123dependencies = [ 1124 "serde_derive", 1125] 1126 1127[[package]] 1128name = "serde_derive" 1129version = "1.0.228" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1132dependencies = [ 1133 "proc-macro2", 1134 "quote", 1135 "syn", 1136] 1137 1138[[package]] 1139name = "serde_json" 1140version = "1.0.145" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1143dependencies = [ 1144 "itoa", 1145 "memchr", 1146 "ryu", 1147 "serde", 1148 "serde_core", 1149] 1150 1151[[package]] 1152name = "serde_urlencoded" 1153version = "0.7.1" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1156dependencies = [ 1157 "form_urlencoded", 1158 "itoa", 1159 "ryu", 1160 "serde", 1161] 1162 1163[[package]] 1164name = "servo_arc" 1165version = "0.4.1" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "204ea332803bd95a0b60388590d59cf6468ec9becf626e2451f1d26a1d972de4" 1168dependencies = [ 1169 "stable_deref_trait", 1170] 1171 1172[[package]] 1173name = "shlex" 1174version = "1.3.0" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1177 1178[[package]] 1179name = "siphasher" 1180version = "1.0.1" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 1183 1184[[package]] 1185name = "slab" 1186version = "0.4.11" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1189 1190[[package]] 1191name = "smallvec" 1192version = "1.15.1" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1195 1196[[package]] 1197name = "socket2" 1198version = "0.6.1" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1201dependencies = [ 1202 "libc", 1203 "windows-sys 0.60.2", 1204] 1205 1206[[package]] 1207name = "stable_deref_trait" 1208version = "1.2.1" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1211 1212[[package]] 1213name = "string_cache" 1214version = "0.8.9" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 1217dependencies = [ 1218 "new_debug_unreachable", 1219 "parking_lot", 1220 "phf_shared", 1221 "precomputed-hash", 1222 "serde", 1223] 1224 1225[[package]] 1226name = "string_cache_codegen" 1227version = "0.5.4" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 1230dependencies = [ 1231 "phf_generator", 1232 "phf_shared", 1233 "proc-macro2", 1234 "quote", 1235] 1236 1237[[package]] 1238name = "subtle" 1239version = "2.6.1" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1242 1243[[package]] 1244name = "syn" 1245version = "2.0.108" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" 1248dependencies = [ 1249 "proc-macro2", 1250 "quote", 1251 "unicode-ident", 1252] 1253 1254[[package]] 1255name = "sync_wrapper" 1256version = "1.0.2" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1259dependencies = [ 1260 "futures-core", 1261] 1262 1263[[package]] 1264name = "synstructure" 1265version = "0.13.2" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1268dependencies = [ 1269 "proc-macro2", 1270 "quote", 1271 "syn", 1272] 1273 1274[[package]] 1275name = "system-configuration" 1276version = "0.6.1" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1279dependencies = [ 1280 "bitflags", 1281 "core-foundation", 1282 "system-configuration-sys", 1283] 1284 1285[[package]] 1286name = "system-configuration-sys" 1287version = "0.6.0" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1290dependencies = [ 1291 "core-foundation-sys", 1292 "libc", 1293] 1294 1295[[package]] 1296name = "tempfile" 1297version = "3.23.0" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 1300dependencies = [ 1301 "fastrand", 1302 "getrandom 0.3.4", 1303 "once_cell", 1304 "rustix", 1305 "windows-sys 0.61.2", 1306] 1307 1308[[package]] 1309name = "tendril" 1310version = "0.4.3" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 1313dependencies = [ 1314 "futf", 1315 "mac", 1316 "utf-8", 1317] 1318 1319[[package]] 1320name = "thiserror" 1321version = "2.0.17" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1324dependencies = [ 1325 "thiserror-impl", 1326] 1327 1328[[package]] 1329name = "thiserror-impl" 1330version = "2.0.17" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1333dependencies = [ 1334 "proc-macro2", 1335 "quote", 1336 "syn", 1337] 1338 1339[[package]] 1340name = "tinystr" 1341version = "0.8.2" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1344dependencies = [ 1345 "displaydoc", 1346 "zerovec", 1347] 1348 1349[[package]] 1350name = "tokio" 1351version = "1.48.0" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 1354dependencies = [ 1355 "bytes", 1356 "libc", 1357 "mio", 1358 "pin-project-lite", 1359 "socket2", 1360 "windows-sys 0.61.2", 1361] 1362 1363[[package]] 1364name = "tokio-native-tls" 1365version = "0.3.1" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1368dependencies = [ 1369 "native-tls", 1370 "tokio", 1371] 1372 1373[[package]] 1374name = "tokio-rustls" 1375version = "0.26.4" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 1378dependencies = [ 1379 "rustls", 1380 "tokio", 1381] 1382 1383[[package]] 1384name = "tokio-util" 1385version = "0.7.17" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 1388dependencies = [ 1389 "bytes", 1390 "futures-core", 1391 "futures-sink", 1392 "pin-project-lite", 1393 "tokio", 1394] 1395 1396[[package]] 1397name = "tower" 1398version = "0.5.2" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1401dependencies = [ 1402 "futures-core", 1403 "futures-util", 1404 "pin-project-lite", 1405 "sync_wrapper", 1406 "tokio", 1407 "tower-layer", 1408 "tower-service", 1409] 1410 1411[[package]] 1412name = "tower-http" 1413version = "0.6.6" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 1416dependencies = [ 1417 "bitflags", 1418 "bytes", 1419 "futures-util", 1420 "http", 1421 "http-body", 1422 "iri-string", 1423 "pin-project-lite", 1424 "tower", 1425 "tower-layer", 1426 "tower-service", 1427] 1428 1429[[package]] 1430name = "tower-layer" 1431version = "0.3.3" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1434 1435[[package]] 1436name = "tower-service" 1437version = "0.3.3" 1438source = "registry+https://github.com/rust-lang/crates.io-index" 1439checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1440 1441[[package]] 1442name = "tracing" 1443version = "0.1.41" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1446dependencies = [ 1447 "pin-project-lite", 1448 "tracing-attributes", 1449 "tracing-core", 1450] 1451 1452[[package]] 1453name = "tracing-attributes" 1454version = "0.1.30" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1457dependencies = [ 1458 "proc-macro2", 1459 "quote", 1460 "syn", 1461] 1462 1463[[package]] 1464name = "tracing-core" 1465version = "0.1.34" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1468dependencies = [ 1469 "once_cell", 1470] 1471 1472[[package]] 1473name = "try-lock" 1474version = "0.2.5" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1477 1478[[package]] 1479name = "unicode-ident" 1480version = "1.0.22" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 1483 1484[[package]] 1485name = "unicode-width" 1486version = "0.2.2" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 1489 1490[[package]] 1491name = "untrusted" 1492version = "0.9.0" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1495 1496[[package]] 1497name = "url" 1498version = "2.5.7" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 1501dependencies = [ 1502 "form_urlencoded", 1503 "idna", 1504 "percent-encoding", 1505 "serde", 1506] 1507 1508[[package]] 1509name = "utf-8" 1510version = "0.7.6" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1513 1514[[package]] 1515name = "utf8_iter" 1516version = "1.0.4" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1519 1520[[package]] 1521name = "vcpkg" 1522version = "0.2.15" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1525 1526[[package]] 1527name = "want" 1528version = "0.3.1" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1531dependencies = [ 1532 "try-lock", 1533] 1534 1535[[package]] 1536name = "wasi" 1537version = "0.11.1+wasi-snapshot-preview1" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1540 1541[[package]] 1542name = "wasip2" 1543version = "1.0.1+wasi-0.2.4" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 1546dependencies = [ 1547 "wit-bindgen", 1548] 1549 1550[[package]] 1551name = "wasm-bindgen" 1552version = "0.2.105" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 1555dependencies = [ 1556 "cfg-if", 1557 "once_cell", 1558 "rustversion", 1559 "wasm-bindgen-macro", 1560 "wasm-bindgen-shared", 1561] 1562 1563[[package]] 1564name = "wasm-bindgen-futures" 1565version = "0.4.55" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" 1568dependencies = [ 1569 "cfg-if", 1570 "js-sys", 1571 "once_cell", 1572 "wasm-bindgen", 1573 "web-sys", 1574] 1575 1576[[package]] 1577name = "wasm-bindgen-macro" 1578version = "0.2.105" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 1581dependencies = [ 1582 "quote", 1583 "wasm-bindgen-macro-support", 1584] 1585 1586[[package]] 1587name = "wasm-bindgen-macro-support" 1588version = "0.2.105" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 1591dependencies = [ 1592 "bumpalo", 1593 "proc-macro2", 1594 "quote", 1595 "syn", 1596 "wasm-bindgen-shared", 1597] 1598 1599[[package]] 1600name = "wasm-bindgen-shared" 1601version = "0.2.105" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 1604dependencies = [ 1605 "unicode-ident", 1606] 1607 1608[[package]] 1609name = "web-sys" 1610version = "0.3.82" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 1613dependencies = [ 1614 "js-sys", 1615 "wasm-bindgen", 1616] 1617 1618[[package]] 1619name = "web_atoms" 1620version = "0.1.3" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" 1623dependencies = [ 1624 "phf", 1625 "phf_codegen", 1626 "string_cache", 1627 "string_cache_codegen", 1628] 1629 1630[[package]] 1631name = "webring_mapper" 1632version = "0.1.0" 1633dependencies = [ 1634 "reqwest", 1635 "scraper", 1636 "thiserror", 1637 "tracing", 1638] 1639 1640[[package]] 1641name = "windows-link" 1642version = "0.1.3" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 1645 1646[[package]] 1647name = "windows-link" 1648version = "0.2.1" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1651 1652[[package]] 1653name = "windows-registry" 1654version = "0.5.3" 1655source = "registry+https://github.com/rust-lang/crates.io-index" 1656checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 1657dependencies = [ 1658 "windows-link 0.1.3", 1659 "windows-result", 1660 "windows-strings", 1661] 1662 1663[[package]] 1664name = "windows-result" 1665version = "0.3.4" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 1668dependencies = [ 1669 "windows-link 0.1.3", 1670] 1671 1672[[package]] 1673name = "windows-strings" 1674version = "0.4.2" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 1677dependencies = [ 1678 "windows-link 0.1.3", 1679] 1680 1681[[package]] 1682name = "windows-sys" 1683version = "0.52.0" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1686dependencies = [ 1687 "windows-targets 0.52.6", 1688] 1689 1690[[package]] 1691name = "windows-sys" 1692version = "0.60.2" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1695dependencies = [ 1696 "windows-targets 0.53.5", 1697] 1698 1699[[package]] 1700name = "windows-sys" 1701version = "0.61.2" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1704dependencies = [ 1705 "windows-link 0.2.1", 1706] 1707 1708[[package]] 1709name = "windows-targets" 1710version = "0.52.6" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1713dependencies = [ 1714 "windows_aarch64_gnullvm 0.52.6", 1715 "windows_aarch64_msvc 0.52.6", 1716 "windows_i686_gnu 0.52.6", 1717 "windows_i686_gnullvm 0.52.6", 1718 "windows_i686_msvc 0.52.6", 1719 "windows_x86_64_gnu 0.52.6", 1720 "windows_x86_64_gnullvm 0.52.6", 1721 "windows_x86_64_msvc 0.52.6", 1722] 1723 1724[[package]] 1725name = "windows-targets" 1726version = "0.53.5" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 1729dependencies = [ 1730 "windows-link 0.2.1", 1731 "windows_aarch64_gnullvm 0.53.1", 1732 "windows_aarch64_msvc 0.53.1", 1733 "windows_i686_gnu 0.53.1", 1734 "windows_i686_gnullvm 0.53.1", 1735 "windows_i686_msvc 0.53.1", 1736 "windows_x86_64_gnu 0.53.1", 1737 "windows_x86_64_gnullvm 0.53.1", 1738 "windows_x86_64_msvc 0.53.1", 1739] 1740 1741[[package]] 1742name = "windows_aarch64_gnullvm" 1743version = "0.52.6" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1746 1747[[package]] 1748name = "windows_aarch64_gnullvm" 1749version = "0.53.1" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 1752 1753[[package]] 1754name = "windows_aarch64_msvc" 1755version = "0.52.6" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1758 1759[[package]] 1760name = "windows_aarch64_msvc" 1761version = "0.53.1" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 1764 1765[[package]] 1766name = "windows_i686_gnu" 1767version = "0.52.6" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1770 1771[[package]] 1772name = "windows_i686_gnu" 1773version = "0.53.1" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 1776 1777[[package]] 1778name = "windows_i686_gnullvm" 1779version = "0.52.6" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1782 1783[[package]] 1784name = "windows_i686_gnullvm" 1785version = "0.53.1" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 1788 1789[[package]] 1790name = "windows_i686_msvc" 1791version = "0.52.6" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1794 1795[[package]] 1796name = "windows_i686_msvc" 1797version = "0.53.1" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 1800 1801[[package]] 1802name = "windows_x86_64_gnu" 1803version = "0.52.6" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1806 1807[[package]] 1808name = "windows_x86_64_gnu" 1809version = "0.53.1" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 1812 1813[[package]] 1814name = "windows_x86_64_gnullvm" 1815version = "0.52.6" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1818 1819[[package]] 1820name = "windows_x86_64_gnullvm" 1821version = "0.53.1" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 1824 1825[[package]] 1826name = "windows_x86_64_msvc" 1827version = "0.52.6" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1830 1831[[package]] 1832name = "windows_x86_64_msvc" 1833version = "0.53.1" 1834source = "registry+https://github.com/rust-lang/crates.io-index" 1835checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 1836 1837[[package]] 1838name = "wit-bindgen" 1839version = "0.46.0" 1840source = "registry+https://github.com/rust-lang/crates.io-index" 1841checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 1842 1843[[package]] 1844name = "writeable" 1845version = "0.6.2" 1846source = "registry+https://github.com/rust-lang/crates.io-index" 1847checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 1848 1849[[package]] 1850name = "yoke" 1851version = "0.8.1" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 1854dependencies = [ 1855 "stable_deref_trait", 1856 "yoke-derive", 1857 "zerofrom", 1858] 1859 1860[[package]] 1861name = "yoke-derive" 1862version = "0.8.1" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 1865dependencies = [ 1866 "proc-macro2", 1867 "quote", 1868 "syn", 1869 "synstructure", 1870] 1871 1872[[package]] 1873name = "zerofrom" 1874version = "0.1.6" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 1877dependencies = [ 1878 "zerofrom-derive", 1879] 1880 1881[[package]] 1882name = "zerofrom-derive" 1883version = "0.1.6" 1884source = "registry+https://github.com/rust-lang/crates.io-index" 1885checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 1886dependencies = [ 1887 "proc-macro2", 1888 "quote", 1889 "syn", 1890 "synstructure", 1891] 1892 1893[[package]] 1894name = "zeroize" 1895version = "1.8.2" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 1898 1899[[package]] 1900name = "zerotrie" 1901version = "0.2.3" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 1904dependencies = [ 1905 "displaydoc", 1906 "yoke", 1907 "zerofrom", 1908] 1909 1910[[package]] 1911name = "zerovec" 1912version = "0.11.5" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 1915dependencies = [ 1916 "yoke", 1917 "zerofrom", 1918 "zerovec-derive", 1919] 1920 1921[[package]] 1922name = "zerovec-derive" 1923version = "0.11.2" 1924source = "registry+https://github.com/rust-lang/crates.io-index" 1925checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 1926dependencies = [ 1927 "proc-macro2", 1928 "quote", 1929 "syn", 1930]