Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 2369 lines 58 kB view raw
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 = "atty" 22version = "0.2.14" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 25dependencies = [ 26 "hermit-abi 0.1.19", 27 "libc", 28 "winapi", 29] 30 31[[package]] 32name = "autocfg" 33version = "1.1.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 36 37[[package]] 38name = "autocorrect" 39version = "2.6.1" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "0be6666c6eabb199e7e968e8a64092fafedfc0ac33ba78438f5ce10a9f372e5e" 42dependencies = [ 43 "autocorrect-derive 0.2.0", 44 "diff", 45 "ignore", 46 "lazy_static", 47 "owo-colors", 48 "pest", 49 "pest_derive", 50 "regex", 51 "serde", 52 "serde_json", 53 "serde_repr", 54 "serde_yaml", 55] 56 57[[package]] 58name = "autocorrect" 59version = "2.6.2" 60dependencies = [ 61 "autocorrect-derive 0.3.0", 62 "criterion", 63 "diff", 64 "ignore", 65 "indoc", 66 "lazy_static", 67 "owo-colors", 68 "pest", 69 "pest_derive", 70 "pretty_assertions", 71 "regex", 72 "serde", 73 "serde_json", 74 "serde_repr", 75 "serde_yaml", 76] 77 78[[package]] 79name = "autocorrect-cli" 80version = "2.6.2" 81dependencies = [ 82 "autocorrect 2.6.2", 83 "clap 4.1.4", 84 "ignore", 85 "lazy_static", 86 "log", 87 "num_cpus", 88 "owo-colors", 89 "reqwest", 90 "self_update", 91 "sudo", 92 "threadpool", 93 "walkdir", 94] 95 96[[package]] 97name = "autocorrect-derive" 98version = "0.2.0" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "debd029444930ad4091ac6e8af942e13bee8a351ca0b402cf1d3b2afcf3e2d69" 101dependencies = [ 102 "syn", 103] 104 105[[package]] 106name = "autocorrect-derive" 107version = "0.3.0" 108dependencies = [ 109 "quote", 110 "syn", 111] 112 113[[package]] 114name = "autocorrect-java" 115version = "2.6.2" 116dependencies = [ 117 "autocorrect 2.6.2", 118 "jni", 119] 120 121[[package]] 122name = "autocorrect-node" 123version = "2.6.2" 124dependencies = [ 125 "autocorrect 2.6.2", 126 "napi", 127 "napi-build", 128 "napi-derive", 129] 130 131[[package]] 132name = "autocorrect-py" 133version = "2.6.2" 134dependencies = [ 135 "autocorrect 2.6.2", 136 "pyo3", 137] 138 139[[package]] 140name = "autocorrect-rb" 141version = "2.6.2" 142dependencies = [ 143 "autocorrect 2.6.1", 144 "magnus", 145] 146 147[[package]] 148name = "autocorrect-wasm" 149version = "2.6.2" 150dependencies = [ 151 "autocorrect 2.6.2", 152 "serde", 153 "serde_json", 154 "wasm-bindgen", 155] 156 157[[package]] 158name = "base64" 159version = "0.21.0" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 162 163[[package]] 164name = "bindgen" 165version = "0.60.1" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6" 168dependencies = [ 169 "bitflags", 170 "cexpr", 171 "clang-sys", 172 "lazy_static", 173 "lazycell", 174 "peeking_take_while", 175 "proc-macro2", 176 "quote", 177 "regex", 178 "rustc-hash", 179 "shlex", 180] 181 182[[package]] 183name = "bitflags" 184version = "1.3.2" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 187 188[[package]] 189name = "block-buffer" 190version = "0.10.3" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 193dependencies = [ 194 "generic-array", 195] 196 197[[package]] 198name = "bstr" 199version = "0.2.17" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 202dependencies = [ 203 "lazy_static", 204 "memchr", 205 "regex-automata", 206 "serde", 207] 208 209[[package]] 210name = "bstr" 211version = "1.2.0" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "b7f0778972c64420fdedc63f09919c8a88bda7b25135357fd25a5d9f3257e832" 214dependencies = [ 215 "memchr", 216 "serde", 217] 218 219[[package]] 220name = "bumpalo" 221version = "3.12.0" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 224 225[[package]] 226name = "bytes" 227version = "1.4.0" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 230 231[[package]] 232name = "cast" 233version = "0.3.0" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 236 237[[package]] 238name = "cc" 239version = "1.0.79" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 242 243[[package]] 244name = "cesu8" 245version = "1.1.0" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 248 249[[package]] 250name = "cexpr" 251version = "0.6.0" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 254dependencies = [ 255 "nom", 256] 257 258[[package]] 259name = "cfg-if" 260version = "1.0.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 263 264[[package]] 265name = "clang-sys" 266version = "1.4.0" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3" 269dependencies = [ 270 "glob", 271 "libc", 272 "libloading", 273] 274 275[[package]] 276name = "clap" 277version = "2.34.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 280dependencies = [ 281 "bitflags", 282 "textwrap", 283 "unicode-width", 284] 285 286[[package]] 287name = "clap" 288version = "4.1.4" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" 291dependencies = [ 292 "bitflags", 293 "clap_derive", 294 "clap_lex", 295 "is-terminal", 296 "once_cell", 297 "strsim", 298 "termcolor", 299] 300 301[[package]] 302name = "clap_derive" 303version = "4.1.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8" 306dependencies = [ 307 "heck", 308 "proc-macro-error", 309 "proc-macro2", 310 "quote", 311 "syn", 312] 313 314[[package]] 315name = "clap_lex" 316version = "0.3.1" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade" 319dependencies = [ 320 "os_str_bytes", 321] 322 323[[package]] 324name = "combine" 325version = "4.6.6" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 328dependencies = [ 329 "bytes", 330 "memchr", 331] 332 333[[package]] 334name = "console" 335version = "0.15.5" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 338dependencies = [ 339 "encode_unicode", 340 "lazy_static", 341 "libc", 342 "windows-sys 0.42.0", 343] 344 345[[package]] 346name = "convert_case" 347version = "0.6.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 350dependencies = [ 351 "unicode-segmentation", 352] 353 354[[package]] 355name = "cpufeatures" 356version = "0.2.5" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 359dependencies = [ 360 "libc", 361] 362 363[[package]] 364name = "crc32fast" 365version = "1.3.2" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 368dependencies = [ 369 "cfg-if", 370] 371 372[[package]] 373name = "criterion" 374version = "0.3.6" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" 377dependencies = [ 378 "atty", 379 "cast", 380 "clap 2.34.0", 381 "criterion-plot", 382 "csv", 383 "itertools", 384 "lazy_static", 385 "num-traits", 386 "oorandom", 387 "plotters", 388 "rayon", 389 "regex", 390 "serde", 391 "serde_cbor", 392 "serde_derive", 393 "serde_json", 394 "tinytemplate", 395 "walkdir", 396] 397 398[[package]] 399name = "criterion-plot" 400version = "0.4.5" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" 403dependencies = [ 404 "cast", 405 "itertools", 406] 407 408[[package]] 409name = "crossbeam-channel" 410version = "0.5.6" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 413dependencies = [ 414 "cfg-if", 415 "crossbeam-utils", 416] 417 418[[package]] 419name = "crossbeam-deque" 420version = "0.8.2" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 423dependencies = [ 424 "cfg-if", 425 "crossbeam-epoch", 426 "crossbeam-utils", 427] 428 429[[package]] 430name = "crossbeam-epoch" 431version = "0.9.13" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 434dependencies = [ 435 "autocfg", 436 "cfg-if", 437 "crossbeam-utils", 438 "memoffset 0.7.1", 439 "scopeguard", 440] 441 442[[package]] 443name = "crossbeam-utils" 444version = "0.8.14" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 447dependencies = [ 448 "cfg-if", 449] 450 451[[package]] 452name = "crypto-common" 453version = "0.1.6" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 456dependencies = [ 457 "generic-array", 458 "typenum", 459] 460 461[[package]] 462name = "csv" 463version = "1.1.6" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 466dependencies = [ 467 "bstr 0.2.17", 468 "csv-core", 469 "itoa 0.4.8", 470 "ryu", 471 "serde", 472] 473 474[[package]] 475name = "csv-core" 476version = "0.1.10" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 479dependencies = [ 480 "memchr", 481] 482 483[[package]] 484name = "ctor" 485version = "0.1.26" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 488dependencies = [ 489 "quote", 490 "syn", 491] 492 493[[package]] 494name = "diff" 495version = "0.1.13" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 498 499[[package]] 500name = "digest" 501version = "0.10.6" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 504dependencies = [ 505 "block-buffer", 506 "crypto-common", 507] 508 509[[package]] 510name = "either" 511version = "1.8.1" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 514 515[[package]] 516name = "encode_unicode" 517version = "0.3.6" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 520 521[[package]] 522name = "encoding_rs" 523version = "0.8.32" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 526dependencies = [ 527 "cfg-if", 528] 529 530[[package]] 531name = "errno" 532version = "0.2.8" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 535dependencies = [ 536 "errno-dragonfly", 537 "libc", 538 "winapi", 539] 540 541[[package]] 542name = "errno-dragonfly" 543version = "0.1.2" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 546dependencies = [ 547 "cc", 548 "libc", 549] 550 551[[package]] 552name = "fastrand" 553version = "1.8.0" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 556dependencies = [ 557 "instant", 558] 559 560[[package]] 561name = "filetime" 562version = "0.2.20" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 565dependencies = [ 566 "cfg-if", 567 "libc", 568 "redox_syscall", 569 "windows-sys 0.45.0", 570] 571 572[[package]] 573name = "flate2" 574version = "1.0.25" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 577dependencies = [ 578 "crc32fast", 579 "miniz_oxide", 580] 581 582[[package]] 583name = "fnv" 584version = "1.0.7" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 587 588[[package]] 589name = "form_urlencoded" 590version = "1.1.0" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 593dependencies = [ 594 "percent-encoding", 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 = "glob" 657version = "0.3.1" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 660 661[[package]] 662name = "globset" 663version = "0.4.10" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 666dependencies = [ 667 "aho-corasick", 668 "bstr 1.2.0", 669 "fnv", 670 "log", 671 "regex", 672] 673 674[[package]] 675name = "h2" 676version = "0.3.15" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 679dependencies = [ 680 "bytes", 681 "fnv", 682 "futures-core", 683 "futures-sink", 684 "futures-util", 685 "http", 686 "indexmap", 687 "slab", 688 "tokio", 689 "tokio-util", 690 "tracing", 691] 692 693[[package]] 694name = "half" 695version = "1.8.2" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 698 699[[package]] 700name = "hashbrown" 701version = "0.12.3" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 704 705[[package]] 706name = "heck" 707version = "0.4.1" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 710 711[[package]] 712name = "hermit-abi" 713version = "0.1.19" 714source = "registry+https://github.com/rust-lang/crates.io-index" 715checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 716dependencies = [ 717 "libc", 718] 719 720[[package]] 721name = "hermit-abi" 722version = "0.2.6" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 725dependencies = [ 726 "libc", 727] 728 729[[package]] 730name = "hermit-abi" 731version = "0.3.1" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 734 735[[package]] 736name = "http" 737version = "0.2.8" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 740dependencies = [ 741 "bytes", 742 "fnv", 743 "itoa 1.0.5", 744] 745 746[[package]] 747name = "http-body" 748version = "0.4.5" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 751dependencies = [ 752 "bytes", 753 "http", 754 "pin-project-lite", 755] 756 757[[package]] 758name = "httparse" 759version = "1.8.0" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 762 763[[package]] 764name = "httpdate" 765version = "1.0.2" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 768 769[[package]] 770name = "hyper" 771version = "0.14.24" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 774dependencies = [ 775 "bytes", 776 "futures-channel", 777 "futures-core", 778 "futures-util", 779 "h2", 780 "http", 781 "http-body", 782 "httparse", 783 "httpdate", 784 "itoa 1.0.5", 785 "pin-project-lite", 786 "socket2", 787 "tokio", 788 "tower-service", 789 "tracing", 790 "want", 791] 792 793[[package]] 794name = "hyper-rustls" 795version = "0.23.2" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 798dependencies = [ 799 "http", 800 "hyper", 801 "rustls", 802 "tokio", 803 "tokio-rustls", 804] 805 806[[package]] 807name = "idna" 808version = "0.3.0" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 811dependencies = [ 812 "unicode-bidi", 813 "unicode-normalization", 814] 815 816[[package]] 817name = "ignore" 818version = "0.4.20" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 821dependencies = [ 822 "globset", 823 "lazy_static", 824 "log", 825 "memchr", 826 "regex", 827 "same-file", 828 "thread_local", 829 "walkdir", 830 "winapi-util", 831] 832 833[[package]] 834name = "indexmap" 835version = "1.9.2" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 838dependencies = [ 839 "autocfg", 840 "hashbrown", 841] 842 843[[package]] 844name = "indicatif" 845version = "0.16.2" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" 848dependencies = [ 849 "console", 850 "lazy_static", 851 "number_prefix", 852 "regex", 853] 854 855[[package]] 856name = "indoc" 857version = "1.0.9" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 860 861[[package]] 862name = "instant" 863version = "0.1.12" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 866dependencies = [ 867 "cfg-if", 868] 869 870[[package]] 871name = "io-lifetimes" 872version = "1.0.5" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 875dependencies = [ 876 "libc", 877 "windows-sys 0.45.0", 878] 879 880[[package]] 881name = "ipnet" 882version = "2.7.1" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" 885 886[[package]] 887name = "is-terminal" 888version = "0.4.3" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 891dependencies = [ 892 "hermit-abi 0.3.1", 893 "io-lifetimes", 894 "rustix", 895 "windows-sys 0.45.0", 896] 897 898[[package]] 899name = "itertools" 900version = "0.10.5" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 903dependencies = [ 904 "either", 905] 906 907[[package]] 908name = "itoa" 909version = "0.4.8" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 912 913[[package]] 914name = "itoa" 915version = "1.0.5" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 918 919[[package]] 920name = "jni" 921version = "0.20.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 924dependencies = [ 925 "cesu8", 926 "combine", 927 "jni-sys", 928 "log", 929 "thiserror", 930 "walkdir", 931] 932 933[[package]] 934name = "jni-sys" 935version = "0.3.0" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 938 939[[package]] 940name = "js-sys" 941version = "0.3.61" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 944dependencies = [ 945 "wasm-bindgen", 946] 947 948[[package]] 949name = "lazy_static" 950version = "1.4.0" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 953 954[[package]] 955name = "lazycell" 956version = "1.3.0" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 959 960[[package]] 961name = "libc" 962version = "0.2.139" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 965 966[[package]] 967name = "libloading" 968version = "0.7.4" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 971dependencies = [ 972 "cfg-if", 973 "winapi", 974] 975 976[[package]] 977name = "linux-raw-sys" 978version = "0.1.4" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 981 982[[package]] 983name = "lock_api" 984version = "0.4.9" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 987dependencies = [ 988 "autocfg", 989 "scopeguard", 990] 991 992[[package]] 993name = "log" 994version = "0.4.17" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 997dependencies = [ 998 "cfg-if", 999] 1000 1001[[package]] 1002name = "magnus" 1003version = "0.4.4" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c" 1006dependencies = [ 1007 "magnus-macros", 1008 "rb-sys", 1009 "rb-sys-env", 1010] 1011 1012[[package]] 1013name = "magnus-macros" 1014version = "0.3.0" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae" 1017dependencies = [ 1018 "proc-macro2", 1019 "quote", 1020 "syn", 1021] 1022 1023[[package]] 1024name = "memchr" 1025version = "2.5.0" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1028 1029[[package]] 1030name = "memoffset" 1031version = "0.6.5" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1034dependencies = [ 1035 "autocfg", 1036] 1037 1038[[package]] 1039name = "memoffset" 1040version = "0.7.1" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 1043dependencies = [ 1044 "autocfg", 1045] 1046 1047[[package]] 1048name = "mime" 1049version = "0.3.16" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 1052 1053[[package]] 1054name = "minimal-lexical" 1055version = "0.2.1" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1058 1059[[package]] 1060name = "miniz_oxide" 1061version = "0.6.2" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1064dependencies = [ 1065 "adler", 1066] 1067 1068[[package]] 1069name = "mio" 1070version = "0.8.5" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 1073dependencies = [ 1074 "libc", 1075 "log", 1076 "wasi", 1077 "windows-sys 0.42.0", 1078] 1079 1080[[package]] 1081name = "napi" 1082version = "2.11.1" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "2412d19892730f62fd592f8af41606ca6717ea1eca026103cd44b447829f00c1" 1085dependencies = [ 1086 "bitflags", 1087 "ctor", 1088 "napi-sys", 1089 "once_cell", 1090 "thread_local", 1091] 1092 1093[[package]] 1094name = "napi-build" 1095version = "2.0.1" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e" 1098 1099[[package]] 1100name = "napi-derive" 1101version = "2.11.0" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "03f15c1ac0eac01eca2a24c27905ab47f7411acefd829d0d01fb131dc39befd7" 1104dependencies = [ 1105 "convert_case", 1106 "napi-derive-backend", 1107 "proc-macro2", 1108 "quote", 1109 "syn", 1110] 1111 1112[[package]] 1113name = "napi-derive-backend" 1114version = "1.0.44" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "4930d5fa70f5663b9e7d6b4f0816b70d095574ee7f3c865fdb8c43b0f7e6406d" 1117dependencies = [ 1118 "convert_case", 1119 "once_cell", 1120 "proc-macro2", 1121 "quote", 1122 "regex", 1123 "syn", 1124] 1125 1126[[package]] 1127name = "napi-sys" 1128version = "2.2.3" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3" 1131dependencies = [ 1132 "libloading", 1133] 1134 1135[[package]] 1136name = "nom" 1137version = "7.1.3" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1140dependencies = [ 1141 "memchr", 1142 "minimal-lexical", 1143] 1144 1145[[package]] 1146name = "num-traits" 1147version = "0.2.15" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1150dependencies = [ 1151 "autocfg", 1152] 1153 1154[[package]] 1155name = "num_cpus" 1156version = "1.15.0" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1159dependencies = [ 1160 "hermit-abi 0.2.6", 1161 "libc", 1162] 1163 1164[[package]] 1165name = "number_prefix" 1166version = "0.4.0" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1169 1170[[package]] 1171name = "once_cell" 1172version = "1.17.0" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 1175 1176[[package]] 1177name = "oorandom" 1178version = "11.1.3" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 1181 1182[[package]] 1183name = "os_str_bytes" 1184version = "6.4.1" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 1187 1188[[package]] 1189name = "output_vt100" 1190version = "0.1.3" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 1193dependencies = [ 1194 "winapi", 1195] 1196 1197[[package]] 1198name = "owo-colors" 1199version = "3.5.0" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 1202 1203[[package]] 1204name = "parking_lot" 1205version = "0.12.1" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1208dependencies = [ 1209 "lock_api", 1210 "parking_lot_core", 1211] 1212 1213[[package]] 1214name = "parking_lot_core" 1215version = "0.9.7" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1218dependencies = [ 1219 "cfg-if", 1220 "libc", 1221 "redox_syscall", 1222 "smallvec", 1223 "windows-sys 0.45.0", 1224] 1225 1226[[package]] 1227name = "peeking_take_while" 1228version = "0.1.2" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 1231 1232[[package]] 1233name = "percent-encoding" 1234version = "2.2.0" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1237 1238[[package]] 1239name = "pest" 1240version = "2.5.5" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" 1243dependencies = [ 1244 "thiserror", 1245 "ucd-trie", 1246] 1247 1248[[package]] 1249name = "pest_derive" 1250version = "2.5.5" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69" 1253dependencies = [ 1254 "pest", 1255 "pest_generator", 1256] 1257 1258[[package]] 1259name = "pest_generator" 1260version = "2.5.5" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202" 1263dependencies = [ 1264 "pest", 1265 "pest_meta", 1266 "proc-macro2", 1267 "quote", 1268 "syn", 1269] 1270 1271[[package]] 1272name = "pest_meta" 1273version = "2.5.5" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616" 1276dependencies = [ 1277 "once_cell", 1278 "pest", 1279 "sha2", 1280] 1281 1282[[package]] 1283name = "pin-project-lite" 1284version = "0.2.9" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1287 1288[[package]] 1289name = "pin-utils" 1290version = "0.1.0" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1293 1294[[package]] 1295name = "plotters" 1296version = "0.3.4" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 1299dependencies = [ 1300 "num-traits", 1301 "plotters-backend", 1302 "plotters-svg", 1303 "wasm-bindgen", 1304 "web-sys", 1305] 1306 1307[[package]] 1308name = "plotters-backend" 1309version = "0.3.4" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 1312 1313[[package]] 1314name = "plotters-svg" 1315version = "0.3.3" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 1318dependencies = [ 1319 "plotters-backend", 1320] 1321 1322[[package]] 1323name = "pretty_assertions" 1324version = "1.3.0" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 1327dependencies = [ 1328 "ctor", 1329 "diff", 1330 "output_vt100", 1331 "yansi", 1332] 1333 1334[[package]] 1335name = "proc-macro-error" 1336version = "1.0.4" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1339dependencies = [ 1340 "proc-macro-error-attr", 1341 "proc-macro2", 1342 "quote", 1343 "syn", 1344 "version_check", 1345] 1346 1347[[package]] 1348name = "proc-macro-error-attr" 1349version = "1.0.4" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1352dependencies = [ 1353 "proc-macro2", 1354 "quote", 1355 "version_check", 1356] 1357 1358[[package]] 1359name = "proc-macro2" 1360version = "1.0.51" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 1363dependencies = [ 1364 "unicode-ident", 1365] 1366 1367[[package]] 1368name = "pyo3" 1369version = "0.17.3" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "268be0c73583c183f2b14052337465768c07726936a260f480f0857cb95ba543" 1372dependencies = [ 1373 "cfg-if", 1374 "indoc", 1375 "libc", 1376 "memoffset 0.6.5", 1377 "parking_lot", 1378 "pyo3-build-config", 1379 "pyo3-ffi", 1380 "pyo3-macros", 1381 "unindent", 1382] 1383 1384[[package]] 1385name = "pyo3-build-config" 1386version = "0.17.3" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "28fcd1e73f06ec85bf3280c48c67e731d8290ad3d730f8be9dc07946923005c8" 1389dependencies = [ 1390 "once_cell", 1391 "target-lexicon", 1392] 1393 1394[[package]] 1395name = "pyo3-ffi" 1396version = "0.17.3" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "0f6cb136e222e49115b3c51c32792886defbfb0adead26a688142b346a0b9ffc" 1399dependencies = [ 1400 "libc", 1401 "pyo3-build-config", 1402] 1403 1404[[package]] 1405name = "pyo3-macros" 1406version = "0.17.3" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "94144a1266e236b1c932682136dc35a9dee8d3589728f68130c7c3861ef96b28" 1409dependencies = [ 1410 "proc-macro2", 1411 "pyo3-macros-backend", 1412 "quote", 1413 "syn", 1414] 1415 1416[[package]] 1417name = "pyo3-macros-backend" 1418version = "0.17.3" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "c8df9be978a2d2f0cdebabb03206ed73b11314701a5bfe71b0d753b81997777f" 1421dependencies = [ 1422 "proc-macro2", 1423 "quote", 1424 "syn", 1425] 1426 1427[[package]] 1428name = "quick-xml" 1429version = "0.22.0" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b" 1432dependencies = [ 1433 "memchr", 1434] 1435 1436[[package]] 1437name = "quote" 1438version = "1.0.23" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 1441dependencies = [ 1442 "proc-macro2", 1443] 1444 1445[[package]] 1446name = "rayon" 1447version = "1.6.1" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 1450dependencies = [ 1451 "either", 1452 "rayon-core", 1453] 1454 1455[[package]] 1456name = "rayon-core" 1457version = "1.10.2" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" 1460dependencies = [ 1461 "crossbeam-channel", 1462 "crossbeam-deque", 1463 "crossbeam-utils", 1464 "num_cpus", 1465] 1466 1467[[package]] 1468name = "rb-sys" 1469version = "0.9.64" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "cc8945662df8083245deda89e236647173cc7ad750f481ddcd7bbfd3afe3fa5e" 1472dependencies = [ 1473 "rb-sys-build", 1474] 1475 1476[[package]] 1477name = "rb-sys-build" 1478version = "0.9.64" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "ae8c3cdf9edc3908ee1555b7a1bca58ee1b499439b32cd1c1ec3e66736a8df48" 1481dependencies = [ 1482 "bindgen", 1483 "regex", 1484 "shell-words", 1485] 1486 1487[[package]] 1488name = "rb-sys-env" 1489version = "0.1.2" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb" 1492 1493[[package]] 1494name = "redox_syscall" 1495version = "0.2.16" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1498dependencies = [ 1499 "bitflags", 1500] 1501 1502[[package]] 1503name = "regex" 1504version = "1.7.1" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1507dependencies = [ 1508 "aho-corasick", 1509 "memchr", 1510 "regex-syntax", 1511] 1512 1513[[package]] 1514name = "regex-automata" 1515version = "0.1.10" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1518 1519[[package]] 1520name = "regex-syntax" 1521version = "0.6.28" 1522source = "registry+https://github.com/rust-lang/crates.io-index" 1523checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 1524 1525[[package]] 1526name = "remove_dir_all" 1527version = "0.5.3" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1530dependencies = [ 1531 "winapi", 1532] 1533 1534[[package]] 1535name = "reqwest" 1536version = "0.11.14" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 1539dependencies = [ 1540 "base64", 1541 "bytes", 1542 "encoding_rs", 1543 "futures-core", 1544 "futures-util", 1545 "h2", 1546 "http", 1547 "http-body", 1548 "hyper", 1549 "hyper-rustls", 1550 "ipnet", 1551 "js-sys", 1552 "log", 1553 "mime", 1554 "once_cell", 1555 "percent-encoding", 1556 "pin-project-lite", 1557 "rustls", 1558 "rustls-pemfile", 1559 "serde", 1560 "serde_json", 1561 "serde_urlencoded", 1562 "tokio", 1563 "tokio-rustls", 1564 "tower-service", 1565 "url", 1566 "wasm-bindgen", 1567 "wasm-bindgen-futures", 1568 "web-sys", 1569 "webpki-roots", 1570 "winreg", 1571] 1572 1573[[package]] 1574name = "ring" 1575version = "0.16.20" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1578dependencies = [ 1579 "cc", 1580 "libc", 1581 "once_cell", 1582 "spin", 1583 "untrusted", 1584 "web-sys", 1585 "winapi", 1586] 1587 1588[[package]] 1589name = "rustc-hash" 1590version = "1.1.0" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1593 1594[[package]] 1595name = "rustix" 1596version = "0.36.8" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 1599dependencies = [ 1600 "bitflags", 1601 "errno", 1602 "io-lifetimes", 1603 "libc", 1604 "linux-raw-sys", 1605 "windows-sys 0.45.0", 1606] 1607 1608[[package]] 1609name = "rustls" 1610version = "0.20.8" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1613dependencies = [ 1614 "log", 1615 "ring", 1616 "sct", 1617 "webpki", 1618] 1619 1620[[package]] 1621name = "rustls-pemfile" 1622version = "1.0.2" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 1625dependencies = [ 1626 "base64", 1627] 1628 1629[[package]] 1630name = "ryu" 1631version = "1.0.12" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 1634 1635[[package]] 1636name = "same-file" 1637version = "1.0.6" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1640dependencies = [ 1641 "winapi-util", 1642] 1643 1644[[package]] 1645name = "scopeguard" 1646version = "1.1.0" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1649 1650[[package]] 1651name = "sct" 1652version = "0.7.0" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1655dependencies = [ 1656 "ring", 1657 "untrusted", 1658] 1659 1660[[package]] 1661name = "self_update" 1662version = "0.30.0" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da" 1665dependencies = [ 1666 "either", 1667 "flate2", 1668 "hyper", 1669 "indicatif", 1670 "log", 1671 "quick-xml", 1672 "regex", 1673 "reqwest", 1674 "semver", 1675 "serde_json", 1676 "tar", 1677 "tempfile", 1678] 1679 1680[[package]] 1681name = "semver" 1682version = "1.0.16" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 1685 1686[[package]] 1687name = "serde" 1688version = "1.0.152" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1691dependencies = [ 1692 "serde_derive", 1693] 1694 1695[[package]] 1696name = "serde_cbor" 1697version = "0.11.2" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 1700dependencies = [ 1701 "half", 1702 "serde", 1703] 1704 1705[[package]] 1706name = "serde_derive" 1707version = "1.0.152" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1710dependencies = [ 1711 "proc-macro2", 1712 "quote", 1713 "syn", 1714] 1715 1716[[package]] 1717name = "serde_json" 1718version = "1.0.93" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 1721dependencies = [ 1722 "itoa 1.0.5", 1723 "ryu", 1724 "serde", 1725] 1726 1727[[package]] 1728name = "serde_repr" 1729version = "0.1.10" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e" 1732dependencies = [ 1733 "proc-macro2", 1734 "quote", 1735 "syn", 1736] 1737 1738[[package]] 1739name = "serde_urlencoded" 1740version = "0.7.1" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1743dependencies = [ 1744 "form_urlencoded", 1745 "itoa 1.0.5", 1746 "ryu", 1747 "serde", 1748] 1749 1750[[package]] 1751name = "serde_yaml" 1752version = "0.9.17" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567" 1755dependencies = [ 1756 "indexmap", 1757 "itoa 1.0.5", 1758 "ryu", 1759 "serde", 1760 "unsafe-libyaml", 1761] 1762 1763[[package]] 1764name = "sha2" 1765version = "0.10.6" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1768dependencies = [ 1769 "cfg-if", 1770 "cpufeatures", 1771 "digest", 1772] 1773 1774[[package]] 1775name = "shell-words" 1776version = "1.1.0" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 1779 1780[[package]] 1781name = "shlex" 1782version = "1.1.0" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 1785 1786[[package]] 1787name = "slab" 1788version = "0.4.7" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 1791dependencies = [ 1792 "autocfg", 1793] 1794 1795[[package]] 1796name = "smallvec" 1797version = "1.10.0" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1800 1801[[package]] 1802name = "socket2" 1803version = "0.4.7" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 1806dependencies = [ 1807 "libc", 1808 "winapi", 1809] 1810 1811[[package]] 1812name = "spin" 1813version = "0.5.2" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1816 1817[[package]] 1818name = "strsim" 1819version = "0.10.0" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1822 1823[[package]] 1824name = "sudo" 1825version = "0.5.0" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "2a88e74edf206f281aff2820aa2066c781331044c770626dcafe19491f214e05" 1828dependencies = [ 1829 "libc", 1830 "log", 1831] 1832 1833[[package]] 1834name = "syn" 1835version = "1.0.107" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 1838dependencies = [ 1839 "proc-macro2", 1840 "quote", 1841 "unicode-ident", 1842] 1843 1844[[package]] 1845name = "tar" 1846version = "0.4.38" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1849dependencies = [ 1850 "filetime", 1851 "libc", 1852 "xattr", 1853] 1854 1855[[package]] 1856name = "target-lexicon" 1857version = "0.12.5" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" 1860 1861[[package]] 1862name = "tempfile" 1863version = "3.3.0" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1866dependencies = [ 1867 "cfg-if", 1868 "fastrand", 1869 "libc", 1870 "redox_syscall", 1871 "remove_dir_all", 1872 "winapi", 1873] 1874 1875[[package]] 1876name = "termcolor" 1877version = "1.2.0" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1880dependencies = [ 1881 "winapi-util", 1882] 1883 1884[[package]] 1885name = "textwrap" 1886version = "0.11.0" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1889dependencies = [ 1890 "unicode-width", 1891] 1892 1893[[package]] 1894name = "thiserror" 1895version = "1.0.38" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1898dependencies = [ 1899 "thiserror-impl", 1900] 1901 1902[[package]] 1903name = "thiserror-impl" 1904version = "1.0.38" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1907dependencies = [ 1908 "proc-macro2", 1909 "quote", 1910 "syn", 1911] 1912 1913[[package]] 1914name = "thread_local" 1915version = "1.1.6" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "50f297120ff9d4efe680df143d5631bba9c75fa371992b7fcb33eb3453cb0a07" 1918dependencies = [ 1919 "cfg-if", 1920 "once_cell", 1921] 1922 1923[[package]] 1924name = "threadpool" 1925version = "1.8.1" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 1928dependencies = [ 1929 "num_cpus", 1930] 1931 1932[[package]] 1933name = "tinytemplate" 1934version = "1.2.1" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 1937dependencies = [ 1938 "serde", 1939 "serde_json", 1940] 1941 1942[[package]] 1943name = "tinyvec" 1944version = "1.6.0" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1947dependencies = [ 1948 "tinyvec_macros", 1949] 1950 1951[[package]] 1952name = "tinyvec_macros" 1953version = "0.1.1" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1956 1957[[package]] 1958name = "tokio" 1959version = "1.25.0" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 1962dependencies = [ 1963 "autocfg", 1964 "bytes", 1965 "libc", 1966 "memchr", 1967 "mio", 1968 "num_cpus", 1969 "pin-project-lite", 1970 "socket2", 1971 "windows-sys 0.42.0", 1972] 1973 1974[[package]] 1975name = "tokio-rustls" 1976version = "0.23.4" 1977source = "registry+https://github.com/rust-lang/crates.io-index" 1978checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 1979dependencies = [ 1980 "rustls", 1981 "tokio", 1982 "webpki", 1983] 1984 1985[[package]] 1986name = "tokio-util" 1987version = "0.7.6" 1988source = "registry+https://github.com/rust-lang/crates.io-index" 1989checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583" 1990dependencies = [ 1991 "bytes", 1992 "futures-core", 1993 "futures-sink", 1994 "pin-project-lite", 1995 "tokio", 1996 "tracing", 1997] 1998 1999[[package]] 2000name = "tower-service" 2001version = "0.3.2" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2004 2005[[package]] 2006name = "tracing" 2007version = "0.1.37" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2010dependencies = [ 2011 "cfg-if", 2012 "pin-project-lite", 2013 "tracing-core", 2014] 2015 2016[[package]] 2017name = "tracing-core" 2018version = "0.1.30" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2021dependencies = [ 2022 "once_cell", 2023] 2024 2025[[package]] 2026name = "try-lock" 2027version = "0.2.4" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2030 2031[[package]] 2032name = "typenum" 2033version = "1.16.0" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2036 2037[[package]] 2038name = "ucd-trie" 2039version = "0.1.5" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 2042 2043[[package]] 2044name = "unicode-bidi" 2045version = "0.3.10" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 2048 2049[[package]] 2050name = "unicode-ident" 2051version = "1.0.6" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 2054 2055[[package]] 2056name = "unicode-normalization" 2057version = "0.1.22" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2060dependencies = [ 2061 "tinyvec", 2062] 2063 2064[[package]] 2065name = "unicode-segmentation" 2066version = "1.10.1" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2069 2070[[package]] 2071name = "unicode-width" 2072version = "0.1.10" 2073source = "registry+https://github.com/rust-lang/crates.io-index" 2074checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2075 2076[[package]] 2077name = "unindent" 2078version = "0.1.11" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 2081 2082[[package]] 2083name = "unsafe-libyaml" 2084version = "0.2.5" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2" 2087 2088[[package]] 2089name = "untrusted" 2090version = "0.7.1" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2093 2094[[package]] 2095name = "url" 2096version = "2.3.1" 2097source = "registry+https://github.com/rust-lang/crates.io-index" 2098checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2099dependencies = [ 2100 "form_urlencoded", 2101 "idna", 2102 "percent-encoding", 2103] 2104 2105[[package]] 2106name = "version_check" 2107version = "0.9.4" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2110 2111[[package]] 2112name = "walkdir" 2113version = "2.3.2" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 2116dependencies = [ 2117 "same-file", 2118 "winapi", 2119 "winapi-util", 2120] 2121 2122[[package]] 2123name = "want" 2124version = "0.3.0" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2127dependencies = [ 2128 "log", 2129 "try-lock", 2130] 2131 2132[[package]] 2133name = "wasi" 2134version = "0.11.0+wasi-snapshot-preview1" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2137 2138[[package]] 2139name = "wasm-bindgen" 2140version = "0.2.84" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2143dependencies = [ 2144 "cfg-if", 2145 "serde", 2146 "serde_json", 2147 "wasm-bindgen-macro", 2148] 2149 2150[[package]] 2151name = "wasm-bindgen-backend" 2152version = "0.2.84" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2155dependencies = [ 2156 "bumpalo", 2157 "log", 2158 "once_cell", 2159 "proc-macro2", 2160 "quote", 2161 "syn", 2162 "wasm-bindgen-shared", 2163] 2164 2165[[package]] 2166name = "wasm-bindgen-futures" 2167version = "0.4.34" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 2170dependencies = [ 2171 "cfg-if", 2172 "js-sys", 2173 "wasm-bindgen", 2174 "web-sys", 2175] 2176 2177[[package]] 2178name = "wasm-bindgen-macro" 2179version = "0.2.84" 2180source = "registry+https://github.com/rust-lang/crates.io-index" 2181checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2182dependencies = [ 2183 "quote", 2184 "wasm-bindgen-macro-support", 2185] 2186 2187[[package]] 2188name = "wasm-bindgen-macro-support" 2189version = "0.2.84" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2192dependencies = [ 2193 "proc-macro2", 2194 "quote", 2195 "syn", 2196 "wasm-bindgen-backend", 2197 "wasm-bindgen-shared", 2198] 2199 2200[[package]] 2201name = "wasm-bindgen-shared" 2202version = "0.2.84" 2203source = "registry+https://github.com/rust-lang/crates.io-index" 2204checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2205 2206[[package]] 2207name = "web-sys" 2208version = "0.3.61" 2209source = "registry+https://github.com/rust-lang/crates.io-index" 2210checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2211dependencies = [ 2212 "js-sys", 2213 "wasm-bindgen", 2214] 2215 2216[[package]] 2217name = "webpki" 2218version = "0.22.0" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 2221dependencies = [ 2222 "ring", 2223 "untrusted", 2224] 2225 2226[[package]] 2227name = "webpki-roots" 2228version = "0.22.6" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 2231dependencies = [ 2232 "webpki", 2233] 2234 2235[[package]] 2236name = "winapi" 2237version = "0.3.9" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2240dependencies = [ 2241 "winapi-i686-pc-windows-gnu", 2242 "winapi-x86_64-pc-windows-gnu", 2243] 2244 2245[[package]] 2246name = "winapi-i686-pc-windows-gnu" 2247version = "0.4.0" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2250 2251[[package]] 2252name = "winapi-util" 2253version = "0.1.5" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2256dependencies = [ 2257 "winapi", 2258] 2259 2260[[package]] 2261name = "winapi-x86_64-pc-windows-gnu" 2262version = "0.4.0" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2265 2266[[package]] 2267name = "windows-sys" 2268version = "0.42.0" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2271dependencies = [ 2272 "windows_aarch64_gnullvm", 2273 "windows_aarch64_msvc", 2274 "windows_i686_gnu", 2275 "windows_i686_msvc", 2276 "windows_x86_64_gnu", 2277 "windows_x86_64_gnullvm", 2278 "windows_x86_64_msvc", 2279] 2280 2281[[package]] 2282name = "windows-sys" 2283version = "0.45.0" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2286dependencies = [ 2287 "windows-targets", 2288] 2289 2290[[package]] 2291name = "windows-targets" 2292version = "0.42.1" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 2295dependencies = [ 2296 "windows_aarch64_gnullvm", 2297 "windows_aarch64_msvc", 2298 "windows_i686_gnu", 2299 "windows_i686_msvc", 2300 "windows_x86_64_gnu", 2301 "windows_x86_64_gnullvm", 2302 "windows_x86_64_msvc", 2303] 2304 2305[[package]] 2306name = "windows_aarch64_gnullvm" 2307version = "0.42.1" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 2310 2311[[package]] 2312name = "windows_aarch64_msvc" 2313version = "0.42.1" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 2316 2317[[package]] 2318name = "windows_i686_gnu" 2319version = "0.42.1" 2320source = "registry+https://github.com/rust-lang/crates.io-index" 2321checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 2322 2323[[package]] 2324name = "windows_i686_msvc" 2325version = "0.42.1" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 2328 2329[[package]] 2330name = "windows_x86_64_gnu" 2331version = "0.42.1" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 2334 2335[[package]] 2336name = "windows_x86_64_gnullvm" 2337version = "0.42.1" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 2340 2341[[package]] 2342name = "windows_x86_64_msvc" 2343version = "0.42.1" 2344source = "registry+https://github.com/rust-lang/crates.io-index" 2345checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 2346 2347[[package]] 2348name = "winreg" 2349version = "0.10.1" 2350source = "registry+https://github.com/rust-lang/crates.io-index" 2351checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 2352dependencies = [ 2353 "winapi", 2354] 2355 2356[[package]] 2357name = "xattr" 2358version = "0.2.3" 2359source = "registry+https://github.com/rust-lang/crates.io-index" 2360checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 2361dependencies = [ 2362 "libc", 2363] 2364 2365[[package]] 2366name = "yansi" 2367version = "0.5.1" 2368source = "registry+https://github.com/rust-lang/crates.io-index" 2369checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"