Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

paru: 2.0.3 -> 2.0.4 (#343817)

authored by Weijia Wang and committed by GitHub 04f8ead0 51402087

Changed files
+47 -2615
pkgs
-2593
pkgs/by-name/pa/paru/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.8.11" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25 - dependencies = [ 26 - "cfg-if", 27 - "getrandom", 28 - "once_cell", 29 - "version_check", 30 - "zerocopy", 31 - ] 32 - 33 - [[package]] 34 - name = "aho-corasick" 35 - version = "1.1.2" 36 - source = "registry+https://github.com/rust-lang/crates.io-index" 37 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 38 - dependencies = [ 39 - "memchr", 40 - ] 41 - 42 - [[package]] 43 - name = "alpm" 44 - version = "3.0.4" 45 - source = "git+https://github.com/archlinux/alpm.rs?rev=306342#306342efc6f24739c92de64c432f962a22891e63" 46 - dependencies = [ 47 - "alpm-sys", 48 - "bitflags 2.4.2", 49 - ] 50 - 51 - [[package]] 52 - name = "alpm-sys" 53 - version = "3.0.0" 54 - source = "git+https://github.com/archlinux/alpm.rs?rev=306342#306342efc6f24739c92de64c432f962a22891e63" 55 - dependencies = [ 56 - "bindgen", 57 - "pkg-config", 58 - ] 59 - 60 - [[package]] 61 - name = "alpm-utils" 62 - version = "3.0.2" 63 - source = "registry+https://github.com/rust-lang/crates.io-index" 64 - checksum = "f1a65e48b9a950d1297b865a436733d496b6cdd966133a02fdadc6127dfe37e7" 65 - dependencies = [ 66 - "alpm", 67 - "pacmanconf", 68 - ] 69 - 70 - [[package]] 71 - name = "android-tzdata" 72 - version = "0.1.1" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 75 - 76 - [[package]] 77 - name = "android_system_properties" 78 - version = "0.1.5" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 81 - dependencies = [ 82 - "libc", 83 - ] 84 - 85 - [[package]] 86 - name = "ansi_term" 87 - version = "0.12.1" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 90 - dependencies = [ 91 - "winapi", 92 - ] 93 - 94 - [[package]] 95 - name = "anstream" 96 - version = "0.6.13" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 99 - dependencies = [ 100 - "anstyle", 101 - "anstyle-parse", 102 - "anstyle-query", 103 - "anstyle-wincon", 104 - "colorchoice", 105 - "utf8parse", 106 - ] 107 - 108 - [[package]] 109 - name = "anstyle" 110 - version = "1.0.6" 111 - source = "registry+https://github.com/rust-lang/crates.io-index" 112 - checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 113 - 114 - [[package]] 115 - name = "anstyle-parse" 116 - version = "0.2.3" 117 - source = "registry+https://github.com/rust-lang/crates.io-index" 118 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 119 - dependencies = [ 120 - "utf8parse", 121 - ] 122 - 123 - [[package]] 124 - name = "anstyle-query" 125 - version = "1.0.2" 126 - source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 128 - dependencies = [ 129 - "windows-sys 0.52.0", 130 - ] 131 - 132 - [[package]] 133 - name = "anstyle-wincon" 134 - version = "3.0.2" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 137 - dependencies = [ 138 - "anstyle", 139 - "windows-sys 0.52.0", 140 - ] 141 - 142 - [[package]] 143 - name = "anyhow" 144 - version = "1.0.81" 145 - source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 147 - dependencies = [ 148 - "backtrace", 149 - ] 150 - 151 - [[package]] 152 - name = "async-compression" 153 - version = "0.4.6" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" 156 - dependencies = [ 157 - "flate2", 158 - "futures-core", 159 - "memchr", 160 - "pin-project-lite", 161 - "tokio", 162 - ] 163 - 164 - [[package]] 165 - name = "async-trait" 166 - version = "0.1.77" 167 - source = "registry+https://github.com/rust-lang/crates.io-index" 168 - checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 169 - dependencies = [ 170 - "proc-macro2", 171 - "quote", 172 - "syn 2.0.52", 173 - ] 174 - 175 - [[package]] 176 - name = "aur-depends" 177 - version = "3.0.0" 178 - source = "git+https://github.com/Morganamilo/aur-depends?rev=30c2c1#30c2c15019f8dd80e803c9deefce3279079806af" 179 - dependencies = [ 180 - "alpm", 181 - "alpm-utils", 182 - "bitflags 2.4.2", 183 - "log", 184 - "raur", 185 - "srcinfo", 186 - ] 187 - 188 - [[package]] 189 - name = "aur-fetch" 190 - version = "0.11.2" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "b3a34f46003cfac97808c0200c3338152275029ffc59e296611eef27de61074e" 193 - dependencies = [ 194 - "crossbeam", 195 - "log", 196 - "url", 197 - ] 198 - 199 - [[package]] 200 - name = "autocfg" 201 - version = "1.1.0" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 204 - 205 - [[package]] 206 - name = "backtrace" 207 - version = "0.3.69" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 210 - dependencies = [ 211 - "addr2line", 212 - "cc", 213 - "cfg-if", 214 - "libc", 215 - "miniz_oxide", 216 - "object", 217 - "rustc-demangle", 218 - ] 219 - 220 - [[package]] 221 - name = "base64" 222 - version = "0.21.7" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 225 - 226 - [[package]] 227 - name = "bindgen" 228 - version = "0.66.1" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7" 231 - dependencies = [ 232 - "bitflags 2.4.2", 233 - "cexpr", 234 - "clang-sys", 235 - "lazy_static", 236 - "lazycell", 237 - "peeking_take_while", 238 - "proc-macro2", 239 - "quote", 240 - "regex", 241 - "rustc-hash", 242 - "shlex", 243 - "syn 2.0.52", 244 - ] 245 - 246 - [[package]] 247 - name = "bitflags" 248 - version = "1.3.2" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 251 - 252 - [[package]] 253 - name = "bitflags" 254 - version = "2.4.2" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 257 - 258 - [[package]] 259 - name = "block" 260 - version = "0.1.6" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 263 - 264 - [[package]] 265 - name = "bstr" 266 - version = "1.9.1" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 269 - dependencies = [ 270 - "memchr", 271 - "serde", 272 - ] 273 - 274 - [[package]] 275 - name = "bumpalo" 276 - version = "3.15.4" 277 - source = "registry+https://github.com/rust-lang/crates.io-index" 278 - checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 279 - 280 - [[package]] 281 - name = "byteorder" 282 - version = "1.5.0" 283 - source = "registry+https://github.com/rust-lang/crates.io-index" 284 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 285 - 286 - [[package]] 287 - name = "bytes" 288 - version = "1.5.0" 289 - source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 291 - 292 - [[package]] 293 - name = "cc" 294 - version = "1.0.90" 295 - source = "registry+https://github.com/rust-lang/crates.io-index" 296 - checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 297 - 298 - [[package]] 299 - name = "cexpr" 300 - version = "0.6.0" 301 - source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 303 - dependencies = [ 304 - "nom", 305 - ] 306 - 307 - [[package]] 308 - name = "cfg-if" 309 - version = "1.0.0" 310 - source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 312 - 313 - [[package]] 314 - name = "cfg_aliases" 315 - version = "0.1.1" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 318 - 319 - [[package]] 320 - name = "chrono" 321 - version = "0.4.35" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 324 - dependencies = [ 325 - "android-tzdata", 326 - "iana-time-zone", 327 - "num-traits", 328 - "windows-targets 0.52.4", 329 - ] 330 - 331 - [[package]] 332 - name = "cini" 333 - version = "1.0.0" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "8628d1f5b9a7b1196ce1aa660e3ba7e2559d350649cbe94993519c127df667f2" 336 - 337 - [[package]] 338 - name = "clang-sys" 339 - version = "1.7.0" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" 342 - dependencies = [ 343 - "glob", 344 - "libc", 345 - "libloading", 346 - ] 347 - 348 - [[package]] 349 - name = "colorchoice" 350 - version = "1.0.0" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 353 - 354 - [[package]] 355 - name = "console" 356 - version = "0.15.8" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 359 - dependencies = [ 360 - "encode_unicode", 361 - "lazy_static", 362 - "libc", 363 - "unicode-width", 364 - "windows-sys 0.52.0", 365 - ] 366 - 367 - [[package]] 368 - name = "core-foundation" 369 - version = "0.9.4" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 372 - dependencies = [ 373 - "core-foundation-sys", 374 - "libc", 375 - ] 376 - 377 - [[package]] 378 - name = "core-foundation-sys" 379 - version = "0.8.6" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 382 - 383 - [[package]] 384 - name = "crc32fast" 385 - version = "1.4.0" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 388 - dependencies = [ 389 - "cfg-if", 390 - ] 391 - 392 - [[package]] 393 - name = "crossbeam" 394 - version = "0.8.4" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 397 - dependencies = [ 398 - "crossbeam-channel", 399 - "crossbeam-deque", 400 - "crossbeam-epoch", 401 - "crossbeam-queue", 402 - "crossbeam-utils", 403 - ] 404 - 405 - [[package]] 406 - name = "crossbeam-channel" 407 - version = "0.5.12" 408 - source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 410 - dependencies = [ 411 - "crossbeam-utils", 412 - ] 413 - 414 - [[package]] 415 - name = "crossbeam-deque" 416 - version = "0.8.5" 417 - source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 419 - dependencies = [ 420 - "crossbeam-epoch", 421 - "crossbeam-utils", 422 - ] 423 - 424 - [[package]] 425 - name = "crossbeam-epoch" 426 - version = "0.9.18" 427 - source = "registry+https://github.com/rust-lang/crates.io-index" 428 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 429 - dependencies = [ 430 - "crossbeam-utils", 431 - ] 432 - 433 - [[package]] 434 - name = "crossbeam-queue" 435 - version = "0.3.11" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 438 - dependencies = [ 439 - "crossbeam-utils", 440 - ] 441 - 442 - [[package]] 443 - name = "crossbeam-utils" 444 - version = "0.8.19" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 447 - 448 - [[package]] 449 - name = "cssparser" 450 - version = "0.31.2" 451 - source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be" 453 - dependencies = [ 454 - "cssparser-macros", 455 - "dtoa-short", 456 - "itoa", 457 - "phf 0.11.2", 458 - "smallvec", 459 - ] 460 - 461 - [[package]] 462 - name = "cssparser-macros" 463 - version = "0.6.1" 464 - source = "registry+https://github.com/rust-lang/crates.io-index" 465 - checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 466 - dependencies = [ 467 - "quote", 468 - "syn 2.0.52", 469 - ] 470 - 471 - [[package]] 472 - name = "derive_more" 473 - version = "0.99.17" 474 - source = "registry+https://github.com/rust-lang/crates.io-index" 475 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 476 - dependencies = [ 477 - "proc-macro2", 478 - "quote", 479 - "syn 1.0.109", 480 - ] 481 - 482 - [[package]] 483 - name = "dirs" 484 - version = "5.0.1" 485 - source = "registry+https://github.com/rust-lang/crates.io-index" 486 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 487 - dependencies = [ 488 - "dirs-sys", 489 - ] 490 - 491 - [[package]] 492 - name = "dirs-sys" 493 - version = "0.4.1" 494 - source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 496 - dependencies = [ 497 - "libc", 498 - "option-ext", 499 - "redox_users", 500 - "windows-sys 0.48.0", 501 - ] 502 - 503 - [[package]] 504 - name = "dtoa" 505 - version = "1.0.9" 506 - source = "registry+https://github.com/rust-lang/crates.io-index" 507 - checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 508 - 509 - [[package]] 510 - name = "dtoa-short" 511 - version = "0.3.4" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" 514 - dependencies = [ 515 - "dtoa", 516 - ] 517 - 518 - [[package]] 519 - name = "ego-tree" 520 - version = "0.6.2" 521 - source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591" 523 - 524 - [[package]] 525 - name = "either" 526 - version = "1.10.0" 527 - source = "registry+https://github.com/rust-lang/crates.io-index" 528 - checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 529 - 530 - [[package]] 531 - name = "encode_unicode" 532 - version = "0.3.6" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 535 - 536 - [[package]] 537 - name = "encoding_rs" 538 - version = "0.8.33" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 541 - dependencies = [ 542 - "cfg-if", 543 - ] 544 - 545 - [[package]] 546 - name = "env_filter" 547 - version = "0.1.0" 548 - source = "registry+https://github.com/rust-lang/crates.io-index" 549 - checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 550 - dependencies = [ 551 - "log", 552 - "regex", 553 - ] 554 - 555 - [[package]] 556 - name = "env_logger" 557 - version = "0.11.3" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 560 - dependencies = [ 561 - "anstream", 562 - "anstyle", 563 - "env_filter", 564 - "humantime", 565 - "log", 566 - ] 567 - 568 - [[package]] 569 - name = "equivalent" 570 - version = "1.0.1" 571 - source = "registry+https://github.com/rust-lang/crates.io-index" 572 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 573 - 574 - [[package]] 575 - name = "errno" 576 - version = "0.3.8" 577 - source = "registry+https://github.com/rust-lang/crates.io-index" 578 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 579 - dependencies = [ 580 - "libc", 581 - "windows-sys 0.52.0", 582 - ] 583 - 584 - [[package]] 585 - name = "fastrand" 586 - version = "2.0.1" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 589 - 590 - [[package]] 591 - name = "flate2" 592 - version = "1.0.28" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 595 - dependencies = [ 596 - "crc32fast", 597 - "miniz_oxide", 598 - ] 599 - 600 - [[package]] 601 - name = "fnv" 602 - version = "1.0.7" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 605 - 606 - [[package]] 607 - name = "foreign-types" 608 - version = "0.3.2" 609 - source = "registry+https://github.com/rust-lang/crates.io-index" 610 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 611 - dependencies = [ 612 - "foreign-types-shared", 613 - ] 614 - 615 - [[package]] 616 - name = "foreign-types-shared" 617 - version = "0.1.1" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 620 - 621 - [[package]] 622 - name = "form_urlencoded" 623 - version = "1.2.1" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 626 - dependencies = [ 627 - "percent-encoding", 628 - ] 629 - 630 - [[package]] 631 - name = "futf" 632 - version = "0.1.5" 633 - source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 635 - dependencies = [ 636 - "mac", 637 - "new_debug_unreachable", 638 - ] 639 - 640 - [[package]] 641 - name = "futures" 642 - version = "0.3.30" 643 - source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 645 - dependencies = [ 646 - "futures-channel", 647 - "futures-core", 648 - "futures-executor", 649 - "futures-io", 650 - "futures-sink", 651 - "futures-task", 652 - "futures-util", 653 - ] 654 - 655 - [[package]] 656 - name = "futures-channel" 657 - version = "0.3.30" 658 - source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 660 - dependencies = [ 661 - "futures-core", 662 - "futures-sink", 663 - ] 664 - 665 - [[package]] 666 - name = "futures-core" 667 - version = "0.3.30" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 670 - 671 - [[package]] 672 - name = "futures-executor" 673 - version = "0.3.30" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 676 - dependencies = [ 677 - "futures-core", 678 - "futures-task", 679 - "futures-util", 680 - ] 681 - 682 - [[package]] 683 - name = "futures-io" 684 - version = "0.3.30" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 687 - 688 - [[package]] 689 - name = "futures-macro" 690 - version = "0.3.30" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 693 - dependencies = [ 694 - "proc-macro2", 695 - "quote", 696 - "syn 2.0.52", 697 - ] 698 - 699 - [[package]] 700 - name = "futures-sink" 701 - version = "0.3.30" 702 - source = "registry+https://github.com/rust-lang/crates.io-index" 703 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 704 - 705 - [[package]] 706 - name = "futures-task" 707 - version = "0.3.30" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 710 - 711 - [[package]] 712 - name = "futures-util" 713 - version = "0.3.30" 714 - source = "registry+https://github.com/rust-lang/crates.io-index" 715 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 716 - dependencies = [ 717 - "futures-channel", 718 - "futures-core", 719 - "futures-io", 720 - "futures-macro", 721 - "futures-sink", 722 - "futures-task", 723 - "memchr", 724 - "pin-project-lite", 725 - "pin-utils", 726 - "slab", 727 - ] 728 - 729 - [[package]] 730 - name = "fxhash" 731 - version = "0.2.1" 732 - source = "registry+https://github.com/rust-lang/crates.io-index" 733 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 734 - dependencies = [ 735 - "byteorder", 736 - ] 737 - 738 - [[package]] 739 - name = "getopts" 740 - version = "0.2.21" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 743 - dependencies = [ 744 - "unicode-width", 745 - ] 746 - 747 - [[package]] 748 - name = "getrandom" 749 - version = "0.2.12" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 752 - dependencies = [ 753 - "cfg-if", 754 - "libc", 755 - "wasi", 756 - ] 757 - 758 - [[package]] 759 - name = "gettext-rs" 760 - version = "0.7.0" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 763 - dependencies = [ 764 - "gettext-sys", 765 - "locale_config", 766 - ] 767 - 768 - [[package]] 769 - name = "gettext-sys" 770 - version = "0.21.3" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 773 - dependencies = [ 774 - "cc", 775 - "temp-dir", 776 - ] 777 - 778 - [[package]] 779 - name = "gimli" 780 - version = "0.28.1" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 783 - 784 - [[package]] 785 - name = "glob" 786 - version = "0.3.1" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 789 - 790 - [[package]] 791 - name = "globset" 792 - version = "0.4.14" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 795 - dependencies = [ 796 - "aho-corasick", 797 - "bstr", 798 - "log", 799 - "regex-automata", 800 - "regex-syntax", 801 - ] 802 - 803 - [[package]] 804 - name = "h2" 805 - version = "0.3.24" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" 808 - dependencies = [ 809 - "bytes", 810 - "fnv", 811 - "futures-core", 812 - "futures-sink", 813 - "futures-util", 814 - "http", 815 - "indexmap", 816 - "slab", 817 - "tokio", 818 - "tokio-util", 819 - "tracing", 820 - ] 821 - 822 - [[package]] 823 - name = "hashbrown" 824 - version = "0.14.3" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 827 - 828 - [[package]] 829 - name = "hermit-abi" 830 - version = "0.3.9" 831 - source = "registry+https://github.com/rust-lang/crates.io-index" 832 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 833 - 834 - [[package]] 835 - name = "html5ever" 836 - version = "0.26.0" 837 - source = "registry+https://github.com/rust-lang/crates.io-index" 838 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 839 - dependencies = [ 840 - "log", 841 - "mac", 842 - "markup5ever", 843 - "proc-macro2", 844 - "quote", 845 - "syn 1.0.109", 846 - ] 847 - 848 - [[package]] 849 - name = "htmlescape" 850 - version = "0.3.1" 851 - source = "registry+https://github.com/rust-lang/crates.io-index" 852 - checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" 853 - 854 - [[package]] 855 - name = "http" 856 - version = "0.2.12" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 859 - dependencies = [ 860 - "bytes", 861 - "fnv", 862 - "itoa", 863 - ] 864 - 865 - [[package]] 866 - name = "http-body" 867 - version = "0.4.6" 868 - source = "registry+https://github.com/rust-lang/crates.io-index" 869 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 870 - dependencies = [ 871 - "bytes", 872 - "http", 873 - "pin-project-lite", 874 - ] 875 - 876 - [[package]] 877 - name = "httparse" 878 - version = "1.8.0" 879 - source = "registry+https://github.com/rust-lang/crates.io-index" 880 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 881 - 882 - [[package]] 883 - name = "httpdate" 884 - version = "1.0.3" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 887 - 888 - [[package]] 889 - name = "humantime" 890 - version = "2.1.0" 891 - source = "registry+https://github.com/rust-lang/crates.io-index" 892 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 893 - 894 - [[package]] 895 - name = "hyper" 896 - version = "0.14.28" 897 - source = "registry+https://github.com/rust-lang/crates.io-index" 898 - checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 899 - dependencies = [ 900 - "bytes", 901 - "futures-channel", 902 - "futures-core", 903 - "futures-util", 904 - "h2", 905 - "http", 906 - "http-body", 907 - "httparse", 908 - "httpdate", 909 - "itoa", 910 - "pin-project-lite", 911 - "socket2", 912 - "tokio", 913 - "tower-service", 914 - "tracing", 915 - "want", 916 - ] 917 - 918 - [[package]] 919 - name = "hyper-tls" 920 - version = "0.5.0" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 923 - dependencies = [ 924 - "bytes", 925 - "hyper", 926 - "native-tls", 927 - "tokio", 928 - "tokio-native-tls", 929 - ] 930 - 931 - [[package]] 932 - name = "iana-time-zone" 933 - version = "0.1.60" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 936 - dependencies = [ 937 - "android_system_properties", 938 - "core-foundation-sys", 939 - "iana-time-zone-haiku", 940 - "js-sys", 941 - "wasm-bindgen", 942 - "windows-core", 943 - ] 944 - 945 - [[package]] 946 - name = "iana-time-zone-haiku" 947 - version = "0.1.2" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 950 - dependencies = [ 951 - "cc", 952 - ] 953 - 954 - [[package]] 955 - name = "idna" 956 - version = "0.5.0" 957 - source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 959 - dependencies = [ 960 - "unicode-bidi", 961 - "unicode-normalization", 962 - ] 963 - 964 - [[package]] 965 - name = "indexmap" 966 - version = "2.2.5" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 969 - dependencies = [ 970 - "equivalent", 971 - "hashbrown", 972 - ] 973 - 974 - [[package]] 975 - name = "indicatif" 976 - version = "0.17.8" 977 - source = "registry+https://github.com/rust-lang/crates.io-index" 978 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 979 - dependencies = [ 980 - "console", 981 - "instant", 982 - "number_prefix", 983 - "portable-atomic", 984 - "unicode-width", 985 - ] 986 - 987 - [[package]] 988 - name = "instant" 989 - version = "0.1.12" 990 - source = "registry+https://github.com/rust-lang/crates.io-index" 991 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 992 - dependencies = [ 993 - "cfg-if", 994 - ] 995 - 996 - [[package]] 997 - name = "ipnet" 998 - version = "2.9.0" 999 - source = "registry+https://github.com/rust-lang/crates.io-index" 1000 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1001 - 1002 - [[package]] 1003 - name = "itoa" 1004 - version = "1.0.10" 1005 - source = "registry+https://github.com/rust-lang/crates.io-index" 1006 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 1007 - 1008 - [[package]] 1009 - name = "js-sys" 1010 - version = "0.3.69" 1011 - source = "registry+https://github.com/rust-lang/crates.io-index" 1012 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1013 - dependencies = [ 1014 - "wasm-bindgen", 1015 - ] 1016 - 1017 - [[package]] 1018 - name = "lazy_static" 1019 - version = "1.4.0" 1020 - source = "registry+https://github.com/rust-lang/crates.io-index" 1021 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1022 - 1023 - [[package]] 1024 - name = "lazycell" 1025 - version = "1.3.0" 1026 - source = "registry+https://github.com/rust-lang/crates.io-index" 1027 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1028 - 1029 - [[package]] 1030 - name = "libc" 1031 - version = "0.2.153" 1032 - source = "registry+https://github.com/rust-lang/crates.io-index" 1033 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1034 - 1035 - [[package]] 1036 - name = "libloading" 1037 - version = "0.8.3" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 1040 - dependencies = [ 1041 - "cfg-if", 1042 - "windows-targets 0.52.4", 1043 - ] 1044 - 1045 - [[package]] 1046 - name = "libredox" 1047 - version = "0.0.1" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 1050 - dependencies = [ 1051 - "bitflags 2.4.2", 1052 - "libc", 1053 - "redox_syscall", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "linux-raw-sys" 1058 - version = "0.4.13" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1061 - 1062 - [[package]] 1063 - name = "locale_config" 1064 - version = "0.3.0" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 1067 - dependencies = [ 1068 - "lazy_static", 1069 - "objc", 1070 - "objc-foundation", 1071 - "regex", 1072 - "winapi", 1073 - ] 1074 - 1075 - [[package]] 1076 - name = "lock_api" 1077 - version = "0.4.11" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1080 - dependencies = [ 1081 - "autocfg", 1082 - "scopeguard", 1083 - ] 1084 - 1085 - [[package]] 1086 - name = "log" 1087 - version = "0.4.21" 1088 - source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1090 - 1091 - [[package]] 1092 - name = "mac" 1093 - version = "0.1.1" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1096 - 1097 - [[package]] 1098 - name = "malloc_buf" 1099 - version = "0.0.6" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1102 - dependencies = [ 1103 - "libc", 1104 - ] 1105 - 1106 - [[package]] 1107 - name = "markup5ever" 1108 - version = "0.11.0" 1109 - source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 1111 - dependencies = [ 1112 - "log", 1113 - "phf 0.10.1", 1114 - "phf_codegen", 1115 - "string_cache", 1116 - "string_cache_codegen", 1117 - "tendril", 1118 - ] 1119 - 1120 - [[package]] 1121 - name = "memchr" 1122 - version = "2.7.1" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 1125 - 1126 - [[package]] 1127 - name = "mime" 1128 - version = "0.3.17" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1131 - 1132 - [[package]] 1133 - name = "minimal-lexical" 1134 - version = "0.2.1" 1135 - source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1137 - 1138 - [[package]] 1139 - name = "miniz_oxide" 1140 - version = "0.7.2" 1141 - source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 1143 - dependencies = [ 1144 - "adler", 1145 - ] 1146 - 1147 - [[package]] 1148 - name = "mio" 1149 - version = "0.8.11" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1152 - dependencies = [ 1153 - "libc", 1154 - "wasi", 1155 - "windows-sys 0.48.0", 1156 - ] 1157 - 1158 - [[package]] 1159 - name = "native-tls" 1160 - version = "0.2.11" 1161 - source = "registry+https://github.com/rust-lang/crates.io-index" 1162 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1163 - dependencies = [ 1164 - "lazy_static", 1165 - "libc", 1166 - "log", 1167 - "openssl", 1168 - "openssl-probe", 1169 - "openssl-sys", 1170 - "schannel", 1171 - "security-framework", 1172 - "security-framework-sys", 1173 - "tempfile", 1174 - ] 1175 - 1176 - [[package]] 1177 - name = "new_debug_unreachable" 1178 - version = "1.0.4" 1179 - source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 1181 - 1182 - [[package]] 1183 - name = "nix" 1184 - version = "0.28.0" 1185 - source = "registry+https://github.com/rust-lang/crates.io-index" 1186 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 1187 - dependencies = [ 1188 - "bitflags 2.4.2", 1189 - "cfg-if", 1190 - "cfg_aliases", 1191 - "libc", 1192 - ] 1193 - 1194 - [[package]] 1195 - name = "nom" 1196 - version = "7.1.3" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1199 - dependencies = [ 1200 - "memchr", 1201 - "minimal-lexical", 1202 - ] 1203 - 1204 - [[package]] 1205 - name = "num-traits" 1206 - version = "0.2.18" 1207 - source = "registry+https://github.com/rust-lang/crates.io-index" 1208 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 1209 - dependencies = [ 1210 - "autocfg", 1211 - ] 1212 - 1213 - [[package]] 1214 - name = "num_cpus" 1215 - version = "1.16.0" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1218 - dependencies = [ 1219 - "hermit-abi", 1220 - "libc", 1221 - ] 1222 - 1223 - [[package]] 1224 - name = "number_prefix" 1225 - version = "0.4.0" 1226 - source = "registry+https://github.com/rust-lang/crates.io-index" 1227 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1228 - 1229 - [[package]] 1230 - name = "objc" 1231 - version = "0.2.7" 1232 - source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1234 - dependencies = [ 1235 - "malloc_buf", 1236 - ] 1237 - 1238 - [[package]] 1239 - name = "objc-foundation" 1240 - version = "0.1.1" 1241 - source = "registry+https://github.com/rust-lang/crates.io-index" 1242 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1243 - dependencies = [ 1244 - "block", 1245 - "objc", 1246 - "objc_id", 1247 - ] 1248 - 1249 - [[package]] 1250 - name = "objc_id" 1251 - version = "0.1.1" 1252 - source = "registry+https://github.com/rust-lang/crates.io-index" 1253 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1254 - dependencies = [ 1255 - "objc", 1256 - ] 1257 - 1258 - [[package]] 1259 - name = "object" 1260 - version = "0.32.2" 1261 - source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 1263 - dependencies = [ 1264 - "memchr", 1265 - ] 1266 - 1267 - [[package]] 1268 - name = "once_cell" 1269 - version = "1.19.0" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1272 - 1273 - [[package]] 1274 - name = "openssl" 1275 - version = "0.10.64" 1276 - source = "registry+https://github.com/rust-lang/crates.io-index" 1277 - checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 1278 - dependencies = [ 1279 - "bitflags 2.4.2", 1280 - "cfg-if", 1281 - "foreign-types", 1282 - "libc", 1283 - "once_cell", 1284 - "openssl-macros", 1285 - "openssl-sys", 1286 - ] 1287 - 1288 - [[package]] 1289 - name = "openssl-macros" 1290 - version = "0.1.1" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1293 - dependencies = [ 1294 - "proc-macro2", 1295 - "quote", 1296 - "syn 2.0.52", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "openssl-probe" 1301 - version = "0.1.5" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1304 - 1305 - [[package]] 1306 - name = "openssl-sys" 1307 - version = "0.9.101" 1308 - source = "registry+https://github.com/rust-lang/crates.io-index" 1309 - checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" 1310 - dependencies = [ 1311 - "cc", 1312 - "libc", 1313 - "pkg-config", 1314 - "vcpkg", 1315 - ] 1316 - 1317 - [[package]] 1318 - name = "option-ext" 1319 - version = "0.2.0" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1322 - 1323 - [[package]] 1324 - name = "pacmanconf" 1325 - version = "2.1.0" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "31d9811f947c6ffc56eeafb789dfad44a7ea7cc383ac3bc6c9b23cd27100bbb1" 1328 - dependencies = [ 1329 - "cini", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "parking_lot" 1334 - version = "0.12.1" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1337 - dependencies = [ 1338 - "lock_api", 1339 - "parking_lot_core", 1340 - ] 1341 - 1342 - [[package]] 1343 - name = "parking_lot_core" 1344 - version = "0.9.9" 1345 - source = "registry+https://github.com/rust-lang/crates.io-index" 1346 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 1347 - dependencies = [ 1348 - "cfg-if", 1349 - "libc", 1350 - "redox_syscall", 1351 - "smallvec", 1352 - "windows-targets 0.48.5", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "paru" 1357 - version = "2.0.3" 1358 - dependencies = [ 1359 - "alpm", 1360 - "alpm-utils", 1361 - "ansi_term", 1362 - "anyhow", 1363 - "async-trait", 1364 - "aur-depends", 1365 - "aur-fetch", 1366 - "bitflags 2.4.2", 1367 - "chrono", 1368 - "cini", 1369 - "dirs", 1370 - "env_logger", 1371 - "futures", 1372 - "globset", 1373 - "htmlescape", 1374 - "indicatif", 1375 - "log", 1376 - "nix", 1377 - "once_cell", 1378 - "pacmanconf", 1379 - "raur", 1380 - "regex", 1381 - "reqwest", 1382 - "rss", 1383 - "scraper", 1384 - "serde", 1385 - "serde_json", 1386 - "signal-hook", 1387 - "smart-default", 1388 - "srcinfo", 1389 - "tempfile", 1390 - "terminal_size", 1391 - "tokio", 1392 - "toml", 1393 - "tr", 1394 - "unicode-width", 1395 - "url", 1396 - ] 1397 - 1398 - [[package]] 1399 - name = "peeking_take_while" 1400 - version = "0.1.2" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 1403 - 1404 - [[package]] 1405 - name = "percent-encoding" 1406 - version = "2.3.1" 1407 - source = "registry+https://github.com/rust-lang/crates.io-index" 1408 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1409 - 1410 - [[package]] 1411 - name = "phf" 1412 - version = "0.10.1" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 1415 - dependencies = [ 1416 - "phf_shared 0.10.0", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "phf" 1421 - version = "0.11.2" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 1424 - dependencies = [ 1425 - "phf_macros", 1426 - "phf_shared 0.11.2", 1427 - ] 1428 - 1429 - [[package]] 1430 - name = "phf_codegen" 1431 - version = "0.10.0" 1432 - source = "registry+https://github.com/rust-lang/crates.io-index" 1433 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 1434 - dependencies = [ 1435 - "phf_generator 0.10.0", 1436 - "phf_shared 0.10.0", 1437 - ] 1438 - 1439 - [[package]] 1440 - name = "phf_generator" 1441 - version = "0.10.0" 1442 - source = "registry+https://github.com/rust-lang/crates.io-index" 1443 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 1444 - dependencies = [ 1445 - "phf_shared 0.10.0", 1446 - "rand", 1447 - ] 1448 - 1449 - [[package]] 1450 - name = "phf_generator" 1451 - version = "0.11.2" 1452 - source = "registry+https://github.com/rust-lang/crates.io-index" 1453 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 1454 - dependencies = [ 1455 - "phf_shared 0.11.2", 1456 - "rand", 1457 - ] 1458 - 1459 - [[package]] 1460 - name = "phf_macros" 1461 - version = "0.11.2" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 1464 - dependencies = [ 1465 - "phf_generator 0.11.2", 1466 - "phf_shared 0.11.2", 1467 - "proc-macro2", 1468 - "quote", 1469 - "syn 2.0.52", 1470 - ] 1471 - 1472 - [[package]] 1473 - name = "phf_shared" 1474 - version = "0.10.0" 1475 - source = "registry+https://github.com/rust-lang/crates.io-index" 1476 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1477 - dependencies = [ 1478 - "siphasher", 1479 - ] 1480 - 1481 - [[package]] 1482 - name = "phf_shared" 1483 - version = "0.11.2" 1484 - source = "registry+https://github.com/rust-lang/crates.io-index" 1485 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 1486 - dependencies = [ 1487 - "siphasher", 1488 - ] 1489 - 1490 - [[package]] 1491 - name = "pin-project-lite" 1492 - version = "0.2.13" 1493 - source = "registry+https://github.com/rust-lang/crates.io-index" 1494 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1495 - 1496 - [[package]] 1497 - name = "pin-utils" 1498 - version = "0.1.0" 1499 - source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1501 - 1502 - [[package]] 1503 - name = "pkg-config" 1504 - version = "0.3.30" 1505 - source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1507 - 1508 - [[package]] 1509 - name = "portable-atomic" 1510 - version = "1.6.0" 1511 - source = "registry+https://github.com/rust-lang/crates.io-index" 1512 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 1513 - 1514 - [[package]] 1515 - name = "ppv-lite86" 1516 - version = "0.2.17" 1517 - source = "registry+https://github.com/rust-lang/crates.io-index" 1518 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1519 - 1520 - [[package]] 1521 - name = "precomputed-hash" 1522 - version = "0.1.1" 1523 - source = "registry+https://github.com/rust-lang/crates.io-index" 1524 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 1525 - 1526 - [[package]] 1527 - name = "proc-macro2" 1528 - version = "1.0.79" 1529 - source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 1531 - dependencies = [ 1532 - "unicode-ident", 1533 - ] 1534 - 1535 - [[package]] 1536 - name = "quick-xml" 1537 - version = "0.30.0" 1538 - source = "registry+https://github.com/rust-lang/crates.io-index" 1539 - checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" 1540 - dependencies = [ 1541 - "encoding_rs", 1542 - "memchr", 1543 - ] 1544 - 1545 - [[package]] 1546 - name = "quote" 1547 - version = "1.0.35" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 1550 - dependencies = [ 1551 - "proc-macro2", 1552 - ] 1553 - 1554 - [[package]] 1555 - name = "rand" 1556 - version = "0.8.5" 1557 - source = "registry+https://github.com/rust-lang/crates.io-index" 1558 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1559 - dependencies = [ 1560 - "libc", 1561 - "rand_chacha", 1562 - "rand_core", 1563 - ] 1564 - 1565 - [[package]] 1566 - name = "rand_chacha" 1567 - version = "0.3.1" 1568 - source = "registry+https://github.com/rust-lang/crates.io-index" 1569 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1570 - dependencies = [ 1571 - "ppv-lite86", 1572 - "rand_core", 1573 - ] 1574 - 1575 - [[package]] 1576 - name = "rand_core" 1577 - version = "0.6.4" 1578 - source = "registry+https://github.com/rust-lang/crates.io-index" 1579 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1580 - dependencies = [ 1581 - "getrandom", 1582 - ] 1583 - 1584 - [[package]] 1585 - name = "raur" 1586 - version = "7.0.0" 1587 - source = "registry+https://github.com/rust-lang/crates.io-index" 1588 - checksum = "dafb3f375eedbb68b8c57a79cb220171ad1b716196fa35d4ab059f5fda21cc17" 1589 - dependencies = [ 1590 - "async-trait", 1591 - "reqwest", 1592 - "serde", 1593 - "serde_derive", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "redox_syscall" 1598 - version = "0.4.1" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1601 - dependencies = [ 1602 - "bitflags 1.3.2", 1603 - ] 1604 - 1605 - [[package]] 1606 - name = "redox_users" 1607 - version = "0.4.4" 1608 - source = "registry+https://github.com/rust-lang/crates.io-index" 1609 - checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 1610 - dependencies = [ 1611 - "getrandom", 1612 - "libredox", 1613 - "thiserror", 1614 - ] 1615 - 1616 - [[package]] 1617 - name = "regex" 1618 - version = "1.10.3" 1619 - source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 1621 - dependencies = [ 1622 - "aho-corasick", 1623 - "memchr", 1624 - "regex-automata", 1625 - "regex-syntax", 1626 - ] 1627 - 1628 - [[package]] 1629 - name = "regex-automata" 1630 - version = "0.4.6" 1631 - source = "registry+https://github.com/rust-lang/crates.io-index" 1632 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 1633 - dependencies = [ 1634 - "aho-corasick", 1635 - "memchr", 1636 - "regex-syntax", 1637 - ] 1638 - 1639 - [[package]] 1640 - name = "regex-syntax" 1641 - version = "0.8.2" 1642 - source = "registry+https://github.com/rust-lang/crates.io-index" 1643 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 1644 - 1645 - [[package]] 1646 - name = "reqwest" 1647 - version = "0.11.26" 1648 - source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" 1650 - dependencies = [ 1651 - "async-compression", 1652 - "base64", 1653 - "bytes", 1654 - "encoding_rs", 1655 - "futures-core", 1656 - "futures-util", 1657 - "h2", 1658 - "http", 1659 - "http-body", 1660 - "hyper", 1661 - "hyper-tls", 1662 - "ipnet", 1663 - "js-sys", 1664 - "log", 1665 - "mime", 1666 - "native-tls", 1667 - "once_cell", 1668 - "percent-encoding", 1669 - "pin-project-lite", 1670 - "rustls-pemfile", 1671 - "serde", 1672 - "serde_json", 1673 - "serde_urlencoded", 1674 - "sync_wrapper", 1675 - "system-configuration", 1676 - "tokio", 1677 - "tokio-native-tls", 1678 - "tokio-socks", 1679 - "tokio-util", 1680 - "tower-service", 1681 - "url", 1682 - "wasm-bindgen", 1683 - "wasm-bindgen-futures", 1684 - "web-sys", 1685 - "winreg", 1686 - ] 1687 - 1688 - [[package]] 1689 - name = "rss" 1690 - version = "2.0.7" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "f7b2c77eb4450d7d5f98df52c381cd6c4e19b75dad9209a9530b85a44510219a" 1693 - dependencies = [ 1694 - "quick-xml", 1695 - ] 1696 - 1697 - [[package]] 1698 - name = "rustc-demangle" 1699 - version = "0.1.23" 1700 - source = "registry+https://github.com/rust-lang/crates.io-index" 1701 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1702 - 1703 - [[package]] 1704 - name = "rustc-hash" 1705 - version = "1.1.0" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1708 - 1709 - [[package]] 1710 - name = "rustix" 1711 - version = "0.38.31" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 1714 - dependencies = [ 1715 - "bitflags 2.4.2", 1716 - "errno", 1717 - "libc", 1718 - "linux-raw-sys", 1719 - "windows-sys 0.52.0", 1720 - ] 1721 - 1722 - [[package]] 1723 - name = "rustls-pemfile" 1724 - version = "1.0.4" 1725 - source = "registry+https://github.com/rust-lang/crates.io-index" 1726 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1727 - dependencies = [ 1728 - "base64", 1729 - ] 1730 - 1731 - [[package]] 1732 - name = "ryu" 1733 - version = "1.0.17" 1734 - source = "registry+https://github.com/rust-lang/crates.io-index" 1735 - checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 1736 - 1737 - [[package]] 1738 - name = "schannel" 1739 - version = "0.1.23" 1740 - source = "registry+https://github.com/rust-lang/crates.io-index" 1741 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 1742 - dependencies = [ 1743 - "windows-sys 0.52.0", 1744 - ] 1745 - 1746 - [[package]] 1747 - name = "scopeguard" 1748 - version = "1.2.0" 1749 - source = "registry+https://github.com/rust-lang/crates.io-index" 1750 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1751 - 1752 - [[package]] 1753 - name = "scraper" 1754 - version = "0.19.0" 1755 - source = "registry+https://github.com/rust-lang/crates.io-index" 1756 - checksum = "5b80b33679ff7a0ea53d37f3b39de77ea0c75b12c5805ac43ec0c33b3051af1b" 1757 - dependencies = [ 1758 - "ahash", 1759 - "cssparser", 1760 - "ego-tree", 1761 - "getopts", 1762 - "html5ever", 1763 - "once_cell", 1764 - "selectors", 1765 - "tendril", 1766 - ] 1767 - 1768 - [[package]] 1769 - name = "security-framework" 1770 - version = "2.9.2" 1771 - source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1773 - dependencies = [ 1774 - "bitflags 1.3.2", 1775 - "core-foundation", 1776 - "core-foundation-sys", 1777 - "libc", 1778 - "security-framework-sys", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "security-framework-sys" 1783 - version = "2.9.1" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1786 - dependencies = [ 1787 - "core-foundation-sys", 1788 - "libc", 1789 - ] 1790 - 1791 - [[package]] 1792 - name = "selectors" 1793 - version = "0.25.0" 1794 - source = "registry+https://github.com/rust-lang/crates.io-index" 1795 - checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" 1796 - dependencies = [ 1797 - "bitflags 2.4.2", 1798 - "cssparser", 1799 - "derive_more", 1800 - "fxhash", 1801 - "log", 1802 - "new_debug_unreachable", 1803 - "phf 0.10.1", 1804 - "phf_codegen", 1805 - "precomputed-hash", 1806 - "servo_arc", 1807 - "smallvec", 1808 - ] 1809 - 1810 - [[package]] 1811 - name = "serde" 1812 - version = "1.0.197" 1813 - source = "registry+https://github.com/rust-lang/crates.io-index" 1814 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 1815 - dependencies = [ 1816 - "serde_derive", 1817 - ] 1818 - 1819 - [[package]] 1820 - name = "serde_derive" 1821 - version = "1.0.197" 1822 - source = "registry+https://github.com/rust-lang/crates.io-index" 1823 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 1824 - dependencies = [ 1825 - "proc-macro2", 1826 - "quote", 1827 - "syn 2.0.52", 1828 - ] 1829 - 1830 - [[package]] 1831 - name = "serde_json" 1832 - version = "1.0.114" 1833 - source = "registry+https://github.com/rust-lang/crates.io-index" 1834 - checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 1835 - dependencies = [ 1836 - "itoa", 1837 - "ryu", 1838 - "serde", 1839 - ] 1840 - 1841 - [[package]] 1842 - name = "serde_spanned" 1843 - version = "0.6.5" 1844 - source = "registry+https://github.com/rust-lang/crates.io-index" 1845 - checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 1846 - dependencies = [ 1847 - "serde", 1848 - ] 1849 - 1850 - [[package]] 1851 - name = "serde_urlencoded" 1852 - version = "0.7.1" 1853 - source = "registry+https://github.com/rust-lang/crates.io-index" 1854 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1855 - dependencies = [ 1856 - "form_urlencoded", 1857 - "itoa", 1858 - "ryu", 1859 - "serde", 1860 - ] 1861 - 1862 - [[package]] 1863 - name = "servo_arc" 1864 - version = "0.3.0" 1865 - source = "registry+https://github.com/rust-lang/crates.io-index" 1866 - checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44" 1867 - dependencies = [ 1868 - "stable_deref_trait", 1869 - ] 1870 - 1871 - [[package]] 1872 - name = "shlex" 1873 - version = "1.3.0" 1874 - source = "registry+https://github.com/rust-lang/crates.io-index" 1875 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1876 - 1877 - [[package]] 1878 - name = "signal-hook" 1879 - version = "0.3.17" 1880 - source = "registry+https://github.com/rust-lang/crates.io-index" 1881 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 1882 - dependencies = [ 1883 - "libc", 1884 - "signal-hook-registry", 1885 - ] 1886 - 1887 - [[package]] 1888 - name = "signal-hook-registry" 1889 - version = "1.4.1" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1892 - dependencies = [ 1893 - "libc", 1894 - ] 1895 - 1896 - [[package]] 1897 - name = "siphasher" 1898 - version = "0.3.11" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 1901 - 1902 - [[package]] 1903 - name = "slab" 1904 - version = "0.4.9" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1907 - dependencies = [ 1908 - "autocfg", 1909 - ] 1910 - 1911 - [[package]] 1912 - name = "smallvec" 1913 - version = "1.13.1" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 1916 - 1917 - [[package]] 1918 - name = "smart-default" 1919 - version = "0.7.1" 1920 - source = "registry+https://github.com/rust-lang/crates.io-index" 1921 - checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" 1922 - dependencies = [ 1923 - "proc-macro2", 1924 - "quote", 1925 - "syn 2.0.52", 1926 - ] 1927 - 1928 - [[package]] 1929 - name = "socket2" 1930 - version = "0.5.6" 1931 - source = "registry+https://github.com/rust-lang/crates.io-index" 1932 - checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 1933 - dependencies = [ 1934 - "libc", 1935 - "windows-sys 0.52.0", 1936 - ] 1937 - 1938 - [[package]] 1939 - name = "srcinfo" 1940 - version = "1.1.0" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "ceaee0d48949e3aa5365945de3e467e797b30b4f8636c2e580121a293fd77519" 1943 - 1944 - [[package]] 1945 - name = "stable_deref_trait" 1946 - version = "1.2.0" 1947 - source = "registry+https://github.com/rust-lang/crates.io-index" 1948 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1949 - 1950 - [[package]] 1951 - name = "string_cache" 1952 - version = "0.8.7" 1953 - source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 1955 - dependencies = [ 1956 - "new_debug_unreachable", 1957 - "once_cell", 1958 - "parking_lot", 1959 - "phf_shared 0.10.0", 1960 - "precomputed-hash", 1961 - "serde", 1962 - ] 1963 - 1964 - [[package]] 1965 - name = "string_cache_codegen" 1966 - version = "0.5.2" 1967 - source = "registry+https://github.com/rust-lang/crates.io-index" 1968 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 1969 - dependencies = [ 1970 - "phf_generator 0.10.0", 1971 - "phf_shared 0.10.0", 1972 - "proc-macro2", 1973 - "quote", 1974 - ] 1975 - 1976 - [[package]] 1977 - name = "syn" 1978 - version = "1.0.109" 1979 - source = "registry+https://github.com/rust-lang/crates.io-index" 1980 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1981 - dependencies = [ 1982 - "proc-macro2", 1983 - "quote", 1984 - "unicode-ident", 1985 - ] 1986 - 1987 - [[package]] 1988 - name = "syn" 1989 - version = "2.0.52" 1990 - source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 1992 - dependencies = [ 1993 - "proc-macro2", 1994 - "quote", 1995 - "unicode-ident", 1996 - ] 1997 - 1998 - [[package]] 1999 - name = "sync_wrapper" 2000 - version = "0.1.2" 2001 - source = "registry+https://github.com/rust-lang/crates.io-index" 2002 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2003 - 2004 - [[package]] 2005 - name = "system-configuration" 2006 - version = "0.5.1" 2007 - source = "registry+https://github.com/rust-lang/crates.io-index" 2008 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2009 - dependencies = [ 2010 - "bitflags 1.3.2", 2011 - "core-foundation", 2012 - "system-configuration-sys", 2013 - ] 2014 - 2015 - [[package]] 2016 - name = "system-configuration-sys" 2017 - version = "0.5.0" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2020 - dependencies = [ 2021 - "core-foundation-sys", 2022 - "libc", 2023 - ] 2024 - 2025 - [[package]] 2026 - name = "temp-dir" 2027 - version = "0.1.12" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "dd16aa9ffe15fe021c6ee3766772132c6e98dfa395a167e16864f61a9cfb71d6" 2030 - 2031 - [[package]] 2032 - name = "tempfile" 2033 - version = "3.10.1" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 2036 - dependencies = [ 2037 - "cfg-if", 2038 - "fastrand", 2039 - "rustix", 2040 - "windows-sys 0.52.0", 2041 - ] 2042 - 2043 - [[package]] 2044 - name = "tendril" 2045 - version = "0.4.3" 2046 - source = "registry+https://github.com/rust-lang/crates.io-index" 2047 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 2048 - dependencies = [ 2049 - "futf", 2050 - "mac", 2051 - "utf-8", 2052 - ] 2053 - 2054 - [[package]] 2055 - name = "terminal_size" 2056 - version = "0.3.0" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 2059 - dependencies = [ 2060 - "rustix", 2061 - "windows-sys 0.48.0", 2062 - ] 2063 - 2064 - [[package]] 2065 - name = "thiserror" 2066 - version = "1.0.58" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 2069 - dependencies = [ 2070 - "thiserror-impl", 2071 - ] 2072 - 2073 - [[package]] 2074 - name = "thiserror-impl" 2075 - version = "1.0.58" 2076 - source = "registry+https://github.com/rust-lang/crates.io-index" 2077 - checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 2078 - dependencies = [ 2079 - "proc-macro2", 2080 - "quote", 2081 - "syn 2.0.52", 2082 - ] 2083 - 2084 - [[package]] 2085 - name = "tinyvec" 2086 - version = "1.6.0" 2087 - source = "registry+https://github.com/rust-lang/crates.io-index" 2088 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2089 - dependencies = [ 2090 - "tinyvec_macros", 2091 - ] 2092 - 2093 - [[package]] 2094 - name = "tinyvec_macros" 2095 - version = "0.1.1" 2096 - source = "registry+https://github.com/rust-lang/crates.io-index" 2097 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2098 - 2099 - [[package]] 2100 - name = "tokio" 2101 - version = "1.36.0" 2102 - source = "registry+https://github.com/rust-lang/crates.io-index" 2103 - checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 2104 - dependencies = [ 2105 - "backtrace", 2106 - "bytes", 2107 - "libc", 2108 - "mio", 2109 - "num_cpus", 2110 - "pin-project-lite", 2111 - "signal-hook-registry", 2112 - "socket2", 2113 - "tokio-macros", 2114 - "windows-sys 0.48.0", 2115 - ] 2116 - 2117 - [[package]] 2118 - name = "tokio-macros" 2119 - version = "2.2.0" 2120 - source = "registry+https://github.com/rust-lang/crates.io-index" 2121 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 2122 - dependencies = [ 2123 - "proc-macro2", 2124 - "quote", 2125 - "syn 2.0.52", 2126 - ] 2127 - 2128 - [[package]] 2129 - name = "tokio-native-tls" 2130 - version = "0.3.1" 2131 - source = "registry+https://github.com/rust-lang/crates.io-index" 2132 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2133 - dependencies = [ 2134 - "native-tls", 2135 - "tokio", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "tokio-socks" 2140 - version = "0.5.1" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 2143 - dependencies = [ 2144 - "either", 2145 - "futures-util", 2146 - "thiserror", 2147 - "tokio", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "tokio-util" 2152 - version = "0.7.10" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 2155 - dependencies = [ 2156 - "bytes", 2157 - "futures-core", 2158 - "futures-sink", 2159 - "pin-project-lite", 2160 - "tokio", 2161 - "tracing", 2162 - ] 2163 - 2164 - [[package]] 2165 - name = "toml" 2166 - version = "0.8.11" 2167 - source = "registry+https://github.com/rust-lang/crates.io-index" 2168 - checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" 2169 - dependencies = [ 2170 - "indexmap", 2171 - "serde", 2172 - "serde_spanned", 2173 - "toml_datetime", 2174 - "toml_edit", 2175 - ] 2176 - 2177 - [[package]] 2178 - name = "toml_datetime" 2179 - version = "0.6.5" 2180 - source = "registry+https://github.com/rust-lang/crates.io-index" 2181 - checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 2182 - dependencies = [ 2183 - "serde", 2184 - ] 2185 - 2186 - [[package]] 2187 - name = "toml_edit" 2188 - version = "0.22.7" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" 2191 - dependencies = [ 2192 - "indexmap", 2193 - "serde", 2194 - "serde_spanned", 2195 - "toml_datetime", 2196 - "winnow", 2197 - ] 2198 - 2199 - [[package]] 2200 - name = "tower-service" 2201 - version = "0.3.2" 2202 - source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2204 - 2205 - [[package]] 2206 - name = "tr" 2207 - version = "0.1.7" 2208 - source = "registry+https://github.com/rust-lang/crates.io-index" 2209 - checksum = "21111d9e56891e526f1acf8edc6d69a8a0434240319419d33911c182f1897a76" 2210 - dependencies = [ 2211 - "gettext-rs", 2212 - "lazy_static", 2213 - ] 2214 - 2215 - [[package]] 2216 - name = "tracing" 2217 - version = "0.1.40" 2218 - source = "registry+https://github.com/rust-lang/crates.io-index" 2219 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2220 - dependencies = [ 2221 - "pin-project-lite", 2222 - "tracing-core", 2223 - ] 2224 - 2225 - [[package]] 2226 - name = "tracing-core" 2227 - version = "0.1.32" 2228 - source = "registry+https://github.com/rust-lang/crates.io-index" 2229 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2230 - dependencies = [ 2231 - "once_cell", 2232 - ] 2233 - 2234 - [[package]] 2235 - name = "try-lock" 2236 - version = "0.2.5" 2237 - source = "registry+https://github.com/rust-lang/crates.io-index" 2238 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2239 - 2240 - [[package]] 2241 - name = "unicode-bidi" 2242 - version = "0.3.15" 2243 - source = "registry+https://github.com/rust-lang/crates.io-index" 2244 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 2245 - 2246 - [[package]] 2247 - name = "unicode-ident" 2248 - version = "1.0.12" 2249 - source = "registry+https://github.com/rust-lang/crates.io-index" 2250 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2251 - 2252 - [[package]] 2253 - name = "unicode-normalization" 2254 - version = "0.1.23" 2255 - source = "registry+https://github.com/rust-lang/crates.io-index" 2256 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 2257 - dependencies = [ 2258 - "tinyvec", 2259 - ] 2260 - 2261 - [[package]] 2262 - name = "unicode-width" 2263 - version = "0.1.11" 2264 - source = "registry+https://github.com/rust-lang/crates.io-index" 2265 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 2266 - 2267 - [[package]] 2268 - name = "url" 2269 - version = "2.5.0" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 2272 - dependencies = [ 2273 - "form_urlencoded", 2274 - "idna", 2275 - "percent-encoding", 2276 - ] 2277 - 2278 - [[package]] 2279 - name = "utf-8" 2280 - version = "0.7.6" 2281 - source = "registry+https://github.com/rust-lang/crates.io-index" 2282 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2283 - 2284 - [[package]] 2285 - name = "utf8parse" 2286 - version = "0.2.1" 2287 - source = "registry+https://github.com/rust-lang/crates.io-index" 2288 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2289 - 2290 - [[package]] 2291 - name = "vcpkg" 2292 - version = "0.2.15" 2293 - source = "registry+https://github.com/rust-lang/crates.io-index" 2294 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2295 - 2296 - [[package]] 2297 - name = "version_check" 2298 - version = "0.9.4" 2299 - source = "registry+https://github.com/rust-lang/crates.io-index" 2300 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2301 - 2302 - [[package]] 2303 - name = "want" 2304 - version = "0.3.1" 2305 - source = "registry+https://github.com/rust-lang/crates.io-index" 2306 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2307 - dependencies = [ 2308 - "try-lock", 2309 - ] 2310 - 2311 - [[package]] 2312 - name = "wasi" 2313 - version = "0.11.0+wasi-snapshot-preview1" 2314 - source = "registry+https://github.com/rust-lang/crates.io-index" 2315 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2316 - 2317 - [[package]] 2318 - name = "wasm-bindgen" 2319 - version = "0.2.92" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 2322 - dependencies = [ 2323 - "cfg-if", 2324 - "wasm-bindgen-macro", 2325 - ] 2326 - 2327 - [[package]] 2328 - name = "wasm-bindgen-backend" 2329 - version = "0.2.92" 2330 - source = "registry+https://github.com/rust-lang/crates.io-index" 2331 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 2332 - dependencies = [ 2333 - "bumpalo", 2334 - "log", 2335 - "once_cell", 2336 - "proc-macro2", 2337 - "quote", 2338 - "syn 2.0.52", 2339 - "wasm-bindgen-shared", 2340 - ] 2341 - 2342 - [[package]] 2343 - name = "wasm-bindgen-futures" 2344 - version = "0.4.42" 2345 - source = "registry+https://github.com/rust-lang/crates.io-index" 2346 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 2347 - dependencies = [ 2348 - "cfg-if", 2349 - "js-sys", 2350 - "wasm-bindgen", 2351 - "web-sys", 2352 - ] 2353 - 2354 - [[package]] 2355 - name = "wasm-bindgen-macro" 2356 - version = "0.2.92" 2357 - source = "registry+https://github.com/rust-lang/crates.io-index" 2358 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 2359 - dependencies = [ 2360 - "quote", 2361 - "wasm-bindgen-macro-support", 2362 - ] 2363 - 2364 - [[package]] 2365 - name = "wasm-bindgen-macro-support" 2366 - version = "0.2.92" 2367 - source = "registry+https://github.com/rust-lang/crates.io-index" 2368 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 2369 - dependencies = [ 2370 - "proc-macro2", 2371 - "quote", 2372 - "syn 2.0.52", 2373 - "wasm-bindgen-backend", 2374 - "wasm-bindgen-shared", 2375 - ] 2376 - 2377 - [[package]] 2378 - name = "wasm-bindgen-shared" 2379 - version = "0.2.92" 2380 - source = "registry+https://github.com/rust-lang/crates.io-index" 2381 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 2382 - 2383 - [[package]] 2384 - name = "web-sys" 2385 - version = "0.3.69" 2386 - source = "registry+https://github.com/rust-lang/crates.io-index" 2387 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 2388 - dependencies = [ 2389 - "js-sys", 2390 - "wasm-bindgen", 2391 - ] 2392 - 2393 - [[package]] 2394 - name = "winapi" 2395 - version = "0.3.9" 2396 - source = "registry+https://github.com/rust-lang/crates.io-index" 2397 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2398 - dependencies = [ 2399 - "winapi-i686-pc-windows-gnu", 2400 - "winapi-x86_64-pc-windows-gnu", 2401 - ] 2402 - 2403 - [[package]] 2404 - name = "winapi-i686-pc-windows-gnu" 2405 - version = "0.4.0" 2406 - source = "registry+https://github.com/rust-lang/crates.io-index" 2407 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2408 - 2409 - [[package]] 2410 - name = "winapi-x86_64-pc-windows-gnu" 2411 - version = "0.4.0" 2412 - source = "registry+https://github.com/rust-lang/crates.io-index" 2413 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2414 - 2415 - [[package]] 2416 - name = "windows-core" 2417 - version = "0.52.0" 2418 - source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2420 - dependencies = [ 2421 - "windows-targets 0.52.4", 2422 - ] 2423 - 2424 - [[package]] 2425 - name = "windows-sys" 2426 - version = "0.48.0" 2427 - source = "registry+https://github.com/rust-lang/crates.io-index" 2428 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2429 - dependencies = [ 2430 - "windows-targets 0.48.5", 2431 - ] 2432 - 2433 - [[package]] 2434 - name = "windows-sys" 2435 - version = "0.52.0" 2436 - source = "registry+https://github.com/rust-lang/crates.io-index" 2437 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2438 - dependencies = [ 2439 - "windows-targets 0.52.4", 2440 - ] 2441 - 2442 - [[package]] 2443 - name = "windows-targets" 2444 - version = "0.48.5" 2445 - source = "registry+https://github.com/rust-lang/crates.io-index" 2446 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2447 - dependencies = [ 2448 - "windows_aarch64_gnullvm 0.48.5", 2449 - "windows_aarch64_msvc 0.48.5", 2450 - "windows_i686_gnu 0.48.5", 2451 - "windows_i686_msvc 0.48.5", 2452 - "windows_x86_64_gnu 0.48.5", 2453 - "windows_x86_64_gnullvm 0.48.5", 2454 - "windows_x86_64_msvc 0.48.5", 2455 - ] 2456 - 2457 - [[package]] 2458 - name = "windows-targets" 2459 - version = "0.52.4" 2460 - source = "registry+https://github.com/rust-lang/crates.io-index" 2461 - checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 2462 - dependencies = [ 2463 - "windows_aarch64_gnullvm 0.52.4", 2464 - "windows_aarch64_msvc 0.52.4", 2465 - "windows_i686_gnu 0.52.4", 2466 - "windows_i686_msvc 0.52.4", 2467 - "windows_x86_64_gnu 0.52.4", 2468 - "windows_x86_64_gnullvm 0.52.4", 2469 - "windows_x86_64_msvc 0.52.4", 2470 - ] 2471 - 2472 - [[package]] 2473 - name = "windows_aarch64_gnullvm" 2474 - version = "0.48.5" 2475 - source = "registry+https://github.com/rust-lang/crates.io-index" 2476 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2477 - 2478 - [[package]] 2479 - name = "windows_aarch64_gnullvm" 2480 - version = "0.52.4" 2481 - source = "registry+https://github.com/rust-lang/crates.io-index" 2482 - checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 2483 - 2484 - [[package]] 2485 - name = "windows_aarch64_msvc" 2486 - version = "0.48.5" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2489 - 2490 - [[package]] 2491 - name = "windows_aarch64_msvc" 2492 - version = "0.52.4" 2493 - source = "registry+https://github.com/rust-lang/crates.io-index" 2494 - checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 2495 - 2496 - [[package]] 2497 - name = "windows_i686_gnu" 2498 - version = "0.48.5" 2499 - source = "registry+https://github.com/rust-lang/crates.io-index" 2500 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2501 - 2502 - [[package]] 2503 - name = "windows_i686_gnu" 2504 - version = "0.52.4" 2505 - source = "registry+https://github.com/rust-lang/crates.io-index" 2506 - checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 2507 - 2508 - [[package]] 2509 - name = "windows_i686_msvc" 2510 - version = "0.48.5" 2511 - source = "registry+https://github.com/rust-lang/crates.io-index" 2512 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2513 - 2514 - [[package]] 2515 - name = "windows_i686_msvc" 2516 - version = "0.52.4" 2517 - source = "registry+https://github.com/rust-lang/crates.io-index" 2518 - checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 2519 - 2520 - [[package]] 2521 - name = "windows_x86_64_gnu" 2522 - version = "0.48.5" 2523 - source = "registry+https://github.com/rust-lang/crates.io-index" 2524 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2525 - 2526 - [[package]] 2527 - name = "windows_x86_64_gnu" 2528 - version = "0.52.4" 2529 - source = "registry+https://github.com/rust-lang/crates.io-index" 2530 - checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 2531 - 2532 - [[package]] 2533 - name = "windows_x86_64_gnullvm" 2534 - version = "0.48.5" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2537 - 2538 - [[package]] 2539 - name = "windows_x86_64_gnullvm" 2540 - version = "0.52.4" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 2543 - 2544 - [[package]] 2545 - name = "windows_x86_64_msvc" 2546 - version = "0.48.5" 2547 - source = "registry+https://github.com/rust-lang/crates.io-index" 2548 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2549 - 2550 - [[package]] 2551 - name = "windows_x86_64_msvc" 2552 - version = "0.52.4" 2553 - source = "registry+https://github.com/rust-lang/crates.io-index" 2554 - checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 2555 - 2556 - [[package]] 2557 - name = "winnow" 2558 - version = "0.6.5" 2559 - source = "registry+https://github.com/rust-lang/crates.io-index" 2560 - checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" 2561 - dependencies = [ 2562 - "memchr", 2563 - ] 2564 - 2565 - [[package]] 2566 - name = "winreg" 2567 - version = "0.50.0" 2568 - source = "registry+https://github.com/rust-lang/crates.io-index" 2569 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2570 - dependencies = [ 2571 - "cfg-if", 2572 - "windows-sys 0.48.0", 2573 - ] 2574 - 2575 - [[package]] 2576 - name = "zerocopy" 2577 - version = "0.7.32" 2578 - source = "registry+https://github.com/rust-lang/crates.io-index" 2579 - checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 2580 - dependencies = [ 2581 - "zerocopy-derive", 2582 - ] 2583 - 2584 - [[package]] 2585 - name = "zerocopy-derive" 2586 - version = "0.7.32" 2587 - source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 2589 - dependencies = [ 2590 - "proc-macro2", 2591 - "quote", 2592 - "syn 2.0.52", 2593 - ]
+35
pkgs/by-name/pa/paru/cargo-lock.patch
··· 1 + diff --git a/Cargo.lock b/Cargo.lock 2 + index 404b5cd..bba31c1 100644 3 + --- a/Cargo.lock 4 + +++ b/Cargo.lock 5 + @@ -2613,13 +2613,3 @@ dependencies = [ 6 + "quote", 7 + "syn", 8 + ] 9 + - 10 + -[[patch.unused]] 11 + -name = "alpm" 12 + -version = "3.0.4" 13 + -source = "git+https://github.com/archlinux/alpm.rs?rev=306342#306342efc6f24739c92de64c432f962a22891e63" 14 + - 15 + -[[patch.unused]] 16 + -name = "aur-depends" 17 + -version = "3.0.0" 18 + -source = "git+https://github.com/Morganamilo/aur-depends?rev=30c2c1#30c2c15019f8dd80e803c9deefce3279079806af" 19 + diff --git a/Cargo.toml b/Cargo.toml 20 + index 020c5c2..f74e9d1 100644 21 + --- a/Cargo.toml 22 + +++ b/Cargo.toml 23 + @@ -70,12 +70,3 @@ static = ["alpm/static"] 24 + mock = ["async-trait"] 25 + mock_chroot = ["mock"] 26 + #default = ["git", "generate"] 27 + - 28 + -[patch.crates-io] 29 + -#alpm = { path = "../alpm.rs/alpm" } 30 + -#alpm-utils = { path = "../alpm.rs/alpm-utils" } 31 + -alpm = { git = "https://github.com/archlinux/alpm.rs", rev = "306342" } 32 + -#alpm-utils = { git = "https://github.com/archlinux/alpm.rs", rev = "8da396" } 33 + -#aur-depends = { path = "../aur-depends" } 34 + -aur-depends = { git = "https://github.com/Morganamilo/aur-depends", rev = "30c2c1"} 35 + -#aur-fetch = { path = "../aur-fetch" }
+12 -22
pkgs/by-name/pa/paru/package.nix
··· 11 11 stdenv, 12 12 }: 13 13 14 - let 15 - # only libalpm v14.x.x is supported 16 - pacman_6 = pacman.overrideAttrs (previousAttrs: { 17 - version = "6.1.0"; 18 - src = previousAttrs.src.overrideAttrs { 19 - outputHash = "sha256-uHBq1A//YSqFATlyqjC5ZgmvPkNKqp7sVew+nbmLH78="; 20 - }; 21 - hardeningDisable = [ "fortify3" ]; 22 - }); 23 - in 24 14 rustPlatform.buildRustPackage rec { 25 15 pname = "paru"; 26 - version = "2.0.3"; 16 + version = "2.0.4"; 27 17 28 18 src = fetchFromGitHub { 29 19 owner = "Morganamilo"; 30 20 repo = "paru"; 31 21 rev = "v${version}"; 32 - hash = "sha256-0+N1WkjHd2DREoS1pImXXvlJ3wXoXEBxFBtupjXqyP8="; 22 + hash = "sha256-VFIeDsIuPbWGf+vio5i8qGUBB+spP/7SwYwmQkMjtL8="; 33 23 }; 34 24 35 - cargoLock = { 36 - lockFile = ./Cargo.lock; 37 - outputHashes = { 38 - "alpm-3.0.4" = "sha256-cfIOCUyb+kDAT3Bn50oKuJzIyMyeFyOPBFQMkAgMocI="; 39 - "aur-depends-3.0.0" = "sha256-Z/vCd4g3ic29vC0DXFHTT167xFAXYxzO2YQc0XQOerE="; 40 - }; 41 - }; 25 + cargoPatches = [ 26 + ./cargo-lock.patch 27 + ]; 28 + 29 + cargoHash = "sha256-z8hYZu/3RV99hOTpnv4ExgXymhzuITDcGjJhcHLWcH8="; 42 30 43 31 nativeBuildInputs = [ 44 32 gettext ··· 50 38 buildInputs = [ 51 39 libarchive 52 40 openssl 53 - pacman_6 41 + pacman 54 42 ]; 55 43 56 - # https://aur.archlinux.org/packages/paru#comment-961914 57 - buildFeatures = lib.optionals stdenv.hostPlatform.isAarch64 [ "generate" ]; 44 + # https://github.com/Morganamilo/paru/issues/1154#issuecomment-2002357898 45 + buildFeatures = lib.optionals stdenv.hostPlatform.isAarch64 [ 46 + "generate" 47 + ]; 58 48 59 49 postBuild = '' 60 50 sh ./scripts/mkmo locale/