lol

scryer-prolog: 0.9.1 -> 0.9.2

kashw2 49a30d52 fae6b586

+907 -743
+902 -741
pkgs/development/compilers/scryer-prolog/Cargo.lock
··· 3 version = 3 4 5 [[package]] 6 name = "android_system_properties" 7 version = "0.1.5" 8 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 33 34 [[package]] 35 name = "autocfg" 36 - version = "0.1.8" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" 39 - dependencies = [ 40 - "autocfg 1.1.0", 41 - ] 42 - 43 - [[package]] 44 - name = "autocfg" 45 version = "1.1.0" 46 source = "registry+https://github.com/rust-lang/crates.io-index" 47 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 48 49 [[package]] 50 - name = "az" 51 - version = "1.2.1" 52 source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" 54 55 [[package]] 56 name = "base64" 57 version = "0.12.3" 58 source = "registry+https://github.com/rust-lang/crates.io-index" 59 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" 60 61 [[package]] 62 name = "bit-set" ··· 80 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 81 82 [[package]] 83 name = "blake2" 84 version = "0.8.1" 85 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 93 94 [[package]] 95 name = "blake2" 96 - version = "0.10.4" 97 source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388" 99 dependencies = [ 100 - "digest 0.10.5", 101 ] 102 103 [[package]] ··· 114 115 [[package]] 116 name = "block-buffer" 117 - version = "0.10.3" 118 source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 120 dependencies = [ 121 - "generic-array 0.14.6", 122 ] 123 124 [[package]] ··· 143 144 [[package]] 145 name = "bumpalo" 146 - version = "3.11.1" 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 149 150 [[package]] 151 name = "byte-tools" ··· 161 162 [[package]] 163 name = "bytes" 164 - version = "1.2.1" 165 source = "registry+https://github.com/rust-lang/crates.io-index" 166 - checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 167 168 [[package]] 169 name = "cc" 170 - version = "1.0.76" 171 source = "registry+https://github.com/rust-lang/crates.io-index" 172 - checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" 173 174 [[package]] 175 name = "cfg-if" ··· 179 180 [[package]] 181 name = "chrono" 182 - version = "0.4.22" 183 source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 185 dependencies = [ 186 "iana-time-zone", 187 "js-sys", 188 - "num-integer", 189 "num-traits", 190 "time", 191 "wasm-bindgen", ··· 194 195 [[package]] 196 name = "clipboard-win" 197 - version = "4.4.2" 198 source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219" 200 dependencies = [ 201 "error-code", 202 "str-buf", ··· 204 ] 205 206 [[package]] 207 - name = "cloudabi" 208 - version = "0.0.3" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 211 - dependencies = [ 212 - "bitflags", 213 - ] 214 - 215 - [[package]] 216 - name = "codespan-reporting" 217 - version = "0.11.1" 218 - source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 220 - dependencies = [ 221 - "termcolor", 222 - "unicode-width", 223 - ] 224 - 225 - [[package]] 226 name = "core-foundation" 227 version = "0.9.3" 228 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 234 235 [[package]] 236 name = "core-foundation-sys" 237 - version = "0.8.3" 238 source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 240 241 [[package]] 242 name = "cpu-time" ··· 250 251 [[package]] 252 name = "cpufeatures" 253 - version = "0.2.5" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 - checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 256 dependencies = [ 257 "libc", 258 ] ··· 263 source = "registry+https://github.com/rust-lang/crates.io-index" 264 checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d" 265 dependencies = [ 266 - "bitflags", 267 "crossterm_winapi", 268 "libc", 269 "mio 0.7.14", ··· 284 285 [[package]] 286 name = "crrl" 287 - version = "0.2.0" 288 source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "2db40892a506901e4e8281f00e42687df82d1d3448cb0289ae9183a60cb42ec1" 290 dependencies = [ 291 - "blake2 0.10.4", 292 - "rand_core 0.6.4", 293 "sha2", 294 ] 295 296 [[package]] ··· 299 source = "registry+https://github.com/rust-lang/crates.io-index" 300 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 301 dependencies = [ 302 - "generic-array 0.14.6", 303 "typenum", 304 ] 305 ··· 315 316 [[package]] 317 name = "ctrlc" 318 - version = "3.2.3" 319 source = "registry+https://github.com/rust-lang/crates.io-index" 320 - checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173" 321 dependencies = [ 322 - "nix 0.25.0", 323 - "winapi", 324 ] 325 326 [[package]] 327 - name = "cxx" 328 - version = "1.0.81" 329 source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888" 331 dependencies = [ 332 - "cc", 333 - "cxxbridge-flags", 334 - "cxxbridge-macro", 335 - "link-cplusplus", 336 ] 337 338 [[package]] 339 - name = "cxx-build" 340 - version = "1.0.81" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3" 343 dependencies = [ 344 - "cc", 345 - "codespan-reporting", 346 - "once_cell", 347 - "proc-macro2 1.0.47", 348 - "quote 1.0.21", 349 - "scratch", 350 - "syn 1.0.103", 351 ] 352 353 [[package]] 354 - name = "cxxbridge-flags" 355 - version = "1.0.81" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f" 358 359 [[package]] 360 - name = "cxxbridge-macro" 361 - version = "1.0.81" 362 source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704" 364 dependencies = [ 365 - "proc-macro2 1.0.47", 366 - "quote 1.0.21", 367 - "syn 1.0.103", 368 ] 369 370 [[package]] ··· 384 385 [[package]] 386 name = "digest" 387 - version = "0.10.5" 388 source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" 390 dependencies = [ 391 - "block-buffer 0.10.3", 392 "crypto-common", 393 - "subtle 2.4.1", 394 ] 395 396 [[package]] ··· 427 checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 428 429 [[package]] 430 - name = "ed25519" 431 - version = "1.5.2" 432 source = "registry+https://github.com/rust-lang/crates.io-index" 433 - checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" 434 - dependencies = [ 435 - "signature", 436 - ] 437 438 [[package]] 439 - name = "either" 440 - version = "1.8.0" 441 source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 443 444 [[package]] 445 name = "endian-type" ··· 449 450 [[package]] 451 name = "errno" 452 - version = "0.2.8" 453 source = "registry+https://github.com/rust-lang/crates.io-index" 454 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 455 dependencies = [ 456 "errno-dragonfly", 457 "libc", 458 - "winapi", 459 ] 460 461 [[package]] ··· 480 481 [[package]] 482 name = "fastrand" 483 - version = "1.8.0" 484 source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 486 - dependencies = [ 487 - "instant", 488 - ] 489 490 [[package]] 491 name = "fd-lock" 492 - version = "3.0.8" 493 source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27" 495 dependencies = [ 496 "cfg-if", 497 "rustix", 498 - "windows-sys 0.42.0", 499 ] 500 501 [[package]] ··· 520 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 521 522 [[package]] 523 - name = "fuchsia-cprng" 524 - version = "0.1.1" 525 source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 527 528 [[package]] 529 name = "futf" ··· 537 538 [[package]] 539 name = "futures" 540 - version = "0.3.25" 541 source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 543 dependencies = [ 544 "futures-channel", 545 "futures-core", ··· 552 553 [[package]] 554 name = "futures-channel" 555 - version = "0.3.25" 556 source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 558 dependencies = [ 559 "futures-core", 560 "futures-sink", ··· 562 563 [[package]] 564 name = "futures-core" 565 - version = "0.3.25" 566 source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 568 569 [[package]] 570 name = "futures-executor" 571 - version = "0.3.25" 572 source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 574 dependencies = [ 575 "futures-core", 576 "futures-task", ··· 579 580 [[package]] 581 name = "futures-io" 582 - version = "0.3.25" 583 source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 585 586 [[package]] 587 name = "futures-macro" 588 - version = "0.3.25" 589 source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 591 dependencies = [ 592 - "proc-macro2 1.0.47", 593 - "quote 1.0.21", 594 - "syn 1.0.103", 595 ] 596 597 [[package]] 598 name = "futures-sink" 599 - version = "0.3.25" 600 source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 602 603 [[package]] 604 name = "futures-task" 605 - version = "0.3.25" 606 source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 608 609 [[package]] 610 name = "futures-util" 611 - version = "0.3.25" 612 source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 614 dependencies = [ 615 "futures-channel", 616 "futures-core", ··· 644 645 [[package]] 646 name = "generic-array" 647 - version = "0.14.6" 648 source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 650 dependencies = [ 651 "typenum", 652 "version_check", ··· 654 655 [[package]] 656 name = "getrandom" 657 - version = "0.2.8" 658 source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 660 dependencies = [ 661 "cfg-if", 662 "libc", 663 "wasi 0.11.0+wasi-snapshot-preview1", 664 ] 665 666 [[package]] 667 name = "git-version" 668 version = "0.3.5" 669 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 680 checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f" 681 dependencies = [ 682 "proc-macro-hack", 683 - "proc-macro2 1.0.47", 684 - "quote 1.0.21", 685 - "syn 1.0.103", 686 - ] 687 - 688 - [[package]] 689 - name = "gmp-mpfr-sys" 690 - version = "1.4.10" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "ea3f42dadb6c75f122e9aa87e757ef11d4282f664c9f2e6476a9c2c8970f9d19" 693 - dependencies = [ 694 - "libc", 695 - "winapi", 696 ] 697 698 [[package]] 699 name = "h2" 700 - version = "0.3.15" 701 source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 703 dependencies = [ 704 "bytes", 705 "fnv", ··· 721 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 722 723 [[package]] 724 name = "heck" 725 version = "0.3.3" 726 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 731 732 [[package]] 733 name = "hermit-abi" 734 - version = "0.1.19" 735 source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 737 dependencies = [ 738 - "libc", 739 ] 740 741 [[package]] ··· 751 752 [[package]] 753 name = "html5ever" 754 - version = "0.23.0" 755 source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "5ce65ac8028cf5a287a7dbf6c4e0a6cf2dcf022ed5b167a81bae66ebf599a8b7" 757 dependencies = [ 758 "log", 759 "mac", 760 "markup5ever", 761 - "proc-macro2 0.4.30", 762 - "quote 0.6.13", 763 - "syn 0.15.44", 764 ] 765 766 [[package]] 767 name = "http" 768 - version = "0.2.8" 769 source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 771 dependencies = [ 772 "bytes", 773 "fnv", ··· 786 ] 787 788 [[package]] 789 name = "httparse" 790 version = "1.8.0" 791 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 793 794 [[package]] 795 name = "httpdate" 796 - version = "1.0.2" 797 source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 799 800 [[package]] 801 name = "hyper" 802 - version = "0.14.23" 803 source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" 805 dependencies = [ 806 "bytes", 807 "futures-channel", ··· 809 "futures-util", 810 "h2", 811 "http", 812 - "http-body", 813 "httparse", 814 "httpdate", 815 "itoa", 816 "pin-project-lite", 817 - "socket2", 818 "tokio", 819 "tower-service", 820 "tracing", ··· 822 ] 823 824 [[package]] 825 name = "hyper-tls" 826 version = "0.5.0" 827 source = "registry+https://github.com/rust-lang/crates.io-index" 828 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 829 dependencies = [ 830 "bytes", 831 - "hyper", 832 "native-tls", 833 "tokio", 834 "tokio-native-tls", ··· 836 837 [[package]] 838 name = "iana-time-zone" 839 - version = "0.1.53" 840 source = "registry+https://github.com/rust-lang/crates.io-index" 841 - checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 842 dependencies = [ 843 "android_system_properties", 844 "core-foundation-sys", 845 "iana-time-zone-haiku", 846 "js-sys", 847 "wasm-bindgen", 848 - "winapi", 849 ] 850 851 [[package]] 852 name = "iana-time-zone-haiku" 853 - version = "0.1.1" 854 source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 856 dependencies = [ 857 - "cxx", 858 - "cxx-build", 859 ] 860 861 [[package]] 862 name = "indexmap" 863 - version = "1.9.1" 864 source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 866 dependencies = [ 867 - "autocfg 1.1.0", 868 - "hashbrown", 869 ] 870 871 [[package]] ··· 878 ] 879 880 [[package]] 881 - name = "io-lifetimes" 882 - version = "1.0.1" 883 source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87" 885 - dependencies = [ 886 - "libc", 887 - "windows-sys 0.42.0", 888 - ] 889 890 [[package]] 891 name = "itertools" ··· 898 899 [[package]] 900 name = "itoa" 901 - version = "1.0.4" 902 source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" 904 905 [[package]] 906 name = "js-sys" 907 - version = "0.3.60" 908 source = "registry+https://github.com/rust-lang/crates.io-index" 909 - checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 910 dependencies = [ 911 "wasm-bindgen", 912 ] 913 914 [[package]] 915 name = "keccak" 916 - version = "0.1.2" 917 source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" 919 920 [[package]] 921 name = "lazy_static" ··· 940 checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" 941 dependencies = [ 942 "arrayvec", 943 - "bitflags", 944 "cfg-if", 945 "ryu", 946 "static_assertions", ··· 948 949 [[package]] 950 name = "libc" 951 - version = "0.2.137" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 954 955 [[package]] 956 - name = "libsodium-sys" 957 - version = "0.2.7" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd" 960 dependencies = [ 961 "cc", 962 - "libc", 963 - "pkg-config", 964 - "walkdir", 965 ] 966 967 [[package]] 968 - name = "link-cplusplus" 969 - version = "1.0.7" 970 source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369" 972 dependencies = [ 973 - "cc", 974 ] 975 976 [[package]] 977 name = "linux-raw-sys" 978 - version = "0.1.2" 979 source = "registry+https://github.com/rust-lang/crates.io-index" 980 - checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121" 981 982 [[package]] 983 name = "lock_api" 984 - version = "0.4.9" 985 source = "registry+https://github.com/rust-lang/crates.io-index" 986 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 987 dependencies = [ 988 - "autocfg 1.1.0", 989 "scopeguard", 990 ] 991 992 [[package]] 993 name = "log" 994 - version = "0.4.17" 995 source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 997 - dependencies = [ 998 - "cfg-if", 999 - ] 1000 1001 [[package]] 1002 name = "mac" ··· 1006 1007 [[package]] 1008 name = "markup5ever" 1009 - version = "0.8.1" 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "f1af46a727284117e09780d05038b1ce6fc9c76cc6df183c3dae5a8955a25e21" 1012 dependencies = [ 1013 "log", 1014 - "phf 0.7.24", 1015 "phf_codegen", 1016 - "serde", 1017 - "serde_derive", 1018 - "serde_json", 1019 "string_cache", 1020 "string_cache_codegen", 1021 "tendril", 1022 ] 1023 1024 [[package]] 1025 name = "match_cfg" 1026 version = "0.1.0" 1027 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1034 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1035 1036 [[package]] 1037 - name = "memoffset" 1038 - version = "0.6.5" 1039 source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1041 dependencies = [ 1042 - "autocfg 1.1.0", 1043 ] 1044 1045 [[package]] ··· 1057 1058 [[package]] 1059 name = "mio" 1060 - version = "0.8.5" 1061 source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 1063 dependencies = [ 1064 "libc", 1065 - "log", 1066 "wasi 0.11.0+wasi-snapshot-preview1", 1067 - "windows-sys 0.42.0", 1068 ] 1069 1070 [[package]] ··· 1090 version = "0.11.2" 1091 source = "git+https://github.com/mthom/modular-bitfield#213535c684af277563678179d8496f11b84a283f" 1092 dependencies = [ 1093 - "proc-macro2 1.0.47", 1094 - "quote 1.0.21", 1095 - "syn 1.0.103", 1096 ] 1097 1098 [[package]] ··· 1130 1131 [[package]] 1132 name = "nix" 1133 - version = "0.23.1" 1134 - source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" 1136 - dependencies = [ 1137 - "bitflags", 1138 - "cc", 1139 - "cfg-if", 1140 - "libc", 1141 - "memoffset", 1142 - ] 1143 - 1144 - [[package]] 1145 - name = "nix" 1146 - version = "0.25.0" 1147 source = "registry+https://github.com/rust-lang/crates.io-index" 1148 - checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb" 1149 dependencies = [ 1150 - "autocfg 1.1.0", 1151 - "bitflags", 1152 "cfg-if", 1153 "libc", 1154 ] ··· 1168 source = "registry+https://github.com/rust-lang/crates.io-index" 1169 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1170 dependencies = [ 1171 - "autocfg 1.1.0", 1172 "num-traits", 1173 ] 1174 1175 [[package]] 1176 name = "num-traits" 1177 - version = "0.2.15" 1178 source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1180 dependencies = [ 1181 - "autocfg 1.1.0", 1182 ] 1183 1184 [[package]] 1185 name = "num_cpus" 1186 - version = "1.14.0" 1187 source = "registry+https://github.com/rust-lang/crates.io-index" 1188 - checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" 1189 dependencies = [ 1190 "hermit-abi", 1191 "libc", 1192 ] 1193 1194 [[package]] 1195 name = "once_cell" 1196 - version = "1.16.0" 1197 source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" 1199 1200 [[package]] 1201 name = "opaque-debug" ··· 1205 1206 [[package]] 1207 name = "openssl" 1208 - version = "0.10.42" 1209 source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13" 1211 dependencies = [ 1212 - "bitflags", 1213 "cfg-if", 1214 "foreign-types", 1215 "libc", ··· 1220 1221 [[package]] 1222 name = "openssl-macros" 1223 - version = "0.1.0" 1224 source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 1226 dependencies = [ 1227 - "proc-macro2 1.0.47", 1228 - "quote 1.0.21", 1229 - "syn 1.0.103", 1230 ] 1231 1232 [[package]] ··· 1237 1238 [[package]] 1239 name = "openssl-sys" 1240 - version = "0.9.77" 1241 source = "registry+https://github.com/rust-lang/crates.io-index" 1242 - checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a" 1243 dependencies = [ 1244 - "autocfg 1.1.0", 1245 "cc", 1246 "libc", 1247 "pkg-config", ··· 1265 dependencies = [ 1266 "instant", 1267 "lock_api", 1268 - "parking_lot_core 0.8.5", 1269 ] 1270 1271 [[package]] ··· 1275 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1276 dependencies = [ 1277 "lock_api", 1278 - "parking_lot_core 0.9.4", 1279 ] 1280 1281 [[package]] 1282 name = "parking_lot_core" 1283 - version = "0.8.5" 1284 source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 1286 dependencies = [ 1287 "cfg-if", 1288 "instant", 1289 "libc", 1290 - "redox_syscall", 1291 "smallvec", 1292 "winapi", 1293 ] 1294 1295 [[package]] 1296 name = "parking_lot_core" 1297 - version = "0.9.4" 1298 source = "registry+https://github.com/rust-lang/crates.io-index" 1299 - checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" 1300 dependencies = [ 1301 "cfg-if", 1302 "libc", 1303 - "redox_syscall", 1304 "smallvec", 1305 - "windows-sys 0.42.0", 1306 ] 1307 1308 [[package]] 1309 - name = "phf" 1310 - version = "0.7.24" 1311 source = "registry+https://github.com/rust-lang/crates.io-index" 1312 - checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" 1313 - dependencies = [ 1314 - "phf_shared 0.7.24", 1315 - ] 1316 1317 [[package]] 1318 name = "phf" ··· 1326 ] 1327 1328 [[package]] 1329 - name = "phf_codegen" 1330 - version = "0.7.24" 1331 source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" 1333 dependencies = [ 1334 - "phf_generator 0.7.24", 1335 - "phf_shared 0.7.24", 1336 ] 1337 1338 [[package]] 1339 - name = "phf_generator" 1340 - version = "0.7.24" 1341 source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" 1343 dependencies = [ 1344 - "phf_shared 0.7.24", 1345 - "rand 0.6.5", 1346 ] 1347 1348 [[package]] ··· 1352 checksum = "d43f3220d96e0080cc9ea234978ccd80d904eafb17be31bb0f76daaea6493082" 1353 dependencies = [ 1354 "phf_shared 0.9.0", 1355 - "rand 0.8.5", 1356 ] 1357 1358 [[package]] ··· 1364 "phf_generator 0.9.1", 1365 "phf_shared 0.9.0", 1366 "proc-macro-hack", 1367 - "proc-macro2 1.0.47", 1368 - "quote 1.0.21", 1369 - "syn 1.0.103", 1370 ] 1371 1372 [[package]] 1373 name = "phf_shared" 1374 - version = "0.7.24" 1375 source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" 1377 dependencies = [ 1378 - "siphasher 0.2.3", 1379 ] 1380 1381 [[package]] 1382 name = "phf_shared" 1383 - version = "0.9.0" 1384 source = "registry+https://github.com/rust-lang/crates.io-index" 1385 - checksum = "a68318426de33640f02be62b4ae8eb1261be2efbc337b60c54d845bf4484e0d9" 1386 dependencies = [ 1387 - "siphasher 0.3.10", 1388 ] 1389 1390 [[package]] 1391 name = "pin-project-lite" 1392 - version = "0.2.9" 1393 source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1395 1396 [[package]] 1397 name = "pin-utils" ··· 1401 1402 [[package]] 1403 name = "pkg-config" 1404 - version = "0.3.26" 1405 source = "registry+https://github.com/rust-lang/crates.io-index" 1406 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1407 1408 [[package]] 1409 name = "ppv-lite86" ··· 1419 1420 [[package]] 1421 name = "predicates" 1422 - version = "2.1.2" 1423 source = "registry+https://github.com/rust-lang/crates.io-index" 1424 - checksum = "ab68289ded120dcbf9d571afcf70163233229052aec9b08ab09532f698d0e1e6" 1425 dependencies = [ 1426 "difflib", 1427 "itertools", ··· 1430 1431 [[package]] 1432 name = "predicates-core" 1433 - version = "1.0.4" 1434 source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "a6e7125585d872860e9955ca571650b27a4979c5823084168c5ed5bbfb016b56" 1436 1437 [[package]] 1438 name = "predicates-tree" 1439 - version = "1.0.6" 1440 source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "ad3f7fa8d61e139cbc7c3edfebf3b6678883a53f5ffac65d1259329a93ee43a5" 1442 dependencies = [ 1443 "predicates-core", 1444 "termtree", ··· 1446 1447 [[package]] 1448 name = "proc-macro-hack" 1449 - version = "0.5.19" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 1452 - 1453 - [[package]] 1454 - name = "proc-macro2" 1455 - version = "0.4.30" 1456 source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" 1458 - dependencies = [ 1459 - "unicode-xid", 1460 - ] 1461 1462 [[package]] 1463 name = "proc-macro2" 1464 - version = "1.0.47" 1465 source = "registry+https://github.com/rust-lang/crates.io-index" 1466 - checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 1467 dependencies = [ 1468 "unicode-ident", 1469 ] 1470 1471 [[package]] 1472 name = "quote" 1473 - version = "0.6.13" 1474 source = "registry+https://github.com/rust-lang/crates.io-index" 1475 - checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 1476 dependencies = [ 1477 - "proc-macro2 0.4.30", 1478 ] 1479 1480 [[package]] 1481 - name = "quote" 1482 - version = "1.0.21" 1483 source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 1485 - dependencies = [ 1486 - "proc-macro2 1.0.47", 1487 - ] 1488 1489 [[package]] 1490 name = "radix_trie" ··· 1498 1499 [[package]] 1500 name = "rand" 1501 - version = "0.6.5" 1502 - source = "registry+https://github.com/rust-lang/crates.io-index" 1503 - checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 1504 - dependencies = [ 1505 - "autocfg 0.1.8", 1506 - "libc", 1507 - "rand_chacha 0.1.1", 1508 - "rand_core 0.4.2", 1509 - "rand_hc", 1510 - "rand_isaac", 1511 - "rand_jitter", 1512 - "rand_os", 1513 - "rand_pcg", 1514 - "rand_xorshift", 1515 - "winapi", 1516 - ] 1517 - 1518 - [[package]] 1519 - name = "rand" 1520 version = "0.8.5" 1521 source = "registry+https://github.com/rust-lang/crates.io-index" 1522 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1523 dependencies = [ 1524 "libc", 1525 - "rand_chacha 0.3.1", 1526 - "rand_core 0.6.4", 1527 - ] 1528 - 1529 - [[package]] 1530 - name = "rand_chacha" 1531 - version = "0.1.1" 1532 - source = "registry+https://github.com/rust-lang/crates.io-index" 1533 - checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 1534 - dependencies = [ 1535 - "autocfg 0.1.8", 1536 - "rand_core 0.3.1", 1537 ] 1538 1539 [[package]] ··· 1543 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1544 dependencies = [ 1545 "ppv-lite86", 1546 - "rand_core 0.6.4", 1547 ] 1548 1549 [[package]] 1550 name = "rand_core" 1551 - version = "0.3.1" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 1554 - dependencies = [ 1555 - "rand_core 0.4.2", 1556 - ] 1557 - 1558 - [[package]] 1559 - name = "rand_core" 1560 - version = "0.4.2" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 1563 - 1564 - [[package]] 1565 - name = "rand_core" 1566 version = "0.6.4" 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" ··· 1571 ] 1572 1573 [[package]] 1574 - name = "rand_hc" 1575 - version = "0.1.0" 1576 - source = "registry+https://github.com/rust-lang/crates.io-index" 1577 - checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 1578 - dependencies = [ 1579 - "rand_core 0.3.1", 1580 - ] 1581 - 1582 - [[package]] 1583 - name = "rand_isaac" 1584 - version = "0.1.1" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 1587 - dependencies = [ 1588 - "rand_core 0.3.1", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "rand_jitter" 1593 - version = "0.1.4" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 1596 - dependencies = [ 1597 - "libc", 1598 - "rand_core 0.4.2", 1599 - "winapi", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "rand_os" 1604 - version = "0.1.3" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 1607 - dependencies = [ 1608 - "cloudabi", 1609 - "fuchsia-cprng", 1610 - "libc", 1611 - "rand_core 0.4.2", 1612 - "rdrand", 1613 - "winapi", 1614 - ] 1615 - 1616 - [[package]] 1617 - name = "rand_pcg" 1618 - version = "0.1.2" 1619 - source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 1621 - dependencies = [ 1622 - "autocfg 0.1.8", 1623 - "rand_core 0.4.2", 1624 - ] 1625 - 1626 - [[package]] 1627 - name = "rand_xorshift" 1628 - version = "0.1.1" 1629 source = "registry+https://github.com/rust-lang/crates.io-index" 1630 - checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 1631 dependencies = [ 1632 - "rand_core 0.3.1", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "rdrand" 1637 - version = "0.4.0" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 1640 - dependencies = [ 1641 - "rand_core 0.3.1", 1642 ] 1643 1644 [[package]] 1645 name = "redox_syscall" 1646 - version = "0.2.16" 1647 source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1649 dependencies = [ 1650 - "bitflags", 1651 ] 1652 1653 [[package]] ··· 1657 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1658 dependencies = [ 1659 "getrandom", 1660 - "redox_syscall", 1661 "thiserror", 1662 ] 1663 ··· 1674 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1675 1676 [[package]] 1677 - name = "remove_dir_all" 1678 - version = "0.5.3" 1679 source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1681 dependencies = [ 1682 - "winapi", 1683 ] 1684 1685 [[package]] ··· 1698 ] 1699 1700 [[package]] 1701 name = "ripemd160" 1702 version = "0.8.0" 1703 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1718 ] 1719 1720 [[package]] 1721 - name = "rug" 1722 - version = "1.17.0" 1723 source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "203180f444c95eac53586ed04793ecf6454c5d28f9eca8eead815fc19e136c47" 1725 - dependencies = [ 1726 - "az", 1727 - "gmp-mpfr-sys", 1728 - "libc", 1729 - ] 1730 1731 [[package]] 1732 name = "rustix" 1733 - version = "0.36.1" 1734 source = "registry+https://github.com/rust-lang/crates.io-index" 1735 - checksum = "812a2ec2043c4d6bc6482f5be2ab8244613cac2493d128d36c0759e52a626ab3" 1736 dependencies = [ 1737 - "bitflags", 1738 "errno", 1739 - "io-lifetimes", 1740 "libc", 1741 "linux-raw-sys", 1742 - "windows-sys 0.42.0", 1743 ] 1744 1745 [[package]] 1746 name = "rustversion" 1747 - version = "1.0.9" 1748 source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" 1750 1751 [[package]] 1752 name = "rustyline" 1753 - version = "9.1.2" 1754 source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" 1756 dependencies = [ 1757 - "bitflags", 1758 "cfg-if", 1759 "clipboard-win", 1760 - "dirs-next", 1761 "fd-lock", 1762 "libc", 1763 "log", 1764 "memchr", 1765 - "nix 0.23.1", 1766 "radix_trie", 1767 "scopeguard", 1768 - "smallvec", 1769 "unicode-segmentation", 1770 "unicode-width", 1771 "utf8parse", ··· 1774 1775 [[package]] 1776 name = "ryu" 1777 - version = "1.0.11" 1778 source = "registry+https://github.com/rust-lang/crates.io-index" 1779 - checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 1780 1781 [[package]] 1782 name = "same-file" ··· 1789 1790 [[package]] 1791 name = "schannel" 1792 - version = "0.1.20" 1793 source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 1795 dependencies = [ 1796 - "lazy_static", 1797 - "windows-sys 0.36.1", 1798 ] 1799 1800 [[package]] 1801 name = "scopeguard" 1802 - version = "1.1.0" 1803 - source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1805 - 1806 - [[package]] 1807 - name = "scratch" 1808 - version = "1.0.2" 1809 source = "registry+https://github.com/rust-lang/crates.io-index" 1810 - checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" 1811 1812 [[package]] 1813 name = "scryer-prolog" 1814 - version = "0.9.1" 1815 dependencies = [ 1816 "assert_cmd", 1817 - "base64", 1818 "blake2 0.8.1", 1819 "chrono", 1820 "cpu-time", 1821 "crossterm", 1822 "crrl", 1823 "ctrlc", 1824 "dirs-next", 1825 "divrem", 1826 "futures", 1827 "fxhash", 1828 "git-version", 1829 "hostname", 1830 - "hyper", 1831 - "hyper-tls", 1832 "indexmap", 1833 "lazy_static", 1834 "lexical", 1835 "libc", 1836 "modular-bitfield", 1837 "native-tls", 1838 "ordered-float", 1839 "phf 0.9.0", 1840 "predicates-core", 1841 - "proc-macro2 1.0.47", 1842 - "quote 1.0.21", 1843 "ref_thread_local", 1844 "ring", 1845 "ripemd160", 1846 "roxmltree", 1847 - "rug", 1848 "rustyline", 1849 "ryu", 1850 "select", 1851 "serial_test", 1852 - "sha3", 1853 "smallvec", 1854 - "sodiumoxide", 1855 "static_assertions", 1856 "strum", 1857 "strum_macros", 1858 - "syn 1.0.103", 1859 "to-syn-value", 1860 "to-syn-value_derive", 1861 "tokio", ··· 1864 1865 [[package]] 1866 name = "security-framework" 1867 - version = "2.7.0" 1868 source = "registry+https://github.com/rust-lang/crates.io-index" 1869 - checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 1870 dependencies = [ 1871 - "bitflags", 1872 "core-foundation", 1873 "core-foundation-sys", 1874 "libc", ··· 1877 1878 [[package]] 1879 name = "security-framework-sys" 1880 - version = "2.6.1" 1881 source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 1883 dependencies = [ 1884 "core-foundation-sys", 1885 "libc", ··· 1887 1888 [[package]] 1889 name = "select" 1890 - version = "0.4.3" 1891 source = "registry+https://github.com/rust-lang/crates.io-index" 1892 - checksum = "ac645958c62108d11f90f8d34e4dc2799c838fc995ed4c2075867a2a8d5be76b" 1893 dependencies = [ 1894 "bit-set", 1895 "html5ever", 1896 ] 1897 1898 [[package]] 1899 name = "serde" 1900 - version = "1.0.147" 1901 source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" 1903 1904 [[package]] 1905 name = "serde_derive" 1906 - version = "1.0.147" 1907 source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" 1909 dependencies = [ 1910 - "proc-macro2 1.0.47", 1911 - "quote 1.0.21", 1912 - "syn 1.0.103", 1913 ] 1914 1915 [[package]] 1916 name = "serde_json" 1917 - version = "1.0.87" 1918 source = "registry+https://github.com/rust-lang/crates.io-index" 1919 - checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" 1920 dependencies = [ 1921 "itoa", 1922 "ryu", 1923 "serde", ··· 1925 1926 [[package]] 1927 name = "serial_test" 1928 - version = "0.5.1" 1929 source = "registry+https://github.com/rust-lang/crates.io-index" 1930 - checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d" 1931 dependencies = [ 1932 "lazy_static", 1933 - "parking_lot 0.11.2", 1934 "serial_test_derive", 1935 ] 1936 1937 [[package]] 1938 name = "serial_test_derive" 1939 - version = "0.5.1" 1940 source = "registry+https://github.com/rust-lang/crates.io-index" 1941 - checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5" 1942 dependencies = [ 1943 - "proc-macro2 1.0.47", 1944 - "quote 1.0.21", 1945 - "syn 1.0.103", 1946 ] 1947 1948 [[package]] 1949 name = "sha2" 1950 - version = "0.10.6" 1951 source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1953 dependencies = [ 1954 "cfg-if", 1955 "cpufeatures", 1956 - "digest 0.10.5", 1957 ] 1958 1959 [[package]] ··· 1967 "digest 0.8.1", 1968 "keccak", 1969 "opaque-debug", 1970 ] 1971 1972 [[package]] 1973 name = "signal-hook" 1974 - version = "0.3.14" 1975 source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 1977 dependencies = [ 1978 "libc", 1979 "signal-hook-registry", ··· 1992 1993 [[package]] 1994 name = "signal-hook-registry" 1995 - version = "1.4.0" 1996 source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 1998 dependencies = [ 1999 "libc", 2000 ] 2001 2002 [[package]] 2003 - name = "signature" 2004 - version = "1.6.4" 2005 - source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 2007 - 2008 - [[package]] 2009 name = "siphasher" 2010 - version = "0.2.3" 2011 - source = "registry+https://github.com/rust-lang/crates.io-index" 2012 - checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" 2013 - 2014 - [[package]] 2015 - name = "siphasher" 2016 - version = "0.3.10" 2017 source = "registry+https://github.com/rust-lang/crates.io-index" 2018 - checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2019 2020 [[package]] 2021 name = "slab" 2022 - version = "0.4.7" 2023 source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 2025 dependencies = [ 2026 - "autocfg 1.1.0", 2027 ] 2028 2029 [[package]] 2030 name = "smallvec" 2031 - version = "1.10.0" 2032 source = "registry+https://github.com/rust-lang/crates.io-index" 2033 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2034 2035 [[package]] 2036 name = "socket2" 2037 - version = "0.4.7" 2038 source = "registry+https://github.com/rust-lang/crates.io-index" 2039 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 2040 dependencies = [ 2041 "libc", 2042 "winapi", 2043 ] 2044 2045 [[package]] 2046 - name = "sodiumoxide" 2047 - version = "0.2.7" 2048 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 - checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028" 2050 dependencies = [ 2051 - "ed25519", 2052 "libc", 2053 - "libsodium-sys", 2054 - "serde", 2055 ] 2056 2057 [[package]] ··· 2074 2075 [[package]] 2076 name = "string_cache" 2077 - version = "0.7.5" 2078 source = "registry+https://github.com/rust-lang/crates.io-index" 2079 - checksum = "89c058a82f9fd69b1becf8c274f412281038877c553182f1d02eb027045a2d67" 2080 dependencies = [ 2081 - "lazy_static", 2082 "new_debug_unreachable", 2083 - "phf_shared 0.7.24", 2084 "precomputed-hash", 2085 "serde", 2086 - "string_cache_codegen", 2087 - "string_cache_shared", 2088 ] 2089 2090 [[package]] 2091 name = "string_cache_codegen" 2092 - version = "0.4.4" 2093 source = "registry+https://github.com/rust-lang/crates.io-index" 2094 - checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6" 2095 dependencies = [ 2096 - "phf_generator 0.7.24", 2097 - "phf_shared 0.7.24", 2098 - "proc-macro2 1.0.47", 2099 - "quote 1.0.21", 2100 - "string_cache_shared", 2101 ] 2102 2103 [[package]] 2104 - name = "string_cache_shared" 2105 - version = "0.3.0" 2106 - source = "registry+https://github.com/rust-lang/crates.io-index" 2107 - checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" 2108 - 2109 - [[package]] 2110 name = "strum" 2111 version = "0.23.0" 2112 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2119 checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38" 2120 dependencies = [ 2121 "heck", 2122 - "proc-macro2 1.0.47", 2123 - "quote 1.0.21", 2124 "rustversion", 2125 - "syn 1.0.103", 2126 ] 2127 2128 [[package]] ··· 2133 2134 [[package]] 2135 name = "subtle" 2136 - version = "2.4.1" 2137 source = "registry+https://github.com/rust-lang/crates.io-index" 2138 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 2139 2140 [[package]] 2141 name = "syn" 2142 - version = "0.15.44" 2143 source = "registry+https://github.com/rust-lang/crates.io-index" 2144 - checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 2145 dependencies = [ 2146 - "proc-macro2 0.4.30", 2147 - "quote 0.6.13", 2148 - "unicode-xid", 2149 ] 2150 2151 [[package]] 2152 name = "syn" 2153 - version = "1.0.103" 2154 source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" 2156 dependencies = [ 2157 - "proc-macro2 1.0.47", 2158 - "quote 1.0.21", 2159 "unicode-ident", 2160 ] 2161 2162 [[package]] 2163 name = "tempfile" 2164 - version = "3.3.0" 2165 source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 2167 dependencies = [ 2168 "cfg-if", 2169 "fastrand", 2170 - "libc", 2171 - "redox_syscall", 2172 - "remove_dir_all", 2173 - "winapi", 2174 ] 2175 2176 [[package]] ··· 2185 ] 2186 2187 [[package]] 2188 - name = "termcolor" 2189 - version = "1.1.3" 2190 - source = "registry+https://github.com/rust-lang/crates.io-index" 2191 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 2192 - dependencies = [ 2193 - "winapi-util", 2194 - ] 2195 - 2196 - [[package]] 2197 name = "termtree" 2198 - version = "0.4.0" 2199 source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" 2201 2202 [[package]] 2203 name = "thiserror" 2204 - version = "1.0.37" 2205 source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" 2207 dependencies = [ 2208 "thiserror-impl", 2209 ] 2210 2211 [[package]] 2212 name = "thiserror-impl" 2213 - version = "1.0.37" 2214 source = "registry+https://github.com/rust-lang/crates.io-index" 2215 - checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" 2216 dependencies = [ 2217 - "proc-macro2 1.0.47", 2218 - "quote 1.0.21", 2219 - "syn 1.0.103", 2220 ] 2221 2222 [[package]] 2223 name = "time" 2224 - version = "0.1.44" 2225 source = "registry+https://github.com/rust-lang/crates.io-index" 2226 - checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 2227 dependencies = [ 2228 "libc", 2229 "wasi 0.10.0+wasi-snapshot-preview1", ··· 2231 ] 2232 2233 [[package]] 2234 name = "to-syn-value" 2235 version = "0.1.0" 2236 source = "registry+https://github.com/rust-lang/crates.io-index" 2237 checksum = "45dcb7b4108a4793bdd74aa3714296c6eaf43663edf73fa8625d0d7621e68447" 2238 dependencies = [ 2239 - "syn 1.0.103", 2240 "to-syn-value_derive", 2241 ] 2242 ··· 2246 source = "registry+https://github.com/rust-lang/crates.io-index" 2247 checksum = "cd4fdec6de01b568c1d3721c9d46a352623c536cd55a8a5acfefb63d1fccccbc" 2248 dependencies = [ 2249 - "proc-macro2 1.0.47", 2250 - "quote 1.0.21", 2251 - "syn 1.0.103", 2252 ] 2253 2254 [[package]] 2255 name = "tokio" 2256 - version = "1.21.2" 2257 source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" 2259 dependencies = [ 2260 - "autocfg 1.1.0", 2261 "bytes", 2262 "libc", 2263 - "memchr", 2264 - "mio 0.8.5", 2265 "num_cpus", 2266 "parking_lot 0.12.1", 2267 "pin-project-lite", 2268 "signal-hook-registry", 2269 - "socket2", 2270 "tokio-macros", 2271 - "winapi", 2272 ] 2273 2274 [[package]] 2275 name = "tokio-macros" 2276 - version = "1.8.0" 2277 source = "registry+https://github.com/rust-lang/crates.io-index" 2278 - checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 2279 dependencies = [ 2280 - "proc-macro2 1.0.47", 2281 - "quote 1.0.21", 2282 - "syn 1.0.103", 2283 ] 2284 2285 [[package]] 2286 name = "tokio-native-tls" 2287 - version = "0.3.0" 2288 source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 2290 dependencies = [ 2291 "native-tls", 2292 "tokio", ··· 2294 2295 [[package]] 2296 name = "tokio-util" 2297 - version = "0.7.4" 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 2300 dependencies = [ 2301 "bytes", 2302 "futures-core", ··· 2325 2326 [[package]] 2327 name = "tracing-core" 2328 - version = "0.1.30" 2329 source = "registry+https://github.com/rust-lang/crates.io-index" 2330 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2331 dependencies = [ 2332 "once_cell", 2333 ] 2334 2335 [[package]] 2336 name = "try-lock" 2337 - version = "0.2.3" 2338 source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 2340 2341 [[package]] 2342 name = "typenum" 2343 - version = "1.15.0" 2344 source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 2346 2347 [[package]] 2348 name = "unicode-ident" 2349 - version = "1.0.5" 2350 source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 2352 2353 [[package]] 2354 name = "unicode-segmentation" 2355 - version = "1.10.0" 2356 source = "registry+https://github.com/rust-lang/crates.io-index" 2357 - checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" 2358 2359 [[package]] 2360 name = "unicode-width" ··· 2363 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2364 2365 [[package]] 2366 - name = "unicode-xid" 2367 - version = "0.1.0" 2368 - source = "registry+https://github.com/rust-lang/crates.io-index" 2369 - checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" 2370 - 2371 - [[package]] 2372 name = "untrusted" 2373 version = "0.7.1" 2374 source = "registry+https://github.com/rust-lang/crates.io-index" 2375 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2376 2377 [[package]] 2378 name = "utf-8" 2379 version = "0.7.6" 2380 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2382 2383 [[package]] 2384 name = "utf8parse" 2385 - version = "0.2.0" 2386 source = "registry+https://github.com/rust-lang/crates.io-index" 2387 - checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 2388 2389 [[package]] 2390 name = "vcpkg" ··· 2409 2410 [[package]] 2411 name = "walkdir" 2412 - version = "2.3.2" 2413 source = "registry+https://github.com/rust-lang/crates.io-index" 2414 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 2415 dependencies = [ 2416 "same-file", 2417 - "winapi", 2418 "winapi-util", 2419 ] 2420 2421 [[package]] 2422 name = "want" 2423 - version = "0.3.0" 2424 source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2426 dependencies = [ 2427 - "log", 2428 "try-lock", 2429 ] 2430 ··· 2442 2443 [[package]] 2444 name = "wasm-bindgen" 2445 - version = "0.2.83" 2446 source = "registry+https://github.com/rust-lang/crates.io-index" 2447 - checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 2448 dependencies = [ 2449 "cfg-if", 2450 "wasm-bindgen-macro", ··· 2452 2453 [[package]] 2454 name = "wasm-bindgen-backend" 2455 - version = "0.2.83" 2456 source = "registry+https://github.com/rust-lang/crates.io-index" 2457 - checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 2458 dependencies = [ 2459 "bumpalo", 2460 "log", 2461 "once_cell", 2462 - "proc-macro2 1.0.47", 2463 - "quote 1.0.21", 2464 - "syn 1.0.103", 2465 "wasm-bindgen-shared", 2466 ] 2467 2468 [[package]] 2469 name = "wasm-bindgen-macro" 2470 - version = "0.2.83" 2471 source = "registry+https://github.com/rust-lang/crates.io-index" 2472 - checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 2473 dependencies = [ 2474 - "quote 1.0.21", 2475 "wasm-bindgen-macro-support", 2476 ] 2477 2478 [[package]] 2479 name = "wasm-bindgen-macro-support" 2480 - version = "0.2.83" 2481 source = "registry+https://github.com/rust-lang/crates.io-index" 2482 - checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 2483 dependencies = [ 2484 - "proc-macro2 1.0.47", 2485 - "quote 1.0.21", 2486 - "syn 1.0.103", 2487 "wasm-bindgen-backend", 2488 "wasm-bindgen-shared", 2489 ] 2490 2491 [[package]] 2492 name = "wasm-bindgen-shared" 2493 - version = "0.2.83" 2494 source = "registry+https://github.com/rust-lang/crates.io-index" 2495 - checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 2496 2497 [[package]] 2498 name = "web-sys" 2499 - version = "0.3.60" 2500 source = "registry+https://github.com/rust-lang/crates.io-index" 2501 - checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" 2502 dependencies = [ 2503 "js-sys", 2504 "wasm-bindgen", ··· 2534 version = "0.4.0" 2535 source = "registry+https://github.com/rust-lang/crates.io-index" 2536 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2537 2538 [[package]] 2539 name = "windows-sys" 2540 - version = "0.36.1" 2541 source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 2543 dependencies = [ 2544 - "windows_aarch64_msvc 0.36.1", 2545 - "windows_i686_gnu 0.36.1", 2546 - "windows_i686_msvc 0.36.1", 2547 - "windows_x86_64_gnu 0.36.1", 2548 - "windows_x86_64_msvc 0.36.1", 2549 ] 2550 2551 [[package]] 2552 - name = "windows-sys" 2553 - version = "0.42.0" 2554 source = "registry+https://github.com/rust-lang/crates.io-index" 2555 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2556 dependencies = [ 2557 "windows_aarch64_gnullvm", 2558 - "windows_aarch64_msvc 0.42.0", 2559 - "windows_i686_gnu 0.42.0", 2560 - "windows_i686_msvc 0.42.0", 2561 - "windows_x86_64_gnu 0.42.0", 2562 "windows_x86_64_gnullvm", 2563 - "windows_x86_64_msvc 0.42.0", 2564 ] 2565 2566 [[package]] 2567 name = "windows_aarch64_gnullvm" 2568 - version = "0.42.0" 2569 source = "registry+https://github.com/rust-lang/crates.io-index" 2570 - checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 2571 2572 [[package]] 2573 name = "windows_aarch64_msvc" 2574 - version = "0.36.1" 2575 source = "registry+https://github.com/rust-lang/crates.io-index" 2576 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 2577 - 2578 - [[package]] 2579 - name = "windows_aarch64_msvc" 2580 - version = "0.42.0" 2581 - source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 2583 2584 [[package]] 2585 name = "windows_i686_gnu" 2586 - version = "0.36.1" 2587 - source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 2589 - 2590 - [[package]] 2591 - name = "windows_i686_gnu" 2592 - version = "0.42.0" 2593 source = "registry+https://github.com/rust-lang/crates.io-index" 2594 - checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 2595 2596 [[package]] 2597 name = "windows_i686_msvc" 2598 - version = "0.36.1" 2599 source = "registry+https://github.com/rust-lang/crates.io-index" 2600 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 2601 2602 [[package]] 2603 - name = "windows_i686_msvc" 2604 - version = "0.42.0" 2605 source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 2607 2608 [[package]] 2609 - name = "windows_x86_64_gnu" 2610 - version = "0.36.1" 2611 source = "registry+https://github.com/rust-lang/crates.io-index" 2612 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 2613 2614 [[package]] 2615 - name = "windows_x86_64_gnu" 2616 - version = "0.42.0" 2617 source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 2619 2620 [[package]] 2621 - name = "windows_x86_64_gnullvm" 2622 - version = "0.42.0" 2623 source = "registry+https://github.com/rust-lang/crates.io-index" 2624 - checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 2625 2626 [[package]] 2627 - name = "windows_x86_64_msvc" 2628 - version = "0.36.1" 2629 source = "registry+https://github.com/rust-lang/crates.io-index" 2630 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 2631 2632 [[package]] 2633 - name = "windows_x86_64_msvc" 2634 - version = "0.42.0" 2635 source = "registry+https://github.com/rust-lang/crates.io-index" 2636 - checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 2637 2638 [[package]] 2639 name = "xmlparser"
··· 3 version = 3 4 5 [[package]] 6 + name = "addr2line" 7 + version = "0.21.0" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 + dependencies = [ 11 + "gimli", 12 + ] 13 + 14 + [[package]] 15 + name = "adler" 16 + version = "1.0.2" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 + 20 + [[package]] 21 + name = "android-tzdata" 22 + version = "0.1.1" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 25 + 26 + [[package]] 27 name = "android_system_properties" 28 version = "0.1.5" 29 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 54 55 [[package]] 56 name = "autocfg" 57 version = "1.1.0" 58 source = "registry+https://github.com/rust-lang/crates.io-index" 59 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 60 61 [[package]] 62 + name = "backtrace" 63 + version = "0.3.69" 64 source = "registry+https://github.com/rust-lang/crates.io-index" 65 + checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 66 + dependencies = [ 67 + "addr2line", 68 + "cc", 69 + "cfg-if", 70 + "libc", 71 + "miniz_oxide", 72 + "object", 73 + "rustc-demangle", 74 + ] 75 76 [[package]] 77 name = "base64" 78 version = "0.12.3" 79 source = "registry+https://github.com/rust-lang/crates.io-index" 80 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" 81 + 82 + [[package]] 83 + name = "base64" 84 + version = "0.21.3" 85 + source = "registry+https://github.com/rust-lang/crates.io-index" 86 + checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" 87 88 [[package]] 89 name = "bit-set" ··· 107 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 108 109 [[package]] 110 + name = "bitflags" 111 + version = "2.4.0" 112 + source = "registry+https://github.com/rust-lang/crates.io-index" 113 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 114 + 115 + [[package]] 116 + name = "bitvec" 117 + version = "1.0.1" 118 + source = "registry+https://github.com/rust-lang/crates.io-index" 119 + checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 120 + dependencies = [ 121 + "funty", 122 + "radium", 123 + "tap", 124 + "wyz", 125 + ] 126 + 127 + [[package]] 128 name = "blake2" 129 version = "0.8.1" 130 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 138 139 [[package]] 140 name = "blake2" 141 + version = "0.10.6" 142 source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 144 dependencies = [ 145 + "digest 0.10.7", 146 ] 147 148 [[package]] ··· 159 160 [[package]] 161 name = "block-buffer" 162 + version = "0.10.4" 163 source = "registry+https://github.com/rust-lang/crates.io-index" 164 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 165 dependencies = [ 166 + "generic-array 0.14.7", 167 ] 168 169 [[package]] ··· 188 189 [[package]] 190 name = "bumpalo" 191 + version = "3.13.0" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 194 195 [[package]] 196 name = "byte-tools" ··· 206 207 [[package]] 208 name = "bytes" 209 + version = "1.4.0" 210 source = "registry+https://github.com/rust-lang/crates.io-index" 211 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 212 213 [[package]] 214 name = "cc" 215 + version = "1.0.83" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 218 + dependencies = [ 219 + "libc", 220 + ] 221 222 [[package]] 223 name = "cfg-if" ··· 227 228 [[package]] 229 name = "chrono" 230 + version = "0.4.26" 231 source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 233 dependencies = [ 234 + "android-tzdata", 235 "iana-time-zone", 236 "js-sys", 237 "num-traits", 238 "time", 239 "wasm-bindgen", ··· 242 243 [[package]] 244 name = "clipboard-win" 245 + version = "4.5.0" 246 source = "registry+https://github.com/rust-lang/crates.io-index" 247 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 248 dependencies = [ 249 "error-code", 250 "str-buf", ··· 252 ] 253 254 [[package]] 255 name = "core-foundation" 256 version = "0.9.3" 257 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 263 264 [[package]] 265 name = "core-foundation-sys" 266 + version = "0.8.4" 267 source = "registry+https://github.com/rust-lang/crates.io-index" 268 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 269 270 [[package]] 271 name = "cpu-time" ··· 279 280 [[package]] 281 name = "cpufeatures" 282 + version = "0.2.9" 283 source = "registry+https://github.com/rust-lang/crates.io-index" 284 + checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 285 dependencies = [ 286 "libc", 287 ] ··· 292 source = "registry+https://github.com/rust-lang/crates.io-index" 293 checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d" 294 dependencies = [ 295 + "bitflags 1.3.2", 296 "crossterm_winapi", 297 "libc", 298 "mio 0.7.14", ··· 313 314 [[package]] 315 name = "crrl" 316 + version = "0.6.0" 317 source = "registry+https://github.com/rust-lang/crates.io-index" 318 + checksum = "b083214486dae00f49a2f21f32fc8bbc333d6048601bc89203a8ab92bfa691f0" 319 dependencies = [ 320 + "blake2 0.10.6", 321 + "rand_core", 322 "sha2", 323 + "sha3 0.10.8", 324 ] 325 326 [[package]] ··· 329 source = "registry+https://github.com/rust-lang/crates.io-index" 330 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 331 dependencies = [ 332 + "generic-array 0.14.7", 333 "typenum", 334 ] 335 ··· 345 346 [[package]] 347 name = "ctrlc" 348 + version = "3.4.0" 349 source = "registry+https://github.com/rust-lang/crates.io-index" 350 + checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 351 dependencies = [ 352 + "nix", 353 + "windows-sys", 354 ] 355 356 [[package]] 357 + name = "dashmap" 358 + version = "5.5.1" 359 source = "registry+https://github.com/rust-lang/crates.io-index" 360 + checksum = "edd72493923899c6f10c641bdbdeddc7183d6396641d99c1a0d1597f37f92e28" 361 + dependencies = [ 362 + "cfg-if", 363 + "hashbrown 0.14.0", 364 + "lock_api", 365 + "once_cell", 366 + "parking_lot_core 0.9.8", 367 + ] 368 + 369 + [[package]] 370 + name = "dashu" 371 + version = "0.3.1" 372 + source = "git+https://github.com/coasys/dashu.git#f9342190be9062630124e666b001077bb5f02f23" 373 + dependencies = [ 374 + "dashu-base", 375 + "dashu-float", 376 + "dashu-int", 377 + "dashu-macros", 378 + "dashu-ratio", 379 + ] 380 + 381 + [[package]] 382 + name = "dashu-base" 383 + version = "0.3.1" 384 + source = "git+https://github.com/coasys/dashu.git#f9342190be9062630124e666b001077bb5f02f23" 385 + 386 + [[package]] 387 + name = "dashu-float" 388 + version = "0.3.2" 389 + source = "git+https://github.com/coasys/dashu.git#f9342190be9062630124e666b001077bb5f02f23" 390 + dependencies = [ 391 + "dashu-base", 392 + "dashu-int", 393 + "num-order", 394 + "num-traits", 395 + "static_assertions", 396 + ] 397 + 398 + [[package]] 399 + name = "dashu-int" 400 + version = "0.3.1" 401 + source = "git+https://github.com/coasys/dashu.git#f9342190be9062630124e666b001077bb5f02f23" 402 dependencies = [ 403 + "cfg-if", 404 + "dashu-base", 405 + "num-modular 0.5.2", 406 + "num-order", 407 + "num-traits", 408 + "static_assertions", 409 ] 410 411 [[package]] 412 + name = "dashu-macros" 413 + version = "0.3.1" 414 + source = "git+https://github.com/coasys/dashu.git#f9342190be9062630124e666b001077bb5f02f23" 415 dependencies = [ 416 + "dashu-base", 417 + "dashu-float", 418 + "dashu-int", 419 + "dashu-ratio", 420 + "proc-macro2", 421 + "quote", 422 ] 423 424 [[package]] 425 + name = "dashu-ratio" 426 + version = "0.3.2" 427 + source = "git+https://github.com/coasys/dashu.git#f9342190be9062630124e666b001077bb5f02f23" 428 + dependencies = [ 429 + "dashu-base", 430 + "dashu-float", 431 + "dashu-int", 432 + "num-order", 433 + "num-traits", 434 + ] 435 436 [[package]] 437 + name = "derive_deref" 438 + version = "1.1.1" 439 source = "registry+https://github.com/rust-lang/crates.io-index" 440 + checksum = "dcdbcee2d9941369faba772587a565f4f534e42cb8d17e5295871de730163b2b" 441 dependencies = [ 442 + "proc-macro2", 443 + "quote", 444 + "syn 1.0.109", 445 ] 446 447 [[package]] ··· 461 462 [[package]] 463 name = "digest" 464 + version = "0.10.7" 465 source = "registry+https://github.com/rust-lang/crates.io-index" 466 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 467 dependencies = [ 468 + "block-buffer 0.10.4", 469 "crypto-common", 470 + "subtle 2.5.0", 471 ] 472 473 [[package]] ··· 504 checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 505 506 [[package]] 507 + name = "either" 508 + version = "1.9.0" 509 source = "registry+https://github.com/rust-lang/crates.io-index" 510 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 511 512 [[package]] 513 + name = "encoding_rs" 514 + version = "0.8.33" 515 source = "registry+https://github.com/rust-lang/crates.io-index" 516 + checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 517 + dependencies = [ 518 + "cfg-if", 519 + ] 520 521 [[package]] 522 name = "endian-type" ··· 526 527 [[package]] 528 name = "errno" 529 + version = "0.3.2" 530 source = "registry+https://github.com/rust-lang/crates.io-index" 531 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 532 dependencies = [ 533 "errno-dragonfly", 534 "libc", 535 + "windows-sys", 536 ] 537 538 [[package]] ··· 557 558 [[package]] 559 name = "fastrand" 560 + version = "2.0.0" 561 source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 563 564 [[package]] 565 name = "fd-lock" 566 + version = "3.0.13" 567 source = "registry+https://github.com/rust-lang/crates.io-index" 568 + checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" 569 dependencies = [ 570 "cfg-if", 571 "rustix", 572 + "windows-sys", 573 ] 574 575 [[package]] ··· 594 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 595 596 [[package]] 597 + name = "form_urlencoded" 598 + version = "1.2.0" 599 + source = "registry+https://github.com/rust-lang/crates.io-index" 600 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 601 + dependencies = [ 602 + "percent-encoding", 603 + ] 604 + 605 + [[package]] 606 + name = "funty" 607 + version = "2.0.0" 608 source = "registry+https://github.com/rust-lang/crates.io-index" 609 + checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 610 611 [[package]] 612 name = "futf" ··· 620 621 [[package]] 622 name = "futures" 623 + version = "0.3.28" 624 source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 626 dependencies = [ 627 "futures-channel", 628 "futures-core", ··· 635 636 [[package]] 637 name = "futures-channel" 638 + version = "0.3.28" 639 source = "registry+https://github.com/rust-lang/crates.io-index" 640 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 641 dependencies = [ 642 "futures-core", 643 "futures-sink", ··· 645 646 [[package]] 647 name = "futures-core" 648 + version = "0.3.28" 649 source = "registry+https://github.com/rust-lang/crates.io-index" 650 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 651 652 [[package]] 653 name = "futures-executor" 654 + version = "0.3.28" 655 source = "registry+https://github.com/rust-lang/crates.io-index" 656 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 657 dependencies = [ 658 "futures-core", 659 "futures-task", ··· 662 663 [[package]] 664 name = "futures-io" 665 + version = "0.3.28" 666 source = "registry+https://github.com/rust-lang/crates.io-index" 667 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 668 669 [[package]] 670 name = "futures-macro" 671 + version = "0.3.28" 672 source = "registry+https://github.com/rust-lang/crates.io-index" 673 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 674 dependencies = [ 675 + "proc-macro2", 676 + "quote", 677 + "syn 2.0.29", 678 ] 679 680 [[package]] 681 name = "futures-sink" 682 + version = "0.3.28" 683 source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 685 686 [[package]] 687 name = "futures-task" 688 + version = "0.3.28" 689 source = "registry+https://github.com/rust-lang/crates.io-index" 690 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 691 692 [[package]] 693 name = "futures-util" 694 + version = "0.3.28" 695 source = "registry+https://github.com/rust-lang/crates.io-index" 696 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 697 dependencies = [ 698 "futures-channel", 699 "futures-core", ··· 727 728 [[package]] 729 name = "generic-array" 730 + version = "0.14.7" 731 source = "registry+https://github.com/rust-lang/crates.io-index" 732 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 733 dependencies = [ 734 "typenum", 735 "version_check", ··· 737 738 [[package]] 739 name = "getrandom" 740 + version = "0.2.10" 741 source = "registry+https://github.com/rust-lang/crates.io-index" 742 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 743 dependencies = [ 744 "cfg-if", 745 + "js-sys", 746 "libc", 747 "wasi 0.11.0+wasi-snapshot-preview1", 748 + "wasm-bindgen", 749 ] 750 751 [[package]] 752 + name = "gimli" 753 + version = "0.28.0" 754 + source = "registry+https://github.com/rust-lang/crates.io-index" 755 + checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 756 + 757 + [[package]] 758 name = "git-version" 759 version = "0.3.5" 760 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 771 checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f" 772 dependencies = [ 773 "proc-macro-hack", 774 + "proc-macro2", 775 + "quote", 776 + "syn 1.0.109", 777 ] 778 779 [[package]] 780 name = "h2" 781 + version = "0.3.21" 782 source = "registry+https://github.com/rust-lang/crates.io-index" 783 + checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 784 dependencies = [ 785 "bytes", 786 "fnv", ··· 802 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 803 804 [[package]] 805 + name = "hashbrown" 806 + version = "0.14.0" 807 + source = "registry+https://github.com/rust-lang/crates.io-index" 808 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 809 + 810 + [[package]] 811 name = "heck" 812 version = "0.3.3" 813 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 818 819 [[package]] 820 name = "hermit-abi" 821 + version = "0.3.2" 822 source = "registry+https://github.com/rust-lang/crates.io-index" 823 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 824 + 825 + [[package]] 826 + name = "home" 827 + version = "0.5.5" 828 + source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 830 dependencies = [ 831 + "windows-sys", 832 ] 833 834 [[package]] ··· 844 845 [[package]] 846 name = "html5ever" 847 + version = "0.26.0" 848 source = "registry+https://github.com/rust-lang/crates.io-index" 849 + checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 850 dependencies = [ 851 "log", 852 "mac", 853 "markup5ever", 854 + "proc-macro2", 855 + "quote", 856 + "syn 1.0.109", 857 ] 858 859 [[package]] 860 name = "http" 861 + version = "0.2.9" 862 source = "registry+https://github.com/rust-lang/crates.io-index" 863 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 864 dependencies = [ 865 "bytes", 866 "fnv", ··· 879 ] 880 881 [[package]] 882 + name = "http-body" 883 + version = "1.0.0-rc.2" 884 + source = "registry+https://github.com/rust-lang/crates.io-index" 885 + checksum = "951dfc2e32ac02d67c90c0d65bd27009a635dc9b381a2cc7d284ab01e3a0150d" 886 + dependencies = [ 887 + "bytes", 888 + "http", 889 + ] 890 + 891 + [[package]] 892 + name = "http-body-util" 893 + version = "0.1.0-rc.3" 894 + source = "registry+https://github.com/rust-lang/crates.io-index" 895 + checksum = "08ef12f041acdd397010e5fb6433270c147d3b8b2d0a840cd7fff8e531dca5c8" 896 + dependencies = [ 897 + "bytes", 898 + "futures-util", 899 + "http", 900 + "http-body 1.0.0-rc.2", 901 + "pin-project-lite", 902 + ] 903 + 904 + [[package]] 905 name = "httparse" 906 version = "1.8.0" 907 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 909 910 [[package]] 911 name = "httpdate" 912 + version = "1.0.3" 913 source = "registry+https://github.com/rust-lang/crates.io-index" 914 + checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 915 916 [[package]] 917 name = "hyper" 918 + version = "0.14.27" 919 source = "registry+https://github.com/rust-lang/crates.io-index" 920 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 921 dependencies = [ 922 "bytes", 923 "futures-channel", ··· 925 "futures-util", 926 "h2", 927 "http", 928 + "http-body 0.4.5", 929 "httparse", 930 "httpdate", 931 "itoa", 932 "pin-project-lite", 933 + "socket2 0.4.9", 934 "tokio", 935 "tower-service", 936 "tracing", ··· 938 ] 939 940 [[package]] 941 + name = "hyper" 942 + version = "1.0.0-rc.3" 943 + source = "registry+https://github.com/rust-lang/crates.io-index" 944 + checksum = "7b75264b2003a3913f118d35c586e535293b3e22e41f074930762929d071e092" 945 + dependencies = [ 946 + "bytes", 947 + "futures-channel", 948 + "futures-core", 949 + "futures-util", 950 + "h2", 951 + "http", 952 + "http-body 1.0.0-rc.2", 953 + "httparse", 954 + "httpdate", 955 + "itoa", 956 + "pin-project-lite", 957 + "tokio", 958 + "tracing", 959 + "want", 960 + ] 961 + 962 + [[package]] 963 name = "hyper-tls" 964 version = "0.5.0" 965 source = "registry+https://github.com/rust-lang/crates.io-index" 966 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 967 dependencies = [ 968 "bytes", 969 + "hyper 0.14.27", 970 "native-tls", 971 "tokio", 972 "tokio-native-tls", ··· 974 975 [[package]] 976 name = "iana-time-zone" 977 + version = "0.1.57" 978 source = "registry+https://github.com/rust-lang/crates.io-index" 979 + checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 980 dependencies = [ 981 "android_system_properties", 982 "core-foundation-sys", 983 "iana-time-zone-haiku", 984 "js-sys", 985 "wasm-bindgen", 986 + "windows", 987 ] 988 989 [[package]] 990 name = "iana-time-zone-haiku" 991 + version = "0.1.2" 992 + source = "registry+https://github.com/rust-lang/crates.io-index" 993 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 994 + dependencies = [ 995 + "cc", 996 + ] 997 + 998 + [[package]] 999 + name = "idna" 1000 + version = "0.4.0" 1001 source = "registry+https://github.com/rust-lang/crates.io-index" 1002 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1003 dependencies = [ 1004 + "unicode-bidi", 1005 + "unicode-normalization", 1006 ] 1007 1008 [[package]] 1009 name = "indexmap" 1010 + version = "1.9.3" 1011 source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1013 dependencies = [ 1014 + "autocfg", 1015 + "hashbrown 0.12.3", 1016 ] 1017 1018 [[package]] ··· 1025 ] 1026 1027 [[package]] 1028 + name = "ipnet" 1029 + version = "2.8.0" 1030 source = "registry+https://github.com/rust-lang/crates.io-index" 1031 + checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 1032 1033 [[package]] 1034 name = "itertools" ··· 1041 1042 [[package]] 1043 name = "itoa" 1044 + version = "1.0.9" 1045 source = "registry+https://github.com/rust-lang/crates.io-index" 1046 + checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1047 1048 [[package]] 1049 name = "js-sys" 1050 + version = "0.3.64" 1051 source = "registry+https://github.com/rust-lang/crates.io-index" 1052 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1053 dependencies = [ 1054 "wasm-bindgen", 1055 ] 1056 1057 [[package]] 1058 name = "keccak" 1059 + version = "0.1.4" 1060 source = "registry+https://github.com/rust-lang/crates.io-index" 1061 + checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" 1062 + dependencies = [ 1063 + "cpufeatures", 1064 + ] 1065 1066 [[package]] 1067 name = "lazy_static" ··· 1086 checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" 1087 dependencies = [ 1088 "arrayvec", 1089 + "bitflags 1.3.2", 1090 "cfg-if", 1091 "ryu", 1092 "static_assertions", ··· 1094 1095 [[package]] 1096 name = "libc" 1097 + version = "0.2.147" 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 1100 1101 [[package]] 1102 + name = "libffi" 1103 + version = "3.2.0" 1104 + source = "git+https://github.com/coasys/libffi-rs.git?branch=windows-space#f6e9e50efde0aa4e940dd6f709a59bb426875362" 1105 + dependencies = [ 1106 + "libc", 1107 + "libffi-sys", 1108 + ] 1109 + 1110 + [[package]] 1111 + name = "libffi-sys" 1112 + version = "2.3.0" 1113 + source = "git+https://github.com/coasys/libffi-rs.git?branch=windows-space#f6e9e50efde0aa4e940dd6f709a59bb426875362" 1114 dependencies = [ 1115 "cc", 1116 ] 1117 1118 [[package]] 1119 + name = "libloading" 1120 + version = "0.7.4" 1121 source = "registry+https://github.com/rust-lang/crates.io-index" 1122 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1123 dependencies = [ 1124 + "cfg-if", 1125 + "winapi", 1126 ] 1127 1128 [[package]] 1129 name = "linux-raw-sys" 1130 + version = "0.4.5" 1131 source = "registry+https://github.com/rust-lang/crates.io-index" 1132 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 1133 1134 [[package]] 1135 name = "lock_api" 1136 + version = "0.4.10" 1137 source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 1139 dependencies = [ 1140 + "autocfg", 1141 "scopeguard", 1142 ] 1143 1144 [[package]] 1145 name = "log" 1146 + version = "0.4.20" 1147 source = "registry+https://github.com/rust-lang/crates.io-index" 1148 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1149 1150 [[package]] 1151 name = "mac" ··· 1155 1156 [[package]] 1157 name = "markup5ever" 1158 + version = "0.11.0" 1159 source = "registry+https://github.com/rust-lang/crates.io-index" 1160 + checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 1161 dependencies = [ 1162 "log", 1163 + "phf 0.10.1", 1164 "phf_codegen", 1165 "string_cache", 1166 "string_cache_codegen", 1167 "tendril", 1168 ] 1169 1170 [[package]] 1171 + name = "markup5ever_rcdom" 1172 + version = "0.2.0" 1173 + source = "registry+https://github.com/rust-lang/crates.io-index" 1174 + checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2" 1175 + dependencies = [ 1176 + "html5ever", 1177 + "markup5ever", 1178 + "tendril", 1179 + "xml5ever", 1180 + ] 1181 + 1182 + [[package]] 1183 name = "match_cfg" 1184 version = "0.1.0" 1185 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1192 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1193 1194 [[package]] 1195 + name = "mime" 1196 + version = "0.3.17" 1197 + source = "registry+https://github.com/rust-lang/crates.io-index" 1198 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1199 + 1200 + [[package]] 1201 + name = "miniz_oxide" 1202 + version = "0.7.1" 1203 source = "registry+https://github.com/rust-lang/crates.io-index" 1204 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1205 dependencies = [ 1206 + "adler", 1207 ] 1208 1209 [[package]] ··· 1221 1222 [[package]] 1223 name = "mio" 1224 + version = "0.8.8" 1225 source = "registry+https://github.com/rust-lang/crates.io-index" 1226 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1227 dependencies = [ 1228 "libc", 1229 "wasi 0.11.0+wasi-snapshot-preview1", 1230 + "windows-sys", 1231 ] 1232 1233 [[package]] ··· 1253 version = "0.11.2" 1254 source = "git+https://github.com/mthom/modular-bitfield#213535c684af277563678179d8496f11b84a283f" 1255 dependencies = [ 1256 + "proc-macro2", 1257 + "quote", 1258 + "syn 1.0.109", 1259 ] 1260 1261 [[package]] ··· 1293 1294 [[package]] 1295 name = "nix" 1296 + version = "0.26.3" 1297 source = "registry+https://github.com/rust-lang/crates.io-index" 1298 + checksum = "abbbc55ad7b13aac85f9401c796dcda1b864e07fcad40ad47792eaa8932ea502" 1299 dependencies = [ 1300 + "bitflags 2.4.0", 1301 "cfg-if", 1302 "libc", 1303 ] ··· 1317 source = "registry+https://github.com/rust-lang/crates.io-index" 1318 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1319 dependencies = [ 1320 + "autocfg", 1321 + "num-traits", 1322 + ] 1323 + 1324 + [[package]] 1325 + name = "num-modular" 1326 + version = "0.5.1" 1327 + source = "registry+https://github.com/rust-lang/crates.io-index" 1328 + checksum = "64a5fe11d4135c3bcdf3a95b18b194afa9608a5f6ff034f5d857bc9a27fb0119" 1329 + dependencies = [ 1330 + "num-integer", 1331 + "num-traits", 1332 + ] 1333 + 1334 + [[package]] 1335 + name = "num-modular" 1336 + version = "0.5.2" 1337 + source = "git+https://github.com/coasys/num-modular.git#1ae06248ec69390370def3a229b3bf4c209aa6c7" 1338 + 1339 + [[package]] 1340 + name = "num-order" 1341 + version = "1.0.4" 1342 + source = "registry+https://github.com/rust-lang/crates.io-index" 1343 + checksum = "e81e321057a0370997b13e6638bba6bd7f6f426e1f8e9a2562490a28eb23e1bc" 1344 + dependencies = [ 1345 + "num-modular 0.5.1", 1346 "num-traits", 1347 ] 1348 1349 [[package]] 1350 name = "num-traits" 1351 + version = "0.2.16" 1352 source = "registry+https://github.com/rust-lang/crates.io-index" 1353 + checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1354 dependencies = [ 1355 + "autocfg", 1356 ] 1357 1358 [[package]] 1359 name = "num_cpus" 1360 + version = "1.16.0" 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1362 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1363 dependencies = [ 1364 "hermit-abi", 1365 "libc", 1366 ] 1367 1368 [[package]] 1369 + name = "object" 1370 + version = "0.32.0" 1371 + source = "registry+https://github.com/rust-lang/crates.io-index" 1372 + checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" 1373 + dependencies = [ 1374 + "memchr", 1375 + ] 1376 + 1377 + [[package]] 1378 name = "once_cell" 1379 + version = "1.18.0" 1380 source = "registry+https://github.com/rust-lang/crates.io-index" 1381 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1382 1383 [[package]] 1384 name = "opaque-debug" ··· 1388 1389 [[package]] 1390 name = "openssl" 1391 + version = "0.10.57" 1392 source = "registry+https://github.com/rust-lang/crates.io-index" 1393 + checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" 1394 dependencies = [ 1395 + "bitflags 2.4.0", 1396 "cfg-if", 1397 "foreign-types", 1398 "libc", ··· 1403 1404 [[package]] 1405 name = "openssl-macros" 1406 + version = "0.1.1" 1407 source = "registry+https://github.com/rust-lang/crates.io-index" 1408 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1409 dependencies = [ 1410 + "proc-macro2", 1411 + "quote", 1412 + "syn 2.0.29", 1413 ] 1414 1415 [[package]] ··· 1420 1421 [[package]] 1422 name = "openssl-sys" 1423 + version = "0.9.92" 1424 source = "registry+https://github.com/rust-lang/crates.io-index" 1425 + checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b" 1426 dependencies = [ 1427 "cc", 1428 "libc", 1429 "pkg-config", ··· 1447 dependencies = [ 1448 "instant", 1449 "lock_api", 1450 + "parking_lot_core 0.8.6", 1451 ] 1452 1453 [[package]] ··· 1457 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1458 dependencies = [ 1459 "lock_api", 1460 + "parking_lot_core 0.9.8", 1461 ] 1462 1463 [[package]] 1464 name = "parking_lot_core" 1465 + version = "0.8.6" 1466 source = "registry+https://github.com/rust-lang/crates.io-index" 1467 + checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 1468 dependencies = [ 1469 "cfg-if", 1470 "instant", 1471 "libc", 1472 + "redox_syscall 0.2.16", 1473 "smallvec", 1474 "winapi", 1475 ] 1476 1477 [[package]] 1478 name = "parking_lot_core" 1479 + version = "0.9.8" 1480 source = "registry+https://github.com/rust-lang/crates.io-index" 1481 + checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 1482 dependencies = [ 1483 "cfg-if", 1484 "libc", 1485 + "redox_syscall 0.3.5", 1486 "smallvec", 1487 + "windows-targets", 1488 ] 1489 1490 [[package]] 1491 + name = "percent-encoding" 1492 + version = "2.3.0" 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1495 1496 [[package]] 1497 name = "phf" ··· 1505 ] 1506 1507 [[package]] 1508 + name = "phf" 1509 + version = "0.10.1" 1510 source = "registry+https://github.com/rust-lang/crates.io-index" 1511 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 1512 dependencies = [ 1513 + "phf_shared 0.10.0", 1514 ] 1515 1516 [[package]] 1517 + name = "phf_codegen" 1518 + version = "0.10.0" 1519 source = "registry+https://github.com/rust-lang/crates.io-index" 1520 + checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 1521 dependencies = [ 1522 + "phf_generator 0.10.0", 1523 + "phf_shared 0.10.0", 1524 ] 1525 1526 [[package]] ··· 1530 checksum = "d43f3220d96e0080cc9ea234978ccd80d904eafb17be31bb0f76daaea6493082" 1531 dependencies = [ 1532 "phf_shared 0.9.0", 1533 + "rand", 1534 + ] 1535 + 1536 + [[package]] 1537 + name = "phf_generator" 1538 + version = "0.10.0" 1539 + source = "registry+https://github.com/rust-lang/crates.io-index" 1540 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 1541 + dependencies = [ 1542 + "phf_shared 0.10.0", 1543 + "rand", 1544 ] 1545 1546 [[package]] ··· 1552 "phf_generator 0.9.1", 1553 "phf_shared 0.9.0", 1554 "proc-macro-hack", 1555 + "proc-macro2", 1556 + "quote", 1557 + "syn 1.0.109", 1558 ] 1559 1560 [[package]] 1561 name = "phf_shared" 1562 + version = "0.9.0" 1563 source = "registry+https://github.com/rust-lang/crates.io-index" 1564 + checksum = "a68318426de33640f02be62b4ae8eb1261be2efbc337b60c54d845bf4484e0d9" 1565 dependencies = [ 1566 + "siphasher", 1567 ] 1568 1569 [[package]] 1570 name = "phf_shared" 1571 + version = "0.10.0" 1572 source = "registry+https://github.com/rust-lang/crates.io-index" 1573 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1574 dependencies = [ 1575 + "siphasher", 1576 ] 1577 1578 [[package]] 1579 name = "pin-project-lite" 1580 + version = "0.2.13" 1581 source = "registry+https://github.com/rust-lang/crates.io-index" 1582 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1583 1584 [[package]] 1585 name = "pin-utils" ··· 1589 1590 [[package]] 1591 name = "pkg-config" 1592 + version = "0.3.27" 1593 source = "registry+https://github.com/rust-lang/crates.io-index" 1594 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1595 1596 [[package]] 1597 name = "ppv-lite86" ··· 1607 1608 [[package]] 1609 name = "predicates" 1610 + version = "2.1.5" 1611 source = "registry+https://github.com/rust-lang/crates.io-index" 1612 + checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 1613 dependencies = [ 1614 "difflib", 1615 "itertools", ··· 1618 1619 [[package]] 1620 name = "predicates-core" 1621 + version = "1.0.6" 1622 source = "registry+https://github.com/rust-lang/crates.io-index" 1623 + checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 1624 1625 [[package]] 1626 name = "predicates-tree" 1627 + version = "1.0.9" 1628 source = "registry+https://github.com/rust-lang/crates.io-index" 1629 + checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1630 dependencies = [ 1631 "predicates-core", 1632 "termtree", ··· 1634 1635 [[package]] 1636 name = "proc-macro-hack" 1637 + version = "0.5.20+deprecated" 1638 source = "registry+https://github.com/rust-lang/crates.io-index" 1639 + checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 1640 1641 [[package]] 1642 name = "proc-macro2" 1643 + version = "1.0.66" 1644 source = "registry+https://github.com/rust-lang/crates.io-index" 1645 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 1646 dependencies = [ 1647 "unicode-ident", 1648 ] 1649 1650 [[package]] 1651 name = "quote" 1652 + version = "1.0.33" 1653 source = "registry+https://github.com/rust-lang/crates.io-index" 1654 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1655 dependencies = [ 1656 + "proc-macro2", 1657 ] 1658 1659 [[package]] 1660 + name = "radium" 1661 + version = "0.7.0" 1662 source = "registry+https://github.com/rust-lang/crates.io-index" 1663 + checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1664 1665 [[package]] 1666 name = "radix_trie" ··· 1674 1675 [[package]] 1676 name = "rand" 1677 version = "0.8.5" 1678 source = "registry+https://github.com/rust-lang/crates.io-index" 1679 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1680 dependencies = [ 1681 "libc", 1682 + "rand_chacha", 1683 + "rand_core", 1684 ] 1685 1686 [[package]] ··· 1690 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1691 dependencies = [ 1692 "ppv-lite86", 1693 + "rand_core", 1694 ] 1695 1696 [[package]] 1697 name = "rand_core" 1698 version = "0.6.4" 1699 source = "registry+https://github.com/rust-lang/crates.io-index" 1700 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" ··· 1703 ] 1704 1705 [[package]] 1706 + name = "redox_syscall" 1707 + version = "0.2.16" 1708 source = "registry+https://github.com/rust-lang/crates.io-index" 1709 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1710 dependencies = [ 1711 + "bitflags 1.3.2", 1712 ] 1713 1714 [[package]] 1715 name = "redox_syscall" 1716 + version = "0.3.5" 1717 source = "registry+https://github.com/rust-lang/crates.io-index" 1718 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1719 dependencies = [ 1720 + "bitflags 1.3.2", 1721 ] 1722 1723 [[package]] ··· 1727 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1728 dependencies = [ 1729 "getrandom", 1730 + "redox_syscall 0.2.16", 1731 "thiserror", 1732 ] 1733 ··· 1744 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1745 1746 [[package]] 1747 + name = "reqwest" 1748 + version = "0.11.20" 1749 source = "registry+https://github.com/rust-lang/crates.io-index" 1750 + checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" 1751 dependencies = [ 1752 + "base64 0.21.3", 1753 + "bytes", 1754 + "encoding_rs", 1755 + "futures-core", 1756 + "futures-util", 1757 + "h2", 1758 + "http", 1759 + "http-body 0.4.5", 1760 + "hyper 0.14.27", 1761 + "hyper-tls", 1762 + "ipnet", 1763 + "js-sys", 1764 + "log", 1765 + "mime", 1766 + "native-tls", 1767 + "once_cell", 1768 + "percent-encoding", 1769 + "pin-project-lite", 1770 + "serde", 1771 + "serde_json", 1772 + "serde_urlencoded", 1773 + "tokio", 1774 + "tokio-native-tls", 1775 + "tower-service", 1776 + "url", 1777 + "wasm-bindgen", 1778 + "wasm-bindgen-futures", 1779 + "web-sys", 1780 + "winreg", 1781 ] 1782 1783 [[package]] ··· 1796 ] 1797 1798 [[package]] 1799 + name = "ring-wasi" 1800 + version = "0.16.25" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "db1418b2535ed5e71a9fc73d3fede8596792fd7cb4b4a0f8ecf412cfddaaedd4" 1803 + dependencies = [ 1804 + "cc", 1805 + "getrandom", 1806 + "libc", 1807 + "once_cell", 1808 + "spin", 1809 + "untrusted", 1810 + "web-sys", 1811 + "winapi", 1812 + ] 1813 + 1814 + [[package]] 1815 name = "ripemd160" 1816 version = "0.8.0" 1817 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1832 ] 1833 1834 [[package]] 1835 + name = "rustc-demangle" 1836 + version = "0.1.23" 1837 source = "registry+https://github.com/rust-lang/crates.io-index" 1838 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1839 1840 [[package]] 1841 name = "rustix" 1842 + version = "0.38.9" 1843 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 + checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 1845 dependencies = [ 1846 + "bitflags 2.4.0", 1847 "errno", 1848 "libc", 1849 "linux-raw-sys", 1850 + "windows-sys", 1851 ] 1852 1853 [[package]] 1854 name = "rustversion" 1855 + version = "1.0.14" 1856 source = "registry+https://github.com/rust-lang/crates.io-index" 1857 + checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 1858 1859 [[package]] 1860 name = "rustyline" 1861 + version = "12.0.0" 1862 source = "registry+https://github.com/rust-lang/crates.io-index" 1863 + checksum = "994eca4bca05c87e86e15d90fc7a91d1be64b4482b38cb2d27474568fe7c9db9" 1864 dependencies = [ 1865 + "bitflags 2.4.0", 1866 "cfg-if", 1867 "clipboard-win", 1868 "fd-lock", 1869 + "home", 1870 "libc", 1871 "log", 1872 "memchr", 1873 + "nix", 1874 "radix_trie", 1875 "scopeguard", 1876 "unicode-segmentation", 1877 "unicode-width", 1878 "utf8parse", ··· 1881 1882 [[package]] 1883 name = "ryu" 1884 + version = "1.0.15" 1885 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 + checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1887 1888 [[package]] 1889 name = "same-file" ··· 1896 1897 [[package]] 1898 name = "schannel" 1899 + version = "0.1.22" 1900 source = "registry+https://github.com/rust-lang/crates.io-index" 1901 + checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1902 dependencies = [ 1903 + "windows-sys", 1904 ] 1905 1906 [[package]] 1907 name = "scopeguard" 1908 + version = "1.2.0" 1909 source = "registry+https://github.com/rust-lang/crates.io-index" 1910 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1911 1912 [[package]] 1913 name = "scryer-prolog" 1914 + version = "0.9.2" 1915 dependencies = [ 1916 "assert_cmd", 1917 + "base64 0.12.3", 1918 + "bit-set", 1919 + "bitvec", 1920 "blake2 0.8.1", 1921 + "bytes", 1922 "chrono", 1923 "cpu-time", 1924 "crossterm", 1925 "crrl", 1926 "ctrlc", 1927 + "dashu", 1928 + "derive_deref", 1929 "dirs-next", 1930 "divrem", 1931 "futures", 1932 "fxhash", 1933 + "getrandom", 1934 "git-version", 1935 "hostname", 1936 + "http-body-util", 1937 + "hyper 1.0.0-rc.3", 1938 "indexmap", 1939 "lazy_static", 1940 "lexical", 1941 "libc", 1942 + "libffi", 1943 + "libloading", 1944 "modular-bitfield", 1945 "native-tls", 1946 "ordered-float", 1947 "phf 0.9.0", 1948 "predicates-core", 1949 + "proc-macro2", 1950 + "quote", 1951 + "rand", 1952 "ref_thread_local", 1953 + "reqwest", 1954 "ring", 1955 + "ring-wasi", 1956 "ripemd160", 1957 "roxmltree", 1958 "rustyline", 1959 "ryu", 1960 "select", 1961 "serial_test", 1962 + "sha3 0.8.2", 1963 "smallvec", 1964 "static_assertions", 1965 "strum", 1966 "strum_macros", 1967 + "syn 1.0.109", 1968 "to-syn-value", 1969 "to-syn-value_derive", 1970 "tokio", ··· 1973 1974 [[package]] 1975 name = "security-framework" 1976 + version = "2.9.2" 1977 source = "registry+https://github.com/rust-lang/crates.io-index" 1978 + checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1979 dependencies = [ 1980 + "bitflags 1.3.2", 1981 "core-foundation", 1982 "core-foundation-sys", 1983 "libc", ··· 1986 1987 [[package]] 1988 name = "security-framework-sys" 1989 + version = "2.9.1" 1990 source = "registry+https://github.com/rust-lang/crates.io-index" 1991 + checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1992 dependencies = [ 1993 "core-foundation-sys", 1994 "libc", ··· 1996 1997 [[package]] 1998 name = "select" 1999 + version = "0.6.0" 2000 source = "registry+https://github.com/rust-lang/crates.io-index" 2001 + checksum = "6f9da09dc3f4dfdb6374cbffff7a2cffcec316874d4429899eefdc97b3b94dcd" 2002 dependencies = [ 2003 "bit-set", 2004 "html5ever", 2005 + "markup5ever_rcdom", 2006 ] 2007 2008 [[package]] 2009 name = "serde" 2010 + version = "1.0.188" 2011 source = "registry+https://github.com/rust-lang/crates.io-index" 2012 + checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 2013 + dependencies = [ 2014 + "serde_derive", 2015 + ] 2016 2017 [[package]] 2018 name = "serde_derive" 2019 + version = "1.0.188" 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 2021 + checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 2022 dependencies = [ 2023 + "proc-macro2", 2024 + "quote", 2025 + "syn 2.0.29", 2026 ] 2027 2028 [[package]] 2029 name = "serde_json" 2030 + version = "1.0.105" 2031 + source = "registry+https://github.com/rust-lang/crates.io-index" 2032 + checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 2033 + dependencies = [ 2034 + "itoa", 2035 + "ryu", 2036 + "serde", 2037 + ] 2038 + 2039 + [[package]] 2040 + name = "serde_urlencoded" 2041 + version = "0.7.1" 2042 source = "registry+https://github.com/rust-lang/crates.io-index" 2043 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2044 dependencies = [ 2045 + "form_urlencoded", 2046 "itoa", 2047 "ryu", 2048 "serde", ··· 2050 2051 [[package]] 2052 name = "serial_test" 2053 + version = "2.0.0" 2054 source = "registry+https://github.com/rust-lang/crates.io-index" 2055 + checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" 2056 dependencies = [ 2057 + "dashmap", 2058 + "futures", 2059 "lazy_static", 2060 + "log", 2061 + "parking_lot 0.12.1", 2062 "serial_test_derive", 2063 ] 2064 2065 [[package]] 2066 name = "serial_test_derive" 2067 + version = "2.0.0" 2068 source = "registry+https://github.com/rust-lang/crates.io-index" 2069 + checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" 2070 dependencies = [ 2071 + "proc-macro2", 2072 + "quote", 2073 + "syn 2.0.29", 2074 ] 2075 2076 [[package]] 2077 name = "sha2" 2078 + version = "0.10.7" 2079 source = "registry+https://github.com/rust-lang/crates.io-index" 2080 + checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 2081 dependencies = [ 2082 "cfg-if", 2083 "cpufeatures", 2084 + "digest 0.10.7", 2085 ] 2086 2087 [[package]] ··· 2095 "digest 0.8.1", 2096 "keccak", 2097 "opaque-debug", 2098 + ] 2099 + 2100 + [[package]] 2101 + name = "sha3" 2102 + version = "0.10.8" 2103 + source = "registry+https://github.com/rust-lang/crates.io-index" 2104 + checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 2105 + dependencies = [ 2106 + "digest 0.10.7", 2107 + "keccak", 2108 ] 2109 2110 [[package]] 2111 name = "signal-hook" 2112 + version = "0.3.17" 2113 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 + checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 2115 dependencies = [ 2116 "libc", 2117 "signal-hook-registry", ··· 2130 2131 [[package]] 2132 name = "signal-hook-registry" 2133 + version = "1.4.1" 2134 source = "registry+https://github.com/rust-lang/crates.io-index" 2135 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2136 dependencies = [ 2137 "libc", 2138 ] 2139 2140 [[package]] 2141 name = "siphasher" 2142 + version = "0.3.11" 2143 source = "registry+https://github.com/rust-lang/crates.io-index" 2144 + checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2145 2146 [[package]] 2147 name = "slab" 2148 + version = "0.4.9" 2149 source = "registry+https://github.com/rust-lang/crates.io-index" 2150 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2151 dependencies = [ 2152 + "autocfg", 2153 ] 2154 2155 [[package]] 2156 name = "smallvec" 2157 + version = "1.11.0" 2158 source = "registry+https://github.com/rust-lang/crates.io-index" 2159 + checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 2160 2161 [[package]] 2162 name = "socket2" 2163 + version = "0.4.9" 2164 source = "registry+https://github.com/rust-lang/crates.io-index" 2165 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2166 dependencies = [ 2167 "libc", 2168 "winapi", 2169 ] 2170 2171 [[package]] 2172 + name = "socket2" 2173 + version = "0.5.3" 2174 source = "registry+https://github.com/rust-lang/crates.io-index" 2175 + checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 2176 dependencies = [ 2177 "libc", 2178 + "windows-sys", 2179 ] 2180 2181 [[package]] ··· 2198 2199 [[package]] 2200 name = "string_cache" 2201 + version = "0.8.7" 2202 source = "registry+https://github.com/rust-lang/crates.io-index" 2203 + checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 2204 dependencies = [ 2205 "new_debug_unreachable", 2206 + "once_cell", 2207 + "parking_lot 0.12.1", 2208 + "phf_shared 0.10.0", 2209 "precomputed-hash", 2210 "serde", 2211 ] 2212 2213 [[package]] 2214 name = "string_cache_codegen" 2215 + version = "0.5.2" 2216 source = "registry+https://github.com/rust-lang/crates.io-index" 2217 + checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 2218 dependencies = [ 2219 + "phf_generator 0.10.0", 2220 + "phf_shared 0.10.0", 2221 + "proc-macro2", 2222 + "quote", 2223 ] 2224 2225 [[package]] 2226 name = "strum" 2227 version = "0.23.0" 2228 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2235 checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38" 2236 dependencies = [ 2237 "heck", 2238 + "proc-macro2", 2239 + "quote", 2240 "rustversion", 2241 + "syn 1.0.109", 2242 ] 2243 2244 [[package]] ··· 2249 2250 [[package]] 2251 name = "subtle" 2252 + version = "2.5.0" 2253 source = "registry+https://github.com/rust-lang/crates.io-index" 2254 + checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 2255 2256 [[package]] 2257 name = "syn" 2258 + version = "1.0.109" 2259 source = "registry+https://github.com/rust-lang/crates.io-index" 2260 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2261 dependencies = [ 2262 + "proc-macro2", 2263 + "quote", 2264 + "unicode-ident", 2265 ] 2266 2267 [[package]] 2268 name = "syn" 2269 + version = "2.0.29" 2270 source = "registry+https://github.com/rust-lang/crates.io-index" 2271 + checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 2272 dependencies = [ 2273 + "proc-macro2", 2274 + "quote", 2275 "unicode-ident", 2276 ] 2277 2278 [[package]] 2279 + name = "tap" 2280 + version = "1.0.1" 2281 + source = "registry+https://github.com/rust-lang/crates.io-index" 2282 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2283 + 2284 + [[package]] 2285 name = "tempfile" 2286 + version = "3.8.0" 2287 source = "registry+https://github.com/rust-lang/crates.io-index" 2288 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 2289 dependencies = [ 2290 "cfg-if", 2291 "fastrand", 2292 + "redox_syscall 0.3.5", 2293 + "rustix", 2294 + "windows-sys", 2295 ] 2296 2297 [[package]] ··· 2306 ] 2307 2308 [[package]] 2309 name = "termtree" 2310 + version = "0.4.1" 2311 source = "registry+https://github.com/rust-lang/crates.io-index" 2312 + checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 2313 2314 [[package]] 2315 name = "thiserror" 2316 + version = "1.0.47" 2317 source = "registry+https://github.com/rust-lang/crates.io-index" 2318 + checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 2319 dependencies = [ 2320 "thiserror-impl", 2321 ] 2322 2323 [[package]] 2324 name = "thiserror-impl" 2325 + version = "1.0.47" 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 + checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 2328 dependencies = [ 2329 + "proc-macro2", 2330 + "quote", 2331 + "syn 2.0.29", 2332 ] 2333 2334 [[package]] 2335 name = "time" 2336 + version = "0.1.45" 2337 source = "registry+https://github.com/rust-lang/crates.io-index" 2338 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2339 dependencies = [ 2340 "libc", 2341 "wasi 0.10.0+wasi-snapshot-preview1", ··· 2343 ] 2344 2345 [[package]] 2346 + name = "tinyvec" 2347 + version = "1.6.0" 2348 + source = "registry+https://github.com/rust-lang/crates.io-index" 2349 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2350 + dependencies = [ 2351 + "tinyvec_macros", 2352 + ] 2353 + 2354 + [[package]] 2355 + name = "tinyvec_macros" 2356 + version = "0.1.1" 2357 + source = "registry+https://github.com/rust-lang/crates.io-index" 2358 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2359 + 2360 + [[package]] 2361 name = "to-syn-value" 2362 version = "0.1.0" 2363 source = "registry+https://github.com/rust-lang/crates.io-index" 2364 checksum = "45dcb7b4108a4793bdd74aa3714296c6eaf43663edf73fa8625d0d7621e68447" 2365 dependencies = [ 2366 + "syn 1.0.109", 2367 "to-syn-value_derive", 2368 ] 2369 ··· 2373 source = "registry+https://github.com/rust-lang/crates.io-index" 2374 checksum = "cd4fdec6de01b568c1d3721c9d46a352623c536cd55a8a5acfefb63d1fccccbc" 2375 dependencies = [ 2376 + "proc-macro2", 2377 + "quote", 2378 + "syn 1.0.109", 2379 ] 2380 2381 [[package]] 2382 name = "tokio" 2383 + version = "1.32.0" 2384 source = "registry+https://github.com/rust-lang/crates.io-index" 2385 + checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 2386 dependencies = [ 2387 + "backtrace", 2388 "bytes", 2389 "libc", 2390 + "mio 0.8.8", 2391 "num_cpus", 2392 "parking_lot 0.12.1", 2393 "pin-project-lite", 2394 "signal-hook-registry", 2395 + "socket2 0.5.3", 2396 "tokio-macros", 2397 + "windows-sys", 2398 ] 2399 2400 [[package]] 2401 name = "tokio-macros" 2402 + version = "2.1.0" 2403 source = "registry+https://github.com/rust-lang/crates.io-index" 2404 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 2405 dependencies = [ 2406 + "proc-macro2", 2407 + "quote", 2408 + "syn 2.0.29", 2409 ] 2410 2411 [[package]] 2412 name = "tokio-native-tls" 2413 + version = "0.3.1" 2414 source = "registry+https://github.com/rust-lang/crates.io-index" 2415 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2416 dependencies = [ 2417 "native-tls", 2418 "tokio", ··· 2420 2421 [[package]] 2422 name = "tokio-util" 2423 + version = "0.7.8" 2424 source = "registry+https://github.com/rust-lang/crates.io-index" 2425 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 2426 dependencies = [ 2427 "bytes", 2428 "futures-core", ··· 2451 2452 [[package]] 2453 name = "tracing-core" 2454 + version = "0.1.31" 2455 source = "registry+https://github.com/rust-lang/crates.io-index" 2456 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2457 dependencies = [ 2458 "once_cell", 2459 ] 2460 2461 [[package]] 2462 name = "try-lock" 2463 + version = "0.2.4" 2464 source = "registry+https://github.com/rust-lang/crates.io-index" 2465 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 2466 2467 [[package]] 2468 name = "typenum" 2469 + version = "1.16.0" 2470 + source = "registry+https://github.com/rust-lang/crates.io-index" 2471 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2472 + 2473 + [[package]] 2474 + name = "unicode-bidi" 2475 + version = "0.3.13" 2476 source = "registry+https://github.com/rust-lang/crates.io-index" 2477 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2478 2479 [[package]] 2480 name = "unicode-ident" 2481 + version = "1.0.11" 2482 source = "registry+https://github.com/rust-lang/crates.io-index" 2483 + checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 2484 + 2485 + [[package]] 2486 + name = "unicode-normalization" 2487 + version = "0.1.22" 2488 + source = "registry+https://github.com/rust-lang/crates.io-index" 2489 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2490 + dependencies = [ 2491 + "tinyvec", 2492 + ] 2493 2494 [[package]] 2495 name = "unicode-segmentation" 2496 + version = "1.10.1" 2497 source = "registry+https://github.com/rust-lang/crates.io-index" 2498 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2499 2500 [[package]] 2501 name = "unicode-width" ··· 2504 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2505 2506 [[package]] 2507 name = "untrusted" 2508 version = "0.7.1" 2509 source = "registry+https://github.com/rust-lang/crates.io-index" 2510 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2511 2512 [[package]] 2513 + name = "url" 2514 + version = "2.4.0" 2515 + source = "registry+https://github.com/rust-lang/crates.io-index" 2516 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 2517 + dependencies = [ 2518 + "form_urlencoded", 2519 + "idna", 2520 + "percent-encoding", 2521 + ] 2522 + 2523 + [[package]] 2524 name = "utf-8" 2525 version = "0.7.6" 2526 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2528 2529 [[package]] 2530 name = "utf8parse" 2531 + version = "0.2.1" 2532 source = "registry+https://github.com/rust-lang/crates.io-index" 2533 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2534 2535 [[package]] 2536 name = "vcpkg" ··· 2555 2556 [[package]] 2557 name = "walkdir" 2558 + version = "2.3.3" 2559 source = "registry+https://github.com/rust-lang/crates.io-index" 2560 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2561 dependencies = [ 2562 "same-file", 2563 "winapi-util", 2564 ] 2565 2566 [[package]] 2567 name = "want" 2568 + version = "0.3.1" 2569 source = "registry+https://github.com/rust-lang/crates.io-index" 2570 + checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2571 dependencies = [ 2572 "try-lock", 2573 ] 2574 ··· 2586 2587 [[package]] 2588 name = "wasm-bindgen" 2589 + version = "0.2.87" 2590 source = "registry+https://github.com/rust-lang/crates.io-index" 2591 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 2592 dependencies = [ 2593 "cfg-if", 2594 "wasm-bindgen-macro", ··· 2596 2597 [[package]] 2598 name = "wasm-bindgen-backend" 2599 + version = "0.2.87" 2600 source = "registry+https://github.com/rust-lang/crates.io-index" 2601 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 2602 dependencies = [ 2603 "bumpalo", 2604 "log", 2605 "once_cell", 2606 + "proc-macro2", 2607 + "quote", 2608 + "syn 2.0.29", 2609 "wasm-bindgen-shared", 2610 ] 2611 2612 [[package]] 2613 + name = "wasm-bindgen-futures" 2614 + version = "0.4.37" 2615 + source = "registry+https://github.com/rust-lang/crates.io-index" 2616 + checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 2617 + dependencies = [ 2618 + "cfg-if", 2619 + "js-sys", 2620 + "wasm-bindgen", 2621 + "web-sys", 2622 + ] 2623 + 2624 + [[package]] 2625 name = "wasm-bindgen-macro" 2626 + version = "0.2.87" 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2628 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 2629 dependencies = [ 2630 + "quote", 2631 "wasm-bindgen-macro-support", 2632 ] 2633 2634 [[package]] 2635 name = "wasm-bindgen-macro-support" 2636 + version = "0.2.87" 2637 source = "registry+https://github.com/rust-lang/crates.io-index" 2638 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 2639 dependencies = [ 2640 + "proc-macro2", 2641 + "quote", 2642 + "syn 2.0.29", 2643 "wasm-bindgen-backend", 2644 "wasm-bindgen-shared", 2645 ] 2646 2647 [[package]] 2648 name = "wasm-bindgen-shared" 2649 + version = "0.2.87" 2650 source = "registry+https://github.com/rust-lang/crates.io-index" 2651 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 2652 2653 [[package]] 2654 name = "web-sys" 2655 + version = "0.3.64" 2656 source = "registry+https://github.com/rust-lang/crates.io-index" 2657 + checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 2658 dependencies = [ 2659 "js-sys", 2660 "wasm-bindgen", ··· 2690 version = "0.4.0" 2691 source = "registry+https://github.com/rust-lang/crates.io-index" 2692 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2693 + 2694 + [[package]] 2695 + name = "windows" 2696 + version = "0.48.0" 2697 + source = "registry+https://github.com/rust-lang/crates.io-index" 2698 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2699 + dependencies = [ 2700 + "windows-targets", 2701 + ] 2702 2703 [[package]] 2704 name = "windows-sys" 2705 + version = "0.48.0" 2706 source = "registry+https://github.com/rust-lang/crates.io-index" 2707 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2708 dependencies = [ 2709 + "windows-targets", 2710 ] 2711 2712 [[package]] 2713 + name = "windows-targets" 2714 + version = "0.48.5" 2715 source = "registry+https://github.com/rust-lang/crates.io-index" 2716 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2717 dependencies = [ 2718 "windows_aarch64_gnullvm", 2719 + "windows_aarch64_msvc", 2720 + "windows_i686_gnu", 2721 + "windows_i686_msvc", 2722 + "windows_x86_64_gnu", 2723 "windows_x86_64_gnullvm", 2724 + "windows_x86_64_msvc", 2725 ] 2726 2727 [[package]] 2728 name = "windows_aarch64_gnullvm" 2729 + version = "0.48.5" 2730 source = "registry+https://github.com/rust-lang/crates.io-index" 2731 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2732 2733 [[package]] 2734 name = "windows_aarch64_msvc" 2735 + version = "0.48.5" 2736 source = "registry+https://github.com/rust-lang/crates.io-index" 2737 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2738 2739 [[package]] 2740 name = "windows_i686_gnu" 2741 + version = "0.48.5" 2742 source = "registry+https://github.com/rust-lang/crates.io-index" 2743 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2744 2745 [[package]] 2746 name = "windows_i686_msvc" 2747 + version = "0.48.5" 2748 source = "registry+https://github.com/rust-lang/crates.io-index" 2749 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2750 2751 [[package]] 2752 + name = "windows_x86_64_gnu" 2753 + version = "0.48.5" 2754 source = "registry+https://github.com/rust-lang/crates.io-index" 2755 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2756 2757 [[package]] 2758 + name = "windows_x86_64_gnullvm" 2759 + version = "0.48.5" 2760 source = "registry+https://github.com/rust-lang/crates.io-index" 2761 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2762 2763 [[package]] 2764 + name = "windows_x86_64_msvc" 2765 + version = "0.48.5" 2766 source = "registry+https://github.com/rust-lang/crates.io-index" 2767 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2768 2769 [[package]] 2770 + name = "winreg" 2771 + version = "0.50.0" 2772 source = "registry+https://github.com/rust-lang/crates.io-index" 2773 + checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2774 + dependencies = [ 2775 + "cfg-if", 2776 + "windows-sys", 2777 + ] 2778 2779 [[package]] 2780 + name = "wyz" 2781 + version = "0.5.1" 2782 source = "registry+https://github.com/rust-lang/crates.io-index" 2783 + checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 2784 + dependencies = [ 2785 + "tap", 2786 + ] 2787 2788 [[package]] 2789 + name = "xml5ever" 2790 + version = "0.17.0" 2791 source = "registry+https://github.com/rust-lang/crates.io-index" 2792 + checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650" 2793 + dependencies = [ 2794 + "log", 2795 + "mac", 2796 + "markup5ever", 2797 + ] 2798 2799 [[package]] 2800 name = "xmlparser"
+5 -2
pkgs/development/compilers/scryer-prolog/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "scryer-prolog"; 14 - version = "0.9.1"; 15 16 src = fetchFromGitHub { 17 owner = "mthom"; 18 repo = "scryer-prolog"; 19 rev = "v${version}"; 20 - sha256 = "bDLVOXX9nv6Guu5czRFkviJf7dBiaqt5O8SLUJlcBZo="; 21 }; 22 23 cargoLock = { 24 lockFile = ./Cargo.lock; 25 outputHashes = { 26 "modular-bitfield-0.11.2" = "sha256-vcx+xt5owZVWOlKwudAr0EB1zlLLL5pVfWokw034BQI="; 27 }; 28 }; 29
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "scryer-prolog"; 14 + version = "0.9.2"; 15 16 src = fetchFromGitHub { 17 owner = "mthom"; 18 repo = "scryer-prolog"; 19 rev = "v${version}"; 20 + hash = "sha256-68wtRFkJh8OIdauSIyJ29en399TLnaRaRxw+5bkykxk="; 21 }; 22 23 cargoLock = { 24 lockFile = ./Cargo.lock; 25 outputHashes = { 26 + "dashu-0.3.1" = "sha256-bovPjLs98oj8/e/X/9GIYCzArzGfshjoeHU7IHdnq30="; 27 + "libffi-3.2.0" = "sha256-GcNcXJCfiJp/7X5FXQJ/St0SmsPlCyeM8/s9FR+VE+M="; 28 "modular-bitfield-0.11.2" = "sha256-vcx+xt5owZVWOlKwudAr0EB1zlLLL5pVfWokw034BQI="; 29 + "num-modular-0.5.2" = "sha256-G4Kr3BMbXprC6tbG3mY/fOi2sQzaepOTeC4vDiOKWUM="; 30 }; 31 }; 32