Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aes" 7version = "0.7.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 10dependencies = [ 11 "cfg-if", 12 "cipher", 13 "cpufeatures", 14 "ctr", 15 "opaque-debug", 16] 17 18[[package]] 19name = "aho-corasick" 20version = "1.0.1" 21source = "registry+https://github.com/rust-lang/crates.io-index" 22checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 23dependencies = [ 24 "memchr", 25] 26 27[[package]] 28name = "android_system_properties" 29version = "0.1.5" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 32dependencies = [ 33 "libc", 34] 35 36[[package]] 37name = "async-trait" 38version = "0.1.68" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 41dependencies = [ 42 "proc-macro2", 43 "quote", 44 "syn", 45] 46 47[[package]] 48name = "atty" 49version = "0.2.14" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 52dependencies = [ 53 "hermit-abi 0.1.19", 54 "libc", 55 "winapi", 56] 57 58[[package]] 59name = "autocfg" 60version = "1.1.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 63 64[[package]] 65name = "base64" 66version = "0.13.1" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 69 70[[package]] 71name = "bitflags" 72version = "1.3.2" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 75 76[[package]] 77name = "block-buffer" 78version = "0.9.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 81dependencies = [ 82 "generic-array", 83] 84 85[[package]] 86name = "bumpalo" 87version = "3.12.2" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 90 91[[package]] 92name = "bytes" 93version = "1.4.0" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 96 97[[package]] 98name = "cc" 99version = "1.0.79" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 102 103[[package]] 104name = "cfg-if" 105version = "1.0.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 108 109[[package]] 110name = "chrono" 111version = "0.4.24" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 114dependencies = [ 115 "iana-time-zone", 116 "num-integer", 117 "num-traits", 118 "serde", 119 "winapi", 120] 121 122[[package]] 123name = "cipher" 124version = "0.3.0" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 127dependencies = [ 128 "generic-array", 129] 130 131[[package]] 132name = "clap" 133version = "3.2.25" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 136dependencies = [ 137 "atty", 138 "bitflags", 139 "clap_lex", 140 "indexmap", 141 "strsim", 142 "termcolor", 143 "textwrap", 144] 145 146[[package]] 147name = "clap_lex" 148version = "0.2.4" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 151dependencies = [ 152 "os_str_bytes", 153] 154 155[[package]] 156name = "core-foundation" 157version = "0.9.3" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 160dependencies = [ 161 "core-foundation-sys", 162 "libc", 163] 164 165[[package]] 166name = "core-foundation-sys" 167version = "0.8.4" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 170 171[[package]] 172name = "cpufeatures" 173version = "0.2.7" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 176dependencies = [ 177 "libc", 178] 179 180[[package]] 181name = "crc32fast" 182version = "1.3.2" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 185dependencies = [ 186 "cfg-if", 187] 188 189[[package]] 190name = "credstash" 191version = "0.9.0" 192dependencies = [ 193 "aes", 194 "base64", 195 "bytes", 196 "clap", 197 "either", 198 "env_logger", 199 "futures", 200 "hex", 201 "log", 202 "ring", 203 "rusoto_core", 204 "rusoto_credential", 205 "rusoto_dynamodb", 206 "rusoto_ec2", 207 "rusoto_kms", 208 "rusoto_sts", 209 "serde", 210 "serde_json", 211 "tokio", 212] 213 214[[package]] 215name = "crypto-mac" 216version = "0.11.1" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" 219dependencies = [ 220 "generic-array", 221 "subtle", 222] 223 224[[package]] 225name = "ctr" 226version = "0.8.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" 229dependencies = [ 230 "cipher", 231] 232 233[[package]] 234name = "digest" 235version = "0.9.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 238dependencies = [ 239 "generic-array", 240] 241 242[[package]] 243name = "dirs-next" 244version = "2.0.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 247dependencies = [ 248 "cfg-if", 249 "dirs-sys-next", 250] 251 252[[package]] 253name = "dirs-sys-next" 254version = "0.1.2" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 257dependencies = [ 258 "libc", 259 "redox_users", 260 "winapi", 261] 262 263[[package]] 264name = "either" 265version = "1.8.1" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 268 269[[package]] 270name = "env_logger" 271version = "0.9.3" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 274dependencies = [ 275 "atty", 276 "humantime", 277 "log", 278 "regex", 279 "termcolor", 280] 281 282[[package]] 283name = "errno" 284version = "0.3.1" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 287dependencies = [ 288 "errno-dragonfly", 289 "libc", 290 "windows-sys 0.48.0", 291] 292 293[[package]] 294name = "errno-dragonfly" 295version = "0.1.2" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 298dependencies = [ 299 "cc", 300 "libc", 301] 302 303[[package]] 304name = "fastrand" 305version = "1.9.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 308dependencies = [ 309 "instant", 310] 311 312[[package]] 313name = "fnv" 314version = "1.0.7" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 317 318[[package]] 319name = "foreign-types" 320version = "0.3.2" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 323dependencies = [ 324 "foreign-types-shared", 325] 326 327[[package]] 328name = "foreign-types-shared" 329version = "0.1.1" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 332 333[[package]] 334name = "form_urlencoded" 335version = "1.1.0" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 338dependencies = [ 339 "percent-encoding", 340] 341 342[[package]] 343name = "futures" 344version = "0.3.28" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 347dependencies = [ 348 "futures-channel", 349 "futures-core", 350 "futures-executor", 351 "futures-io", 352 "futures-sink", 353 "futures-task", 354 "futures-util", 355] 356 357[[package]] 358name = "futures-channel" 359version = "0.3.28" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 362dependencies = [ 363 "futures-core", 364 "futures-sink", 365] 366 367[[package]] 368name = "futures-core" 369version = "0.3.28" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 372 373[[package]] 374name = "futures-executor" 375version = "0.3.28" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 378dependencies = [ 379 "futures-core", 380 "futures-task", 381 "futures-util", 382] 383 384[[package]] 385name = "futures-io" 386version = "0.3.28" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 389 390[[package]] 391name = "futures-macro" 392version = "0.3.28" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 395dependencies = [ 396 "proc-macro2", 397 "quote", 398 "syn", 399] 400 401[[package]] 402name = "futures-sink" 403version = "0.3.28" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 406 407[[package]] 408name = "futures-task" 409version = "0.3.28" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 412 413[[package]] 414name = "futures-util" 415version = "0.3.28" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 418dependencies = [ 419 "futures-channel", 420 "futures-core", 421 "futures-io", 422 "futures-macro", 423 "futures-sink", 424 "futures-task", 425 "memchr", 426 "pin-project-lite", 427 "pin-utils", 428 "slab", 429] 430 431[[package]] 432name = "generic-array" 433version = "0.14.7" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 436dependencies = [ 437 "typenum", 438 "version_check", 439] 440 441[[package]] 442name = "getrandom" 443version = "0.2.9" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 446dependencies = [ 447 "cfg-if", 448 "libc", 449 "wasi", 450] 451 452[[package]] 453name = "h2" 454version = "0.3.19" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 457dependencies = [ 458 "bytes", 459 "fnv", 460 "futures-core", 461 "futures-sink", 462 "futures-util", 463 "http", 464 "indexmap", 465 "slab", 466 "tokio", 467 "tokio-util", 468 "tracing", 469] 470 471[[package]] 472name = "hashbrown" 473version = "0.12.3" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 476 477[[package]] 478name = "hermit-abi" 479version = "0.1.19" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 482dependencies = [ 483 "libc", 484] 485 486[[package]] 487name = "hermit-abi" 488version = "0.2.6" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 491dependencies = [ 492 "libc", 493] 494 495[[package]] 496name = "hermit-abi" 497version = "0.3.1" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 500 501[[package]] 502name = "hex" 503version = "0.4.3" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 506 507[[package]] 508name = "hmac" 509version = "0.11.0" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" 512dependencies = [ 513 "crypto-mac", 514 "digest", 515] 516 517[[package]] 518name = "http" 519version = "0.2.9" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 522dependencies = [ 523 "bytes", 524 "fnv", 525 "itoa", 526] 527 528[[package]] 529name = "http-body" 530version = "0.4.5" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 533dependencies = [ 534 "bytes", 535 "http", 536 "pin-project-lite", 537] 538 539[[package]] 540name = "httparse" 541version = "1.8.0" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 544 545[[package]] 546name = "httpdate" 547version = "1.0.2" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 550 551[[package]] 552name = "humantime" 553version = "2.1.0" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 556 557[[package]] 558name = "hyper" 559version = "0.14.26" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 562dependencies = [ 563 "bytes", 564 "futures-channel", 565 "futures-core", 566 "futures-util", 567 "h2", 568 "http", 569 "http-body", 570 "httparse", 571 "httpdate", 572 "itoa", 573 "pin-project-lite", 574 "socket2", 575 "tokio", 576 "tower-service", 577 "tracing", 578 "want", 579] 580 581[[package]] 582name = "hyper-tls" 583version = "0.5.0" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 586dependencies = [ 587 "bytes", 588 "hyper", 589 "native-tls", 590 "tokio", 591 "tokio-native-tls", 592] 593 594[[package]] 595name = "iana-time-zone" 596version = "0.1.56" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 599dependencies = [ 600 "android_system_properties", 601 "core-foundation-sys", 602 "iana-time-zone-haiku", 603 "js-sys", 604 "wasm-bindgen", 605 "windows", 606] 607 608[[package]] 609name = "iana-time-zone-haiku" 610version = "0.1.2" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 613dependencies = [ 614 "cc", 615] 616 617[[package]] 618name = "indexmap" 619version = "1.9.3" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 622dependencies = [ 623 "autocfg", 624 "hashbrown", 625] 626 627[[package]] 628name = "instant" 629version = "0.1.12" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 632dependencies = [ 633 "cfg-if", 634] 635 636[[package]] 637name = "io-lifetimes" 638version = "1.0.10" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 641dependencies = [ 642 "hermit-abi 0.3.1", 643 "libc", 644 "windows-sys 0.48.0", 645] 646 647[[package]] 648name = "itoa" 649version = "1.0.6" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 652 653[[package]] 654name = "js-sys" 655version = "0.3.62" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 658dependencies = [ 659 "wasm-bindgen", 660] 661 662[[package]] 663name = "lazy_static" 664version = "1.4.0" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 667 668[[package]] 669name = "libc" 670version = "0.2.144" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 673 674[[package]] 675name = "linux-raw-sys" 676version = "0.3.7" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 679 680[[package]] 681name = "log" 682version = "0.4.17" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 685dependencies = [ 686 "cfg-if", 687] 688 689[[package]] 690name = "md-5" 691version = "0.9.1" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15" 694dependencies = [ 695 "block-buffer", 696 "digest", 697 "opaque-debug", 698] 699 700[[package]] 701name = "memchr" 702version = "2.5.0" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 705 706[[package]] 707name = "mio" 708version = "0.8.6" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 711dependencies = [ 712 "libc", 713 "log", 714 "wasi", 715 "windows-sys 0.45.0", 716] 717 718[[package]] 719name = "native-tls" 720version = "0.2.11" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 723dependencies = [ 724 "lazy_static", 725 "libc", 726 "log", 727 "openssl", 728 "openssl-probe", 729 "openssl-sys", 730 "schannel", 731 "security-framework", 732 "security-framework-sys", 733 "tempfile", 734] 735 736[[package]] 737name = "num-integer" 738version = "0.1.45" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 741dependencies = [ 742 "autocfg", 743 "num-traits", 744] 745 746[[package]] 747name = "num-traits" 748version = "0.2.15" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 751dependencies = [ 752 "autocfg", 753] 754 755[[package]] 756name = "num_cpus" 757version = "1.15.0" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 760dependencies = [ 761 "hermit-abi 0.2.6", 762 "libc", 763] 764 765[[package]] 766name = "once_cell" 767version = "1.17.1" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 770 771[[package]] 772name = "opaque-debug" 773version = "0.3.0" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 776 777[[package]] 778name = "openssl" 779version = "0.10.52" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 782dependencies = [ 783 "bitflags", 784 "cfg-if", 785 "foreign-types", 786 "libc", 787 "once_cell", 788 "openssl-macros", 789 "openssl-sys", 790] 791 792[[package]] 793name = "openssl-macros" 794version = "0.1.1" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 797dependencies = [ 798 "proc-macro2", 799 "quote", 800 "syn", 801] 802 803[[package]] 804name = "openssl-probe" 805version = "0.1.5" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 808 809[[package]] 810name = "openssl-sys" 811version = "0.9.87" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 814dependencies = [ 815 "cc", 816 "libc", 817 "pkg-config", 818 "vcpkg", 819] 820 821[[package]] 822name = "os_str_bytes" 823version = "6.5.0" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 826 827[[package]] 828name = "percent-encoding" 829version = "2.2.0" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 832 833[[package]] 834name = "pin-project-lite" 835version = "0.2.9" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 838 839[[package]] 840name = "pin-utils" 841version = "0.1.0" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 844 845[[package]] 846name = "pkg-config" 847version = "0.3.27" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 850 851[[package]] 852name = "proc-macro2" 853version = "1.0.56" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 856dependencies = [ 857 "unicode-ident", 858] 859 860[[package]] 861name = "quote" 862version = "1.0.27" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 865dependencies = [ 866 "proc-macro2", 867] 868 869[[package]] 870name = "redox_syscall" 871version = "0.2.16" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 874dependencies = [ 875 "bitflags", 876] 877 878[[package]] 879name = "redox_syscall" 880version = "0.3.5" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 883dependencies = [ 884 "bitflags", 885] 886 887[[package]] 888name = "redox_users" 889version = "0.4.3" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 892dependencies = [ 893 "getrandom", 894 "redox_syscall 0.2.16", 895 "thiserror", 896] 897 898[[package]] 899name = "regex" 900version = "1.8.1" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 903dependencies = [ 904 "aho-corasick", 905 "memchr", 906 "regex-syntax", 907] 908 909[[package]] 910name = "regex-syntax" 911version = "0.7.1" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 914 915[[package]] 916name = "ring" 917version = "0.16.20" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 920dependencies = [ 921 "cc", 922 "libc", 923 "once_cell", 924 "spin", 925 "untrusted", 926 "web-sys", 927 "winapi", 928] 929 930[[package]] 931name = "rusoto_core" 932version = "0.47.0" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "5b4f000e8934c1b4f70adde180056812e7ea6b1a247952db8ee98c94cd3116cc" 935dependencies = [ 936 "async-trait", 937 "base64", 938 "bytes", 939 "crc32fast", 940 "futures", 941 "http", 942 "hyper", 943 "hyper-tls", 944 "lazy_static", 945 "log", 946 "rusoto_credential", 947 "rusoto_signature", 948 "rustc_version", 949 "serde", 950 "serde_json", 951 "tokio", 952 "xml-rs", 953] 954 955[[package]] 956name = "rusoto_credential" 957version = "0.47.0" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "6a46b67db7bb66f5541e44db22b0a02fed59c9603e146db3a9e633272d3bac2f" 960dependencies = [ 961 "async-trait", 962 "chrono", 963 "dirs-next", 964 "futures", 965 "hyper", 966 "serde", 967 "serde_json", 968 "shlex", 969 "tokio", 970 "zeroize", 971] 972 973[[package]] 974name = "rusoto_dynamodb" 975version = "0.47.0" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "7935e1f9ca57c4ee92a4d823dcd698eb8c992f7e84ca21976ae72cd2b03016e7" 978dependencies = [ 979 "async-trait", 980 "bytes", 981 "futures", 982 "rusoto_core", 983 "serde", 984 "serde_json", 985] 986 987[[package]] 988name = "rusoto_ec2" 989version = "0.47.0" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "92315363c2f2acda29029ce0ce0e58e1c32caf10c9719068a1ec102add3d4878" 992dependencies = [ 993 "async-trait", 994 "bytes", 995 "futures", 996 "rusoto_core", 997 "serde_urlencoded", 998 "xml-rs", 999] 1000 1001[[package]] 1002name = "rusoto_kms" 1003version = "0.47.0" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "d7892cd2cca7644d33bd6fafdb2236efd3659162fd7b73ca68d3877f0528399c" 1006dependencies = [ 1007 "async-trait", 1008 "bytes", 1009 "futures", 1010 "rusoto_core", 1011 "serde", 1012 "serde_json", 1013] 1014 1015[[package]] 1016name = "rusoto_signature" 1017version = "0.47.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "6264e93384b90a747758bcc82079711eacf2e755c3a8b5091687b5349d870bcc" 1020dependencies = [ 1021 "base64", 1022 "bytes", 1023 "chrono", 1024 "digest", 1025 "futures", 1026 "hex", 1027 "hmac", 1028 "http", 1029 "hyper", 1030 "log", 1031 "md-5", 1032 "percent-encoding", 1033 "pin-project-lite", 1034 "rusoto_credential", 1035 "rustc_version", 1036 "serde", 1037 "sha2", 1038 "tokio", 1039] 1040 1041[[package]] 1042name = "rusoto_sts" 1043version = "0.47.0" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "4e7edd42473ac006fd54105f619e480b0a94136e7f53cf3fb73541363678fd92" 1046dependencies = [ 1047 "async-trait", 1048 "bytes", 1049 "chrono", 1050 "futures", 1051 "rusoto_core", 1052 "serde_urlencoded", 1053 "xml-rs", 1054] 1055 1056[[package]] 1057name = "rustc_version" 1058version = "0.4.0" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1061dependencies = [ 1062 "semver", 1063] 1064 1065[[package]] 1066name = "rustix" 1067version = "0.37.19" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1070dependencies = [ 1071 "bitflags", 1072 "errno", 1073 "io-lifetimes", 1074 "libc", 1075 "linux-raw-sys", 1076 "windows-sys 0.48.0", 1077] 1078 1079[[package]] 1080name = "ryu" 1081version = "1.0.13" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1084 1085[[package]] 1086name = "schannel" 1087version = "0.1.21" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1090dependencies = [ 1091 "windows-sys 0.42.0", 1092] 1093 1094[[package]] 1095name = "security-framework" 1096version = "2.9.0" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1099dependencies = [ 1100 "bitflags", 1101 "core-foundation", 1102 "core-foundation-sys", 1103 "libc", 1104 "security-framework-sys", 1105] 1106 1107[[package]] 1108name = "security-framework-sys" 1109version = "2.9.0" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1112dependencies = [ 1113 "core-foundation-sys", 1114 "libc", 1115] 1116 1117[[package]] 1118name = "semver" 1119version = "1.0.17" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1122 1123[[package]] 1124name = "serde" 1125version = "1.0.163" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1128dependencies = [ 1129 "serde_derive", 1130] 1131 1132[[package]] 1133name = "serde_derive" 1134version = "1.0.163" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1137dependencies = [ 1138 "proc-macro2", 1139 "quote", 1140 "syn", 1141] 1142 1143[[package]] 1144name = "serde_json" 1145version = "1.0.96" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1148dependencies = [ 1149 "itoa", 1150 "ryu", 1151 "serde", 1152] 1153 1154[[package]] 1155name = "serde_urlencoded" 1156version = "0.7.1" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1159dependencies = [ 1160 "form_urlencoded", 1161 "itoa", 1162 "ryu", 1163 "serde", 1164] 1165 1166[[package]] 1167name = "sha2" 1168version = "0.9.9" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 1171dependencies = [ 1172 "block-buffer", 1173 "cfg-if", 1174 "cpufeatures", 1175 "digest", 1176 "opaque-debug", 1177] 1178 1179[[package]] 1180name = "shlex" 1181version = "1.1.0" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 1184 1185[[package]] 1186name = "signal-hook-registry" 1187version = "1.4.1" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1190dependencies = [ 1191 "libc", 1192] 1193 1194[[package]] 1195name = "slab" 1196version = "0.4.8" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1199dependencies = [ 1200 "autocfg", 1201] 1202 1203[[package]] 1204name = "socket2" 1205version = "0.4.9" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1208dependencies = [ 1209 "libc", 1210 "winapi", 1211] 1212 1213[[package]] 1214name = "spin" 1215version = "0.5.2" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1218 1219[[package]] 1220name = "strsim" 1221version = "0.10.0" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1224 1225[[package]] 1226name = "subtle" 1227version = "2.4.1" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 1230 1231[[package]] 1232name = "syn" 1233version = "2.0.15" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1236dependencies = [ 1237 "proc-macro2", 1238 "quote", 1239 "unicode-ident", 1240] 1241 1242[[package]] 1243name = "tempfile" 1244version = "3.5.0" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1247dependencies = [ 1248 "cfg-if", 1249 "fastrand", 1250 "redox_syscall 0.3.5", 1251 "rustix", 1252 "windows-sys 0.45.0", 1253] 1254 1255[[package]] 1256name = "termcolor" 1257version = "1.2.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1260dependencies = [ 1261 "winapi-util", 1262] 1263 1264[[package]] 1265name = "textwrap" 1266version = "0.16.0" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 1269 1270[[package]] 1271name = "thiserror" 1272version = "1.0.40" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1275dependencies = [ 1276 "thiserror-impl", 1277] 1278 1279[[package]] 1280name = "thiserror-impl" 1281version = "1.0.40" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1284dependencies = [ 1285 "proc-macro2", 1286 "quote", 1287 "syn", 1288] 1289 1290[[package]] 1291name = "tokio" 1292version = "1.28.1" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105" 1295dependencies = [ 1296 "autocfg", 1297 "bytes", 1298 "libc", 1299 "mio", 1300 "num_cpus", 1301 "pin-project-lite", 1302 "signal-hook-registry", 1303 "socket2", 1304 "tokio-macros", 1305 "windows-sys 0.48.0", 1306] 1307 1308[[package]] 1309name = "tokio-macros" 1310version = "2.1.0" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 1313dependencies = [ 1314 "proc-macro2", 1315 "quote", 1316 "syn", 1317] 1318 1319[[package]] 1320name = "tokio-native-tls" 1321version = "0.3.1" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1324dependencies = [ 1325 "native-tls", 1326 "tokio", 1327] 1328 1329[[package]] 1330name = "tokio-util" 1331version = "0.7.8" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 1334dependencies = [ 1335 "bytes", 1336 "futures-core", 1337 "futures-sink", 1338 "pin-project-lite", 1339 "tokio", 1340 "tracing", 1341] 1342 1343[[package]] 1344name = "tower-service" 1345version = "0.3.2" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1348 1349[[package]] 1350name = "tracing" 1351version = "0.1.37" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1354dependencies = [ 1355 "cfg-if", 1356 "pin-project-lite", 1357 "tracing-core", 1358] 1359 1360[[package]] 1361name = "tracing-core" 1362version = "0.1.31" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1365dependencies = [ 1366 "once_cell", 1367] 1368 1369[[package]] 1370name = "try-lock" 1371version = "0.2.4" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1374 1375[[package]] 1376name = "typenum" 1377version = "1.16.0" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 1380 1381[[package]] 1382name = "unicode-ident" 1383version = "1.0.8" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1386 1387[[package]] 1388name = "untrusted" 1389version = "0.7.1" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1392 1393[[package]] 1394name = "vcpkg" 1395version = "0.2.15" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1398 1399[[package]] 1400name = "version_check" 1401version = "0.9.4" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1404 1405[[package]] 1406name = "want" 1407version = "0.3.0" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1410dependencies = [ 1411 "log", 1412 "try-lock", 1413] 1414 1415[[package]] 1416name = "wasi" 1417version = "0.11.0+wasi-snapshot-preview1" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1420 1421[[package]] 1422name = "wasm-bindgen" 1423version = "0.2.85" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 1426dependencies = [ 1427 "cfg-if", 1428 "wasm-bindgen-macro", 1429] 1430 1431[[package]] 1432name = "wasm-bindgen-backend" 1433version = "0.2.85" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 1436dependencies = [ 1437 "bumpalo", 1438 "log", 1439 "once_cell", 1440 "proc-macro2", 1441 "quote", 1442 "syn", 1443 "wasm-bindgen-shared", 1444] 1445 1446[[package]] 1447name = "wasm-bindgen-macro" 1448version = "0.2.85" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 1451dependencies = [ 1452 "quote", 1453 "wasm-bindgen-macro-support", 1454] 1455 1456[[package]] 1457name = "wasm-bindgen-macro-support" 1458version = "0.2.85" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 1461dependencies = [ 1462 "proc-macro2", 1463 "quote", 1464 "syn", 1465 "wasm-bindgen-backend", 1466 "wasm-bindgen-shared", 1467] 1468 1469[[package]] 1470name = "wasm-bindgen-shared" 1471version = "0.2.85" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 1474 1475[[package]] 1476name = "web-sys" 1477version = "0.3.62" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 1480dependencies = [ 1481 "js-sys", 1482 "wasm-bindgen", 1483] 1484 1485[[package]] 1486name = "winapi" 1487version = "0.3.9" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1490dependencies = [ 1491 "winapi-i686-pc-windows-gnu", 1492 "winapi-x86_64-pc-windows-gnu", 1493] 1494 1495[[package]] 1496name = "winapi-i686-pc-windows-gnu" 1497version = "0.4.0" 1498source = "registry+https://github.com/rust-lang/crates.io-index" 1499checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1500 1501[[package]] 1502name = "winapi-util" 1503version = "0.1.5" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1506dependencies = [ 1507 "winapi", 1508] 1509 1510[[package]] 1511name = "winapi-x86_64-pc-windows-gnu" 1512version = "0.4.0" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1515 1516[[package]] 1517name = "windows" 1518version = "0.48.0" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1521dependencies = [ 1522 "windows-targets 0.48.0", 1523] 1524 1525[[package]] 1526name = "windows-sys" 1527version = "0.42.0" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1530dependencies = [ 1531 "windows_aarch64_gnullvm 0.42.2", 1532 "windows_aarch64_msvc 0.42.2", 1533 "windows_i686_gnu 0.42.2", 1534 "windows_i686_msvc 0.42.2", 1535 "windows_x86_64_gnu 0.42.2", 1536 "windows_x86_64_gnullvm 0.42.2", 1537 "windows_x86_64_msvc 0.42.2", 1538] 1539 1540[[package]] 1541name = "windows-sys" 1542version = "0.45.0" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1545dependencies = [ 1546 "windows-targets 0.42.2", 1547] 1548 1549[[package]] 1550name = "windows-sys" 1551version = "0.48.0" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1554dependencies = [ 1555 "windows-targets 0.48.0", 1556] 1557 1558[[package]] 1559name = "windows-targets" 1560version = "0.42.2" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1563dependencies = [ 1564 "windows_aarch64_gnullvm 0.42.2", 1565 "windows_aarch64_msvc 0.42.2", 1566 "windows_i686_gnu 0.42.2", 1567 "windows_i686_msvc 0.42.2", 1568 "windows_x86_64_gnu 0.42.2", 1569 "windows_x86_64_gnullvm 0.42.2", 1570 "windows_x86_64_msvc 0.42.2", 1571] 1572 1573[[package]] 1574name = "windows-targets" 1575version = "0.48.0" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1578dependencies = [ 1579 "windows_aarch64_gnullvm 0.48.0", 1580 "windows_aarch64_msvc 0.48.0", 1581 "windows_i686_gnu 0.48.0", 1582 "windows_i686_msvc 0.48.0", 1583 "windows_x86_64_gnu 0.48.0", 1584 "windows_x86_64_gnullvm 0.48.0", 1585 "windows_x86_64_msvc 0.48.0", 1586] 1587 1588[[package]] 1589name = "windows_aarch64_gnullvm" 1590version = "0.42.2" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1593 1594[[package]] 1595name = "windows_aarch64_gnullvm" 1596version = "0.48.0" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1599 1600[[package]] 1601name = "windows_aarch64_msvc" 1602version = "0.42.2" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1605 1606[[package]] 1607name = "windows_aarch64_msvc" 1608version = "0.48.0" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1611 1612[[package]] 1613name = "windows_i686_gnu" 1614version = "0.42.2" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1617 1618[[package]] 1619name = "windows_i686_gnu" 1620version = "0.48.0" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1623 1624[[package]] 1625name = "windows_i686_msvc" 1626version = "0.42.2" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1629 1630[[package]] 1631name = "windows_i686_msvc" 1632version = "0.48.0" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1635 1636[[package]] 1637name = "windows_x86_64_gnu" 1638version = "0.42.2" 1639source = "registry+https://github.com/rust-lang/crates.io-index" 1640checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1641 1642[[package]] 1643name = "windows_x86_64_gnu" 1644version = "0.48.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1647 1648[[package]] 1649name = "windows_x86_64_gnullvm" 1650version = "0.42.2" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1653 1654[[package]] 1655name = "windows_x86_64_gnullvm" 1656version = "0.48.0" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1659 1660[[package]] 1661name = "windows_x86_64_msvc" 1662version = "0.42.2" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1665 1666[[package]] 1667name = "windows_x86_64_msvc" 1668version = "0.48.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1671 1672[[package]] 1673name = "xml-rs" 1674version = "0.8.10" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "dc95a04ea24f543cd9be5aab44f963fa35589c99e18415c38fb2b17e133bf8d2" 1677 1678[[package]] 1679name = "zeroize" 1680version = "1.6.0" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"