Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "aho-corasick" 13version = "0.7.20" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "aligned" 22version = "0.4.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "80a21b9440a626c7fc8573a9e3d3a06b75c7c97754c2949bc7857b90353ca655" 25dependencies = [ 26 "as-slice", 27] 28 29[[package]] 30name = "android_system_properties" 31version = "0.1.5" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 34dependencies = [ 35 "libc", 36] 37 38[[package]] 39name = "anyhow" 40version = "1.0.69" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 43 44[[package]] 45name = "as-slice" 46version = "0.2.1" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 49dependencies = [ 50 "stable_deref_trait", 51] 52 53[[package]] 54name = "async-compression" 55version = "0.3.15" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 58dependencies = [ 59 "flate2", 60 "futures-core", 61 "memchr", 62 "pin-project-lite", 63 "tokio", 64] 65 66[[package]] 67name = "atty" 68version = "0.2.14" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 71dependencies = [ 72 "hermit-abi 0.1.19", 73 "libc", 74 "winapi", 75] 76 77[[package]] 78name = "autocfg" 79version = "1.1.0" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 82 83[[package]] 84name = "base64" 85version = "0.21.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 88 89[[package]] 90name = "bitflags" 91version = "1.3.2" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 94 95[[package]] 96name = "block-buffer" 97version = "0.10.3" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 100dependencies = [ 101 "generic-array", 102] 103 104[[package]] 105name = "bstr" 106version = "1.3.0" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" 109dependencies = [ 110 "memchr", 111 "once_cell", 112 "regex-automata", 113 "serde", 114] 115 116[[package]] 117name = "bumpalo" 118version = "3.12.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 121 122[[package]] 123name = "byteorder" 124version = "1.4.3" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 127 128[[package]] 129name = "bytes" 130version = "1.4.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 133 134[[package]] 135name = "cc" 136version = "1.0.79" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 139dependencies = [ 140 "jobserver", 141] 142 143[[package]] 144name = "cfg-if" 145version = "0.1.10" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 148 149[[package]] 150name = "cfg-if" 151version = "1.0.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 154 155[[package]] 156name = "chrono" 157version = "0.4.23" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" 160dependencies = [ 161 "iana-time-zone", 162 "js-sys", 163 "num-integer", 164 "num-traits", 165 "time 0.1.45", 166 "wasm-bindgen", 167 "winapi", 168] 169 170[[package]] 171name = "clap" 172version = "3.2.23" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 175dependencies = [ 176 "atty", 177 "bitflags", 178 "clap_lex", 179 "indexmap", 180 "strsim", 181 "termcolor", 182 "terminal_size", 183 "textwrap", 184] 185 186[[package]] 187name = "clap_complete" 188version = "3.2.5" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8" 191dependencies = [ 192 "clap", 193] 194 195[[package]] 196name = "clap_lex" 197version = "0.2.4" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 200dependencies = [ 201 "os_str_bytes", 202] 203 204[[package]] 205name = "codespan-reporting" 206version = "0.11.1" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 209dependencies = [ 210 "termcolor", 211 "unicode-width", 212] 213 214[[package]] 215name = "concolor" 216version = "0.0.12" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "f7b3e3c41e9488eeda196b6806dbf487742107d61b2e16485bcca6c25ed5755b" 219dependencies = [ 220 "bitflags", 221 "concolor-query", 222 "is-terminal", 223] 224 225[[package]] 226name = "concolor-query" 227version = "0.1.0" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317" 230 231[[package]] 232name = "content_inspector" 233version = "0.2.4" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" 236dependencies = [ 237 "memchr", 238] 239 240[[package]] 241name = "core-foundation" 242version = "0.9.3" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 245dependencies = [ 246 "core-foundation-sys", 247 "libc", 248] 249 250[[package]] 251name = "core-foundation-sys" 252version = "0.8.3" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 255 256[[package]] 257name = "cpufeatures" 258version = "0.2.5" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 261dependencies = [ 262 "libc", 263] 264 265[[package]] 266name = "crc32fast" 267version = "1.3.2" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 270dependencies = [ 271 "cfg-if 1.0.0", 272] 273 274[[package]] 275name = "crossbeam-channel" 276version = "0.5.6" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 279dependencies = [ 280 "cfg-if 1.0.0", 281 "crossbeam-utils", 282] 283 284[[package]] 285name = "crossbeam-deque" 286version = "0.8.2" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 289dependencies = [ 290 "cfg-if 1.0.0", 291 "crossbeam-epoch", 292 "crossbeam-utils", 293] 294 295[[package]] 296name = "crossbeam-epoch" 297version = "0.9.13" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 300dependencies = [ 301 "autocfg", 302 "cfg-if 1.0.0", 303 "crossbeam-utils", 304 "memoffset", 305 "scopeguard", 306] 307 308[[package]] 309name = "crossbeam-utils" 310version = "0.8.14" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 313dependencies = [ 314 "cfg-if 1.0.0", 315] 316 317[[package]] 318name = "crypto-common" 319version = "0.1.6" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 322dependencies = [ 323 "generic-array", 324 "typenum", 325] 326 327[[package]] 328name = "curl" 329version = "0.4.44" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 332dependencies = [ 333 "curl-sys", 334 "libc", 335 "openssl-probe", 336 "openssl-sys", 337 "schannel", 338 "socket2", 339 "winapi", 340] 341 342[[package]] 343name = "curl-sys" 344version = "0.4.60+curl-7.88.1" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f" 347dependencies = [ 348 "cc", 349 "libc", 350 "libz-sys", 351 "openssl-sys", 352 "pkg-config", 353 "vcpkg", 354 "winapi", 355] 356 357[[package]] 358name = "cvt" 359version = "0.1.1" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "34ac344c7efccb80cd25bc61b2170aec26f2f693fd40e765a539a1243db48c71" 362dependencies = [ 363 "cfg-if 0.1.10", 364] 365 366[[package]] 367name = "cxx" 368version = "1.0.91" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" 371dependencies = [ 372 "cc", 373 "cxxbridge-flags", 374 "cxxbridge-macro", 375 "link-cplusplus", 376] 377 378[[package]] 379name = "cxx-build" 380version = "1.0.91" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" 383dependencies = [ 384 "cc", 385 "codespan-reporting", 386 "once_cell", 387 "proc-macro2", 388 "quote", 389 "scratch", 390 "syn", 391] 392 393[[package]] 394name = "cxxbridge-flags" 395version = "1.0.91" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" 398 399[[package]] 400name = "cxxbridge-macro" 401version = "1.0.91" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" 404dependencies = [ 405 "proc-macro2", 406 "quote", 407 "syn", 408] 409 410[[package]] 411name = "digest" 412version = "0.10.6" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 415dependencies = [ 416 "block-buffer", 417 "crypto-common", 418] 419 420[[package]] 421name = "download" 422version = "1.26.0" 423dependencies = [ 424 "anyhow", 425 "curl", 426 "env_proxy", 427 "hyper", 428 "lazy_static", 429 "reqwest", 430 "tempfile", 431 "thiserror", 432 "tokio", 433 "url", 434] 435 436[[package]] 437name = "dunce" 438version = "1.0.3" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" 441 442[[package]] 443name = "effective-limits" 444version = "0.5.5" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "37195f01a7464b2bc99ba33c5b2b61929bb294632bce96987f88e2ade8e29a07" 447dependencies = [ 448 "cfg-if 0.1.10", 449 "libc", 450 "sys-info", 451 "thiserror", 452 "winapi", 453] 454 455[[package]] 456name = "either" 457version = "1.8.1" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 460 461[[package]] 462name = "encoding_rs" 463version = "0.8.32" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 466dependencies = [ 467 "cfg-if 1.0.0", 468] 469 470[[package]] 471name = "enum-map" 472version = "2.4.2" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "50c25992259941eb7e57b936157961b217a4fc8597829ddef0596d6c3cd86e1a" 475dependencies = [ 476 "enum-map-derive", 477] 478 479[[package]] 480name = "enum-map-derive" 481version = "0.11.0" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2" 484dependencies = [ 485 "proc-macro2", 486 "quote", 487 "syn", 488] 489 490[[package]] 491name = "env_proxy" 492version = "0.4.1" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 495dependencies = [ 496 "log", 497 "url", 498] 499 500[[package]] 501name = "errno" 502version = "0.2.8" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 505dependencies = [ 506 "errno-dragonfly", 507 "libc", 508 "winapi", 509] 510 511[[package]] 512name = "errno-dragonfly" 513version = "0.1.2" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 516dependencies = [ 517 "cc", 518 "libc", 519] 520 521[[package]] 522name = "fastrand" 523version = "1.9.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 526dependencies = [ 527 "instant", 528] 529 530[[package]] 531name = "filetime" 532version = "0.2.20" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 535dependencies = [ 536 "cfg-if 1.0.0", 537 "libc", 538 "redox_syscall", 539 "windows-sys 0.45.0", 540] 541 542[[package]] 543name = "flate2" 544version = "1.0.25" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 547dependencies = [ 548 "crc32fast", 549 "miniz_oxide", 550] 551 552[[package]] 553name = "fnv" 554version = "1.0.7" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 557 558[[package]] 559name = "foreign-types" 560version = "0.3.2" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 563dependencies = [ 564 "foreign-types-shared", 565] 566 567[[package]] 568name = "foreign-types-shared" 569version = "0.1.1" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 572 573[[package]] 574name = "form_urlencoded" 575version = "1.1.0" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 578dependencies = [ 579 "percent-encoding", 580] 581 582[[package]] 583name = "fs_at" 584version = "0.1.3" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "e3dfc546714a30e1e1f2eb5e1d233a6c1254c4a3d25ac35c09743e824a39d35e" 587dependencies = [ 588 "aligned", 589 "cfg-if 1.0.0", 590 "cvt", 591 "libc", 592 "nix", 593 "smart-default", 594 "windows-sys 0.45.0", 595] 596 597[[package]] 598name = "futures-channel" 599version = "0.3.26" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 602dependencies = [ 603 "futures-core", 604] 605 606[[package]] 607name = "futures-core" 608version = "0.3.26" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 611 612[[package]] 613name = "futures-io" 614version = "0.3.26" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 617 618[[package]] 619name = "futures-sink" 620version = "0.3.26" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 623 624[[package]] 625name = "futures-task" 626version = "0.3.26" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 629 630[[package]] 631name = "futures-util" 632version = "0.3.26" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 635dependencies = [ 636 "futures-core", 637 "futures-io", 638 "futures-task", 639 "memchr", 640 "pin-project-lite", 641 "pin-utils", 642 "slab", 643] 644 645[[package]] 646name = "generic-array" 647version = "0.14.6" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 650dependencies = [ 651 "typenum", 652 "version_check", 653] 654 655[[package]] 656name = "getrandom" 657version = "0.2.8" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 660dependencies = [ 661 "cfg-if 1.0.0", 662 "libc", 663 "wasi 0.11.0+wasi-snapshot-preview1", 664] 665 666[[package]] 667name = "git-testament" 668version = "0.2.4" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "986bf57c808270f3a0a0652c3bfce0f5d667aa5f5b465616dc697c7f390834b1" 671dependencies = [ 672 "git-testament-derive", 673 "no-std-compat", 674] 675 676[[package]] 677name = "git-testament-derive" 678version = "0.1.14" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "4a782db5866c7ab75f3552dda4cbf34e3e257cc64c963c6ed5af1e12818e8ae6" 681dependencies = [ 682 "log", 683 "proc-macro2", 684 "quote", 685 "syn", 686 "time 0.3.20", 687] 688 689[[package]] 690name = "glob" 691version = "0.3.1" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 694 695[[package]] 696name = "h2" 697version = "0.3.16" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 700dependencies = [ 701 "bytes", 702 "fnv", 703 "futures-core", 704 "futures-sink", 705 "futures-util", 706 "http", 707 "indexmap", 708 "slab", 709 "tokio", 710 "tokio-util", 711 "tracing", 712] 713 714[[package]] 715name = "hashbrown" 716version = "0.12.3" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 719 720[[package]] 721name = "hermit-abi" 722version = "0.1.19" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 725dependencies = [ 726 "libc", 727] 728 729[[package]] 730name = "hermit-abi" 731version = "0.2.6" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 734dependencies = [ 735 "libc", 736] 737 738[[package]] 739name = "hermit-abi" 740version = "0.3.1" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 743 744[[package]] 745name = "home" 746version = "0.5.4" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" 749dependencies = [ 750 "winapi", 751] 752 753[[package]] 754name = "http" 755version = "0.2.9" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 758dependencies = [ 759 "bytes", 760 "fnv", 761 "itoa", 762] 763 764[[package]] 765name = "http-body" 766version = "0.4.5" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 769dependencies = [ 770 "bytes", 771 "http", 772 "pin-project-lite", 773] 774 775[[package]] 776name = "httparse" 777version = "1.8.0" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 780 781[[package]] 782name = "httpdate" 783version = "1.0.2" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 786 787[[package]] 788name = "humantime" 789version = "2.1.0" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 792 793[[package]] 794name = "humantime-serde" 795version = "1.1.1" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 798dependencies = [ 799 "humantime", 800 "serde", 801] 802 803[[package]] 804name = "hyper" 805version = "0.14.24" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 808dependencies = [ 809 "bytes", 810 "futures-channel", 811 "futures-core", 812 "futures-util", 813 "h2", 814 "http", 815 "http-body", 816 "httparse", 817 "httpdate", 818 "itoa", 819 "pin-project-lite", 820 "socket2", 821 "tokio", 822 "tower-service", 823 "tracing", 824 "want", 825] 826 827[[package]] 828name = "hyper-rustls" 829version = "0.23.2" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 832dependencies = [ 833 "http", 834 "hyper", 835 "rustls", 836 "tokio", 837 "tokio-rustls", 838] 839 840[[package]] 841name = "hyper-tls" 842version = "0.5.0" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 845dependencies = [ 846 "bytes", 847 "hyper", 848 "native-tls", 849 "tokio", 850 "tokio-native-tls", 851] 852 853[[package]] 854name = "iana-time-zone" 855version = "0.1.53" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 858dependencies = [ 859 "android_system_properties", 860 "core-foundation-sys", 861 "iana-time-zone-haiku", 862 "js-sys", 863 "wasm-bindgen", 864 "winapi", 865] 866 867[[package]] 868name = "iana-time-zone-haiku" 869version = "0.1.1" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 872dependencies = [ 873 "cxx", 874 "cxx-build", 875] 876 877[[package]] 878name = "idna" 879version = "0.3.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 882dependencies = [ 883 "unicode-bidi", 884 "unicode-normalization", 885] 886 887[[package]] 888name = "indexmap" 889version = "1.9.2" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 892dependencies = [ 893 "autocfg", 894 "hashbrown", 895] 896 897[[package]] 898name = "instant" 899version = "0.1.12" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 902dependencies = [ 903 "cfg-if 1.0.0", 904] 905 906[[package]] 907name = "io-lifetimes" 908version = "1.0.5" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 911dependencies = [ 912 "libc", 913 "windows-sys 0.45.0", 914] 915 916[[package]] 917name = "ipnet" 918version = "2.7.1" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 921 922[[package]] 923name = "is-terminal" 924version = "0.4.4" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" 927dependencies = [ 928 "hermit-abi 0.3.1", 929 "io-lifetimes", 930 "rustix", 931 "windows-sys 0.45.0", 932] 933 934[[package]] 935name = "itoa" 936version = "1.0.5" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 939 940[[package]] 941name = "jobserver" 942version = "0.1.25" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" 945dependencies = [ 946 "libc", 947] 948 949[[package]] 950name = "js-sys" 951version = "0.3.61" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 954dependencies = [ 955 "wasm-bindgen", 956] 957 958[[package]] 959name = "lazy_static" 960version = "1.4.0" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 963 964[[package]] 965name = "libc" 966version = "0.2.139" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 969 970[[package]] 971name = "libz-sys" 972version = "1.1.8" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 975dependencies = [ 976 "cc", 977 "libc", 978 "pkg-config", 979 "vcpkg", 980] 981 982[[package]] 983name = "link-cplusplus" 984version = "1.0.8" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 987dependencies = [ 988 "cc", 989] 990 991[[package]] 992name = "linux-raw-sys" 993version = "0.1.4" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 996 997[[package]] 998name = "log" 999version = "0.4.17" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1002dependencies = [ 1003 "cfg-if 1.0.0", 1004] 1005 1006[[package]] 1007name = "lzma-sys" 1008version = "0.1.20" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 1011dependencies = [ 1012 "cc", 1013 "libc", 1014 "pkg-config", 1015] 1016 1017[[package]] 1018name = "memchr" 1019version = "2.5.0" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1022 1023[[package]] 1024name = "memoffset" 1025version = "0.7.1" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 1028dependencies = [ 1029 "autocfg", 1030] 1031 1032[[package]] 1033name = "mime" 1034version = "0.3.16" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 1037 1038[[package]] 1039name = "miniz_oxide" 1040version = "0.6.2" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1043dependencies = [ 1044 "adler", 1045] 1046 1047[[package]] 1048name = "mio" 1049version = "0.8.6" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1052dependencies = [ 1053 "libc", 1054 "log", 1055 "wasi 0.11.0+wasi-snapshot-preview1", 1056 "windows-sys 0.45.0", 1057] 1058 1059[[package]] 1060name = "native-tls" 1061version = "0.2.11" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1064dependencies = [ 1065 "lazy_static", 1066 "libc", 1067 "log", 1068 "openssl", 1069 "openssl-probe", 1070 "openssl-sys", 1071 "schannel", 1072 "security-framework", 1073 "security-framework-sys", 1074 "tempfile", 1075] 1076 1077[[package]] 1078name = "nix" 1079version = "0.26.2" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 1082dependencies = [ 1083 "bitflags", 1084 "cfg-if 1.0.0", 1085 "libc", 1086 "static_assertions", 1087] 1088 1089[[package]] 1090name = "no-std-compat" 1091version = "0.4.1" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" 1094 1095[[package]] 1096name = "normalize-line-endings" 1097version = "0.3.0" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 1100 1101[[package]] 1102name = "normpath" 1103version = "1.1.0" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "972dec05f98e7c787ede35d7a9ea4735eb7788c299287352757b3def6cc1f7b5" 1106dependencies = [ 1107 "windows-sys 0.45.0", 1108] 1109 1110[[package]] 1111name = "num-integer" 1112version = "0.1.45" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1115dependencies = [ 1116 "autocfg", 1117 "num-traits", 1118] 1119 1120[[package]] 1121name = "num-traits" 1122version = "0.2.15" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1125dependencies = [ 1126 "autocfg", 1127] 1128 1129[[package]] 1130name = "num_cpus" 1131version = "1.15.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1134dependencies = [ 1135 "hermit-abi 0.2.6", 1136 "libc", 1137] 1138 1139[[package]] 1140name = "once_cell" 1141version = "1.17.1" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1144 1145[[package]] 1146name = "opener" 1147version = "0.5.2" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005" 1150dependencies = [ 1151 "bstr", 1152 "winapi", 1153] 1154 1155[[package]] 1156name = "openssl" 1157version = "0.10.45" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" 1160dependencies = [ 1161 "bitflags", 1162 "cfg-if 1.0.0", 1163 "foreign-types", 1164 "libc", 1165 "once_cell", 1166 "openssl-macros", 1167 "openssl-sys", 1168] 1169 1170[[package]] 1171name = "openssl-macros" 1172version = "0.1.0" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 1175dependencies = [ 1176 "proc-macro2", 1177 "quote", 1178 "syn", 1179] 1180 1181[[package]] 1182name = "openssl-probe" 1183version = "0.1.5" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1186 1187[[package]] 1188name = "openssl-src" 1189version = "111.25.1+1.1.1t" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "1ef9a9cc6ea7d9d5e7c4a913dc4b48d0e359eddf01af1dfec96ba7064b4aba10" 1192dependencies = [ 1193 "cc", 1194] 1195 1196[[package]] 1197name = "openssl-sys" 1198version = "0.9.80" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" 1201dependencies = [ 1202 "autocfg", 1203 "cc", 1204 "libc", 1205 "openssl-src", 1206 "pkg-config", 1207 "vcpkg", 1208] 1209 1210[[package]] 1211name = "os_pipe" 1212version = "1.1.3" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12" 1215dependencies = [ 1216 "libc", 1217 "windows-sys 0.45.0", 1218] 1219 1220[[package]] 1221name = "os_str_bytes" 1222version = "6.4.1" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 1225 1226[[package]] 1227name = "percent-encoding" 1228version = "2.2.0" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1231 1232[[package]] 1233name = "pin-project-lite" 1234version = "0.2.9" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1237 1238[[package]] 1239name = "pin-utils" 1240version = "0.1.0" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1243 1244[[package]] 1245name = "pkg-config" 1246version = "0.3.26" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1249 1250[[package]] 1251name = "ppv-lite86" 1252version = "0.2.17" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1255 1256[[package]] 1257name = "proc-macro2" 1258version = "1.0.51" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 1261dependencies = [ 1262 "unicode-ident", 1263] 1264 1265[[package]] 1266name = "pulldown-cmark" 1267version = "0.9.2" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 1270dependencies = [ 1271 "bitflags", 1272 "memchr", 1273 "unicase", 1274] 1275 1276[[package]] 1277name = "quote" 1278version = "1.0.23" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 1281dependencies = [ 1282 "proc-macro2", 1283] 1284 1285[[package]] 1286name = "rand" 1287version = "0.8.5" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1290dependencies = [ 1291 "libc", 1292 "rand_chacha", 1293 "rand_core", 1294] 1295 1296[[package]] 1297name = "rand_chacha" 1298version = "0.3.1" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1301dependencies = [ 1302 "ppv-lite86", 1303 "rand_core", 1304] 1305 1306[[package]] 1307name = "rand_core" 1308version = "0.6.4" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1311dependencies = [ 1312 "getrandom", 1313] 1314 1315[[package]] 1316name = "rayon" 1317version = "1.6.1" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 1320dependencies = [ 1321 "either", 1322 "rayon-core", 1323] 1324 1325[[package]] 1326name = "rayon-core" 1327version = "1.10.2" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" 1330dependencies = [ 1331 "crossbeam-channel", 1332 "crossbeam-deque", 1333 "crossbeam-utils", 1334 "num_cpus", 1335] 1336 1337[[package]] 1338name = "redox_syscall" 1339version = "0.2.16" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1342dependencies = [ 1343 "bitflags", 1344] 1345 1346[[package]] 1347name = "regex" 1348version = "1.7.1" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1351dependencies = [ 1352 "aho-corasick", 1353 "memchr", 1354 "regex-syntax", 1355] 1356 1357[[package]] 1358name = "regex-automata" 1359version = "0.1.10" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1362 1363[[package]] 1364name = "regex-syntax" 1365version = "0.6.28" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 1368 1369[[package]] 1370name = "remove_dir_all" 1371version = "0.8.1" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "7174320e07c29945955cedd70b865995b286847111c8308d349a1f3a9e3af555" 1374dependencies = [ 1375 "aligned", 1376 "cfg-if 1.0.0", 1377 "cvt", 1378 "fs_at", 1379 "lazy_static", 1380 "libc", 1381 "normpath", 1382 "rayon", 1383 "windows-sys 0.45.0", 1384] 1385 1386[[package]] 1387name = "reqwest" 1388version = "0.11.14" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 1391dependencies = [ 1392 "async-compression", 1393 "base64", 1394 "bytes", 1395 "encoding_rs", 1396 "futures-core", 1397 "futures-util", 1398 "h2", 1399 "http", 1400 "http-body", 1401 "hyper", 1402 "hyper-rustls", 1403 "hyper-tls", 1404 "ipnet", 1405 "js-sys", 1406 "log", 1407 "mime", 1408 "native-tls", 1409 "once_cell", 1410 "percent-encoding", 1411 "pin-project-lite", 1412 "rustls", 1413 "rustls-native-certs", 1414 "rustls-pemfile", 1415 "serde", 1416 "serde_json", 1417 "serde_urlencoded", 1418 "tokio", 1419 "tokio-native-tls", 1420 "tokio-rustls", 1421 "tokio-socks", 1422 "tokio-util", 1423 "tower-service", 1424 "url", 1425 "wasm-bindgen", 1426 "wasm-bindgen-futures", 1427 "web-sys", 1428 "winreg 0.10.1", 1429] 1430 1431[[package]] 1432name = "retry" 1433version = "1.3.1" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "ac95c60a949a63fd2822f4964939662d8f2c16c4fa0624fd954bc6e703b9a3f6" 1436dependencies = [ 1437 "rand", 1438] 1439 1440[[package]] 1441name = "ring" 1442version = "0.16.20" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1445dependencies = [ 1446 "cc", 1447 "libc", 1448 "once_cell", 1449 "spin", 1450 "untrusted", 1451 "web-sys", 1452 "winapi", 1453] 1454 1455[[package]] 1456name = "rs_tracing" 1457version = "1.1.0" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "e3b121670da627e1c0110e7972c9db150dd7f8704dc073cce32c3db9cb7861e0" 1460dependencies = [ 1461 "serde", 1462 "serde_json", 1463] 1464 1465[[package]] 1466name = "rustix" 1467version = "0.36.8" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 1470dependencies = [ 1471 "bitflags", 1472 "errno", 1473 "io-lifetimes", 1474 "libc", 1475 "linux-raw-sys", 1476 "windows-sys 0.45.0", 1477] 1478 1479[[package]] 1480name = "rustls" 1481version = "0.20.8" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1484dependencies = [ 1485 "log", 1486 "ring", 1487 "sct", 1488 "webpki", 1489] 1490 1491[[package]] 1492name = "rustls-native-certs" 1493version = "0.6.2" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" 1496dependencies = [ 1497 "openssl-probe", 1498 "rustls-pemfile", 1499 "schannel", 1500 "security-framework", 1501] 1502 1503[[package]] 1504name = "rustls-pemfile" 1505version = "1.0.2" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 1508dependencies = [ 1509 "base64", 1510] 1511 1512[[package]] 1513name = "rustup" 1514version = "1.26.0" 1515dependencies = [ 1516 "anyhow", 1517 "cc", 1518 "cfg-if 1.0.0", 1519 "chrono", 1520 "clap", 1521 "clap_complete", 1522 "download", 1523 "effective-limits", 1524 "enum-map", 1525 "flate2", 1526 "git-testament", 1527 "home", 1528 "lazy_static", 1529 "libc", 1530 "num_cpus", 1531 "once_cell", 1532 "opener", 1533 "openssl", 1534 "pulldown-cmark", 1535 "rand", 1536 "regex", 1537 "remove_dir_all", 1538 "retry", 1539 "rs_tracing", 1540 "same-file", 1541 "scopeguard", 1542 "semver", 1543 "serde", 1544 "sha2", 1545 "sharded-slab", 1546 "strsim", 1547 "tar", 1548 "tempfile", 1549 "term", 1550 "thiserror", 1551 "threadpool", 1552 "toml", 1553 "trycmd", 1554 "url", 1555 "wait-timeout", 1556 "walkdir", 1557 "winapi", 1558 "winreg 0.11.0", 1559 "xz2", 1560 "zstd", 1561] 1562 1563[[package]] 1564name = "ryu" 1565version = "1.0.12" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 1568 1569[[package]] 1570name = "same-file" 1571version = "1.0.6" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1574dependencies = [ 1575 "winapi-util", 1576] 1577 1578[[package]] 1579name = "schannel" 1580version = "0.1.21" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1583dependencies = [ 1584 "windows-sys 0.42.0", 1585] 1586 1587[[package]] 1588name = "scopeguard" 1589version = "1.1.0" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1592 1593[[package]] 1594name = "scratch" 1595version = "1.0.3" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" 1598 1599[[package]] 1600name = "sct" 1601version = "0.7.0" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1604dependencies = [ 1605 "ring", 1606 "untrusted", 1607] 1608 1609[[package]] 1610name = "security-framework" 1611version = "2.8.2" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 1614dependencies = [ 1615 "bitflags", 1616 "core-foundation", 1617 "core-foundation-sys", 1618 "libc", 1619 "security-framework-sys", 1620] 1621 1622[[package]] 1623name = "security-framework-sys" 1624version = "2.8.0" 1625source = "registry+https://github.com/rust-lang/crates.io-index" 1626checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 1627dependencies = [ 1628 "core-foundation-sys", 1629 "libc", 1630] 1631 1632[[package]] 1633name = "semver" 1634version = "1.0.16" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 1637 1638[[package]] 1639name = "serde" 1640version = "1.0.152" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1643dependencies = [ 1644 "serde_derive", 1645] 1646 1647[[package]] 1648name = "serde_derive" 1649version = "1.0.152" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1652dependencies = [ 1653 "proc-macro2", 1654 "quote", 1655 "syn", 1656] 1657 1658[[package]] 1659name = "serde_json" 1660version = "1.0.93" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 1663dependencies = [ 1664 "itoa", 1665 "ryu", 1666 "serde", 1667] 1668 1669[[package]] 1670name = "serde_spanned" 1671version = "0.6.1" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 1674dependencies = [ 1675 "serde", 1676] 1677 1678[[package]] 1679name = "serde_urlencoded" 1680version = "0.7.1" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1683dependencies = [ 1684 "form_urlencoded", 1685 "itoa", 1686 "ryu", 1687 "serde", 1688] 1689 1690[[package]] 1691name = "sha2" 1692version = "0.10.6" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1695dependencies = [ 1696 "cfg-if 1.0.0", 1697 "cpufeatures", 1698 "digest", 1699] 1700 1701[[package]] 1702name = "sharded-slab" 1703version = "0.1.4" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1706dependencies = [ 1707 "lazy_static", 1708] 1709 1710[[package]] 1711name = "shlex" 1712version = "1.1.0" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 1715 1716[[package]] 1717name = "similar" 1718version = "2.2.1" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 1721 1722[[package]] 1723name = "slab" 1724version = "0.4.8" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1727dependencies = [ 1728 "autocfg", 1729] 1730 1731[[package]] 1732name = "smart-default" 1733version = "0.6.0" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6" 1736dependencies = [ 1737 "proc-macro2", 1738 "quote", 1739 "syn", 1740] 1741 1742[[package]] 1743name = "snapbox" 1744version = "0.4.8" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "4389a6395e9925166f19d67b64874e526ec28a4b8455f3321b686c912299c3ea" 1747dependencies = [ 1748 "concolor", 1749 "content_inspector", 1750 "dunce", 1751 "filetime", 1752 "libc", 1753 "normalize-line-endings", 1754 "os_pipe", 1755 "similar", 1756 "snapbox-macros", 1757 "tempfile", 1758 "wait-timeout", 1759 "walkdir", 1760 "windows-sys 0.45.0", 1761 "yansi", 1762] 1763 1764[[package]] 1765name = "snapbox-macros" 1766version = "0.3.1" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "485e65c1203eb37244465e857d15a26d3a85a5410648ccb53b18bd44cb3a7336" 1769 1770[[package]] 1771name = "socket2" 1772version = "0.4.7" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 1775dependencies = [ 1776 "libc", 1777 "winapi", 1778] 1779 1780[[package]] 1781name = "spin" 1782version = "0.5.2" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1785 1786[[package]] 1787name = "stable_deref_trait" 1788version = "1.2.0" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1791 1792[[package]] 1793name = "static_assertions" 1794version = "1.1.0" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1797 1798[[package]] 1799name = "strsim" 1800version = "0.10.0" 1801source = "registry+https://github.com/rust-lang/crates.io-index" 1802checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1803 1804[[package]] 1805name = "syn" 1806version = "1.0.109" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1809dependencies = [ 1810 "proc-macro2", 1811 "quote", 1812 "unicode-ident", 1813] 1814 1815[[package]] 1816name = "sys-info" 1817version = "0.9.1" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c" 1820dependencies = [ 1821 "cc", 1822 "libc", 1823] 1824 1825[[package]] 1826name = "tar" 1827version = "0.4.38" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1830dependencies = [ 1831 "filetime", 1832 "libc", 1833 "xattr", 1834] 1835 1836[[package]] 1837name = "tempfile" 1838version = "3.4.0" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 1841dependencies = [ 1842 "cfg-if 1.0.0", 1843 "fastrand", 1844 "redox_syscall", 1845 "rustix", 1846 "windows-sys 0.42.0", 1847] 1848 1849[[package]] 1850name = "term" 1851version = "0.5.1" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" 1854dependencies = [ 1855 "byteorder", 1856 "winapi", 1857] 1858 1859[[package]] 1860name = "termcolor" 1861version = "1.2.0" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1864dependencies = [ 1865 "winapi-util", 1866] 1867 1868[[package]] 1869name = "terminal_size" 1870version = "0.2.5" 1871source = "registry+https://github.com/rust-lang/crates.io-index" 1872checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a" 1873dependencies = [ 1874 "rustix", 1875 "windows-sys 0.45.0", 1876] 1877 1878[[package]] 1879name = "textwrap" 1880version = "0.16.0" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 1883dependencies = [ 1884 "terminal_size", 1885] 1886 1887[[package]] 1888name = "thiserror" 1889version = "1.0.38" 1890source = "registry+https://github.com/rust-lang/crates.io-index" 1891checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1892dependencies = [ 1893 "thiserror-impl", 1894] 1895 1896[[package]] 1897name = "thiserror-impl" 1898version = "1.0.38" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1901dependencies = [ 1902 "proc-macro2", 1903 "quote", 1904 "syn", 1905] 1906 1907[[package]] 1908name = "threadpool" 1909version = "1.8.1" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 1912dependencies = [ 1913 "num_cpus", 1914] 1915 1916[[package]] 1917name = "time" 1918version = "0.1.45" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1921dependencies = [ 1922 "libc", 1923 "wasi 0.10.0+wasi-snapshot-preview1", 1924 "winapi", 1925] 1926 1927[[package]] 1928name = "time" 1929version = "0.3.20" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 1932dependencies = [ 1933 "itoa", 1934 "serde", 1935 "time-core", 1936 "time-macros", 1937] 1938 1939[[package]] 1940name = "time-core" 1941version = "0.1.0" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 1944 1945[[package]] 1946name = "time-macros" 1947version = "0.2.8" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 1950dependencies = [ 1951 "time-core", 1952] 1953 1954[[package]] 1955name = "tinyvec" 1956version = "1.6.0" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1959dependencies = [ 1960 "tinyvec_macros", 1961] 1962 1963[[package]] 1964name = "tinyvec_macros" 1965version = "0.1.1" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1968 1969[[package]] 1970name = "tokio" 1971version = "1.25.0" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 1974dependencies = [ 1975 "autocfg", 1976 "bytes", 1977 "libc", 1978 "memchr", 1979 "mio", 1980 "num_cpus", 1981 "pin-project-lite", 1982 "socket2", 1983 "windows-sys 0.42.0", 1984] 1985 1986[[package]] 1987name = "tokio-native-tls" 1988version = "0.3.1" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1991dependencies = [ 1992 "native-tls", 1993 "tokio", 1994] 1995 1996[[package]] 1997name = "tokio-rustls" 1998version = "0.23.4" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 2001dependencies = [ 2002 "rustls", 2003 "tokio", 2004 "webpki", 2005] 2006 2007[[package]] 2008name = "tokio-socks" 2009version = "0.5.1" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 2012dependencies = [ 2013 "either", 2014 "futures-util", 2015 "thiserror", 2016 "tokio", 2017] 2018 2019[[package]] 2020name = "tokio-util" 2021version = "0.7.7" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 2024dependencies = [ 2025 "bytes", 2026 "futures-core", 2027 "futures-sink", 2028 "pin-project-lite", 2029 "tokio", 2030 "tracing", 2031] 2032 2033[[package]] 2034name = "toml" 2035version = "0.5.11" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2038dependencies = [ 2039 "serde", 2040] 2041 2042[[package]] 2043name = "toml_datetime" 2044version = "0.6.1" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 2047dependencies = [ 2048 "serde", 2049] 2050 2051[[package]] 2052name = "toml_edit" 2053version = "0.19.4" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" 2056dependencies = [ 2057 "indexmap", 2058 "serde", 2059 "serde_spanned", 2060 "toml_datetime", 2061 "winnow", 2062] 2063 2064[[package]] 2065name = "tower-service" 2066version = "0.3.2" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2069 2070[[package]] 2071name = "tracing" 2072version = "0.1.37" 2073source = "registry+https://github.com/rust-lang/crates.io-index" 2074checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2075dependencies = [ 2076 "cfg-if 1.0.0", 2077 "pin-project-lite", 2078 "tracing-core", 2079] 2080 2081[[package]] 2082name = "tracing-core" 2083version = "0.1.30" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2086dependencies = [ 2087 "once_cell", 2088] 2089 2090[[package]] 2091name = "try-lock" 2092version = "0.2.4" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2095 2096[[package]] 2097name = "trycmd" 2098version = "0.14.13" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "2311fe1144338119b5b9b31499286c7f60eaf00ce0dcacf5a445a12eb47aed29" 2101dependencies = [ 2102 "glob", 2103 "humantime", 2104 "humantime-serde", 2105 "rayon", 2106 "serde", 2107 "shlex", 2108 "snapbox", 2109 "toml_edit", 2110] 2111 2112[[package]] 2113name = "typenum" 2114version = "1.16.0" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2117 2118[[package]] 2119name = "unicase" 2120version = "2.6.0" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 2123dependencies = [ 2124 "version_check", 2125] 2126 2127[[package]] 2128name = "unicode-bidi" 2129version = "0.3.10" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 2132 2133[[package]] 2134name = "unicode-ident" 2135version = "1.0.6" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 2138 2139[[package]] 2140name = "unicode-normalization" 2141version = "0.1.22" 2142source = "registry+https://github.com/rust-lang/crates.io-index" 2143checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2144dependencies = [ 2145 "tinyvec", 2146] 2147 2148[[package]] 2149name = "unicode-width" 2150version = "0.1.10" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2153 2154[[package]] 2155name = "untrusted" 2156version = "0.7.1" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2159 2160[[package]] 2161name = "url" 2162version = "2.3.1" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2165dependencies = [ 2166 "form_urlencoded", 2167 "idna", 2168 "percent-encoding", 2169] 2170 2171[[package]] 2172name = "vcpkg" 2173version = "0.2.15" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2176 2177[[package]] 2178name = "version_check" 2179version = "0.9.4" 2180source = "registry+https://github.com/rust-lang/crates.io-index" 2181checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2182 2183[[package]] 2184name = "wait-timeout" 2185version = "0.2.0" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 2188dependencies = [ 2189 "libc", 2190] 2191 2192[[package]] 2193name = "walkdir" 2194version = "2.3.2" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 2197dependencies = [ 2198 "same-file", 2199 "winapi", 2200 "winapi-util", 2201] 2202 2203[[package]] 2204name = "want" 2205version = "0.3.0" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2208dependencies = [ 2209 "log", 2210 "try-lock", 2211] 2212 2213[[package]] 2214name = "wasi" 2215version = "0.10.0+wasi-snapshot-preview1" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2218 2219[[package]] 2220name = "wasi" 2221version = "0.11.0+wasi-snapshot-preview1" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2224 2225[[package]] 2226name = "wasm-bindgen" 2227version = "0.2.84" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2230dependencies = [ 2231 "cfg-if 1.0.0", 2232 "wasm-bindgen-macro", 2233] 2234 2235[[package]] 2236name = "wasm-bindgen-backend" 2237version = "0.2.84" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2240dependencies = [ 2241 "bumpalo", 2242 "log", 2243 "once_cell", 2244 "proc-macro2", 2245 "quote", 2246 "syn", 2247 "wasm-bindgen-shared", 2248] 2249 2250[[package]] 2251name = "wasm-bindgen-futures" 2252version = "0.4.34" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2255dependencies = [ 2256 "cfg-if 1.0.0", 2257 "js-sys", 2258 "wasm-bindgen", 2259 "web-sys", 2260] 2261 2262[[package]] 2263name = "wasm-bindgen-macro" 2264version = "0.2.84" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2267dependencies = [ 2268 "quote", 2269 "wasm-bindgen-macro-support", 2270] 2271 2272[[package]] 2273name = "wasm-bindgen-macro-support" 2274version = "0.2.84" 2275source = "registry+https://github.com/rust-lang/crates.io-index" 2276checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2277dependencies = [ 2278 "proc-macro2", 2279 "quote", 2280 "syn", 2281 "wasm-bindgen-backend", 2282 "wasm-bindgen-shared", 2283] 2284 2285[[package]] 2286name = "wasm-bindgen-shared" 2287version = "0.2.84" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2290 2291[[package]] 2292name = "web-sys" 2293version = "0.3.61" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2296dependencies = [ 2297 "js-sys", 2298 "wasm-bindgen", 2299] 2300 2301[[package]] 2302name = "webpki" 2303version = "0.22.0" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 2306dependencies = [ 2307 "ring", 2308 "untrusted", 2309] 2310 2311[[package]] 2312name = "winapi" 2313version = "0.3.9" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2316dependencies = [ 2317 "winapi-i686-pc-windows-gnu", 2318 "winapi-x86_64-pc-windows-gnu", 2319] 2320 2321[[package]] 2322name = "winapi-i686-pc-windows-gnu" 2323version = "0.4.0" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2326 2327[[package]] 2328name = "winapi-util" 2329version = "0.1.5" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2332dependencies = [ 2333 "winapi", 2334] 2335 2336[[package]] 2337name = "winapi-x86_64-pc-windows-gnu" 2338version = "0.4.0" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2341 2342[[package]] 2343name = "windows-sys" 2344version = "0.42.0" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2347dependencies = [ 2348 "windows_aarch64_gnullvm", 2349 "windows_aarch64_msvc", 2350 "windows_i686_gnu", 2351 "windows_i686_msvc", 2352 "windows_x86_64_gnu", 2353 "windows_x86_64_gnullvm", 2354 "windows_x86_64_msvc", 2355] 2356 2357[[package]] 2358name = "windows-sys" 2359version = "0.45.0" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2362dependencies = [ 2363 "windows-targets", 2364] 2365 2366[[package]] 2367name = "windows-targets" 2368version = "0.42.1" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 2371dependencies = [ 2372 "windows_aarch64_gnullvm", 2373 "windows_aarch64_msvc", 2374 "windows_i686_gnu", 2375 "windows_i686_msvc", 2376 "windows_x86_64_gnu", 2377 "windows_x86_64_gnullvm", 2378 "windows_x86_64_msvc", 2379] 2380 2381[[package]] 2382name = "windows_aarch64_gnullvm" 2383version = "0.42.1" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 2386 2387[[package]] 2388name = "windows_aarch64_msvc" 2389version = "0.42.1" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 2392 2393[[package]] 2394name = "windows_i686_gnu" 2395version = "0.42.1" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 2398 2399[[package]] 2400name = "windows_i686_msvc" 2401version = "0.42.1" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 2404 2405[[package]] 2406name = "windows_x86_64_gnu" 2407version = "0.42.1" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 2410 2411[[package]] 2412name = "windows_x86_64_gnullvm" 2413version = "0.42.1" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 2416 2417[[package]] 2418name = "windows_x86_64_msvc" 2419version = "0.42.1" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 2422 2423[[package]] 2424name = "winnow" 2425version = "0.3.3" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658" 2428dependencies = [ 2429 "memchr", 2430] 2431 2432[[package]] 2433name = "winreg" 2434version = "0.10.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 2437dependencies = [ 2438 "winapi", 2439] 2440 2441[[package]] 2442name = "winreg" 2443version = "0.11.0" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189" 2446dependencies = [ 2447 "cfg-if 1.0.0", 2448 "winapi", 2449] 2450 2451[[package]] 2452name = "xattr" 2453version = "0.2.3" 2454source = "registry+https://github.com/rust-lang/crates.io-index" 2455checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 2456dependencies = [ 2457 "libc", 2458] 2459 2460[[package]] 2461name = "xz2" 2462version = "0.1.7" 2463source = "registry+https://github.com/rust-lang/crates.io-index" 2464checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 2465dependencies = [ 2466 "lzma-sys", 2467] 2468 2469[[package]] 2470name = "yansi" 2471version = "0.5.1" 2472source = "registry+https://github.com/rust-lang/crates.io-index" 2473checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 2474 2475[[package]] 2476name = "zstd" 2477version = "0.12.3+zstd.1.5.2" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" 2480dependencies = [ 2481 "zstd-safe", 2482] 2483 2484[[package]] 2485name = "zstd-safe" 2486version = "6.0.4+zstd.1.5.4" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543" 2489dependencies = [ 2490 "libc", 2491 "zstd-sys", 2492] 2493 2494[[package]] 2495name = "zstd-sys" 2496version = "2.0.7+zstd.1.5.4" 2497source = "registry+https://github.com/rust-lang/crates.io-index" 2498checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" 2499dependencies = [ 2500 "cc", 2501 "libc", 2502 "pkg-config", 2503]