My personal site cherry.computer
htmx tailwind axum askama
at main 2585 lines 64 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 = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "anyhow" 37version = "1.0.99" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 40 41[[package]] 42name = "askama" 43version = "0.14.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4" 46dependencies = [ 47 "askama_derive", 48 "itoa", 49 "percent-encoding", 50 "serde", 51 "serde_json", 52] 53 54[[package]] 55name = "askama_derive" 56version = "0.14.0" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f" 59dependencies = [ 60 "askama_parser", 61 "basic-toml", 62 "memchr", 63 "proc-macro2", 64 "quote", 65 "rustc-hash", 66 "serde", 67 "serde_derive", 68 "syn", 69] 70 71[[package]] 72name = "askama_parser" 73version = "0.14.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358" 76dependencies = [ 77 "memchr", 78 "serde", 79 "serde_derive", 80 "winnow", 81] 82 83[[package]] 84name = "async-compression" 85version = "0.4.28" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "6448dfb3960f0b038e88c781ead1e7eb7929dfc3a71a1336ec9086c00f6d1e75" 88dependencies = [ 89 "brotli", 90 "compression-codecs", 91 "compression-core", 92 "flate2", 93 "futures-core", 94 "memchr", 95 "pin-project-lite", 96 "tokio", 97 "zstd", 98 "zstd-safe", 99] 100 101[[package]] 102name = "atomic-waker" 103version = "1.1.2" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 106 107[[package]] 108name = "autocfg" 109version = "1.5.0" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 112 113[[package]] 114name = "axum" 115version = "0.8.4" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 118dependencies = [ 119 "axum-core", 120 "bytes", 121 "form_urlencoded", 122 "futures-util", 123 "http", 124 "http-body", 125 "http-body-util", 126 "hyper", 127 "hyper-util", 128 "itoa", 129 "matchit", 130 "memchr", 131 "mime", 132 "percent-encoding", 133 "pin-project-lite", 134 "rustversion", 135 "serde", 136 "serde_json", 137 "serde_path_to_error", 138 "serde_urlencoded", 139 "sync_wrapper", 140 "tokio", 141 "tower", 142 "tower-layer", 143 "tower-service", 144 "tracing", 145] 146 147[[package]] 148name = "axum-core" 149version = "0.5.2" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 152dependencies = [ 153 "bytes", 154 "futures-core", 155 "http", 156 "http-body", 157 "http-body-util", 158 "mime", 159 "pin-project-lite", 160 "rustversion", 161 "sync_wrapper", 162 "tower-layer", 163 "tower-service", 164 "tracing", 165] 166 167[[package]] 168name = "backtrace" 169version = "0.3.75" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 172dependencies = [ 173 "addr2line", 174 "cfg-if", 175 "libc", 176 "miniz_oxide", 177 "object", 178 "rustc-demangle", 179 "windows-targets", 180] 181 182[[package]] 183name = "base64" 184version = "0.22.1" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 187 188[[package]] 189name = "basic-toml" 190version = "0.1.10" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" 193dependencies = [ 194 "serde", 195] 196 197[[package]] 198name = "bitflags" 199version = "2.9.3" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d" 202 203[[package]] 204name = "brotli" 205version = "8.0.2" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 208dependencies = [ 209 "alloc-no-stdlib", 210 "alloc-stdlib", 211 "brotli-decompressor", 212] 213 214[[package]] 215name = "brotli-decompressor" 216version = "5.0.0" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 219dependencies = [ 220 "alloc-no-stdlib", 221 "alloc-stdlib", 222] 223 224[[package]] 225name = "bumpalo" 226version = "3.19.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 229 230[[package]] 231name = "byteorder" 232version = "1.5.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 235 236[[package]] 237name = "bytes" 238version = "1.10.1" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 241 242[[package]] 243name = "cc" 244version = "1.2.34" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc" 247dependencies = [ 248 "jobserver", 249 "libc", 250 "shlex", 251] 252 253[[package]] 254name = "cfg-if" 255version = "1.0.3" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 258 259[[package]] 260name = "compression-codecs" 261version = "0.4.28" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "46cc6539bf1c592cff488b9f253b30bc0ec50d15407c2cf45e27bd8f308d5905" 264dependencies = [ 265 "brotli", 266 "compression-core", 267 "flate2", 268 "futures-core", 269 "memchr", 270 "pin-project-lite", 271 "zstd", 272 "zstd-safe", 273] 274 275[[package]] 276name = "compression-core" 277version = "0.4.28" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "2957e823c15bde7ecf1e8b64e537aa03a6be5fda0e2334e99887669e75b12e01" 280 281[[package]] 282name = "core-foundation" 283version = "0.9.4" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 286dependencies = [ 287 "core-foundation-sys", 288 "libc", 289] 290 291[[package]] 292name = "core-foundation-sys" 293version = "0.8.7" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 296 297[[package]] 298name = "crc32fast" 299version = "1.5.0" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 302dependencies = [ 303 "cfg-if", 304] 305 306[[package]] 307name = "cssparser" 308version = "0.35.0" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" 311dependencies = [ 312 "cssparser-macros", 313 "dtoa-short", 314 "itoa", 315 "phf", 316 "smallvec", 317] 318 319[[package]] 320name = "cssparser-macros" 321version = "0.6.1" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 324dependencies = [ 325 "quote", 326 "syn", 327] 328 329[[package]] 330name = "deranged" 331version = "0.4.0" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 334dependencies = [ 335 "powerfmt", 336] 337 338[[package]] 339name = "derive_more" 340version = "2.0.1" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 343dependencies = [ 344 "derive_more-impl", 345] 346 347[[package]] 348name = "derive_more-impl" 349version = "2.0.1" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 352dependencies = [ 353 "proc-macro2", 354 "quote", 355 "syn", 356] 357 358[[package]] 359name = "displaydoc" 360version = "0.2.5" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 363dependencies = [ 364 "proc-macro2", 365 "quote", 366 "syn", 367] 368 369[[package]] 370name = "dtoa" 371version = "1.0.10" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" 374 375[[package]] 376name = "dtoa-short" 377version = "0.3.5" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 380dependencies = [ 381 "dtoa", 382] 383 384[[package]] 385name = "ego-tree" 386version = "0.10.0" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" 389 390[[package]] 391name = "encoding_rs" 392version = "0.8.35" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 395dependencies = [ 396 "cfg-if", 397] 398 399[[package]] 400name = "equivalent" 401version = "1.0.2" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 404 405[[package]] 406name = "errno" 407version = "0.3.13" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 410dependencies = [ 411 "libc", 412 "windows-sys 0.59.0", 413] 414 415[[package]] 416name = "fastrand" 417version = "2.3.0" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 420 421[[package]] 422name = "flate2" 423version = "1.1.2" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 426dependencies = [ 427 "crc32fast", 428 "miniz_oxide", 429] 430 431[[package]] 432name = "fnv" 433version = "1.0.7" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 436 437[[package]] 438name = "foreign-types" 439version = "0.3.2" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 442dependencies = [ 443 "foreign-types-shared", 444] 445 446[[package]] 447name = "foreign-types-shared" 448version = "0.1.1" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 451 452[[package]] 453name = "form_urlencoded" 454version = "1.2.2" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 457dependencies = [ 458 "percent-encoding", 459] 460 461[[package]] 462name = "futf" 463version = "0.1.5" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 466dependencies = [ 467 "mac", 468 "new_debug_unreachable", 469] 470 471[[package]] 472name = "futures-channel" 473version = "0.3.31" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 476dependencies = [ 477 "futures-core", 478] 479 480[[package]] 481name = "futures-core" 482version = "0.3.31" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 485 486[[package]] 487name = "futures-sink" 488version = "0.3.31" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 491 492[[package]] 493name = "futures-task" 494version = "0.3.31" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 497 498[[package]] 499name = "futures-util" 500version = "0.3.31" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 503dependencies = [ 504 "futures-core", 505 "futures-task", 506 "pin-project-lite", 507 "pin-utils", 508] 509 510[[package]] 511name = "fxhash" 512version = "0.2.1" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 515dependencies = [ 516 "byteorder", 517] 518 519[[package]] 520name = "getopts" 521version = "0.2.23" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1" 524dependencies = [ 525 "unicode-width", 526] 527 528[[package]] 529name = "getrandom" 530version = "0.2.16" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 533dependencies = [ 534 "cfg-if", 535 "js-sys", 536 "libc", 537 "wasi 0.11.1+wasi-snapshot-preview1", 538 "wasm-bindgen", 539] 540 541[[package]] 542name = "getrandom" 543version = "0.3.3" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 546dependencies = [ 547 "cfg-if", 548 "libc", 549 "r-efi", 550 "wasi 0.14.2+wasi-0.2.4", 551] 552 553[[package]] 554name = "gimli" 555version = "0.31.1" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 558 559[[package]] 560name = "h2" 561version = "0.4.12" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 564dependencies = [ 565 "atomic-waker", 566 "bytes", 567 "fnv", 568 "futures-core", 569 "futures-sink", 570 "http", 571 "indexmap", 572 "slab", 573 "tokio", 574 "tokio-util", 575 "tracing", 576] 577 578[[package]] 579name = "hashbrown" 580version = "0.15.5" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 583 584[[package]] 585name = "heck" 586version = "0.5.0" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 589 590[[package]] 591name = "html5ever" 592version = "0.35.0" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" 595dependencies = [ 596 "log", 597 "markup5ever", 598 "match_token", 599] 600 601[[package]] 602name = "http" 603version = "1.3.1" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 606dependencies = [ 607 "bytes", 608 "fnv", 609 "itoa", 610] 611 612[[package]] 613name = "http-body" 614version = "1.0.1" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 617dependencies = [ 618 "bytes", 619 "http", 620] 621 622[[package]] 623name = "http-body-util" 624version = "0.1.3" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 627dependencies = [ 628 "bytes", 629 "futures-core", 630 "http", 631 "http-body", 632 "pin-project-lite", 633] 634 635[[package]] 636name = "http-range-header" 637version = "0.4.2" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 640 641[[package]] 642name = "httparse" 643version = "1.10.1" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 646 647[[package]] 648name = "httpdate" 649version = "1.0.3" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 652 653[[package]] 654name = "hyper" 655version = "1.7.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 658dependencies = [ 659 "atomic-waker", 660 "bytes", 661 "futures-channel", 662 "futures-core", 663 "h2", 664 "http", 665 "http-body", 666 "httparse", 667 "httpdate", 668 "itoa", 669 "pin-project-lite", 670 "pin-utils", 671 "smallvec", 672 "tokio", 673 "want", 674] 675 676[[package]] 677name = "hyper-rustls" 678version = "0.27.7" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 681dependencies = [ 682 "http", 683 "hyper", 684 "hyper-util", 685 "rustls", 686 "rustls-pki-types", 687 "tokio", 688 "tokio-rustls", 689 "tower-service", 690] 691 692[[package]] 693name = "hyper-tls" 694version = "0.6.0" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 697dependencies = [ 698 "bytes", 699 "http-body-util", 700 "hyper", 701 "hyper-util", 702 "native-tls", 703 "tokio", 704 "tokio-native-tls", 705 "tower-service", 706] 707 708[[package]] 709name = "hyper-util" 710version = "0.1.16" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 713dependencies = [ 714 "base64", 715 "bytes", 716 "futures-channel", 717 "futures-core", 718 "futures-util", 719 "http", 720 "http-body", 721 "hyper", 722 "ipnet", 723 "libc", 724 "percent-encoding", 725 "pin-project-lite", 726 "socket2", 727 "system-configuration", 728 "tokio", 729 "tower-service", 730 "tracing", 731 "windows-registry", 732] 733 734[[package]] 735name = "icu_collections" 736version = "2.0.0" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 739dependencies = [ 740 "displaydoc", 741 "potential_utf", 742 "yoke", 743 "zerofrom", 744 "zerovec", 745] 746 747[[package]] 748name = "icu_locale_core" 749version = "2.0.0" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 752dependencies = [ 753 "displaydoc", 754 "litemap", 755 "tinystr", 756 "writeable", 757 "zerovec", 758] 759 760[[package]] 761name = "icu_normalizer" 762version = "2.0.0" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 765dependencies = [ 766 "displaydoc", 767 "icu_collections", 768 "icu_normalizer_data", 769 "icu_properties", 770 "icu_provider", 771 "smallvec", 772 "zerovec", 773] 774 775[[package]] 776name = "icu_normalizer_data" 777version = "2.0.0" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 780 781[[package]] 782name = "icu_properties" 783version = "2.0.1" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 786dependencies = [ 787 "displaydoc", 788 "icu_collections", 789 "icu_locale_core", 790 "icu_properties_data", 791 "icu_provider", 792 "potential_utf", 793 "zerotrie", 794 "zerovec", 795] 796 797[[package]] 798name = "icu_properties_data" 799version = "2.0.1" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 802 803[[package]] 804name = "icu_provider" 805version = "2.0.0" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 808dependencies = [ 809 "displaydoc", 810 "icu_locale_core", 811 "stable_deref_trait", 812 "tinystr", 813 "writeable", 814 "yoke", 815 "zerofrom", 816 "zerotrie", 817 "zerovec", 818] 819 820[[package]] 821name = "idna" 822version = "1.1.0" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 825dependencies = [ 826 "idna_adapter", 827 "smallvec", 828 "utf8_iter", 829] 830 831[[package]] 832name = "idna_adapter" 833version = "1.2.1" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 836dependencies = [ 837 "icu_normalizer", 838 "icu_properties", 839] 840 841[[package]] 842name = "indexmap" 843version = "2.11.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" 846dependencies = [ 847 "equivalent", 848 "hashbrown", 849] 850 851[[package]] 852name = "io-uring" 853version = "0.7.10" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 856dependencies = [ 857 "bitflags", 858 "cfg-if", 859 "libc", 860] 861 862[[package]] 863name = "ipnet" 864version = "2.11.0" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 867 868[[package]] 869name = "iri-string" 870version = "0.7.8" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 873dependencies = [ 874 "memchr", 875 "serde", 876] 877 878[[package]] 879name = "itoa" 880version = "1.0.15" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 883 884[[package]] 885name = "jobserver" 886version = "0.1.34" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 889dependencies = [ 890 "getrandom 0.3.3", 891 "libc", 892] 893 894[[package]] 895name = "js-sys" 896version = "0.3.77" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 899dependencies = [ 900 "once_cell", 901 "wasm-bindgen", 902] 903 904[[package]] 905name = "jsonwebtoken" 906version = "9.3.1" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" 909dependencies = [ 910 "base64", 911 "js-sys", 912 "pem", 913 "ring", 914 "serde", 915 "serde_json", 916 "simple_asn1", 917] 918 919[[package]] 920name = "lazy_static" 921version = "1.5.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 924 925[[package]] 926name = "libc" 927version = "0.2.175" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 930 931[[package]] 932name = "linux-raw-sys" 933version = "0.9.4" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 936 937[[package]] 938name = "litemap" 939version = "0.8.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 942 943[[package]] 944name = "lock_api" 945version = "0.4.13" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 948dependencies = [ 949 "autocfg", 950 "scopeguard", 951] 952 953[[package]] 954name = "log" 955version = "0.4.27" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 958 959[[package]] 960name = "mac" 961version = "0.1.1" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 964 965[[package]] 966name = "markup5ever" 967version = "0.35.0" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" 970dependencies = [ 971 "log", 972 "tendril", 973 "web_atoms", 974] 975 976[[package]] 977name = "match_token" 978version = "0.35.0" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" 981dependencies = [ 982 "proc-macro2", 983 "quote", 984 "syn", 985] 986 987[[package]] 988name = "matchit" 989version = "0.8.4" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 992 993[[package]] 994name = "memchr" 995version = "2.7.5" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 998 999[[package]] 1000name = "mime" 1001version = "0.3.17" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1004 1005[[package]] 1006name = "mime_guess" 1007version = "2.0.5" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1010dependencies = [ 1011 "mime", 1012 "unicase", 1013] 1014 1015[[package]] 1016name = "miniz_oxide" 1017version = "0.8.9" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1020dependencies = [ 1021 "adler2", 1022] 1023 1024[[package]] 1025name = "mio" 1026version = "1.0.4" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1029dependencies = [ 1030 "libc", 1031 "wasi 0.11.1+wasi-snapshot-preview1", 1032 "windows-sys 0.59.0", 1033] 1034 1035[[package]] 1036name = "myivo-server" 1037version = "0.1.0" 1038dependencies = [ 1039 "anyhow", 1040 "askama", 1041 "axum", 1042 "jsonwebtoken", 1043 "rand 0.9.2", 1044 "reqwest", 1045 "scraper", 1046 "serde", 1047 "strum", 1048 "tokio", 1049 "tower", 1050 "tower-http", 1051 "tracing", 1052 "tracing-subscriber", 1053] 1054 1055[[package]] 1056name = "native-tls" 1057version = "0.2.14" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1060dependencies = [ 1061 "libc", 1062 "log", 1063 "openssl", 1064 "openssl-probe", 1065 "openssl-sys", 1066 "schannel", 1067 "security-framework", 1068 "security-framework-sys", 1069 "tempfile", 1070] 1071 1072[[package]] 1073name = "new_debug_unreachable" 1074version = "1.0.6" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1077 1078[[package]] 1079name = "nu-ansi-term" 1080version = "0.46.0" 1081source = "registry+https://github.com/rust-lang/crates.io-index" 1082checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1083dependencies = [ 1084 "overload", 1085 "winapi", 1086] 1087 1088[[package]] 1089name = "num-bigint" 1090version = "0.4.6" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1093dependencies = [ 1094 "num-integer", 1095 "num-traits", 1096] 1097 1098[[package]] 1099name = "num-conv" 1100version = "0.1.0" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1103 1104[[package]] 1105name = "num-integer" 1106version = "0.1.46" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1109dependencies = [ 1110 "num-traits", 1111] 1112 1113[[package]] 1114name = "num-traits" 1115version = "0.2.19" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1118dependencies = [ 1119 "autocfg", 1120] 1121 1122[[package]] 1123name = "object" 1124version = "0.36.7" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1127dependencies = [ 1128 "memchr", 1129] 1130 1131[[package]] 1132name = "once_cell" 1133version = "1.21.3" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1136 1137[[package]] 1138name = "openssl" 1139version = "0.10.73" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1142dependencies = [ 1143 "bitflags", 1144 "cfg-if", 1145 "foreign-types", 1146 "libc", 1147 "once_cell", 1148 "openssl-macros", 1149 "openssl-sys", 1150] 1151 1152[[package]] 1153name = "openssl-macros" 1154version = "0.1.1" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1157dependencies = [ 1158 "proc-macro2", 1159 "quote", 1160 "syn", 1161] 1162 1163[[package]] 1164name = "openssl-probe" 1165version = "0.1.6" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1168 1169[[package]] 1170name = "openssl-sys" 1171version = "0.9.109" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1174dependencies = [ 1175 "cc", 1176 "libc", 1177 "pkg-config", 1178 "vcpkg", 1179] 1180 1181[[package]] 1182name = "overload" 1183version = "0.1.1" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1186 1187[[package]] 1188name = "parking_lot" 1189version = "0.12.4" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1192dependencies = [ 1193 "lock_api", 1194 "parking_lot_core", 1195] 1196 1197[[package]] 1198name = "parking_lot_core" 1199version = "0.9.11" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1202dependencies = [ 1203 "cfg-if", 1204 "libc", 1205 "redox_syscall", 1206 "smallvec", 1207 "windows-targets", 1208] 1209 1210[[package]] 1211name = "pem" 1212version = "3.0.5" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" 1215dependencies = [ 1216 "base64", 1217 "serde", 1218] 1219 1220[[package]] 1221name = "percent-encoding" 1222version = "2.3.2" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1225 1226[[package]] 1227name = "phf" 1228version = "0.11.3" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1231dependencies = [ 1232 "phf_macros", 1233 "phf_shared", 1234] 1235 1236[[package]] 1237name = "phf_codegen" 1238version = "0.11.3" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 1241dependencies = [ 1242 "phf_generator", 1243 "phf_shared", 1244] 1245 1246[[package]] 1247name = "phf_generator" 1248version = "0.11.3" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 1251dependencies = [ 1252 "phf_shared", 1253 "rand 0.8.5", 1254] 1255 1256[[package]] 1257name = "phf_macros" 1258version = "0.11.3" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 1261dependencies = [ 1262 "phf_generator", 1263 "phf_shared", 1264 "proc-macro2", 1265 "quote", 1266 "syn", 1267] 1268 1269[[package]] 1270name = "phf_shared" 1271version = "0.11.3" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1274dependencies = [ 1275 "siphasher", 1276] 1277 1278[[package]] 1279name = "pin-project-lite" 1280version = "0.2.16" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1283 1284[[package]] 1285name = "pin-utils" 1286version = "0.1.0" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1289 1290[[package]] 1291name = "pkg-config" 1292version = "0.3.32" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1295 1296[[package]] 1297name = "potential_utf" 1298version = "0.1.2" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 1301dependencies = [ 1302 "zerovec", 1303] 1304 1305[[package]] 1306name = "powerfmt" 1307version = "0.2.0" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1310 1311[[package]] 1312name = "ppv-lite86" 1313version = "0.2.21" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1316dependencies = [ 1317 "zerocopy", 1318] 1319 1320[[package]] 1321name = "precomputed-hash" 1322version = "0.1.1" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 1325 1326[[package]] 1327name = "proc-macro2" 1328version = "1.0.101" 1329source = "registry+https://github.com/rust-lang/crates.io-index" 1330checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1331dependencies = [ 1332 "unicode-ident", 1333] 1334 1335[[package]] 1336name = "quote" 1337version = "1.0.40" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1340dependencies = [ 1341 "proc-macro2", 1342] 1343 1344[[package]] 1345name = "r-efi" 1346version = "5.3.0" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1349 1350[[package]] 1351name = "rand" 1352version = "0.8.5" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1355dependencies = [ 1356 "rand_core 0.6.4", 1357] 1358 1359[[package]] 1360name = "rand" 1361version = "0.9.2" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1364dependencies = [ 1365 "rand_chacha", 1366 "rand_core 0.9.3", 1367] 1368 1369[[package]] 1370name = "rand_chacha" 1371version = "0.9.0" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1374dependencies = [ 1375 "ppv-lite86", 1376 "rand_core 0.9.3", 1377] 1378 1379[[package]] 1380name = "rand_core" 1381version = "0.6.4" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1384 1385[[package]] 1386name = "rand_core" 1387version = "0.9.3" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1390dependencies = [ 1391 "getrandom 0.3.3", 1392] 1393 1394[[package]] 1395name = "redox_syscall" 1396version = "0.5.17" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 1399dependencies = [ 1400 "bitflags", 1401] 1402 1403[[package]] 1404name = "reqwest" 1405version = "0.12.23" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 1408dependencies = [ 1409 "base64", 1410 "bytes", 1411 "encoding_rs", 1412 "futures-core", 1413 "h2", 1414 "http", 1415 "http-body", 1416 "http-body-util", 1417 "hyper", 1418 "hyper-rustls", 1419 "hyper-tls", 1420 "hyper-util", 1421 "js-sys", 1422 "log", 1423 "mime", 1424 "native-tls", 1425 "percent-encoding", 1426 "pin-project-lite", 1427 "rustls-pki-types", 1428 "serde", 1429 "serde_json", 1430 "serde_urlencoded", 1431 "sync_wrapper", 1432 "tokio", 1433 "tokio-native-tls", 1434 "tower", 1435 "tower-http", 1436 "tower-service", 1437 "url", 1438 "wasm-bindgen", 1439 "wasm-bindgen-futures", 1440 "web-sys", 1441] 1442 1443[[package]] 1444name = "ring" 1445version = "0.17.14" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1448dependencies = [ 1449 "cc", 1450 "cfg-if", 1451 "getrandom 0.2.16", 1452 "libc", 1453 "untrusted", 1454 "windows-sys 0.52.0", 1455] 1456 1457[[package]] 1458name = "rustc-demangle" 1459version = "0.1.26" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1462 1463[[package]] 1464name = "rustc-hash" 1465version = "2.1.1" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1468 1469[[package]] 1470name = "rustix" 1471version = "1.0.8" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" 1474dependencies = [ 1475 "bitflags", 1476 "errno", 1477 "libc", 1478 "linux-raw-sys", 1479 "windows-sys 0.59.0", 1480] 1481 1482[[package]] 1483name = "rustls" 1484version = "0.23.31" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" 1487dependencies = [ 1488 "once_cell", 1489 "rustls-pki-types", 1490 "rustls-webpki", 1491 "subtle", 1492 "zeroize", 1493] 1494 1495[[package]] 1496name = "rustls-pki-types" 1497version = "1.12.0" 1498source = "registry+https://github.com/rust-lang/crates.io-index" 1499checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1500dependencies = [ 1501 "zeroize", 1502] 1503 1504[[package]] 1505name = "rustls-webpki" 1506version = "0.103.4" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" 1509dependencies = [ 1510 "ring", 1511 "rustls-pki-types", 1512 "untrusted", 1513] 1514 1515[[package]] 1516name = "rustversion" 1517version = "1.0.22" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1520 1521[[package]] 1522name = "ryu" 1523version = "1.0.20" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1526 1527[[package]] 1528name = "schannel" 1529version = "0.1.27" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 1532dependencies = [ 1533 "windows-sys 0.59.0", 1534] 1535 1536[[package]] 1537name = "scopeguard" 1538version = "1.2.0" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1541 1542[[package]] 1543name = "scraper" 1544version = "0.24.0" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "e5f3a24d916e78954af99281a455168d4a9515d65eca99a18da1b813689c4ad9" 1547dependencies = [ 1548 "cssparser", 1549 "ego-tree", 1550 "getopts", 1551 "html5ever", 1552 "precomputed-hash", 1553 "selectors", 1554 "tendril", 1555] 1556 1557[[package]] 1558name = "security-framework" 1559version = "2.11.1" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1562dependencies = [ 1563 "bitflags", 1564 "core-foundation", 1565 "core-foundation-sys", 1566 "libc", 1567 "security-framework-sys", 1568] 1569 1570[[package]] 1571name = "security-framework-sys" 1572version = "2.14.0" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 1575dependencies = [ 1576 "core-foundation-sys", 1577 "libc", 1578] 1579 1580[[package]] 1581name = "selectors" 1582version = "0.31.0" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6" 1585dependencies = [ 1586 "bitflags", 1587 "cssparser", 1588 "derive_more", 1589 "fxhash", 1590 "log", 1591 "new_debug_unreachable", 1592 "phf", 1593 "phf_codegen", 1594 "precomputed-hash", 1595 "servo_arc", 1596 "smallvec", 1597] 1598 1599[[package]] 1600name = "serde" 1601version = "1.0.219" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1604dependencies = [ 1605 "serde_derive", 1606] 1607 1608[[package]] 1609name = "serde_derive" 1610version = "1.0.219" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1613dependencies = [ 1614 "proc-macro2", 1615 "quote", 1616 "syn", 1617] 1618 1619[[package]] 1620name = "serde_json" 1621version = "1.0.143" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" 1624dependencies = [ 1625 "itoa", 1626 "memchr", 1627 "ryu", 1628 "serde", 1629] 1630 1631[[package]] 1632name = "serde_path_to_error" 1633version = "0.1.17" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 1636dependencies = [ 1637 "itoa", 1638 "serde", 1639] 1640 1641[[package]] 1642name = "serde_urlencoded" 1643version = "0.7.1" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1646dependencies = [ 1647 "form_urlencoded", 1648 "itoa", 1649 "ryu", 1650 "serde", 1651] 1652 1653[[package]] 1654name = "servo_arc" 1655version = "0.4.1" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "204ea332803bd95a0b60388590d59cf6468ec9becf626e2451f1d26a1d972de4" 1658dependencies = [ 1659 "stable_deref_trait", 1660] 1661 1662[[package]] 1663name = "sharded-slab" 1664version = "0.1.7" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1667dependencies = [ 1668 "lazy_static", 1669] 1670 1671[[package]] 1672name = "shlex" 1673version = "1.3.0" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1676 1677[[package]] 1678name = "signal-hook-registry" 1679version = "1.4.6" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 1682dependencies = [ 1683 "libc", 1684] 1685 1686[[package]] 1687name = "simple_asn1" 1688version = "0.6.3" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" 1691dependencies = [ 1692 "num-bigint", 1693 "num-traits", 1694 "thiserror", 1695 "time", 1696] 1697 1698[[package]] 1699name = "siphasher" 1700version = "1.0.1" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 1703 1704[[package]] 1705name = "slab" 1706version = "0.4.11" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1709 1710[[package]] 1711name = "smallvec" 1712version = "1.15.1" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1715 1716[[package]] 1717name = "socket2" 1718version = "0.6.0" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 1721dependencies = [ 1722 "libc", 1723 "windows-sys 0.59.0", 1724] 1725 1726[[package]] 1727name = "stable_deref_trait" 1728version = "1.2.0" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1731 1732[[package]] 1733name = "string_cache" 1734version = "0.8.9" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 1737dependencies = [ 1738 "new_debug_unreachable", 1739 "parking_lot", 1740 "phf_shared", 1741 "precomputed-hash", 1742 "serde", 1743] 1744 1745[[package]] 1746name = "string_cache_codegen" 1747version = "0.5.4" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 1750dependencies = [ 1751 "phf_generator", 1752 "phf_shared", 1753 "proc-macro2", 1754 "quote", 1755] 1756 1757[[package]] 1758name = "strum" 1759version = "0.27.2" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 1762dependencies = [ 1763 "strum_macros", 1764] 1765 1766[[package]] 1767name = "strum_macros" 1768version = "0.27.2" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 1771dependencies = [ 1772 "heck", 1773 "proc-macro2", 1774 "quote", 1775 "syn", 1776] 1777 1778[[package]] 1779name = "subtle" 1780version = "2.6.1" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1783 1784[[package]] 1785name = "syn" 1786version = "2.0.106" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1789dependencies = [ 1790 "proc-macro2", 1791 "quote", 1792 "unicode-ident", 1793] 1794 1795[[package]] 1796name = "sync_wrapper" 1797version = "1.0.2" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1800dependencies = [ 1801 "futures-core", 1802] 1803 1804[[package]] 1805name = "synstructure" 1806version = "0.13.2" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1809dependencies = [ 1810 "proc-macro2", 1811 "quote", 1812 "syn", 1813] 1814 1815[[package]] 1816name = "system-configuration" 1817version = "0.6.1" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1820dependencies = [ 1821 "bitflags", 1822 "core-foundation", 1823 "system-configuration-sys", 1824] 1825 1826[[package]] 1827name = "system-configuration-sys" 1828version = "0.6.0" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1831dependencies = [ 1832 "core-foundation-sys", 1833 "libc", 1834] 1835 1836[[package]] 1837name = "tempfile" 1838version = "3.21.0" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" 1841dependencies = [ 1842 "fastrand", 1843 "getrandom 0.3.3", 1844 "once_cell", 1845 "rustix", 1846 "windows-sys 0.59.0", 1847] 1848 1849[[package]] 1850name = "tendril" 1851version = "0.4.3" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 1854dependencies = [ 1855 "futf", 1856 "mac", 1857 "utf-8", 1858] 1859 1860[[package]] 1861name = "thiserror" 1862version = "2.0.16" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 1865dependencies = [ 1866 "thiserror-impl", 1867] 1868 1869[[package]] 1870name = "thiserror-impl" 1871version = "2.0.16" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 1874dependencies = [ 1875 "proc-macro2", 1876 "quote", 1877 "syn", 1878] 1879 1880[[package]] 1881name = "thread_local" 1882version = "1.1.9" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1885dependencies = [ 1886 "cfg-if", 1887] 1888 1889[[package]] 1890name = "time" 1891version = "0.3.41" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 1894dependencies = [ 1895 "deranged", 1896 "itoa", 1897 "num-conv", 1898 "powerfmt", 1899 "serde", 1900 "time-core", 1901 "time-macros", 1902] 1903 1904[[package]] 1905name = "time-core" 1906version = "0.1.4" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 1909 1910[[package]] 1911name = "time-macros" 1912version = "0.2.22" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 1915dependencies = [ 1916 "num-conv", 1917 "time-core", 1918] 1919 1920[[package]] 1921name = "tinystr" 1922version = "0.8.1" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1925dependencies = [ 1926 "displaydoc", 1927 "zerovec", 1928] 1929 1930[[package]] 1931name = "tokio" 1932version = "1.47.1" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 1935dependencies = [ 1936 "backtrace", 1937 "bytes", 1938 "io-uring", 1939 "libc", 1940 "mio", 1941 "parking_lot", 1942 "pin-project-lite", 1943 "signal-hook-registry", 1944 "slab", 1945 "socket2", 1946 "tokio-macros", 1947 "windows-sys 0.59.0", 1948] 1949 1950[[package]] 1951name = "tokio-macros" 1952version = "2.5.0" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1955dependencies = [ 1956 "proc-macro2", 1957 "quote", 1958 "syn", 1959] 1960 1961[[package]] 1962name = "tokio-native-tls" 1963version = "0.3.1" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1966dependencies = [ 1967 "native-tls", 1968 "tokio", 1969] 1970 1971[[package]] 1972name = "tokio-rustls" 1973version = "0.26.2" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 1976dependencies = [ 1977 "rustls", 1978 "tokio", 1979] 1980 1981[[package]] 1982name = "tokio-util" 1983version = "0.7.16" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 1986dependencies = [ 1987 "bytes", 1988 "futures-core", 1989 "futures-sink", 1990 "pin-project-lite", 1991 "tokio", 1992] 1993 1994[[package]] 1995name = "tower" 1996version = "0.5.2" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1999dependencies = [ 2000 "futures-core", 2001 "futures-util", 2002 "pin-project-lite", 2003 "sync_wrapper", 2004 "tokio", 2005 "tower-layer", 2006 "tower-service", 2007 "tracing", 2008] 2009 2010[[package]] 2011name = "tower-http" 2012version = "0.6.6" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2015dependencies = [ 2016 "async-compression", 2017 "bitflags", 2018 "bytes", 2019 "futures-core", 2020 "futures-util", 2021 "http", 2022 "http-body", 2023 "http-body-util", 2024 "http-range-header", 2025 "httpdate", 2026 "iri-string", 2027 "mime", 2028 "mime_guess", 2029 "percent-encoding", 2030 "pin-project-lite", 2031 "tokio", 2032 "tokio-util", 2033 "tower", 2034 "tower-layer", 2035 "tower-service", 2036 "tracing", 2037] 2038 2039[[package]] 2040name = "tower-layer" 2041version = "0.3.3" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2044 2045[[package]] 2046name = "tower-service" 2047version = "0.3.3" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2050 2051[[package]] 2052name = "tracing" 2053version = "0.1.41" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2056dependencies = [ 2057 "log", 2058 "pin-project-lite", 2059 "tracing-attributes", 2060 "tracing-core", 2061] 2062 2063[[package]] 2064name = "tracing-attributes" 2065version = "0.1.30" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 2068dependencies = [ 2069 "proc-macro2", 2070 "quote", 2071 "syn", 2072] 2073 2074[[package]] 2075name = "tracing-core" 2076version = "0.1.34" 2077source = "registry+https://github.com/rust-lang/crates.io-index" 2078checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2079dependencies = [ 2080 "once_cell", 2081 "valuable", 2082] 2083 2084[[package]] 2085name = "tracing-log" 2086version = "0.2.0" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2089dependencies = [ 2090 "log", 2091 "once_cell", 2092 "tracing-core", 2093] 2094 2095[[package]] 2096name = "tracing-subscriber" 2097version = "0.3.19" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 2100dependencies = [ 2101 "nu-ansi-term", 2102 "sharded-slab", 2103 "smallvec", 2104 "thread_local", 2105 "tracing-core", 2106 "tracing-log", 2107] 2108 2109[[package]] 2110name = "try-lock" 2111version = "0.2.5" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2114 2115[[package]] 2116name = "unicase" 2117version = "2.8.1" 2118source = "registry+https://github.com/rust-lang/crates.io-index" 2119checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 2120 2121[[package]] 2122name = "unicode-ident" 2123version = "1.0.18" 2124source = "registry+https://github.com/rust-lang/crates.io-index" 2125checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2126 2127[[package]] 2128name = "unicode-width" 2129version = "0.2.1" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" 2132 2133[[package]] 2134name = "untrusted" 2135version = "0.9.0" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2138 2139[[package]] 2140name = "url" 2141version = "2.5.7" 2142source = "registry+https://github.com/rust-lang/crates.io-index" 2143checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2144dependencies = [ 2145 "form_urlencoded", 2146 "idna", 2147 "percent-encoding", 2148 "serde", 2149] 2150 2151[[package]] 2152name = "utf-8" 2153version = "0.7.6" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2156 2157[[package]] 2158name = "utf8_iter" 2159version = "1.0.4" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2162 2163[[package]] 2164name = "valuable" 2165version = "0.1.1" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2168 2169[[package]] 2170name = "vcpkg" 2171version = "0.2.15" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2174 2175[[package]] 2176name = "want" 2177version = "0.3.1" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2180dependencies = [ 2181 "try-lock", 2182] 2183 2184[[package]] 2185name = "wasi" 2186version = "0.11.1+wasi-snapshot-preview1" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2189 2190[[package]] 2191name = "wasi" 2192version = "0.14.2+wasi-0.2.4" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2195dependencies = [ 2196 "wit-bindgen-rt", 2197] 2198 2199[[package]] 2200name = "wasm-bindgen" 2201version = "0.2.100" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2204dependencies = [ 2205 "cfg-if", 2206 "once_cell", 2207 "rustversion", 2208 "wasm-bindgen-macro", 2209] 2210 2211[[package]] 2212name = "wasm-bindgen-backend" 2213version = "0.2.100" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2216dependencies = [ 2217 "bumpalo", 2218 "log", 2219 "proc-macro2", 2220 "quote", 2221 "syn", 2222 "wasm-bindgen-shared", 2223] 2224 2225[[package]] 2226name = "wasm-bindgen-futures" 2227version = "0.4.50" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2230dependencies = [ 2231 "cfg-if", 2232 "js-sys", 2233 "once_cell", 2234 "wasm-bindgen", 2235 "web-sys", 2236] 2237 2238[[package]] 2239name = "wasm-bindgen-macro" 2240version = "0.2.100" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2243dependencies = [ 2244 "quote", 2245 "wasm-bindgen-macro-support", 2246] 2247 2248[[package]] 2249name = "wasm-bindgen-macro-support" 2250version = "0.2.100" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2253dependencies = [ 2254 "proc-macro2", 2255 "quote", 2256 "syn", 2257 "wasm-bindgen-backend", 2258 "wasm-bindgen-shared", 2259] 2260 2261[[package]] 2262name = "wasm-bindgen-shared" 2263version = "0.2.100" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2266dependencies = [ 2267 "unicode-ident", 2268] 2269 2270[[package]] 2271name = "web-sys" 2272version = "0.3.77" 2273source = "registry+https://github.com/rust-lang/crates.io-index" 2274checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2275dependencies = [ 2276 "js-sys", 2277 "wasm-bindgen", 2278] 2279 2280[[package]] 2281name = "web_atoms" 2282version = "0.1.3" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" 2285dependencies = [ 2286 "phf", 2287 "phf_codegen", 2288 "string_cache", 2289 "string_cache_codegen", 2290] 2291 2292[[package]] 2293name = "winapi" 2294version = "0.3.9" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2297dependencies = [ 2298 "winapi-i686-pc-windows-gnu", 2299 "winapi-x86_64-pc-windows-gnu", 2300] 2301 2302[[package]] 2303name = "winapi-i686-pc-windows-gnu" 2304version = "0.4.0" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2307 2308[[package]] 2309name = "winapi-x86_64-pc-windows-gnu" 2310version = "0.4.0" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2313 2314[[package]] 2315name = "windows-link" 2316version = "0.1.3" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2319 2320[[package]] 2321name = "windows-registry" 2322version = "0.5.3" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 2325dependencies = [ 2326 "windows-link", 2327 "windows-result", 2328 "windows-strings", 2329] 2330 2331[[package]] 2332name = "windows-result" 2333version = "0.3.4" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2336dependencies = [ 2337 "windows-link", 2338] 2339 2340[[package]] 2341name = "windows-strings" 2342version = "0.4.2" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2345dependencies = [ 2346 "windows-link", 2347] 2348 2349[[package]] 2350name = "windows-sys" 2351version = "0.52.0" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2354dependencies = [ 2355 "windows-targets", 2356] 2357 2358[[package]] 2359name = "windows-sys" 2360version = "0.59.0" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2363dependencies = [ 2364 "windows-targets", 2365] 2366 2367[[package]] 2368name = "windows-targets" 2369version = "0.52.6" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2372dependencies = [ 2373 "windows_aarch64_gnullvm", 2374 "windows_aarch64_msvc", 2375 "windows_i686_gnu", 2376 "windows_i686_gnullvm", 2377 "windows_i686_msvc", 2378 "windows_x86_64_gnu", 2379 "windows_x86_64_gnullvm", 2380 "windows_x86_64_msvc", 2381] 2382 2383[[package]] 2384name = "windows_aarch64_gnullvm" 2385version = "0.52.6" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2388 2389[[package]] 2390name = "windows_aarch64_msvc" 2391version = "0.52.6" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2394 2395[[package]] 2396name = "windows_i686_gnu" 2397version = "0.52.6" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2400 2401[[package]] 2402name = "windows_i686_gnullvm" 2403version = "0.52.6" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2406 2407[[package]] 2408name = "windows_i686_msvc" 2409version = "0.52.6" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2412 2413[[package]] 2414name = "windows_x86_64_gnu" 2415version = "0.52.6" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2418 2419[[package]] 2420name = "windows_x86_64_gnullvm" 2421version = "0.52.6" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2424 2425[[package]] 2426name = "windows_x86_64_msvc" 2427version = "0.52.6" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2430 2431[[package]] 2432name = "winnow" 2433version = "0.7.13" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 2436dependencies = [ 2437 "memchr", 2438] 2439 2440[[package]] 2441name = "wit-bindgen-rt" 2442version = "0.39.0" 2443source = "registry+https://github.com/rust-lang/crates.io-index" 2444checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2445dependencies = [ 2446 "bitflags", 2447] 2448 2449[[package]] 2450name = "writeable" 2451version = "0.6.1" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2454 2455[[package]] 2456name = "yoke" 2457version = "0.8.0" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2460dependencies = [ 2461 "serde", 2462 "stable_deref_trait", 2463 "yoke-derive", 2464 "zerofrom", 2465] 2466 2467[[package]] 2468name = "yoke-derive" 2469version = "0.8.0" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2472dependencies = [ 2473 "proc-macro2", 2474 "quote", 2475 "syn", 2476 "synstructure", 2477] 2478 2479[[package]] 2480name = "zerocopy" 2481version = "0.8.26" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" 2484dependencies = [ 2485 "zerocopy-derive", 2486] 2487 2488[[package]] 2489name = "zerocopy-derive" 2490version = "0.8.26" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" 2493dependencies = [ 2494 "proc-macro2", 2495 "quote", 2496 "syn", 2497] 2498 2499[[package]] 2500name = "zerofrom" 2501version = "0.1.6" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2504dependencies = [ 2505 "zerofrom-derive", 2506] 2507 2508[[package]] 2509name = "zerofrom-derive" 2510version = "0.1.6" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2513dependencies = [ 2514 "proc-macro2", 2515 "quote", 2516 "syn", 2517 "synstructure", 2518] 2519 2520[[package]] 2521name = "zeroize" 2522version = "1.8.1" 2523source = "registry+https://github.com/rust-lang/crates.io-index" 2524checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2525 2526[[package]] 2527name = "zerotrie" 2528version = "0.2.2" 2529source = "registry+https://github.com/rust-lang/crates.io-index" 2530checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2531dependencies = [ 2532 "displaydoc", 2533 "yoke", 2534 "zerofrom", 2535] 2536 2537[[package]] 2538name = "zerovec" 2539version = "0.11.4" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 2542dependencies = [ 2543 "yoke", 2544 "zerofrom", 2545 "zerovec-derive", 2546] 2547 2548[[package]] 2549name = "zerovec-derive" 2550version = "0.11.1" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2553dependencies = [ 2554 "proc-macro2", 2555 "quote", 2556 "syn", 2557] 2558 2559[[package]] 2560name = "zstd" 2561version = "0.13.3" 2562source = "registry+https://github.com/rust-lang/crates.io-index" 2563checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 2564dependencies = [ 2565 "zstd-safe", 2566] 2567 2568[[package]] 2569name = "zstd-safe" 2570version = "7.2.4" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 2573dependencies = [ 2574 "zstd-sys", 2575] 2576 2577[[package]] 2578name = "zstd-sys" 2579version = "2.0.15+zstd.1.5.7" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" 2582dependencies = [ 2583 "cc", 2584 "pkg-config", 2585]