lol
at 24.05-pre 2381 lines 59 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 = "1.0.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "anstream" 22version = "0.3.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon 1.0.2", 30 "colorchoice", 31 "is-terminal", 32 "utf8parse", 33] 34 35[[package]] 36name = "anstream" 37version = "0.5.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" 40dependencies = [ 41 "anstyle", 42 "anstyle-parse", 43 "anstyle-query", 44 "anstyle-wincon 2.1.0", 45 "colorchoice", 46 "utf8parse", 47] 48 49[[package]] 50name = "anstyle" 51version = "1.0.3" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" 54 55[[package]] 56name = "anstyle-parse" 57version = "0.2.1" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 60dependencies = [ 61 "utf8parse", 62] 63 64[[package]] 65name = "anstyle-query" 66version = "1.0.0" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 69dependencies = [ 70 "windows-sys", 71] 72 73[[package]] 74name = "anstyle-wincon" 75version = "1.0.2" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" 78dependencies = [ 79 "anstyle", 80 "windows-sys", 81] 82 83[[package]] 84name = "anstyle-wincon" 85version = "2.1.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" 88dependencies = [ 89 "anstyle", 90 "windows-sys", 91] 92 93[[package]] 94name = "anyhow" 95version = "1.0.75" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 98 99[[package]] 100name = "assert_cmd" 101version = "2.0.12" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" 104dependencies = [ 105 "anstream 0.3.2", 106 "anstyle", 107 "bstr", 108 "doc-comment", 109 "predicates", 110 "predicates-core", 111 "predicates-tree", 112 "wait-timeout", 113] 114 115[[package]] 116name = "assert_fs" 117version = "1.0.13" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48" 120dependencies = [ 121 "anstream 0.3.2", 122 "anstyle", 123 "doc-comment", 124 "globwalk", 125 "predicates", 126 "predicates-core", 127 "predicates-tree", 128 "tempfile", 129] 130 131[[package]] 132name = "atty" 133version = "0.2.14" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 136dependencies = [ 137 "hermit-abi 0.1.19", 138 "libc", 139 "winapi", 140] 141 142[[package]] 143name = "autocfg" 144version = "1.1.0" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 147 148[[package]] 149name = "base16ct" 150version = "0.2.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 153 154[[package]] 155name = "base64" 156version = "0.21.3" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" 159 160[[package]] 161name = "base64ct" 162version = "1.6.0" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 165 166[[package]] 167name = "bitflags" 168version = "1.3.2" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 171 172[[package]] 173name = "bitflags" 174version = "2.4.0" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 177 178[[package]] 179name = "block-buffer" 180version = "0.10.4" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 183dependencies = [ 184 "generic-array", 185] 186 187[[package]] 188name = "bstr" 189version = "1.6.0" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 192dependencies = [ 193 "memchr", 194 "regex-automata", 195 "serde", 196] 197 198[[package]] 199name = "bumpalo" 200version = "3.13.0" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 203 204[[package]] 205name = "byteorder" 206version = "1.4.3" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 209 210[[package]] 211name = "camino" 212version = "1.1.6" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 215dependencies = [ 216 "serde", 217] 218 219[[package]] 220name = "cargo-edit" 221version = "0.12.2" 222dependencies = [ 223 "anyhow", 224 "assert_cmd", 225 "assert_fs", 226 "cargo-test-macro", 227 "cargo-test-support", 228 "cargo_metadata", 229 "clap", 230 "clap-cargo", 231 "concolor-control", 232 "crates-index", 233 "dunce", 234 "env_proxy", 235 "git2", 236 "hex", 237 "home", 238 "indexmap 1.9.3", 239 "native-tls", 240 "pathdiff", 241 "predicates", 242 "regex", 243 "semver", 244 "serde", 245 "serde_derive", 246 "serde_json", 247 "snapbox", 248 "subprocess", 249 "termcolor", 250 "toml", 251 "toml_edit", 252 "trycmd", 253 "ureq", 254 "url", 255] 256 257[[package]] 258name = "cargo-platform" 259version = "0.1.3" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" 262dependencies = [ 263 "serde", 264] 265 266[[package]] 267name = "cargo-test-macro" 268version = "0.1.0" 269source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 270 271[[package]] 272name = "cargo-test-support" 273version = "0.1.0" 274source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 275dependencies = [ 276 "anyhow", 277 "cargo-test-macro", 278 "cargo-util", 279 "crates-io", 280 "filetime", 281 "flate2", 282 "git2", 283 "glob", 284 "itertools", 285 "lazy_static", 286 "pasetors", 287 "serde", 288 "serde_json", 289 "snapbox", 290 "tar", 291 "termcolor", 292 "time", 293 "toml", 294 "url", 295 "windows-sys", 296] 297 298[[package]] 299name = "cargo-util" 300version = "0.2.7" 301source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 302dependencies = [ 303 "anyhow", 304 "core-foundation", 305 "filetime", 306 "hex", 307 "jobserver", 308 "libc", 309 "miow", 310 "same-file", 311 "sha2", 312 "shell-escape", 313 "tempfile", 314 "tracing", 315 "walkdir", 316 "windows-sys", 317] 318 319[[package]] 320name = "cargo_metadata" 321version = "0.15.4" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" 324dependencies = [ 325 "camino", 326 "cargo-platform", 327 "semver", 328 "serde", 329 "serde_json", 330 "thiserror", 331] 332 333[[package]] 334name = "cc" 335version = "1.0.83" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 338dependencies = [ 339 "jobserver", 340 "libc", 341] 342 343[[package]] 344name = "cfg-if" 345version = "1.0.0" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 348 349[[package]] 350name = "clap" 351version = "4.4.2" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" 354dependencies = [ 355 "clap_builder", 356 "clap_derive", 357] 358 359[[package]] 360name = "clap-cargo" 361version = "0.12.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" 364dependencies = [ 365 "anstyle", 366 "clap", 367] 368 369[[package]] 370name = "clap_builder" 371version = "4.4.2" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" 374dependencies = [ 375 "anstream 0.5.0", 376 "anstyle", 377 "clap_lex", 378 "strsim", 379 "terminal_size", 380] 381 382[[package]] 383name = "clap_derive" 384version = "4.4.2" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" 387dependencies = [ 388 "heck", 389 "proc-macro2", 390 "quote", 391 "syn", 392] 393 394[[package]] 395name = "clap_lex" 396version = "0.5.1" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 399 400[[package]] 401name = "colorchoice" 402version = "1.0.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 405 406[[package]] 407name = "concolor-control" 408version = "0.0.7" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "7104119c2f80d887239879d0c50e033cd40eac9a3f3561e0684ba7d5d654f4da" 411dependencies = [ 412 "atty", 413 "bitflags 1.3.2", 414 "concolor-query", 415] 416 417[[package]] 418name = "concolor-query" 419version = "0.0.4" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "ad159cc964ac8f9d407cbc0aa44b02436c054b541f2b4b5f06972e1efdc54bc7" 422 423[[package]] 424name = "const-oid" 425version = "0.9.5" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" 428 429[[package]] 430name = "content_inspector" 431version = "0.2.4" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" 434dependencies = [ 435 "memchr", 436] 437 438[[package]] 439name = "core-foundation" 440version = "0.9.3" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 443dependencies = [ 444 "core-foundation-sys", 445 "libc", 446] 447 448[[package]] 449name = "core-foundation-sys" 450version = "0.8.4" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 453 454[[package]] 455name = "cpufeatures" 456version = "0.2.9" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 459dependencies = [ 460 "libc", 461] 462 463[[package]] 464name = "crates-index" 465version = "0.19.13" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "c3cab38e209d6ba8bd5b0d41c784ec63a5a9ea3adf866b820d377588960f1ded" 468dependencies = [ 469 "git2", 470 "hex", 471 "home", 472 "memchr", 473 "rayon", 474 "rustc-hash", 475 "semver", 476 "serde", 477 "serde_derive", 478 "serde_json", 479 "smol_str", 480 "toml", 481] 482 483[[package]] 484name = "crates-io" 485version = "0.39.0" 486source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 487dependencies = [ 488 "curl", 489 "percent-encoding", 490 "serde", 491 "serde_json", 492 "thiserror", 493 "url", 494] 495 496[[package]] 497name = "crc32fast" 498version = "1.3.2" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 501dependencies = [ 502 "cfg-if", 503] 504 505[[package]] 506name = "crossbeam-channel" 507version = "0.5.8" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 510dependencies = [ 511 "cfg-if", 512 "crossbeam-utils", 513] 514 515[[package]] 516name = "crossbeam-deque" 517version = "0.8.3" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 520dependencies = [ 521 "cfg-if", 522 "crossbeam-epoch", 523 "crossbeam-utils", 524] 525 526[[package]] 527name = "crossbeam-epoch" 528version = "0.9.15" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 531dependencies = [ 532 "autocfg", 533 "cfg-if", 534 "crossbeam-utils", 535 "memoffset", 536 "scopeguard", 537] 538 539[[package]] 540name = "crossbeam-utils" 541version = "0.8.16" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 544dependencies = [ 545 "cfg-if", 546] 547 548[[package]] 549name = "crypto-bigint" 550version = "0.5.2" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" 553dependencies = [ 554 "generic-array", 555 "rand_core", 556 "subtle", 557 "zeroize", 558] 559 560[[package]] 561name = "crypto-common" 562version = "0.1.6" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 565dependencies = [ 566 "generic-array", 567 "typenum", 568] 569 570[[package]] 571name = "ct-codecs" 572version = "1.1.1" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df" 575 576[[package]] 577name = "curl" 578version = "0.4.44" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 581dependencies = [ 582 "curl-sys", 583 "libc", 584 "openssl-probe", 585 "openssl-sys", 586 "schannel", 587 "socket2", 588 "winapi", 589] 590 591[[package]] 592name = "curl-sys" 593version = "0.4.65+curl-8.2.1" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "961ba061c9ef2fe34bbd12b807152d96f0badd2bebe7b90ce6c8c8b7572a0986" 596dependencies = [ 597 "cc", 598 "libc", 599 "libz-sys", 600 "openssl-sys", 601 "pkg-config", 602 "vcpkg", 603 "winapi", 604] 605 606[[package]] 607name = "der" 608version = "0.7.8" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" 611dependencies = [ 612 "const-oid", 613 "pem-rfc7468", 614 "zeroize", 615] 616 617[[package]] 618name = "deranged" 619version = "0.3.8" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 622dependencies = [ 623 "serde", 624] 625 626[[package]] 627name = "difflib" 628version = "0.4.0" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 631 632[[package]] 633name = "digest" 634version = "0.10.7" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 637dependencies = [ 638 "block-buffer", 639 "const-oid", 640 "crypto-common", 641 "subtle", 642] 643 644[[package]] 645name = "doc-comment" 646version = "0.3.3" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 649 650[[package]] 651name = "dunce" 652version = "1.0.4" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 655 656[[package]] 657name = "ecdsa" 658version = "0.16.8" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" 661dependencies = [ 662 "der", 663 "digest", 664 "elliptic-curve", 665 "rfc6979", 666 "signature", 667 "spki", 668] 669 670[[package]] 671name = "ed25519-compact" 672version = "2.0.4" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c" 675dependencies = [ 676 "getrandom", 677] 678 679[[package]] 680name = "either" 681version = "1.9.0" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 684 685[[package]] 686name = "elliptic-curve" 687version = "0.13.5" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" 690dependencies = [ 691 "base16ct", 692 "crypto-bigint", 693 "digest", 694 "ff", 695 "generic-array", 696 "group", 697 "hkdf", 698 "pem-rfc7468", 699 "pkcs8", 700 "rand_core", 701 "sec1", 702 "subtle", 703 "zeroize", 704] 705 706[[package]] 707name = "env_proxy" 708version = "0.4.1" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 711dependencies = [ 712 "log", 713 "url", 714] 715 716[[package]] 717name = "equivalent" 718version = "1.0.1" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 721 722[[package]] 723name = "errno" 724version = "0.3.2" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 727dependencies = [ 728 "errno-dragonfly", 729 "libc", 730 "windows-sys", 731] 732 733[[package]] 734name = "errno-dragonfly" 735version = "0.1.2" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 738dependencies = [ 739 "cc", 740 "libc", 741] 742 743[[package]] 744name = "fastrand" 745version = "2.0.0" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 748 749[[package]] 750name = "ff" 751version = "0.13.0" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 754dependencies = [ 755 "rand_core", 756 "subtle", 757] 758 759[[package]] 760name = "fiat-crypto" 761version = "0.1.20" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" 764 765[[package]] 766name = "filetime" 767version = "0.2.22" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 770dependencies = [ 771 "cfg-if", 772 "libc", 773 "redox_syscall", 774 "windows-sys", 775] 776 777[[package]] 778name = "flate2" 779version = "1.0.27" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 782dependencies = [ 783 "crc32fast", 784 "libz-sys", 785 "miniz_oxide", 786] 787 788[[package]] 789name = "float-cmp" 790version = "0.9.0" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 793dependencies = [ 794 "num-traits", 795] 796 797[[package]] 798name = "fnv" 799version = "1.0.7" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 802 803[[package]] 804name = "foreign-types" 805version = "0.3.2" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 808dependencies = [ 809 "foreign-types-shared", 810] 811 812[[package]] 813name = "foreign-types-shared" 814version = "0.1.1" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 817 818[[package]] 819name = "form_urlencoded" 820version = "1.2.0" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 823dependencies = [ 824 "percent-encoding", 825] 826 827[[package]] 828name = "generic-array" 829version = "0.14.7" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 832dependencies = [ 833 "typenum", 834 "version_check", 835 "zeroize", 836] 837 838[[package]] 839name = "getrandom" 840version = "0.2.10" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 843dependencies = [ 844 "cfg-if", 845 "js-sys", 846 "libc", 847 "wasi", 848 "wasm-bindgen", 849] 850 851[[package]] 852name = "git2" 853version = "0.17.2" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" 856dependencies = [ 857 "bitflags 1.3.2", 858 "libc", 859 "libgit2-sys", 860 "log", 861 "openssl-probe", 862 "openssl-sys", 863 "url", 864] 865 866[[package]] 867name = "glob" 868version = "0.3.1" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 871 872[[package]] 873name = "globset" 874version = "0.4.13" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 877dependencies = [ 878 "aho-corasick", 879 "bstr", 880 "fnv", 881 "log", 882 "regex", 883] 884 885[[package]] 886name = "globwalk" 887version = "0.8.1" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 890dependencies = [ 891 "bitflags 1.3.2", 892 "ignore", 893 "walkdir", 894] 895 896[[package]] 897name = "group" 898version = "0.13.0" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 901dependencies = [ 902 "ff", 903 "rand_core", 904 "subtle", 905] 906 907[[package]] 908name = "hashbrown" 909version = "0.12.3" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 912 913[[package]] 914name = "hashbrown" 915version = "0.14.0" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 918 919[[package]] 920name = "heck" 921version = "0.4.1" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 924 925[[package]] 926name = "hermit-abi" 927version = "0.1.19" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 930dependencies = [ 931 "libc", 932] 933 934[[package]] 935name = "hermit-abi" 936version = "0.3.2" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 939 940[[package]] 941name = "hex" 942version = "0.4.3" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 945dependencies = [ 946 "serde", 947] 948 949[[package]] 950name = "hkdf" 951version = "0.12.3" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 954dependencies = [ 955 "hmac", 956] 957 958[[package]] 959name = "hmac" 960version = "0.12.1" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 963dependencies = [ 964 "digest", 965] 966 967[[package]] 968name = "home" 969version = "0.5.5" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 972dependencies = [ 973 "windows-sys", 974] 975 976[[package]] 977name = "humantime" 978version = "2.1.0" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 981 982[[package]] 983name = "humantime-serde" 984version = "1.1.1" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 987dependencies = [ 988 "humantime", 989 "serde", 990] 991 992[[package]] 993name = "idna" 994version = "0.4.0" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 997dependencies = [ 998 "unicode-bidi", 999 "unicode-normalization", 1000] 1001 1002[[package]] 1003name = "ignore" 1004version = "0.4.20" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 1007dependencies = [ 1008 "globset", 1009 "lazy_static", 1010 "log", 1011 "memchr", 1012 "regex", 1013 "same-file", 1014 "thread_local", 1015 "walkdir", 1016 "winapi-util", 1017] 1018 1019[[package]] 1020name = "indexmap" 1021version = "1.9.3" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1024dependencies = [ 1025 "autocfg", 1026 "hashbrown 0.12.3", 1027] 1028 1029[[package]] 1030name = "indexmap" 1031version = "2.0.0" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1034dependencies = [ 1035 "equivalent", 1036 "hashbrown 0.14.0", 1037] 1038 1039[[package]] 1040name = "io-lifetimes" 1041version = "1.0.11" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1044dependencies = [ 1045 "hermit-abi 0.3.2", 1046 "libc", 1047 "windows-sys", 1048] 1049 1050[[package]] 1051name = "is-terminal" 1052version = "0.4.9" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 1055dependencies = [ 1056 "hermit-abi 0.3.2", 1057 "rustix 0.38.9", 1058 "windows-sys", 1059] 1060 1061[[package]] 1062name = "itertools" 1063version = "0.10.5" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1066dependencies = [ 1067 "either", 1068] 1069 1070[[package]] 1071name = "itoa" 1072version = "1.0.9" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1075 1076[[package]] 1077name = "jobserver" 1078version = "0.1.26" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1081dependencies = [ 1082 "libc", 1083] 1084 1085[[package]] 1086name = "js-sys" 1087version = "0.3.64" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1090dependencies = [ 1091 "wasm-bindgen", 1092] 1093 1094[[package]] 1095name = "lazy_static" 1096version = "1.4.0" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1099 1100[[package]] 1101name = "libc" 1102version = "0.2.147" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 1105 1106[[package]] 1107name = "libgit2-sys" 1108version = "0.15.2+1.6.4" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" 1111dependencies = [ 1112 "cc", 1113 "libc", 1114 "libssh2-sys", 1115 "libz-sys", 1116 "openssl-sys", 1117 "pkg-config", 1118] 1119 1120[[package]] 1121name = "libssh2-sys" 1122version = "0.3.0" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" 1125dependencies = [ 1126 "cc", 1127 "libc", 1128 "libz-sys", 1129 "openssl-sys", 1130 "pkg-config", 1131 "vcpkg", 1132] 1133 1134[[package]] 1135name = "libz-sys" 1136version = "1.1.12" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" 1139dependencies = [ 1140 "cc", 1141 "libc", 1142 "pkg-config", 1143 "vcpkg", 1144] 1145 1146[[package]] 1147name = "linux-raw-sys" 1148version = "0.3.8" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1151 1152[[package]] 1153name = "linux-raw-sys" 1154version = "0.4.5" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 1157 1158[[package]] 1159name = "log" 1160version = "0.4.20" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1163 1164[[package]] 1165name = "memchr" 1166version = "2.5.0" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1169 1170[[package]] 1171name = "memoffset" 1172version = "0.9.0" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1175dependencies = [ 1176 "autocfg", 1177] 1178 1179[[package]] 1180name = "miniz_oxide" 1181version = "0.7.1" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1184dependencies = [ 1185 "adler", 1186] 1187 1188[[package]] 1189name = "miow" 1190version = "0.6.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" 1193dependencies = [ 1194 "windows-sys", 1195] 1196 1197[[package]] 1198name = "native-tls" 1199version = "0.2.11" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1202dependencies = [ 1203 "lazy_static", 1204 "libc", 1205 "log", 1206 "openssl", 1207 "openssl-probe", 1208 "openssl-sys", 1209 "schannel", 1210 "security-framework", 1211 "security-framework-sys", 1212 "tempfile", 1213] 1214 1215[[package]] 1216name = "normalize-line-endings" 1217version = "0.3.0" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 1220 1221[[package]] 1222name = "num-traits" 1223version = "0.2.16" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1226dependencies = [ 1227 "autocfg", 1228] 1229 1230[[package]] 1231name = "num_cpus" 1232version = "1.16.0" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1235dependencies = [ 1236 "hermit-abi 0.3.2", 1237 "libc", 1238] 1239 1240[[package]] 1241name = "once_cell" 1242version = "1.18.0" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1245 1246[[package]] 1247name = "openssl" 1248version = "0.10.56" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e" 1251dependencies = [ 1252 "bitflags 1.3.2", 1253 "cfg-if", 1254 "foreign-types", 1255 "libc", 1256 "once_cell", 1257 "openssl-macros", 1258 "openssl-sys", 1259] 1260 1261[[package]] 1262name = "openssl-macros" 1263version = "0.1.1" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1266dependencies = [ 1267 "proc-macro2", 1268 "quote", 1269 "syn", 1270] 1271 1272[[package]] 1273name = "openssl-probe" 1274version = "0.1.5" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1277 1278[[package]] 1279name = "openssl-src" 1280version = "111.27.0+1.1.1v" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "06e8f197c82d7511c5b014030c9b1efeda40d7d5f99d23b4ceed3524a5e63f02" 1283dependencies = [ 1284 "cc", 1285] 1286 1287[[package]] 1288name = "openssl-sys" 1289version = "0.9.91" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac" 1292dependencies = [ 1293 "cc", 1294 "libc", 1295 "openssl-src", 1296 "pkg-config", 1297 "vcpkg", 1298] 1299 1300[[package]] 1301name = "orion" 1302version = "0.17.5" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "b11468cc6afd61a126fe3f91cc4cc8a0dbe7917d0a4b5e8357ba91cc47444462" 1305dependencies = [ 1306 "fiat-crypto", 1307 "subtle", 1308 "zeroize", 1309] 1310 1311[[package]] 1312name = "os_pipe" 1313version = "1.1.4" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 1316dependencies = [ 1317 "libc", 1318 "windows-sys", 1319] 1320 1321[[package]] 1322name = "p384" 1323version = "0.13.0" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 1326dependencies = [ 1327 "ecdsa", 1328 "elliptic-curve", 1329 "primeorder", 1330 "sha2", 1331] 1332 1333[[package]] 1334name = "pasetors" 1335version = "0.6.7" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "ba765699a309908d55950919a3445e9491453e89b2587b1b2abe4143a48894c0" 1338dependencies = [ 1339 "ct-codecs", 1340 "ed25519-compact", 1341 "getrandom", 1342 "orion", 1343 "p384", 1344 "rand_core", 1345 "regex", 1346 "serde", 1347 "serde_json", 1348 "sha2", 1349 "subtle", 1350 "time", 1351 "zeroize", 1352] 1353 1354[[package]] 1355name = "pathdiff" 1356version = "0.2.1" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1359 1360[[package]] 1361name = "pem-rfc7468" 1362version = "0.7.0" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1365dependencies = [ 1366 "base64ct", 1367] 1368 1369[[package]] 1370name = "percent-encoding" 1371version = "2.3.0" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1374 1375[[package]] 1376name = "pin-project-lite" 1377version = "0.2.13" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1380 1381[[package]] 1382name = "pkcs8" 1383version = "0.10.2" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1386dependencies = [ 1387 "der", 1388 "spki", 1389] 1390 1391[[package]] 1392name = "pkg-config" 1393version = "0.3.27" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1396 1397[[package]] 1398name = "predicates" 1399version = "3.0.3" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 1402dependencies = [ 1403 "anstyle", 1404 "difflib", 1405 "float-cmp", 1406 "itertools", 1407 "normalize-line-endings", 1408 "predicates-core", 1409 "regex", 1410] 1411 1412[[package]] 1413name = "predicates-core" 1414version = "1.0.6" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 1417 1418[[package]] 1419name = "predicates-tree" 1420version = "1.0.9" 1421source = "registry+https://github.com/rust-lang/crates.io-index" 1422checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1423dependencies = [ 1424 "predicates-core", 1425 "termtree", 1426] 1427 1428[[package]] 1429name = "primeorder" 1430version = "0.13.2" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" 1433dependencies = [ 1434 "elliptic-curve", 1435] 1436 1437[[package]] 1438name = "proc-macro2" 1439version = "1.0.66" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 1442dependencies = [ 1443 "unicode-ident", 1444] 1445 1446[[package]] 1447name = "quote" 1448version = "1.0.33" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1451dependencies = [ 1452 "proc-macro2", 1453] 1454 1455[[package]] 1456name = "rand_core" 1457version = "0.6.4" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1460dependencies = [ 1461 "getrandom", 1462] 1463 1464[[package]] 1465name = "rayon" 1466version = "1.7.0" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1469dependencies = [ 1470 "either", 1471 "rayon-core", 1472] 1473 1474[[package]] 1475name = "rayon-core" 1476version = "1.11.0" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1479dependencies = [ 1480 "crossbeam-channel", 1481 "crossbeam-deque", 1482 "crossbeam-utils", 1483 "num_cpus", 1484] 1485 1486[[package]] 1487name = "redox_syscall" 1488version = "0.3.5" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1491dependencies = [ 1492 "bitflags 1.3.2", 1493] 1494 1495[[package]] 1496name = "regex" 1497version = "1.9.4" 1498source = "registry+https://github.com/rust-lang/crates.io-index" 1499checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" 1500dependencies = [ 1501 "aho-corasick", 1502 "memchr", 1503 "regex-automata", 1504 "regex-syntax", 1505] 1506 1507[[package]] 1508name = "regex-automata" 1509version = "0.3.7" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" 1512dependencies = [ 1513 "aho-corasick", 1514 "memchr", 1515 "regex-syntax", 1516] 1517 1518[[package]] 1519name = "regex-syntax" 1520version = "0.7.5" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 1523 1524[[package]] 1525name = "rfc6979" 1526version = "0.4.0" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 1529dependencies = [ 1530 "hmac", 1531 "subtle", 1532] 1533 1534[[package]] 1535name = "ring" 1536version = "0.16.20" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1539dependencies = [ 1540 "cc", 1541 "libc", 1542 "once_cell", 1543 "spin", 1544 "untrusted", 1545 "web-sys", 1546 "winapi", 1547] 1548 1549[[package]] 1550name = "rustc-hash" 1551version = "1.1.0" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1554 1555[[package]] 1556name = "rustix" 1557version = "0.37.23" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 1560dependencies = [ 1561 "bitflags 1.3.2", 1562 "errno", 1563 "io-lifetimes", 1564 "libc", 1565 "linux-raw-sys 0.3.8", 1566 "windows-sys", 1567] 1568 1569[[package]] 1570name = "rustix" 1571version = "0.38.9" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 1574dependencies = [ 1575 "bitflags 2.4.0", 1576 "errno", 1577 "libc", 1578 "linux-raw-sys 0.4.5", 1579 "windows-sys", 1580] 1581 1582[[package]] 1583name = "rustls" 1584version = "0.21.6" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" 1587dependencies = [ 1588 "log", 1589 "ring", 1590 "rustls-webpki 0.101.4", 1591 "sct", 1592] 1593 1594[[package]] 1595name = "rustls-webpki" 1596version = "0.100.2" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" 1599dependencies = [ 1600 "ring", 1601 "untrusted", 1602] 1603 1604[[package]] 1605name = "rustls-webpki" 1606version = "0.101.4" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" 1609dependencies = [ 1610 "ring", 1611 "untrusted", 1612] 1613 1614[[package]] 1615name = "ryu" 1616version = "1.0.15" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1619 1620[[package]] 1621name = "same-file" 1622version = "1.0.6" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1625dependencies = [ 1626 "winapi-util", 1627] 1628 1629[[package]] 1630name = "schannel" 1631version = "0.1.22" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1634dependencies = [ 1635 "windows-sys", 1636] 1637 1638[[package]] 1639name = "scopeguard" 1640version = "1.2.0" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1643 1644[[package]] 1645name = "sct" 1646version = "0.7.0" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1649dependencies = [ 1650 "ring", 1651 "untrusted", 1652] 1653 1654[[package]] 1655name = "sec1" 1656version = "0.7.3" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 1659dependencies = [ 1660 "base16ct", 1661 "der", 1662 "generic-array", 1663 "pkcs8", 1664 "subtle", 1665 "zeroize", 1666] 1667 1668[[package]] 1669name = "security-framework" 1670version = "2.9.2" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1673dependencies = [ 1674 "bitflags 1.3.2", 1675 "core-foundation", 1676 "core-foundation-sys", 1677 "libc", 1678 "security-framework-sys", 1679] 1680 1681[[package]] 1682name = "security-framework-sys" 1683version = "2.9.1" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1686dependencies = [ 1687 "core-foundation-sys", 1688 "libc", 1689] 1690 1691[[package]] 1692name = "semver" 1693version = "1.0.18" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 1696dependencies = [ 1697 "serde", 1698] 1699 1700[[package]] 1701name = "serde" 1702version = "1.0.188" 1703source = "registry+https://github.com/rust-lang/crates.io-index" 1704checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 1705dependencies = [ 1706 "serde_derive", 1707] 1708 1709[[package]] 1710name = "serde_derive" 1711version = "1.0.188" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 1714dependencies = [ 1715 "proc-macro2", 1716 "quote", 1717 "syn", 1718] 1719 1720[[package]] 1721name = "serde_json" 1722version = "1.0.105" 1723source = "registry+https://github.com/rust-lang/crates.io-index" 1724checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 1725dependencies = [ 1726 "itoa", 1727 "ryu", 1728 "serde", 1729] 1730 1731[[package]] 1732name = "serde_spanned" 1733version = "0.6.3" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 1736dependencies = [ 1737 "serde", 1738] 1739 1740[[package]] 1741name = "sha2" 1742version = "0.10.7" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 1745dependencies = [ 1746 "cfg-if", 1747 "cpufeatures", 1748 "digest", 1749] 1750 1751[[package]] 1752name = "shell-escape" 1753version = "0.1.5" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 1756 1757[[package]] 1758name = "shlex" 1759version = "1.1.0" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 1762 1763[[package]] 1764name = "signature" 1765version = "2.1.0" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" 1768dependencies = [ 1769 "digest", 1770 "rand_core", 1771] 1772 1773[[package]] 1774name = "similar" 1775version = "2.2.1" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 1778 1779[[package]] 1780name = "smol_str" 1781version = "0.2.0" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 1784dependencies = [ 1785 "serde", 1786] 1787 1788[[package]] 1789name = "snapbox" 1790version = "0.4.12" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "ad90eb3a2e3a8031d636d45bd4832751aefd58a291b553f7305a2bacae21aff3" 1793dependencies = [ 1794 "anstream 0.5.0", 1795 "anstyle", 1796 "content_inspector", 1797 "dunce", 1798 "filetime", 1799 "libc", 1800 "normalize-line-endings", 1801 "os_pipe", 1802 "similar", 1803 "snapbox-macros", 1804 "tempfile", 1805 "wait-timeout", 1806 "walkdir", 1807 "windows-sys", 1808] 1809 1810[[package]] 1811name = "snapbox-macros" 1812version = "0.3.5" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "95f4ffd811b87da98d0e48285134b7847954bd76e843bb794a893b47ca3ee325" 1815dependencies = [ 1816 "anstream 0.5.0", 1817] 1818 1819[[package]] 1820name = "socket2" 1821version = "0.4.9" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1824dependencies = [ 1825 "libc", 1826 "winapi", 1827] 1828 1829[[package]] 1830name = "socks" 1831version = "0.3.4" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 1834dependencies = [ 1835 "byteorder", 1836 "libc", 1837 "winapi", 1838] 1839 1840[[package]] 1841name = "spin" 1842version = "0.5.2" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1845 1846[[package]] 1847name = "spki" 1848version = "0.7.2" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" 1851dependencies = [ 1852 "base64ct", 1853 "der", 1854] 1855 1856[[package]] 1857name = "strsim" 1858version = "0.10.0" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1861 1862[[package]] 1863name = "subprocess" 1864version = "0.2.9" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" 1867dependencies = [ 1868 "libc", 1869 "winapi", 1870] 1871 1872[[package]] 1873name = "subtle" 1874version = "2.5.0" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 1877 1878[[package]] 1879name = "syn" 1880version = "2.0.29" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 1883dependencies = [ 1884 "proc-macro2", 1885 "quote", 1886 "unicode-ident", 1887] 1888 1889[[package]] 1890name = "tar" 1891version = "0.4.40" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 1894dependencies = [ 1895 "filetime", 1896 "libc", 1897] 1898 1899[[package]] 1900name = "tempfile" 1901version = "3.8.0" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 1904dependencies = [ 1905 "cfg-if", 1906 "fastrand", 1907 "redox_syscall", 1908 "rustix 0.38.9", 1909 "windows-sys", 1910] 1911 1912[[package]] 1913name = "termcolor" 1914version = "1.2.0" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1917dependencies = [ 1918 "winapi-util", 1919] 1920 1921[[package]] 1922name = "terminal_size" 1923version = "0.2.6" 1924source = "registry+https://github.com/rust-lang/crates.io-index" 1925checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 1926dependencies = [ 1927 "rustix 0.37.23", 1928 "windows-sys", 1929] 1930 1931[[package]] 1932name = "termtree" 1933version = "0.4.1" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 1936 1937[[package]] 1938name = "thiserror" 1939version = "1.0.47" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 1942dependencies = [ 1943 "thiserror-impl", 1944] 1945 1946[[package]] 1947name = "thiserror-impl" 1948version = "1.0.47" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 1951dependencies = [ 1952 "proc-macro2", 1953 "quote", 1954 "syn", 1955] 1956 1957[[package]] 1958name = "thread_local" 1959version = "1.1.7" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1962dependencies = [ 1963 "cfg-if", 1964 "once_cell", 1965] 1966 1967[[package]] 1968name = "time" 1969version = "0.3.28" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" 1972dependencies = [ 1973 "deranged", 1974 "itoa", 1975 "serde", 1976 "time-core", 1977 "time-macros", 1978] 1979 1980[[package]] 1981name = "time-core" 1982version = "0.1.1" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1985 1986[[package]] 1987name = "time-macros" 1988version = "0.2.14" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" 1991dependencies = [ 1992 "time-core", 1993] 1994 1995[[package]] 1996name = "tinyvec" 1997version = "1.6.0" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2000dependencies = [ 2001 "tinyvec_macros", 2002] 2003 2004[[package]] 2005name = "tinyvec_macros" 2006version = "0.1.1" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2009 2010[[package]] 2011name = "toml" 2012version = "0.7.6" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 2015dependencies = [ 2016 "serde", 2017 "serde_spanned", 2018 "toml_datetime", 2019 "toml_edit", 2020] 2021 2022[[package]] 2023name = "toml_datetime" 2024version = "0.6.3" 2025source = "registry+https://github.com/rust-lang/crates.io-index" 2026checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 2027dependencies = [ 2028 "serde", 2029] 2030 2031[[package]] 2032name = "toml_edit" 2033version = "0.19.14" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 2036dependencies = [ 2037 "indexmap 2.0.0", 2038 "serde", 2039 "serde_spanned", 2040 "toml_datetime", 2041 "winnow", 2042] 2043 2044[[package]] 2045name = "tracing" 2046version = "0.1.37" 2047source = "registry+https://github.com/rust-lang/crates.io-index" 2048checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2049dependencies = [ 2050 "cfg-if", 2051 "pin-project-lite", 2052 "tracing-attributes", 2053 "tracing-core", 2054] 2055 2056[[package]] 2057name = "tracing-attributes" 2058version = "0.1.26" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 2061dependencies = [ 2062 "proc-macro2", 2063 "quote", 2064 "syn", 2065] 2066 2067[[package]] 2068name = "tracing-core" 2069version = "0.1.31" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2072dependencies = [ 2073 "once_cell", 2074] 2075 2076[[package]] 2077name = "trycmd" 2078version = "0.14.17" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "bc6a42f89ccf3c6ee115608a68e256c172734d525a4ac36d4a17a6d4a8108149" 2081dependencies = [ 2082 "glob", 2083 "humantime", 2084 "humantime-serde", 2085 "rayon", 2086 "serde", 2087 "shlex", 2088 "snapbox", 2089 "toml_edit", 2090] 2091 2092[[package]] 2093name = "typenum" 2094version = "1.16.0" 2095source = "registry+https://github.com/rust-lang/crates.io-index" 2096checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2097 2098[[package]] 2099name = "unicode-bidi" 2100version = "0.3.13" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2103 2104[[package]] 2105name = "unicode-ident" 2106version = "1.0.11" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 2109 2110[[package]] 2111name = "unicode-normalization" 2112version = "0.1.22" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2115dependencies = [ 2116 "tinyvec", 2117] 2118 2119[[package]] 2120name = "untrusted" 2121version = "0.7.1" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2124 2125[[package]] 2126name = "ureq" 2127version = "2.7.1" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9" 2130dependencies = [ 2131 "base64", 2132 "log", 2133 "native-tls", 2134 "once_cell", 2135 "rustls", 2136 "rustls-webpki 0.100.2", 2137 "serde", 2138 "serde_json", 2139 "socks", 2140 "url", 2141 "webpki-roots", 2142] 2143 2144[[package]] 2145name = "url" 2146version = "2.4.0" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 2149dependencies = [ 2150 "form_urlencoded", 2151 "idna", 2152 "percent-encoding", 2153] 2154 2155[[package]] 2156name = "utf8parse" 2157version = "0.2.1" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2160 2161[[package]] 2162name = "vcpkg" 2163version = "0.2.15" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2166 2167[[package]] 2168name = "version_check" 2169version = "0.9.4" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2172 2173[[package]] 2174name = "wait-timeout" 2175version = "0.2.0" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 2178dependencies = [ 2179 "libc", 2180] 2181 2182[[package]] 2183name = "walkdir" 2184version = "2.3.3" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2187dependencies = [ 2188 "same-file", 2189 "winapi-util", 2190] 2191 2192[[package]] 2193name = "wasi" 2194version = "0.11.0+wasi-snapshot-preview1" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2197 2198[[package]] 2199name = "wasm-bindgen" 2200version = "0.2.87" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 2203dependencies = [ 2204 "cfg-if", 2205 "wasm-bindgen-macro", 2206] 2207 2208[[package]] 2209name = "wasm-bindgen-backend" 2210version = "0.2.87" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 2213dependencies = [ 2214 "bumpalo", 2215 "log", 2216 "once_cell", 2217 "proc-macro2", 2218 "quote", 2219 "syn", 2220 "wasm-bindgen-shared", 2221] 2222 2223[[package]] 2224name = "wasm-bindgen-macro" 2225version = "0.2.87" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 2228dependencies = [ 2229 "quote", 2230 "wasm-bindgen-macro-support", 2231] 2232 2233[[package]] 2234name = "wasm-bindgen-macro-support" 2235version = "0.2.87" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 2238dependencies = [ 2239 "proc-macro2", 2240 "quote", 2241 "syn", 2242 "wasm-bindgen-backend", 2243 "wasm-bindgen-shared", 2244] 2245 2246[[package]] 2247name = "wasm-bindgen-shared" 2248version = "0.2.87" 2249source = "registry+https://github.com/rust-lang/crates.io-index" 2250checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 2251 2252[[package]] 2253name = "web-sys" 2254version = "0.3.64" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 2257dependencies = [ 2258 "js-sys", 2259 "wasm-bindgen", 2260] 2261 2262[[package]] 2263name = "webpki-roots" 2264version = "0.23.1" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" 2267dependencies = [ 2268 "rustls-webpki 0.100.2", 2269] 2270 2271[[package]] 2272name = "winapi" 2273version = "0.3.9" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2276dependencies = [ 2277 "winapi-i686-pc-windows-gnu", 2278 "winapi-x86_64-pc-windows-gnu", 2279] 2280 2281[[package]] 2282name = "winapi-i686-pc-windows-gnu" 2283version = "0.4.0" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2286 2287[[package]] 2288name = "winapi-util" 2289version = "0.1.5" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2292dependencies = [ 2293 "winapi", 2294] 2295 2296[[package]] 2297name = "winapi-x86_64-pc-windows-gnu" 2298version = "0.4.0" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2301 2302[[package]] 2303name = "windows-sys" 2304version = "0.48.0" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2307dependencies = [ 2308 "windows-targets", 2309] 2310 2311[[package]] 2312name = "windows-targets" 2313version = "0.48.5" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2316dependencies = [ 2317 "windows_aarch64_gnullvm", 2318 "windows_aarch64_msvc", 2319 "windows_i686_gnu", 2320 "windows_i686_msvc", 2321 "windows_x86_64_gnu", 2322 "windows_x86_64_gnullvm", 2323 "windows_x86_64_msvc", 2324] 2325 2326[[package]] 2327name = "windows_aarch64_gnullvm" 2328version = "0.48.5" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2331 2332[[package]] 2333name = "windows_aarch64_msvc" 2334version = "0.48.5" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2337 2338[[package]] 2339name = "windows_i686_gnu" 2340version = "0.48.5" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2343 2344[[package]] 2345name = "windows_i686_msvc" 2346version = "0.48.5" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2349 2350[[package]] 2351name = "windows_x86_64_gnu" 2352version = "0.48.5" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2355 2356[[package]] 2357name = "windows_x86_64_gnullvm" 2358version = "0.48.5" 2359source = "registry+https://github.com/rust-lang/crates.io-index" 2360checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2361 2362[[package]] 2363name = "windows_x86_64_msvc" 2364version = "0.48.5" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2367 2368[[package]] 2369name = "winnow" 2370version = "0.5.15" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 2373dependencies = [ 2374 "memchr", 2375] 2376 2377[[package]] 2378name = "zeroize" 2379version = "1.6.0" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"