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