Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 2819 lines 70 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 = "addr2line" 7version = "0.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "aho-corasick" 22version = "1.0.5" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "anstream" 31version = "0.6.4" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "utf8parse", 41] 42 43[[package]] 44name = "anstyle" 45version = "1.0.3" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" 48 49[[package]] 50name = "anstyle-parse" 51version = "0.2.0" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 54dependencies = [ 55 "utf8parse", 56] 57 58[[package]] 59name = "anstyle-query" 60version = "1.0.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 63dependencies = [ 64 "windows-sys 0.48.0", 65] 66 67[[package]] 68name = "anstyle-wincon" 69version = "3.0.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" 72dependencies = [ 73 "anstyle", 74 "windows-sys 0.48.0", 75] 76 77[[package]] 78name = "anyhow" 79version = "1.0.75" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 82 83[[package]] 84name = "assert_fs" 85version = "1.0.13" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48" 88dependencies = [ 89 "anstyle", 90 "doc-comment", 91 "globwalk", 92 "predicates", 93 "predicates-core", 94 "predicates-tree", 95 "tempfile", 96] 97 98[[package]] 99name = "async-compression" 100version = "0.4.4" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "f658e2baef915ba0f26f1f7c42bfb8e12f532a01f449a090ded75ae7a07e9ba2" 103dependencies = [ 104 "flate2", 105 "futures-core", 106 "memchr", 107 "pin-project-lite", 108 "tokio", 109] 110 111[[package]] 112name = "atty" 113version = "0.2.14" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 116dependencies = [ 117 "hermit-abi 0.1.19", 118 "libc", 119 "winapi", 120] 121 122[[package]] 123name = "autocfg" 124version = "1.1.0" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 127 128[[package]] 129name = "backtrace" 130version = "0.3.69" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 133dependencies = [ 134 "addr2line", 135 "cc", 136 "cfg-if", 137 "libc", 138 "miniz_oxide", 139 "object", 140 "rustc-demangle", 141] 142 143[[package]] 144name = "base16ct" 145version = "0.2.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 148 149[[package]] 150name = "base64" 151version = "0.21.5" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 154 155[[package]] 156name = "base64ct" 157version = "1.6.0" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 160 161[[package]] 162name = "bitflags" 163version = "1.3.2" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 166 167[[package]] 168name = "bitflags" 169version = "2.4.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 172 173[[package]] 174name = "block-buffer" 175version = "0.10.4" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 178dependencies = [ 179 "generic-array", 180] 181 182[[package]] 183name = "bstr" 184version = "1.7.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" 187dependencies = [ 188 "memchr", 189 "regex-automata", 190 "serde", 191] 192 193[[package]] 194name = "bumpalo" 195version = "3.13.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 198 199[[package]] 200name = "bytes" 201version = "1.5.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 204 205[[package]] 206name = "camino" 207version = "1.1.4" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 210dependencies = [ 211 "serde", 212] 213 214[[package]] 215name = "cargo-platform" 216version = "0.1.2" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 219dependencies = [ 220 "serde", 221] 222 223[[package]] 224name = "cargo-release" 225version = "0.25.0" 226dependencies = [ 227 "anyhow", 228 "assert_fs", 229 "bstr", 230 "cargo-test-macro", 231 "cargo-test-support", 232 "cargo_metadata", 233 "clap", 234 "clap-cargo", 235 "concolor-control", 236 "difflib", 237 "dirs-next", 238 "dunce", 239 "env_logger", 240 "git-conventional", 241 "git2", 242 "globset", 243 "ignore", 244 "indexmap 1.9.3", 245 "itertools 0.11.0", 246 "log", 247 "maplit", 248 "once_cell", 249 "predicates", 250 "quick-error", 251 "regex", 252 "reqwest", 253 "semver", 254 "serde", 255 "snapbox", 256 "tame-index", 257 "termcolor", 258 "time", 259 "toml 0.8.6", 260 "toml_edit 0.20.7", 261 "trycmd", 262] 263 264[[package]] 265name = "cargo-test-macro" 266version = "0.1.0" 267source = "git+https://github.com/rust-lang/cargo#809b720f05494388cbd54e3a9e7dedd8b3fc13e3" 268 269[[package]] 270name = "cargo-test-support" 271version = "0.1.0" 272source = "git+https://github.com/rust-lang/cargo#809b720f05494388cbd54e3a9e7dedd8b3fc13e3" 273dependencies = [ 274 "anyhow", 275 "cargo-test-macro", 276 "cargo-util", 277 "crates-io", 278 "filetime", 279 "flate2", 280 "git2", 281 "glob", 282 "itertools 0.10.5", 283 "lazy_static", 284 "pasetors", 285 "serde", 286 "serde_json", 287 "snapbox", 288 "tar", 289 "termcolor", 290 "time", 291 "toml 0.7.6", 292 "url", 293 "windows-sys 0.48.0", 294] 295 296[[package]] 297name = "cargo-util" 298version = "0.2.4" 299source = "git+https://github.com/rust-lang/cargo#809b720f05494388cbd54e3a9e7dedd8b3fc13e3" 300dependencies = [ 301 "anyhow", 302 "core-foundation", 303 "filetime", 304 "hex", 305 "jobserver", 306 "libc", 307 "log", 308 "miow", 309 "same-file", 310 "sha2", 311 "shell-escape", 312 "tempfile", 313 "walkdir", 314 "windows-sys 0.48.0", 315] 316 317[[package]] 318name = "cargo_metadata" 319version = "0.18.0" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8" 322dependencies = [ 323 "camino", 324 "cargo-platform", 325 "semver", 326 "serde", 327 "serde_json", 328 "thiserror", 329] 330 331[[package]] 332name = "cc" 333version = "1.0.83" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 336dependencies = [ 337 "jobserver", 338 "libc", 339] 340 341[[package]] 342name = "cfg-if" 343version = "1.0.0" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 346 347[[package]] 348name = "clap" 349version = "4.4.7" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" 352dependencies = [ 353 "clap_builder", 354 "clap_derive", 355] 356 357[[package]] 358name = "clap-cargo" 359version = "0.13.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "38ae55615695e768a76899c8411b4ebacfbe525e964f94fd24f0007b10b45cd3" 362dependencies = [ 363 "anstyle", 364 "cargo_metadata", 365 "clap", 366] 367 368[[package]] 369name = "clap_builder" 370version = "4.4.7" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" 373dependencies = [ 374 "anstream", 375 "anstyle", 376 "clap_lex", 377 "strsim", 378 "terminal_size", 379] 380 381[[package]] 382name = "clap_derive" 383version = "4.4.7" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 386dependencies = [ 387 "heck", 388 "proc-macro2", 389 "quote", 390 "syn", 391] 392 393[[package]] 394name = "clap_lex" 395version = "0.6.0" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 398 399[[package]] 400name = "colorchoice" 401version = "1.0.0" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 404 405[[package]] 406name = "concolor-control" 407version = "0.0.7" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "7104119c2f80d887239879d0c50e033cd40eac9a3f3561e0684ba7d5d654f4da" 410dependencies = [ 411 "atty", 412 "bitflags 1.3.2", 413 "concolor-query", 414] 415 416[[package]] 417name = "concolor-query" 418version = "0.0.4" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "ad159cc964ac8f9d407cbc0aa44b02436c054b541f2b4b5f06972e1efdc54bc7" 421 422[[package]] 423name = "const-oid" 424version = "0.9.2" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" 427 428[[package]] 429name = "content_inspector" 430version = "0.2.4" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" 433dependencies = [ 434 "memchr", 435] 436 437[[package]] 438name = "core-foundation" 439version = "0.9.3" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 442dependencies = [ 443 "core-foundation-sys", 444 "libc", 445] 446 447[[package]] 448name = "core-foundation-sys" 449version = "0.8.4" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 452 453[[package]] 454name = "cpufeatures" 455version = "0.2.7" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 458dependencies = [ 459 "libc", 460] 461 462[[package]] 463name = "crates-io" 464version = "0.36.1" 465source = "git+https://github.com/rust-lang/cargo#809b720f05494388cbd54e3a9e7dedd8b3fc13e3" 466dependencies = [ 467 "anyhow", 468 "curl", 469 "percent-encoding", 470 "serde", 471 "serde_json", 472 "url", 473] 474 475[[package]] 476name = "crc32fast" 477version = "1.3.2" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 480dependencies = [ 481 "cfg-if", 482] 483 484[[package]] 485name = "crossbeam-channel" 486version = "0.5.8" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 489dependencies = [ 490 "cfg-if", 491 "crossbeam-utils", 492] 493 494[[package]] 495name = "crossbeam-deque" 496version = "0.8.3" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 499dependencies = [ 500 "cfg-if", 501 "crossbeam-epoch", 502 "crossbeam-utils", 503] 504 505[[package]] 506name = "crossbeam-epoch" 507version = "0.9.14" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 510dependencies = [ 511 "autocfg", 512 "cfg-if", 513 "crossbeam-utils", 514 "memoffset", 515 "scopeguard", 516] 517 518[[package]] 519name = "crossbeam-utils" 520version = "0.8.15" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 523dependencies = [ 524 "cfg-if", 525] 526 527[[package]] 528name = "crypto-bigint" 529version = "0.5.2" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" 532dependencies = [ 533 "generic-array", 534 "rand_core", 535 "subtle", 536 "zeroize", 537] 538 539[[package]] 540name = "crypto-common" 541version = "0.1.6" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 544dependencies = [ 545 "generic-array", 546 "typenum", 547] 548 549[[package]] 550name = "ct-codecs" 551version = "1.1.1" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df" 554 555[[package]] 556name = "curl" 557version = "0.4.44" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 560dependencies = [ 561 "curl-sys", 562 "libc", 563 "openssl-probe", 564 "openssl-sys", 565 "schannel", 566 "socket2 0.4.9", 567 "winapi", 568] 569 570[[package]] 571name = "curl-sys" 572version = "0.4.63+curl-8.1.2" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc" 575dependencies = [ 576 "cc", 577 "libc", 578 "libz-sys", 579 "openssl-sys", 580 "pkg-config", 581 "vcpkg", 582 "winapi", 583] 584 585[[package]] 586name = "der" 587version = "0.7.6" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17" 590dependencies = [ 591 "const-oid", 592 "pem-rfc7468", 593 "zeroize", 594] 595 596[[package]] 597name = "difflib" 598version = "0.4.0" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 601 602[[package]] 603name = "digest" 604version = "0.10.7" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 607dependencies = [ 608 "block-buffer", 609 "const-oid", 610 "crypto-common", 611 "subtle", 612] 613 614[[package]] 615name = "dirs-next" 616version = "2.0.0" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 619dependencies = [ 620 "cfg-if", 621 "dirs-sys-next", 622] 623 624[[package]] 625name = "dirs-sys-next" 626version = "0.1.2" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 629dependencies = [ 630 "libc", 631 "redox_users", 632 "winapi", 633] 634 635[[package]] 636name = "doc-comment" 637version = "0.3.3" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 640 641[[package]] 642name = "dunce" 643version = "1.0.4" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 646 647[[package]] 648name = "ecdsa" 649version = "0.16.7" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428" 652dependencies = [ 653 "der", 654 "digest", 655 "elliptic-curve", 656 "rfc6979", 657 "signature", 658 "spki", 659] 660 661[[package]] 662name = "ed25519-compact" 663version = "2.0.4" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c" 666dependencies = [ 667 "getrandom", 668] 669 670[[package]] 671name = "either" 672version = "1.8.1" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 675 676[[package]] 677name = "elliptic-curve" 678version = "0.13.5" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" 681dependencies = [ 682 "base16ct", 683 "crypto-bigint", 684 "digest", 685 "ff", 686 "generic-array", 687 "group", 688 "hkdf", 689 "pem-rfc7468", 690 "pkcs8", 691 "rand_core", 692 "sec1", 693 "subtle", 694 "zeroize", 695] 696 697[[package]] 698name = "encoding_rs" 699version = "0.8.33" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 702dependencies = [ 703 "cfg-if", 704] 705 706[[package]] 707name = "env_logger" 708version = "0.10.0" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 711dependencies = [ 712 "humantime", 713 "is-terminal", 714 "log", 715 "regex", 716 "termcolor", 717] 718 719[[package]] 720name = "equivalent" 721version = "1.0.1" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 724 725[[package]] 726name = "errno" 727version = "0.3.1" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 730dependencies = [ 731 "errno-dragonfly", 732 "libc", 733 "windows-sys 0.48.0", 734] 735 736[[package]] 737name = "errno-dragonfly" 738version = "0.1.2" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 741dependencies = [ 742 "cc", 743 "libc", 744] 745 746[[package]] 747name = "fastrand" 748version = "1.9.0" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 751dependencies = [ 752 "instant", 753] 754 755[[package]] 756name = "ff" 757version = "0.13.0" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 760dependencies = [ 761 "rand_core", 762 "subtle", 763] 764 765[[package]] 766name = "fiat-crypto" 767version = "0.1.20" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" 770 771[[package]] 772name = "filetime" 773version = "0.2.21" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 776dependencies = [ 777 "cfg-if", 778 "libc", 779 "redox_syscall 0.2.16", 780 "windows-sys 0.48.0", 781] 782 783[[package]] 784name = "flate2" 785version = "1.0.26" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 788dependencies = [ 789 "crc32fast", 790 "libz-sys", 791 "miniz_oxide", 792] 793 794[[package]] 795name = "float-cmp" 796version = "0.9.0" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 799dependencies = [ 800 "num-traits", 801] 802 803[[package]] 804name = "fnv" 805version = "1.0.7" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 808 809[[package]] 810name = "form_urlencoded" 811version = "1.1.0" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 814dependencies = [ 815 "percent-encoding", 816] 817 818[[package]] 819name = "futures-channel" 820version = "0.3.29" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 823dependencies = [ 824 "futures-core", 825] 826 827[[package]] 828name = "futures-core" 829version = "0.3.29" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 832 833[[package]] 834name = "futures-io" 835version = "0.3.29" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 838 839[[package]] 840name = "futures-sink" 841version = "0.3.29" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 844 845[[package]] 846name = "futures-task" 847version = "0.3.29" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 850 851[[package]] 852name = "futures-util" 853version = "0.3.29" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 856dependencies = [ 857 "futures-core", 858 "futures-io", 859 "futures-task", 860 "memchr", 861 "pin-project-lite", 862 "pin-utils", 863 "slab", 864] 865 866[[package]] 867name = "generic-array" 868version = "0.14.7" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 871dependencies = [ 872 "typenum", 873 "version_check", 874 "zeroize", 875] 876 877[[package]] 878name = "getrandom" 879version = "0.2.10" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 882dependencies = [ 883 "cfg-if", 884 "js-sys", 885 "libc", 886 "wasi", 887 "wasm-bindgen", 888] 889 890[[package]] 891name = "gimli" 892version = "0.28.0" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 895 896[[package]] 897name = "git-conventional" 898version = "0.12.4" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "4b3db1aca6f1a2607dd99beed5d99df831ac73eae5994ff301dae712928e2dac" 901dependencies = [ 902 "doc-comment", 903 "unicase", 904 "winnow", 905] 906 907[[package]] 908name = "git2" 909version = "0.17.2" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" 912dependencies = [ 913 "bitflags 1.3.2", 914 "libc", 915 "libgit2-sys", 916 "log", 917 "openssl-probe", 918 "openssl-sys", 919 "url", 920] 921 922[[package]] 923name = "glob" 924version = "0.3.1" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 927 928[[package]] 929name = "globset" 930version = "0.4.13" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 933dependencies = [ 934 "aho-corasick", 935 "bstr", 936 "fnv", 937 "log", 938 "regex", 939] 940 941[[package]] 942name = "globwalk" 943version = "0.8.1" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 946dependencies = [ 947 "bitflags 1.3.2", 948 "ignore", 949 "walkdir", 950] 951 952[[package]] 953name = "group" 954version = "0.13.0" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 957dependencies = [ 958 "ff", 959 "rand_core", 960 "subtle", 961] 962 963[[package]] 964name = "h2" 965version = "0.3.21" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 968dependencies = [ 969 "bytes", 970 "fnv", 971 "futures-core", 972 "futures-sink", 973 "futures-util", 974 "http", 975 "indexmap 1.9.3", 976 "slab", 977 "tokio", 978 "tokio-util", 979 "tracing", 980] 981 982[[package]] 983name = "hashbrown" 984version = "0.12.3" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 987 988[[package]] 989name = "hashbrown" 990version = "0.14.0" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 993 994[[package]] 995name = "heck" 996version = "0.4.1" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 999 1000[[package]] 1001name = "hermit-abi" 1002version = "0.1.19" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1005dependencies = [ 1006 "libc", 1007] 1008 1009[[package]] 1010name = "hermit-abi" 1011version = "0.2.6" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1014dependencies = [ 1015 "libc", 1016] 1017 1018[[package]] 1019name = "hermit-abi" 1020version = "0.3.1" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1023 1024[[package]] 1025name = "hex" 1026version = "0.4.3" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1029 1030[[package]] 1031name = "hkdf" 1032version = "0.12.3" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 1035dependencies = [ 1036 "hmac", 1037] 1038 1039[[package]] 1040name = "hmac" 1041version = "0.12.1" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1044dependencies = [ 1045 "digest", 1046] 1047 1048[[package]] 1049name = "home" 1050version = "0.5.5" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 1053dependencies = [ 1054 "windows-sys 0.48.0", 1055] 1056 1057[[package]] 1058name = "http" 1059version = "0.2.9" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1062dependencies = [ 1063 "bytes", 1064 "fnv", 1065 "itoa", 1066] 1067 1068[[package]] 1069name = "http-body" 1070version = "0.4.5" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1073dependencies = [ 1074 "bytes", 1075 "http", 1076 "pin-project-lite", 1077] 1078 1079[[package]] 1080name = "httparse" 1081version = "1.8.0" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1084 1085[[package]] 1086name = "httpdate" 1087version = "1.0.3" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1090 1091[[package]] 1092name = "humantime" 1093version = "2.1.0" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1096 1097[[package]] 1098name = "humantime-serde" 1099version = "1.1.1" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 1102dependencies = [ 1103 "humantime", 1104 "serde", 1105] 1106 1107[[package]] 1108name = "hyper" 1109version = "0.14.27" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1112dependencies = [ 1113 "bytes", 1114 "futures-channel", 1115 "futures-core", 1116 "futures-util", 1117 "h2", 1118 "http", 1119 "http-body", 1120 "httparse", 1121 "httpdate", 1122 "itoa", 1123 "pin-project-lite", 1124 "socket2 0.4.9", 1125 "tokio", 1126 "tower-service", 1127 "tracing", 1128 "want", 1129] 1130 1131[[package]] 1132name = "hyper-rustls" 1133version = "0.24.2" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1136dependencies = [ 1137 "futures-util", 1138 "http", 1139 "hyper", 1140 "rustls", 1141 "tokio", 1142 "tokio-rustls", 1143] 1144 1145[[package]] 1146name = "idna" 1147version = "0.3.0" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1150dependencies = [ 1151 "unicode-bidi", 1152 "unicode-normalization", 1153] 1154 1155[[package]] 1156name = "ignore" 1157version = "0.4.20" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 1160dependencies = [ 1161 "globset", 1162 "lazy_static", 1163 "log", 1164 "memchr", 1165 "regex", 1166 "same-file", 1167 "thread_local", 1168 "walkdir", 1169 "winapi-util", 1170] 1171 1172[[package]] 1173name = "indexmap" 1174version = "1.9.3" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1177dependencies = [ 1178 "autocfg", 1179 "hashbrown 0.12.3", 1180] 1181 1182[[package]] 1183name = "indexmap" 1184version = "2.0.0" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1187dependencies = [ 1188 "equivalent", 1189 "hashbrown 0.14.0", 1190] 1191 1192[[package]] 1193name = "instant" 1194version = "0.1.12" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1197dependencies = [ 1198 "cfg-if", 1199] 1200 1201[[package]] 1202name = "io-lifetimes" 1203version = "1.0.11" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1206dependencies = [ 1207 "hermit-abi 0.3.1", 1208 "libc", 1209 "windows-sys 0.48.0", 1210] 1211 1212[[package]] 1213name = "ipnet" 1214version = "2.9.0" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1217 1218[[package]] 1219name = "is-terminal" 1220version = "0.4.7" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 1223dependencies = [ 1224 "hermit-abi 0.3.1", 1225 "io-lifetimes", 1226 "rustix 0.37.19", 1227 "windows-sys 0.48.0", 1228] 1229 1230[[package]] 1231name = "itertools" 1232version = "0.10.5" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1235dependencies = [ 1236 "either", 1237] 1238 1239[[package]] 1240name = "itertools" 1241version = "0.11.0" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 1244dependencies = [ 1245 "either", 1246] 1247 1248[[package]] 1249name = "itoa" 1250version = "1.0.6" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1253 1254[[package]] 1255name = "jobserver" 1256version = "0.1.26" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1259dependencies = [ 1260 "libc", 1261] 1262 1263[[package]] 1264name = "js-sys" 1265version = "0.3.63" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 1268dependencies = [ 1269 "wasm-bindgen", 1270] 1271 1272[[package]] 1273name = "lazy_static" 1274version = "1.4.0" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1277 1278[[package]] 1279name = "libc" 1280version = "0.2.148" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 1283 1284[[package]] 1285name = "libgit2-sys" 1286version = "0.15.2+1.6.4" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" 1289dependencies = [ 1290 "cc", 1291 "libc", 1292 "libssh2-sys", 1293 "libz-sys", 1294 "openssl-sys", 1295 "pkg-config", 1296] 1297 1298[[package]] 1299name = "libssh2-sys" 1300version = "0.3.0" 1301source = "registry+https://github.com/rust-lang/crates.io-index" 1302checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" 1303dependencies = [ 1304 "cc", 1305 "libc", 1306 "libz-sys", 1307 "openssl-sys", 1308 "pkg-config", 1309 "vcpkg", 1310] 1311 1312[[package]] 1313name = "libz-sys" 1314version = "1.1.9" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 1317dependencies = [ 1318 "cc", 1319 "libc", 1320 "pkg-config", 1321 "vcpkg", 1322] 1323 1324[[package]] 1325name = "linux-raw-sys" 1326version = "0.3.8" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1329 1330[[package]] 1331name = "linux-raw-sys" 1332version = "0.4.8" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" 1335 1336[[package]] 1337name = "log" 1338version = "0.4.18" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 1341 1342[[package]] 1343name = "maplit" 1344version = "1.0.2" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 1347 1348[[package]] 1349name = "memchr" 1350version = "2.6.2" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e" 1353 1354[[package]] 1355name = "memoffset" 1356version = "0.8.0" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1359dependencies = [ 1360 "autocfg", 1361] 1362 1363[[package]] 1364name = "mime" 1365version = "0.3.17" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1368 1369[[package]] 1370name = "miniz_oxide" 1371version = "0.7.1" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1374dependencies = [ 1375 "adler", 1376] 1377 1378[[package]] 1379name = "mio" 1380version = "0.8.8" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1383dependencies = [ 1384 "libc", 1385 "wasi", 1386 "windows-sys 0.48.0", 1387] 1388 1389[[package]] 1390name = "miow" 1391version = "0.5.0" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" 1394dependencies = [ 1395 "windows-sys 0.42.0", 1396] 1397 1398[[package]] 1399name = "normalize-line-endings" 1400version = "0.3.0" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 1403 1404[[package]] 1405name = "num-traits" 1406version = "0.2.15" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1409dependencies = [ 1410 "autocfg", 1411] 1412 1413[[package]] 1414name = "num_cpus" 1415version = "1.15.0" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1418dependencies = [ 1419 "hermit-abi 0.2.6", 1420 "libc", 1421] 1422 1423[[package]] 1424name = "object" 1425version = "0.32.1" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 1428dependencies = [ 1429 "memchr", 1430] 1431 1432[[package]] 1433name = "once_cell" 1434version = "1.18.0" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1437 1438[[package]] 1439name = "openssl-probe" 1440version = "0.1.5" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1443 1444[[package]] 1445name = "openssl-src" 1446version = "111.26.0+1.1.1u" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37" 1449dependencies = [ 1450 "cc", 1451] 1452 1453[[package]] 1454name = "openssl-sys" 1455version = "0.9.88" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" 1458dependencies = [ 1459 "cc", 1460 "libc", 1461 "openssl-src", 1462 "pkg-config", 1463 "vcpkg", 1464] 1465 1466[[package]] 1467name = "orion" 1468version = "0.17.4" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "cbe74a766292f94f7e69db5a7bf010eadd944f24186c463fe578a7e637582066" 1471dependencies = [ 1472 "fiat-crypto", 1473 "subtle", 1474 "zeroize", 1475] 1476 1477[[package]] 1478name = "os_pipe" 1479version = "1.1.4" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 1482dependencies = [ 1483 "libc", 1484 "windows-sys 0.48.0", 1485] 1486 1487[[package]] 1488name = "p384" 1489version = "0.13.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 1492dependencies = [ 1493 "ecdsa", 1494 "elliptic-curve", 1495 "primeorder", 1496 "sha2", 1497] 1498 1499[[package]] 1500name = "pasetors" 1501version = "0.6.6" 1502source = "registry+https://github.com/rust-lang/crates.io-index" 1503checksum = "824bf633b85dc1dece2eb07161627ba5d90a951597cd5dbf8d85f4d82b7aea69" 1504dependencies = [ 1505 "ct-codecs", 1506 "ed25519-compact", 1507 "getrandom", 1508 "orion", 1509 "p384", 1510 "rand_core", 1511 "regex", 1512 "serde", 1513 "serde_json", 1514 "sha2", 1515 "subtle", 1516 "time", 1517 "zeroize", 1518] 1519 1520[[package]] 1521name = "pem-rfc7468" 1522version = "0.7.0" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1525dependencies = [ 1526 "base64ct", 1527] 1528 1529[[package]] 1530name = "percent-encoding" 1531version = "2.2.0" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1534 1535[[package]] 1536name = "pin-project-lite" 1537version = "0.2.13" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1540 1541[[package]] 1542name = "pin-utils" 1543version = "0.1.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1546 1547[[package]] 1548name = "pkcs8" 1549version = "0.10.2" 1550source = "registry+https://github.com/rust-lang/crates.io-index" 1551checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1552dependencies = [ 1553 "der", 1554 "spki", 1555] 1556 1557[[package]] 1558name = "pkg-config" 1559version = "0.3.27" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1562 1563[[package]] 1564name = "predicates" 1565version = "3.0.3" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 1568dependencies = [ 1569 "anstyle", 1570 "difflib", 1571 "float-cmp", 1572 "itertools 0.10.5", 1573 "normalize-line-endings", 1574 "predicates-core", 1575 "regex", 1576] 1577 1578[[package]] 1579name = "predicates-core" 1580version = "1.0.6" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 1583 1584[[package]] 1585name = "predicates-tree" 1586version = "1.0.9" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1589dependencies = [ 1590 "predicates-core", 1591 "termtree", 1592] 1593 1594[[package]] 1595name = "primeorder" 1596version = "0.13.2" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" 1599dependencies = [ 1600 "elliptic-curve", 1601] 1602 1603[[package]] 1604name = "proc-macro2" 1605version = "1.0.67" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 1608dependencies = [ 1609 "unicode-ident", 1610] 1611 1612[[package]] 1613name = "quick-error" 1614version = "2.0.1" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 1617 1618[[package]] 1619name = "quote" 1620version = "1.0.28" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 1623dependencies = [ 1624 "proc-macro2", 1625] 1626 1627[[package]] 1628name = "rand_core" 1629version = "0.6.4" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1632dependencies = [ 1633 "getrandom", 1634] 1635 1636[[package]] 1637name = "rayon" 1638version = "1.7.0" 1639source = "registry+https://github.com/rust-lang/crates.io-index" 1640checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1641dependencies = [ 1642 "either", 1643 "rayon-core", 1644] 1645 1646[[package]] 1647name = "rayon-core" 1648version = "1.11.0" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1651dependencies = [ 1652 "crossbeam-channel", 1653 "crossbeam-deque", 1654 "crossbeam-utils", 1655 "num_cpus", 1656] 1657 1658[[package]] 1659name = "redox_syscall" 1660version = "0.2.16" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1663dependencies = [ 1664 "bitflags 1.3.2", 1665] 1666 1667[[package]] 1668name = "redox_syscall" 1669version = "0.3.5" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1672dependencies = [ 1673 "bitflags 1.3.2", 1674] 1675 1676[[package]] 1677name = "redox_users" 1678version = "0.4.3" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1681dependencies = [ 1682 "getrandom", 1683 "redox_syscall 0.2.16", 1684 "thiserror", 1685] 1686 1687[[package]] 1688name = "regex" 1689version = "1.10.2" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 1692dependencies = [ 1693 "aho-corasick", 1694 "memchr", 1695 "regex-automata", 1696 "regex-syntax", 1697] 1698 1699[[package]] 1700name = "regex-automata" 1701version = "0.4.3" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 1704dependencies = [ 1705 "aho-corasick", 1706 "memchr", 1707 "regex-syntax", 1708] 1709 1710[[package]] 1711name = "regex-syntax" 1712version = "0.8.2" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 1715 1716[[package]] 1717name = "reqwest" 1718version = "0.11.22" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" 1721dependencies = [ 1722 "async-compression", 1723 "base64", 1724 "bytes", 1725 "encoding_rs", 1726 "futures-core", 1727 "futures-util", 1728 "h2", 1729 "http", 1730 "http-body", 1731 "hyper", 1732 "hyper-rustls", 1733 "ipnet", 1734 "js-sys", 1735 "log", 1736 "mime", 1737 "once_cell", 1738 "percent-encoding", 1739 "pin-project-lite", 1740 "rustls", 1741 "rustls-pemfile", 1742 "serde", 1743 "serde_json", 1744 "serde_urlencoded", 1745 "system-configuration", 1746 "tokio", 1747 "tokio-rustls", 1748 "tokio-util", 1749 "tower-service", 1750 "url", 1751 "wasm-bindgen", 1752 "wasm-bindgen-futures", 1753 "web-sys", 1754 "webpki-roots", 1755 "winreg", 1756] 1757 1758[[package]] 1759name = "rfc6979" 1760version = "0.4.0" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 1763dependencies = [ 1764 "hmac", 1765 "subtle", 1766] 1767 1768[[package]] 1769name = "ring" 1770version = "0.17.5" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 1773dependencies = [ 1774 "cc", 1775 "getrandom", 1776 "libc", 1777 "spin", 1778 "untrusted", 1779 "windows-sys 0.48.0", 1780] 1781 1782[[package]] 1783name = "rustc-demangle" 1784version = "0.1.23" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1787 1788[[package]] 1789name = "rustix" 1790version = "0.37.19" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1793dependencies = [ 1794 "bitflags 1.3.2", 1795 "errno", 1796 "io-lifetimes", 1797 "libc", 1798 "linux-raw-sys 0.3.8", 1799 "windows-sys 0.48.0", 1800] 1801 1802[[package]] 1803name = "rustix" 1804version = "0.38.15" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531" 1807dependencies = [ 1808 "bitflags 2.4.0", 1809 "errno", 1810 "libc", 1811 "linux-raw-sys 0.4.8", 1812 "windows-sys 0.48.0", 1813] 1814 1815[[package]] 1816name = "rustls" 1817version = "0.21.8" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" 1820dependencies = [ 1821 "log", 1822 "ring", 1823 "rustls-webpki", 1824 "sct", 1825] 1826 1827[[package]] 1828name = "rustls-pemfile" 1829version = "1.0.3" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 1832dependencies = [ 1833 "base64", 1834] 1835 1836[[package]] 1837name = "rustls-webpki" 1838version = "0.101.7" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1841dependencies = [ 1842 "ring", 1843 "untrusted", 1844] 1845 1846[[package]] 1847name = "ryu" 1848version = "1.0.13" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1851 1852[[package]] 1853name = "same-file" 1854version = "1.0.6" 1855source = "registry+https://github.com/rust-lang/crates.io-index" 1856checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1857dependencies = [ 1858 "winapi-util", 1859] 1860 1861[[package]] 1862name = "schannel" 1863version = "0.1.21" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1866dependencies = [ 1867 "windows-sys 0.42.0", 1868] 1869 1870[[package]] 1871name = "scopeguard" 1872version = "1.1.0" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1875 1876[[package]] 1877name = "sct" 1878version = "0.7.1" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1881dependencies = [ 1882 "ring", 1883 "untrusted", 1884] 1885 1886[[package]] 1887name = "sec1" 1888version = "0.7.2" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" 1891dependencies = [ 1892 "base16ct", 1893 "der", 1894 "generic-array", 1895 "pkcs8", 1896 "subtle", 1897 "zeroize", 1898] 1899 1900[[package]] 1901name = "semver" 1902version = "1.0.17" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1905dependencies = [ 1906 "serde", 1907] 1908 1909[[package]] 1910name = "serde" 1911version = "1.0.163" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1914dependencies = [ 1915 "serde_derive", 1916] 1917 1918[[package]] 1919name = "serde_derive" 1920version = "1.0.163" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1923dependencies = [ 1924 "proc-macro2", 1925 "quote", 1926 "syn", 1927] 1928 1929[[package]] 1930name = "serde_json" 1931version = "1.0.96" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1934dependencies = [ 1935 "itoa", 1936 "ryu", 1937 "serde", 1938] 1939 1940[[package]] 1941name = "serde_spanned" 1942version = "0.6.4" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" 1945dependencies = [ 1946 "serde", 1947] 1948 1949[[package]] 1950name = "serde_urlencoded" 1951version = "0.7.1" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1954dependencies = [ 1955 "form_urlencoded", 1956 "itoa", 1957 "ryu", 1958 "serde", 1959] 1960 1961[[package]] 1962name = "sha2" 1963version = "0.10.6" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1966dependencies = [ 1967 "cfg-if", 1968 "cpufeatures", 1969 "digest", 1970] 1971 1972[[package]] 1973name = "shell-escape" 1974version = "0.1.5" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 1977 1978[[package]] 1979name = "shlex" 1980version = "1.1.0" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 1983 1984[[package]] 1985name = "signature" 1986version = "2.1.0" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" 1989dependencies = [ 1990 "digest", 1991 "rand_core", 1992] 1993 1994[[package]] 1995name = "similar" 1996version = "2.2.1" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 1999 2000[[package]] 2001name = "slab" 2002version = "0.4.9" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2005dependencies = [ 2006 "autocfg", 2007] 2008 2009[[package]] 2010name = "smol_str" 2011version = "0.2.0" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 2014dependencies = [ 2015 "serde", 2016] 2017 2018[[package]] 2019name = "snapbox" 2020version = "0.4.14" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "4b377c0b6e4715c116473d8e40d51e3fa5b0a2297ca9b2a931ba800667b259ed" 2023dependencies = [ 2024 "anstream", 2025 "anstyle", 2026 "content_inspector", 2027 "dunce", 2028 "filetime", 2029 "libc", 2030 "normalize-line-endings", 2031 "os_pipe", 2032 "similar", 2033 "snapbox-macros", 2034 "tempfile", 2035 "wait-timeout", 2036 "walkdir", 2037 "windows-sys 0.48.0", 2038] 2039 2040[[package]] 2041name = "snapbox-macros" 2042version = "0.3.6" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "ed1559baff8a696add3322b9be3e940d433e7bb4e38d79017205fd37ff28b28e" 2045dependencies = [ 2046 "anstream", 2047] 2048 2049[[package]] 2050name = "socket2" 2051version = "0.4.9" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2054dependencies = [ 2055 "libc", 2056 "winapi", 2057] 2058 2059[[package]] 2060name = "socket2" 2061version = "0.5.4" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" 2064dependencies = [ 2065 "libc", 2066 "windows-sys 0.48.0", 2067] 2068 2069[[package]] 2070name = "spin" 2071version = "0.9.8" 2072source = "registry+https://github.com/rust-lang/crates.io-index" 2073checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2074 2075[[package]] 2076name = "spki" 2077version = "0.7.2" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" 2080dependencies = [ 2081 "base64ct", 2082 "der", 2083] 2084 2085[[package]] 2086name = "static_assertions" 2087version = "1.1.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2090 2091[[package]] 2092name = "strsim" 2093version = "0.10.0" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2096 2097[[package]] 2098name = "subtle" 2099version = "2.5.0" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 2102 2103[[package]] 2104name = "syn" 2105version = "2.0.18" 2106source = "registry+https://github.com/rust-lang/crates.io-index" 2107checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 2108dependencies = [ 2109 "proc-macro2", 2110 "quote", 2111 "unicode-ident", 2112] 2113 2114[[package]] 2115name = "system-configuration" 2116version = "0.5.1" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2119dependencies = [ 2120 "bitflags 1.3.2", 2121 "core-foundation", 2122 "system-configuration-sys", 2123] 2124 2125[[package]] 2126name = "system-configuration-sys" 2127version = "0.5.0" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2130dependencies = [ 2131 "core-foundation-sys", 2132 "libc", 2133] 2134 2135[[package]] 2136name = "tame-index" 2137version = "0.5.5" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "239b73acdc37c857aae3832bdc739b937b038e5e8b148191a79545a2beb5af74" 2140dependencies = [ 2141 "camino", 2142 "home", 2143 "http", 2144 "memchr", 2145 "reqwest", 2146 "semver", 2147 "serde", 2148 "serde_json", 2149 "smol_str", 2150 "thiserror", 2151 "toml 0.7.6", 2152 "twox-hash", 2153] 2154 2155[[package]] 2156name = "tar" 2157version = "0.4.38" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 2160dependencies = [ 2161 "filetime", 2162 "libc", 2163] 2164 2165[[package]] 2166name = "tempfile" 2167version = "3.5.0" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2170dependencies = [ 2171 "cfg-if", 2172 "fastrand", 2173 "redox_syscall 0.3.5", 2174 "rustix 0.37.19", 2175 "windows-sys 0.45.0", 2176] 2177 2178[[package]] 2179name = "termcolor" 2180version = "1.3.0" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" 2183dependencies = [ 2184 "winapi-util", 2185] 2186 2187[[package]] 2188name = "terminal_size" 2189version = "0.3.0" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 2192dependencies = [ 2193 "rustix 0.38.15", 2194 "windows-sys 0.48.0", 2195] 2196 2197[[package]] 2198name = "termtree" 2199version = "0.4.1" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 2202 2203[[package]] 2204name = "thiserror" 2205version = "1.0.40" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2208dependencies = [ 2209 "thiserror-impl", 2210] 2211 2212[[package]] 2213name = "thiserror-impl" 2214version = "1.0.40" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2217dependencies = [ 2218 "proc-macro2", 2219 "quote", 2220 "syn", 2221] 2222 2223[[package]] 2224name = "thread_local" 2225version = "1.1.7" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2228dependencies = [ 2229 "cfg-if", 2230 "once_cell", 2231] 2232 2233[[package]] 2234name = "time" 2235version = "0.3.21" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" 2238dependencies = [ 2239 "itoa", 2240 "serde", 2241 "time-core", 2242 "time-macros", 2243] 2244 2245[[package]] 2246name = "time-core" 2247version = "0.1.1" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 2250 2251[[package]] 2252name = "time-macros" 2253version = "0.2.9" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 2256dependencies = [ 2257 "time-core", 2258] 2259 2260[[package]] 2261name = "tinyvec" 2262version = "1.6.0" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2265dependencies = [ 2266 "tinyvec_macros", 2267] 2268 2269[[package]] 2270name = "tinyvec_macros" 2271version = "0.1.1" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2274 2275[[package]] 2276name = "tokio" 2277version = "1.33.0" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" 2280dependencies = [ 2281 "backtrace", 2282 "bytes", 2283 "libc", 2284 "mio", 2285 "num_cpus", 2286 "pin-project-lite", 2287 "socket2 0.5.4", 2288 "windows-sys 0.48.0", 2289] 2290 2291[[package]] 2292name = "tokio-rustls" 2293version = "0.24.1" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2296dependencies = [ 2297 "rustls", 2298 "tokio", 2299] 2300 2301[[package]] 2302name = "tokio-util" 2303version = "0.7.10" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 2306dependencies = [ 2307 "bytes", 2308 "futures-core", 2309 "futures-sink", 2310 "pin-project-lite", 2311 "tokio", 2312 "tracing", 2313] 2314 2315[[package]] 2316name = "toml" 2317version = "0.7.6" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 2320dependencies = [ 2321 "serde", 2322 "serde_spanned", 2323 "toml_datetime", 2324 "toml_edit 0.19.14", 2325] 2326 2327[[package]] 2328name = "toml" 2329version = "0.8.6" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc" 2332dependencies = [ 2333 "serde", 2334 "serde_spanned", 2335 "toml_datetime", 2336 "toml_edit 0.20.7", 2337] 2338 2339[[package]] 2340name = "toml_datetime" 2341version = "0.6.5" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 2344dependencies = [ 2345 "serde", 2346] 2347 2348[[package]] 2349name = "toml_edit" 2350version = "0.19.14" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 2353dependencies = [ 2354 "indexmap 2.0.0", 2355 "serde", 2356 "serde_spanned", 2357 "toml_datetime", 2358 "winnow", 2359] 2360 2361[[package]] 2362name = "toml_edit" 2363version = "0.20.7" 2364source = "registry+https://github.com/rust-lang/crates.io-index" 2365checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" 2366dependencies = [ 2367 "indexmap 2.0.0", 2368 "serde", 2369 "serde_spanned", 2370 "toml_datetime", 2371 "winnow", 2372] 2373 2374[[package]] 2375name = "tower-service" 2376version = "0.3.2" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2379 2380[[package]] 2381name = "tracing" 2382version = "0.1.40" 2383source = "registry+https://github.com/rust-lang/crates.io-index" 2384checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2385dependencies = [ 2386 "pin-project-lite", 2387 "tracing-core", 2388] 2389 2390[[package]] 2391name = "tracing-core" 2392version = "0.1.32" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2395dependencies = [ 2396 "once_cell", 2397] 2398 2399[[package]] 2400name = "try-lock" 2401version = "0.2.4" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2404 2405[[package]] 2406name = "trycmd" 2407version = "0.14.19" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "ed009372a42fb103e6f8767b9222925485e03cca032b700d203e2c5b67bee4fb" 2410dependencies = [ 2411 "glob", 2412 "humantime", 2413 "humantime-serde", 2414 "rayon", 2415 "serde", 2416 "shlex", 2417 "snapbox", 2418 "toml_edit 0.20.7", 2419] 2420 2421[[package]] 2422name = "twox-hash" 2423version = "1.6.3" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 2426dependencies = [ 2427 "cfg-if", 2428 "static_assertions", 2429] 2430 2431[[package]] 2432name = "typenum" 2433version = "1.16.0" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2436 2437[[package]] 2438name = "unicase" 2439version = "2.6.0" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 2442dependencies = [ 2443 "version_check", 2444] 2445 2446[[package]] 2447name = "unicode-bidi" 2448version = "0.3.13" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2451 2452[[package]] 2453name = "unicode-ident" 2454version = "1.0.9" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 2457 2458[[package]] 2459name = "unicode-normalization" 2460version = "0.1.22" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2463dependencies = [ 2464 "tinyvec", 2465] 2466 2467[[package]] 2468name = "untrusted" 2469version = "0.9.0" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2472 2473[[package]] 2474name = "url" 2475version = "2.3.1" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2478dependencies = [ 2479 "form_urlencoded", 2480 "idna", 2481 "percent-encoding", 2482] 2483 2484[[package]] 2485name = "utf8parse" 2486version = "0.2.1" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2489 2490[[package]] 2491name = "vcpkg" 2492version = "0.2.15" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2495 2496[[package]] 2497name = "version_check" 2498version = "0.9.4" 2499source = "registry+https://github.com/rust-lang/crates.io-index" 2500checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2501 2502[[package]] 2503name = "wait-timeout" 2504version = "0.2.0" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 2507dependencies = [ 2508 "libc", 2509] 2510 2511[[package]] 2512name = "walkdir" 2513version = "2.3.3" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2516dependencies = [ 2517 "same-file", 2518 "winapi-util", 2519] 2520 2521[[package]] 2522name = "want" 2523version = "0.3.1" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2526dependencies = [ 2527 "try-lock", 2528] 2529 2530[[package]] 2531name = "wasi" 2532version = "0.11.0+wasi-snapshot-preview1" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2535 2536[[package]] 2537name = "wasm-bindgen" 2538version = "0.2.86" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 2541dependencies = [ 2542 "cfg-if", 2543 "wasm-bindgen-macro", 2544] 2545 2546[[package]] 2547name = "wasm-bindgen-backend" 2548version = "0.2.86" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 2551dependencies = [ 2552 "bumpalo", 2553 "log", 2554 "once_cell", 2555 "proc-macro2", 2556 "quote", 2557 "syn", 2558 "wasm-bindgen-shared", 2559] 2560 2561[[package]] 2562name = "wasm-bindgen-futures" 2563version = "0.4.36" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" 2566dependencies = [ 2567 "cfg-if", 2568 "js-sys", 2569 "wasm-bindgen", 2570 "web-sys", 2571] 2572 2573[[package]] 2574name = "wasm-bindgen-macro" 2575version = "0.2.86" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 2578dependencies = [ 2579 "quote", 2580 "wasm-bindgen-macro-support", 2581] 2582 2583[[package]] 2584name = "wasm-bindgen-macro-support" 2585version = "0.2.86" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 2588dependencies = [ 2589 "proc-macro2", 2590 "quote", 2591 "syn", 2592 "wasm-bindgen-backend", 2593 "wasm-bindgen-shared", 2594] 2595 2596[[package]] 2597name = "wasm-bindgen-shared" 2598version = "0.2.86" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 2601 2602[[package]] 2603name = "web-sys" 2604version = "0.3.63" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 2607dependencies = [ 2608 "js-sys", 2609 "wasm-bindgen", 2610] 2611 2612[[package]] 2613name = "webpki-roots" 2614version = "0.25.2" 2615source = "registry+https://github.com/rust-lang/crates.io-index" 2616checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 2617 2618[[package]] 2619name = "winapi" 2620version = "0.3.9" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2623dependencies = [ 2624 "winapi-i686-pc-windows-gnu", 2625 "winapi-x86_64-pc-windows-gnu", 2626] 2627 2628[[package]] 2629name = "winapi-i686-pc-windows-gnu" 2630version = "0.4.0" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2633 2634[[package]] 2635name = "winapi-util" 2636version = "0.1.5" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2639dependencies = [ 2640 "winapi", 2641] 2642 2643[[package]] 2644name = "winapi-x86_64-pc-windows-gnu" 2645version = "0.4.0" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2648 2649[[package]] 2650name = "windows-sys" 2651version = "0.42.0" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2654dependencies = [ 2655 "windows_aarch64_gnullvm 0.42.2", 2656 "windows_aarch64_msvc 0.42.2", 2657 "windows_i686_gnu 0.42.2", 2658 "windows_i686_msvc 0.42.2", 2659 "windows_x86_64_gnu 0.42.2", 2660 "windows_x86_64_gnullvm 0.42.2", 2661 "windows_x86_64_msvc 0.42.2", 2662] 2663 2664[[package]] 2665name = "windows-sys" 2666version = "0.45.0" 2667source = "registry+https://github.com/rust-lang/crates.io-index" 2668checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2669dependencies = [ 2670 "windows-targets 0.42.2", 2671] 2672 2673[[package]] 2674name = "windows-sys" 2675version = "0.48.0" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2678dependencies = [ 2679 "windows-targets 0.48.0", 2680] 2681 2682[[package]] 2683name = "windows-targets" 2684version = "0.42.2" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2687dependencies = [ 2688 "windows_aarch64_gnullvm 0.42.2", 2689 "windows_aarch64_msvc 0.42.2", 2690 "windows_i686_gnu 0.42.2", 2691 "windows_i686_msvc 0.42.2", 2692 "windows_x86_64_gnu 0.42.2", 2693 "windows_x86_64_gnullvm 0.42.2", 2694 "windows_x86_64_msvc 0.42.2", 2695] 2696 2697[[package]] 2698name = "windows-targets" 2699version = "0.48.0" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2702dependencies = [ 2703 "windows_aarch64_gnullvm 0.48.0", 2704 "windows_aarch64_msvc 0.48.0", 2705 "windows_i686_gnu 0.48.0", 2706 "windows_i686_msvc 0.48.0", 2707 "windows_x86_64_gnu 0.48.0", 2708 "windows_x86_64_gnullvm 0.48.0", 2709 "windows_x86_64_msvc 0.48.0", 2710] 2711 2712[[package]] 2713name = "windows_aarch64_gnullvm" 2714version = "0.42.2" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2717 2718[[package]] 2719name = "windows_aarch64_gnullvm" 2720version = "0.48.0" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2723 2724[[package]] 2725name = "windows_aarch64_msvc" 2726version = "0.42.2" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2729 2730[[package]] 2731name = "windows_aarch64_msvc" 2732version = "0.48.0" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2735 2736[[package]] 2737name = "windows_i686_gnu" 2738version = "0.42.2" 2739source = "registry+https://github.com/rust-lang/crates.io-index" 2740checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2741 2742[[package]] 2743name = "windows_i686_gnu" 2744version = "0.48.0" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2747 2748[[package]] 2749name = "windows_i686_msvc" 2750version = "0.42.2" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2753 2754[[package]] 2755name = "windows_i686_msvc" 2756version = "0.48.0" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2759 2760[[package]] 2761name = "windows_x86_64_gnu" 2762version = "0.42.2" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2765 2766[[package]] 2767name = "windows_x86_64_gnu" 2768version = "0.48.0" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2771 2772[[package]] 2773name = "windows_x86_64_gnullvm" 2774version = "0.42.2" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2777 2778[[package]] 2779name = "windows_x86_64_gnullvm" 2780version = "0.48.0" 2781source = "registry+https://github.com/rust-lang/crates.io-index" 2782checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2783 2784[[package]] 2785name = "windows_x86_64_msvc" 2786version = "0.42.2" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2789 2790[[package]] 2791name = "windows_x86_64_msvc" 2792version = "0.48.0" 2793source = "registry+https://github.com/rust-lang/crates.io-index" 2794checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2795 2796[[package]] 2797name = "winnow" 2798version = "0.5.15" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 2801dependencies = [ 2802 "memchr", 2803] 2804 2805[[package]] 2806name = "winreg" 2807version = "0.50.0" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2810dependencies = [ 2811 "cfg-if", 2812 "windows-sys 0.48.0", 2813] 2814 2815[[package]] 2816name = "zeroize" 2817version = "1.6.0" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"