Search lyrics or song metadata from your terminal
genius genius-lyrics-search genius-lyrics cli rust
at 9d815262ab225cbdd35dc0a9eed3f097ceb74e6e 1453 lines 37 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 = "android_system_properties" 7version = "0.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" 10dependencies = [ 11 "libc", 12] 13 14[[package]] 15name = "ansi_term" 16version = "0.12.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 19dependencies = [ 20 "winapi", 21] 22 23[[package]] 24name = "atty" 25version = "0.2.14" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 28dependencies = [ 29 "hermit-abi", 30 "libc", 31 "winapi", 32] 33 34[[package]] 35name = "autocfg" 36version = "1.1.0" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 39 40[[package]] 41name = "base64" 42version = "0.13.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 45 46[[package]] 47name = "bitflags" 48version = "1.3.2" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 51 52[[package]] 53name = "block-buffer" 54version = "0.10.2" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 57dependencies = [ 58 "generic-array", 59] 60 61[[package]] 62name = "bumpalo" 63version = "3.11.0" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 66 67[[package]] 68name = "bytecount" 69version = "0.6.3" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 72 73[[package]] 74name = "bytes" 75version = "1.2.1" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 78 79[[package]] 80name = "cc" 81version = "1.0.73" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 84 85[[package]] 86name = "cfg-if" 87version = "1.0.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 90 91[[package]] 92name = "chrono" 93version = "0.4.22" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 96dependencies = [ 97 "iana-time-zone", 98 "js-sys", 99 "num-integer", 100 "num-traits", 101 "time", 102 "wasm-bindgen", 103 "winapi", 104] 105 106[[package]] 107name = "clap" 108version = "3.2.17" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b" 111dependencies = [ 112 "atty", 113 "bitflags", 114 "clap_lex", 115 "indexmap", 116 "strsim", 117 "termcolor", 118 "textwrap", 119] 120 121[[package]] 122name = "clap_lex" 123version = "0.2.4" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 126dependencies = [ 127 "os_str_bytes", 128] 129 130[[package]] 131name = "colored_json" 132version = "2.1.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "1fd32eb54d016e203b7c2600e3a7802c75843a92e38ccc4869aefeca21771a64" 135dependencies = [ 136 "ansi_term", 137 "atty", 138 "libc", 139 "serde", 140 "serde_json", 141] 142 143[[package]] 144name = "core-foundation" 145version = "0.9.3" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 148dependencies = [ 149 "core-foundation-sys", 150 "libc", 151] 152 153[[package]] 154name = "core-foundation-sys" 155version = "0.8.3" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 158 159[[package]] 160name = "cpufeatures" 161version = "0.2.4" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813" 164dependencies = [ 165 "libc", 166] 167 168[[package]] 169name = "crypto-common" 170version = "0.1.6" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 173dependencies = [ 174 "generic-array", 175 "typenum", 176] 177 178[[package]] 179name = "digest" 180version = "0.10.3" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 183dependencies = [ 184 "block-buffer", 185 "crypto-common", 186 "subtle", 187] 188 189[[package]] 190name = "encoding_rs" 191version = "0.8.31" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 194dependencies = [ 195 "cfg-if", 196] 197 198[[package]] 199name = "fastrand" 200version = "1.8.0" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 203dependencies = [ 204 "instant", 205] 206 207[[package]] 208name = "fnv" 209version = "1.0.7" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 212 213[[package]] 214name = "foreign-types" 215version = "0.3.2" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 218dependencies = [ 219 "foreign-types-shared", 220] 221 222[[package]] 223name = "foreign-types-shared" 224version = "0.1.1" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 227 228[[package]] 229name = "form_urlencoded" 230version = "1.0.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 233dependencies = [ 234 "matches", 235 "percent-encoding", 236] 237 238[[package]] 239name = "futures-channel" 240version = "0.3.23" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1" 243dependencies = [ 244 "futures-core", 245] 246 247[[package]] 248name = "futures-core" 249version = "0.3.23" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" 252 253[[package]] 254name = "futures-sink" 255version = "0.3.23" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765" 258 259[[package]] 260name = "futures-task" 261version = "0.3.23" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" 264 265[[package]] 266name = "futures-util" 267version = "0.3.23" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577" 270dependencies = [ 271 "futures-core", 272 "futures-task", 273 "pin-project-lite", 274 "pin-utils", 275] 276 277[[package]] 278name = "generic-array" 279version = "0.14.6" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 282dependencies = [ 283 "typenum", 284 "version_check", 285] 286 287[[package]] 288name = "genius-cli" 289version = "0.1.2" 290dependencies = [ 291 "clap", 292 "colored_json", 293 "genius-rust", 294 "owo-colors", 295 "rand", 296 "serde", 297 "serde_json", 298 "tabled", 299 "tokio", 300] 301 302[[package]] 303name = "genius-rust" 304version = "0.1.1" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "33344f0556622ac4578010d02844e3e9f764cbc92fd7b212a733c653dbb04d46" 307dependencies = [ 308 "base64", 309 "chrono", 310 "hmac", 311 "reqwest", 312 "serde", 313 "sha2", 314 "thiserror", 315] 316 317[[package]] 318name = "getrandom" 319version = "0.2.7" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 322dependencies = [ 323 "cfg-if", 324 "libc", 325 "wasi 0.11.0+wasi-snapshot-preview1", 326] 327 328[[package]] 329name = "h2" 330version = "0.3.14" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be" 333dependencies = [ 334 "bytes", 335 "fnv", 336 "futures-core", 337 "futures-sink", 338 "futures-util", 339 "http", 340 "indexmap", 341 "slab", 342 "tokio", 343 "tokio-util", 344 "tracing", 345] 346 347[[package]] 348name = "hashbrown" 349version = "0.12.3" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 352 353[[package]] 354name = "heck" 355version = "0.4.0" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 358 359[[package]] 360name = "hermit-abi" 361version = "0.1.19" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 364dependencies = [ 365 "libc", 366] 367 368[[package]] 369name = "hmac" 370version = "0.12.1" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 373dependencies = [ 374 "digest", 375] 376 377[[package]] 378name = "http" 379version = "0.2.8" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 382dependencies = [ 383 "bytes", 384 "fnv", 385 "itoa", 386] 387 388[[package]] 389name = "http-body" 390version = "0.4.5" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 393dependencies = [ 394 "bytes", 395 "http", 396 "pin-project-lite", 397] 398 399[[package]] 400name = "httparse" 401version = "1.7.1" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" 404 405[[package]] 406name = "httpdate" 407version = "1.0.2" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 410 411[[package]] 412name = "hyper" 413version = "0.14.20" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 416dependencies = [ 417 "bytes", 418 "futures-channel", 419 "futures-core", 420 "futures-util", 421 "h2", 422 "http", 423 "http-body", 424 "httparse", 425 "httpdate", 426 "itoa", 427 "pin-project-lite", 428 "socket2", 429 "tokio", 430 "tower-service", 431 "tracing", 432 "want", 433] 434 435[[package]] 436name = "hyper-tls" 437version = "0.5.0" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 440dependencies = [ 441 "bytes", 442 "hyper", 443 "native-tls", 444 "tokio", 445 "tokio-native-tls", 446] 447 448[[package]] 449name = "iana-time-zone" 450version = "0.1.46" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "ad2bfd338099682614d3ee3fe0cd72e0b6a41ca6a87f6a74a3bd593c91650501" 453dependencies = [ 454 "android_system_properties", 455 "core-foundation-sys", 456 "js-sys", 457 "wasm-bindgen", 458 "winapi", 459] 460 461[[package]] 462name = "idna" 463version = "0.2.3" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 466dependencies = [ 467 "matches", 468 "unicode-bidi", 469 "unicode-normalization", 470] 471 472[[package]] 473name = "indexmap" 474version = "1.9.1" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 477dependencies = [ 478 "autocfg", 479 "hashbrown", 480] 481 482[[package]] 483name = "instant" 484version = "0.1.12" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 487dependencies = [ 488 "cfg-if", 489] 490 491[[package]] 492name = "ipnet" 493version = "2.5.0" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 496 497[[package]] 498name = "itoa" 499version = "1.0.3" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 502 503[[package]] 504name = "js-sys" 505version = "0.3.59" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 508dependencies = [ 509 "wasm-bindgen", 510] 511 512[[package]] 513name = "lazy_static" 514version = "1.4.0" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 517 518[[package]] 519name = "libc" 520version = "0.2.132" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" 523 524[[package]] 525name = "lock_api" 526version = "0.4.7" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" 529dependencies = [ 530 "autocfg", 531 "scopeguard", 532] 533 534[[package]] 535name = "log" 536version = "0.4.17" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 539dependencies = [ 540 "cfg-if", 541] 542 543[[package]] 544name = "matches" 545version = "0.1.9" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 548 549[[package]] 550name = "memchr" 551version = "2.5.0" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 554 555[[package]] 556name = "mime" 557version = "0.3.16" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 560 561[[package]] 562name = "mio" 563version = "0.8.4" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 566dependencies = [ 567 "libc", 568 "log", 569 "wasi 0.11.0+wasi-snapshot-preview1", 570 "windows-sys", 571] 572 573[[package]] 574name = "native-tls" 575version = "0.2.10" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 578dependencies = [ 579 "lazy_static", 580 "libc", 581 "log", 582 "openssl", 583 "openssl-probe", 584 "openssl-sys", 585 "schannel", 586 "security-framework", 587 "security-framework-sys", 588 "tempfile", 589] 590 591[[package]] 592name = "num-integer" 593version = "0.1.45" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 596dependencies = [ 597 "autocfg", 598 "num-traits", 599] 600 601[[package]] 602name = "num-traits" 603version = "0.2.15" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 606dependencies = [ 607 "autocfg", 608] 609 610[[package]] 611name = "num_cpus" 612version = "1.13.1" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 615dependencies = [ 616 "hermit-abi", 617 "libc", 618] 619 620[[package]] 621name = "once_cell" 622version = "1.13.1" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" 625 626[[package]] 627name = "openssl" 628version = "0.10.41" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" 631dependencies = [ 632 "bitflags", 633 "cfg-if", 634 "foreign-types", 635 "libc", 636 "once_cell", 637 "openssl-macros", 638 "openssl-sys", 639] 640 641[[package]] 642name = "openssl-macros" 643version = "0.1.0" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 646dependencies = [ 647 "proc-macro2", 648 "quote", 649 "syn", 650] 651 652[[package]] 653name = "openssl-probe" 654version = "0.1.5" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 657 658[[package]] 659name = "openssl-sys" 660version = "0.9.75" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" 663dependencies = [ 664 "autocfg", 665 "cc", 666 "libc", 667 "pkg-config", 668 "vcpkg", 669] 670 671[[package]] 672name = "os_str_bytes" 673version = "6.3.0" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 676 677[[package]] 678name = "owo-colors" 679version = "3.5.0" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 682 683[[package]] 684name = "papergrid" 685version = "0.5.1" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "453cf71f2a37af495a1a124bf30d4d7469cfbea58e9f2479be9d222396a518a2" 688dependencies = [ 689 "bytecount", 690 "fnv", 691 "unicode-width", 692] 693 694[[package]] 695name = "parking_lot" 696version = "0.12.1" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 699dependencies = [ 700 "lock_api", 701 "parking_lot_core", 702] 703 704[[package]] 705name = "parking_lot_core" 706version = "0.9.3" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 709dependencies = [ 710 "cfg-if", 711 "libc", 712 "redox_syscall", 713 "smallvec", 714 "windows-sys", 715] 716 717[[package]] 718name = "percent-encoding" 719version = "2.1.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 722 723[[package]] 724name = "pin-project-lite" 725version = "0.2.9" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 728 729[[package]] 730name = "pin-utils" 731version = "0.1.0" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 734 735[[package]] 736name = "pkg-config" 737version = "0.3.25" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 740 741[[package]] 742name = "ppv-lite86" 743version = "0.2.16" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 746 747[[package]] 748name = "proc-macro-error" 749version = "1.0.4" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 752dependencies = [ 753 "proc-macro-error-attr", 754 "proc-macro2", 755 "quote", 756 "syn", 757 "version_check", 758] 759 760[[package]] 761name = "proc-macro-error-attr" 762version = "1.0.4" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 765dependencies = [ 766 "proc-macro2", 767 "quote", 768 "version_check", 769] 770 771[[package]] 772name = "proc-macro2" 773version = "1.0.43" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 776dependencies = [ 777 "unicode-ident", 778] 779 780[[package]] 781name = "quote" 782version = "1.0.21" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 785dependencies = [ 786 "proc-macro2", 787] 788 789[[package]] 790name = "rand" 791version = "0.8.5" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 794dependencies = [ 795 "libc", 796 "rand_chacha", 797 "rand_core", 798] 799 800[[package]] 801name = "rand_chacha" 802version = "0.3.1" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 805dependencies = [ 806 "ppv-lite86", 807 "rand_core", 808] 809 810[[package]] 811name = "rand_core" 812version = "0.6.3" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 815dependencies = [ 816 "getrandom", 817] 818 819[[package]] 820name = "redox_syscall" 821version = "0.2.16" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 824dependencies = [ 825 "bitflags", 826] 827 828[[package]] 829name = "remove_dir_all" 830version = "0.5.3" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 833dependencies = [ 834 "winapi", 835] 836 837[[package]] 838name = "reqwest" 839version = "0.11.11" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 842dependencies = [ 843 "base64", 844 "bytes", 845 "encoding_rs", 846 "futures-core", 847 "futures-util", 848 "h2", 849 "http", 850 "http-body", 851 "hyper", 852 "hyper-tls", 853 "ipnet", 854 "js-sys", 855 "lazy_static", 856 "log", 857 "mime", 858 "native-tls", 859 "percent-encoding", 860 "pin-project-lite", 861 "serde", 862 "serde_json", 863 "serde_urlencoded", 864 "tokio", 865 "tokio-native-tls", 866 "tower-service", 867 "url", 868 "wasm-bindgen", 869 "wasm-bindgen-futures", 870 "web-sys", 871 "winreg", 872] 873 874[[package]] 875name = "ryu" 876version = "1.0.11" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 879 880[[package]] 881name = "schannel" 882version = "0.1.20" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 885dependencies = [ 886 "lazy_static", 887 "windows-sys", 888] 889 890[[package]] 891name = "scopeguard" 892version = "1.1.0" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 895 896[[package]] 897name = "security-framework" 898version = "2.7.0" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 901dependencies = [ 902 "bitflags", 903 "core-foundation", 904 "core-foundation-sys", 905 "libc", 906 "security-framework-sys", 907] 908 909[[package]] 910name = "security-framework-sys" 911version = "2.6.1" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 914dependencies = [ 915 "core-foundation-sys", 916 "libc", 917] 918 919[[package]] 920name = "serde" 921version = "1.0.144" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" 924dependencies = [ 925 "serde_derive", 926] 927 928[[package]] 929name = "serde_derive" 930version = "1.0.144" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" 933dependencies = [ 934 "proc-macro2", 935 "quote", 936 "syn", 937] 938 939[[package]] 940name = "serde_json" 941version = "1.0.85" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" 944dependencies = [ 945 "itoa", 946 "ryu", 947 "serde", 948] 949 950[[package]] 951name = "serde_urlencoded" 952version = "0.7.1" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 955dependencies = [ 956 "form_urlencoded", 957 "itoa", 958 "ryu", 959 "serde", 960] 961 962[[package]] 963name = "sha2" 964version = "0.10.2" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" 967dependencies = [ 968 "cfg-if", 969 "cpufeatures", 970 "digest", 971] 972 973[[package]] 974name = "signal-hook-registry" 975version = "1.4.0" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 978dependencies = [ 979 "libc", 980] 981 982[[package]] 983name = "slab" 984version = "0.4.7" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 987dependencies = [ 988 "autocfg", 989] 990 991[[package]] 992name = "smallvec" 993version = "1.9.0" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 996 997[[package]] 998name = "socket2" 999version = "0.4.6" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "10c98bba371b9b22a71a9414e420f92ddeb2369239af08200816169d5e2dd7aa" 1002dependencies = [ 1003 "libc", 1004 "winapi", 1005] 1006 1007[[package]] 1008name = "strsim" 1009version = "0.10.0" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1012 1013[[package]] 1014name = "subtle" 1015version = "2.4.1" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 1018 1019[[package]] 1020name = "syn" 1021version = "1.0.99" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 1024dependencies = [ 1025 "proc-macro2", 1026 "quote", 1027 "unicode-ident", 1028] 1029 1030[[package]] 1031name = "tabled" 1032version = "0.8.0" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "e5b2f8c37d26d87d2252187b0a45ea3cbf42baca10377c7e7eaaa2800fa9bf97" 1035dependencies = [ 1036 "papergrid", 1037 "tabled_derive", 1038 "unicode-width", 1039] 1040 1041[[package]] 1042name = "tabled_derive" 1043version = "0.4.0" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "f9ee618502f497abf593e1c5c9577f34775b111480009ffccd7ad70d23fcaba8" 1046dependencies = [ 1047 "heck", 1048 "proc-macro-error", 1049 "proc-macro2", 1050 "quote", 1051 "syn", 1052] 1053 1054[[package]] 1055name = "tempfile" 1056version = "3.3.0" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1059dependencies = [ 1060 "cfg-if", 1061 "fastrand", 1062 "libc", 1063 "redox_syscall", 1064 "remove_dir_all", 1065 "winapi", 1066] 1067 1068[[package]] 1069name = "termcolor" 1070version = "1.1.3" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 1073dependencies = [ 1074 "winapi-util", 1075] 1076 1077[[package]] 1078name = "textwrap" 1079version = "0.15.0" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 1082 1083[[package]] 1084name = "thiserror" 1085version = "1.0.32" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" 1088dependencies = [ 1089 "thiserror-impl", 1090] 1091 1092[[package]] 1093name = "thiserror-impl" 1094version = "1.0.32" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" 1097dependencies = [ 1098 "proc-macro2", 1099 "quote", 1100 "syn", 1101] 1102 1103[[package]] 1104name = "time" 1105version = "0.1.44" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1108dependencies = [ 1109 "libc", 1110 "wasi 0.10.0+wasi-snapshot-preview1", 1111 "winapi", 1112] 1113 1114[[package]] 1115name = "tinyvec" 1116version = "1.6.0" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1119dependencies = [ 1120 "tinyvec_macros", 1121] 1122 1123[[package]] 1124name = "tinyvec_macros" 1125version = "0.1.0" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1128 1129[[package]] 1130name = "tokio" 1131version = "1.20.1" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 1134dependencies = [ 1135 "autocfg", 1136 "bytes", 1137 "libc", 1138 "memchr", 1139 "mio", 1140 "num_cpus", 1141 "once_cell", 1142 "parking_lot", 1143 "pin-project-lite", 1144 "signal-hook-registry", 1145 "socket2", 1146 "tokio-macros", 1147 "winapi", 1148] 1149 1150[[package]] 1151name = "tokio-macros" 1152version = "1.8.0" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 1155dependencies = [ 1156 "proc-macro2", 1157 "quote", 1158 "syn", 1159] 1160 1161[[package]] 1162name = "tokio-native-tls" 1163version = "0.3.0" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 1166dependencies = [ 1167 "native-tls", 1168 "tokio", 1169] 1170 1171[[package]] 1172name = "tokio-util" 1173version = "0.7.3" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 1176dependencies = [ 1177 "bytes", 1178 "futures-core", 1179 "futures-sink", 1180 "pin-project-lite", 1181 "tokio", 1182 "tracing", 1183] 1184 1185[[package]] 1186name = "tower-service" 1187version = "0.3.2" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1190 1191[[package]] 1192name = "tracing" 1193version = "0.1.36" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" 1196dependencies = [ 1197 "cfg-if", 1198 "pin-project-lite", 1199 "tracing-core", 1200] 1201 1202[[package]] 1203name = "tracing-core" 1204version = "0.1.29" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" 1207dependencies = [ 1208 "once_cell", 1209] 1210 1211[[package]] 1212name = "try-lock" 1213version = "0.2.3" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 1216 1217[[package]] 1218name = "typenum" 1219version = "1.15.0" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 1222 1223[[package]] 1224name = "unicode-bidi" 1225version = "0.3.8" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 1228 1229[[package]] 1230name = "unicode-ident" 1231version = "1.0.3" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 1234 1235[[package]] 1236name = "unicode-normalization" 1237version = "0.1.21" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 1240dependencies = [ 1241 "tinyvec", 1242] 1243 1244[[package]] 1245name = "unicode-width" 1246version = "0.1.9" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 1249 1250[[package]] 1251name = "url" 1252version = "2.2.2" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 1255dependencies = [ 1256 "form_urlencoded", 1257 "idna", 1258 "matches", 1259 "percent-encoding", 1260] 1261 1262[[package]] 1263name = "vcpkg" 1264version = "0.2.15" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1267 1268[[package]] 1269name = "version_check" 1270version = "0.9.4" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1273 1274[[package]] 1275name = "want" 1276version = "0.3.0" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1279dependencies = [ 1280 "log", 1281 "try-lock", 1282] 1283 1284[[package]] 1285name = "wasi" 1286version = "0.10.0+wasi-snapshot-preview1" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1289 1290[[package]] 1291name = "wasi" 1292version = "0.11.0+wasi-snapshot-preview1" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1295 1296[[package]] 1297name = "wasm-bindgen" 1298version = "0.2.82" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 1301dependencies = [ 1302 "cfg-if", 1303 "wasm-bindgen-macro", 1304] 1305 1306[[package]] 1307name = "wasm-bindgen-backend" 1308version = "0.2.82" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 1311dependencies = [ 1312 "bumpalo", 1313 "log", 1314 "once_cell", 1315 "proc-macro2", 1316 "quote", 1317 "syn", 1318 "wasm-bindgen-shared", 1319] 1320 1321[[package]] 1322name = "wasm-bindgen-futures" 1323version = "0.4.32" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" 1326dependencies = [ 1327 "cfg-if", 1328 "js-sys", 1329 "wasm-bindgen", 1330 "web-sys", 1331] 1332 1333[[package]] 1334name = "wasm-bindgen-macro" 1335version = "0.2.82" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 1338dependencies = [ 1339 "quote", 1340 "wasm-bindgen-macro-support", 1341] 1342 1343[[package]] 1344name = "wasm-bindgen-macro-support" 1345version = "0.2.82" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 1348dependencies = [ 1349 "proc-macro2", 1350 "quote", 1351 "syn", 1352 "wasm-bindgen-backend", 1353 "wasm-bindgen-shared", 1354] 1355 1356[[package]] 1357name = "wasm-bindgen-shared" 1358version = "0.2.82" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 1361 1362[[package]] 1363name = "web-sys" 1364version = "0.3.59" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" 1367dependencies = [ 1368 "js-sys", 1369 "wasm-bindgen", 1370] 1371 1372[[package]] 1373name = "winapi" 1374version = "0.3.9" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1377dependencies = [ 1378 "winapi-i686-pc-windows-gnu", 1379 "winapi-x86_64-pc-windows-gnu", 1380] 1381 1382[[package]] 1383name = "winapi-i686-pc-windows-gnu" 1384version = "0.4.0" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1387 1388[[package]] 1389name = "winapi-util" 1390version = "0.1.5" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1393dependencies = [ 1394 "winapi", 1395] 1396 1397[[package]] 1398name = "winapi-x86_64-pc-windows-gnu" 1399version = "0.4.0" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1402 1403[[package]] 1404name = "windows-sys" 1405version = "0.36.1" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 1408dependencies = [ 1409 "windows_aarch64_msvc", 1410 "windows_i686_gnu", 1411 "windows_i686_msvc", 1412 "windows_x86_64_gnu", 1413 "windows_x86_64_msvc", 1414] 1415 1416[[package]] 1417name = "windows_aarch64_msvc" 1418version = "0.36.1" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 1421 1422[[package]] 1423name = "windows_i686_gnu" 1424version = "0.36.1" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 1427 1428[[package]] 1429name = "windows_i686_msvc" 1430version = "0.36.1" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 1433 1434[[package]] 1435name = "windows_x86_64_gnu" 1436version = "0.36.1" 1437source = "registry+https://github.com/rust-lang/crates.io-index" 1438checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 1439 1440[[package]] 1441name = "windows_x86_64_msvc" 1442version = "0.36.1" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 1445 1446[[package]] 1447name = "winreg" 1448version = "0.10.1" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 1451dependencies = [ 1452 "winapi", 1453]