Merge master into staging-next

authored by github-actions[bot] and committed by GitHub 0a1690dd da2be4f9

+1306 -709
+13
maintainers/maintainer-list.nix
··· 10889 githubId = 613740; 10890 name = "Martin Baillie"; 10891 }; 10892 mbbx6spp = { 10893 email = "me@susanpotter.net"; 10894 github = "mbbx6spp"; ··· 13843 keys = [{ 13844 fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; 13845 }]; 13846 }; 13847 ProducerMatt = { 13848 name = "Matthew Pherigo";
··· 10889 githubId = 613740; 10890 name = "Martin Baillie"; 10891 }; 10892 + mbalatsko = { 10893 + email = "mbalatsko@gmail.com"; 10894 + github = "mbalatsko"; 10895 + githubId = 15967073; 10896 + name = "Maksym Balatsko"; 10897 + }; 10898 mbbx6spp = { 10899 email = "me@susanpotter.net"; 10900 github = "mbbx6spp"; ··· 13849 keys = [{ 13850 fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; 13851 }]; 13852 + }; 13853 + p-rintz = { 13854 + email = "nix@rintz.net"; 13855 + github = "p-rintz"; 13856 + githubId = 13933258; 13857 + name = "Philipp Rintz"; 13858 + matrix = "@philipp:srv.icu"; 13859 }; 13860 ProducerMatt = { 13861 name = "Matthew Pherigo";
+2 -2
pkgs/applications/blockchains/ledger-live-desktop/default.nix
··· 2 3 let 4 pname = "ledger-live-desktop"; 5 - version = "2.64.2"; 6 7 src = fetchurl { 8 url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage"; 9 - hash = "sha256-8cb5FA/Ogd6GI0AclxHicZGV3K5bVsZuIl/3A03r5qQ="; 10 }; 11 12
··· 2 3 let 4 pname = "ledger-live-desktop"; 5 + version = "2.66.0"; 6 7 src = fetchurl { 8 url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage"; 9 + hash = "sha256-Du2bvtlNjxtkJ31RCKZmGtWxOEIjohbmEC5o3VvFGlY="; 10 }; 11 12
+964 -572
pkgs/applications/networking/cluster/habitat/Cargo.lock
··· 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe" 10 dependencies = [ 11 - "bitflags", 12 "bytes", 13 "futures-core", 14 "futures-sink", 15 - "log 0.4.17", 16 "memchr", 17 "pin-project-lite", 18 "tokio", 19 - "tokio-util", 20 ] 21 22 [[package]] 23 name = "actix-http" 24 - version = "3.2.1" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26 - checksum = "6f9ffb6db08c1c3a1f4aef540f1a63193adc73c4fbd40b75a95fc8c5258f6e51" 27 dependencies = [ 28 "actix-codec", 29 "actix-rt", ··· 31 "actix-tls", 32 "actix-utils", 33 "ahash", 34 - "base64 0.13.1", 35 - "bitflags", 36 "bytes", 37 "bytestring", 38 "derive_more", ··· 51 "rand 0.8.5", 52 "sha1", 53 "smallvec", 54 "tracing", 55 ] 56 ··· 61 checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" 62 dependencies = [ 63 "quote", 64 - "syn", 65 ] 66 67 [[package]] ··· 73 "bytestring", 74 "firestorm", 75 "http", 76 - "log 0.4.17", 77 - "regex 1.7.1", 78 "serde", 79 ] 80 81 [[package]] 82 name = "actix-rt" 83 - version = "2.7.0" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000" 86 dependencies = [ 87 "actix-macros", 88 "futures-core", ··· 100 "actix-utils", 101 "futures-core", 102 "futures-util", 103 - "mio 0.8.5", 104 "num_cpus", 105 - "socket2", 106 "tokio", 107 "tracing", 108 ] ··· 129 "actix-service", 130 "actix-utils", 131 "futures-core", 132 - "log 0.4.17", 133 "pin-project-lite", 134 "tokio-rustls", 135 - "tokio-util", 136 "webpki-roots", 137 ] 138 ··· 148 149 [[package]] 150 name = "actix-web" 151 - version = "4.1.0" 152 source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379" 154 dependencies = [ 155 "actix-codec", 156 "actix-http", ··· 168 "encoding_rs", 169 "futures-core", 170 "futures-util", 171 "itoa 1.0.1", 172 "language-tags", 173 - "log 0.4.17", 174 "mime", 175 "once_cell", 176 "pin-project-lite", 177 - "regex 1.7.1", 178 "serde", 179 "serde_json", 180 "serde_urlencoded", 181 "smallvec", 182 - "socket2", 183 "time 0.3.11", 184 "url", 185 ] 186 187 [[package]] 188 name = "addr2line" 189 version = "0.16.0" 190 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 229 ] 230 231 [[package]] 232 name = "ansi_term" 233 version = "0.11.0" 234 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 239 240 [[package]] 241 name = "anyhow" 242 - version = "1.0.69" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 245 dependencies = [ 246 "backtrace", 247 ] ··· 266 267 [[package]] 268 name = "async-trait" 269 - version = "0.1.61" 270 source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282" 272 dependencies = [ 273 "proc-macro2", 274 "quote", 275 - "syn", 276 ] 277 278 [[package]] ··· 315 316 [[package]] 317 name = "base64" 318 - version = "0.21.0" 319 source = "registry+https://github.com/rust-lang/crates.io-index" 320 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 321 322 [[package]] 323 name = "bimap" 324 - version = "0.6.2" 325 source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b" 327 328 [[package]] 329 name = "bincode" ··· 335 ] 336 337 [[package]] 338 name = "bitflags" 339 version = "1.3.2" 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 342 343 [[package]] 344 name = "blake2b_simd" 345 - version = "1.0.0" 346 source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" 348 dependencies = [ 349 "arrayref", 350 "arrayvec", ··· 389 390 [[package]] 391 name = "bytes" 392 - version = "1.3.0" 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" 395 396 [[package]] 397 name = "bytestring" ··· 404 405 [[package]] 406 name = "caps" 407 - version = "0.5.2" 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "c088f2dddef283f86b023ab1ebe2301c653326834996458b2f48d29b804e9540" 410 dependencies = [ 411 - "errno", 412 "libc", 413 "thiserror", 414 ] 415 416 [[package]] 417 name = "cc" 418 - version = "1.0.79" 419 source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 421 422 [[package]] 423 name = "cfg-if" ··· 433 434 [[package]] 435 name = "chrono" 436 - version = "0.4.19" 437 source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 439 dependencies = [ 440 - "libc", 441 - "num-integer", 442 "num-traits", 443 "serde", 444 "time 0.1.43", 445 "winapi 0.3.9", 446 ] 447 ··· 452 dependencies = [ 453 "ansi_term", 454 "atty", 455 - "bitflags", 456 "strsim", 457 "textwrap", 458 "unicode-width", ··· 460 ] 461 462 [[package]] 463 name = "colosseum" 464 version = "0.2.2" 465 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 468 [[package]] 469 name = "configopt" 470 version = "0.1.0" 471 - source = "git+https://github.com/habitat-sh/configopt.git#37990579c24c35b18e0e6dadd4f01ab021df7616" 472 dependencies = [ 473 "colosseum", 474 "configopt-derive", 475 "lazy_static 1.4.0", 476 "serde", 477 "structopt", 478 - "toml 0.5.10", 479 ] 480 481 [[package]] 482 name = "configopt-derive" 483 version = "0.1.0" 484 - source = "git+https://github.com/habitat-sh/configopt.git#37990579c24c35b18e0e6dadd4f01ab021df7616" 485 dependencies = [ 486 "heck 0.3.3", 487 "proc-macro2", 488 "proc_macro_roids", 489 "quote", 490 - "syn", 491 ] 492 493 [[package]] 494 name = "constant_time_eq" 495 - version = "0.1.5" 496 source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 498 499 [[package]] 500 name = "convert_case" ··· 514 515 [[package]] 516 name = "core-foundation-sys" 517 - version = "0.8.2" 518 source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" 520 521 [[package]] 522 name = "cpu-time" ··· 539 540 [[package]] 541 name = "cpufeatures" 542 - version = "0.2.2" 543 source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" 545 dependencies = [ 546 "libc", 547 ] ··· 567 568 [[package]] 569 name = "crossbeam-channel" 570 - version = "0.5.1" 571 source = "registry+https://github.com/rust-lang/crates.io-index" 572 - checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 573 dependencies = [ 574 "cfg-if 1.0.0", 575 - "crossbeam-utils 0.8.5", 576 ] 577 578 [[package]] ··· 588 589 [[package]] 590 name = "crossbeam-utils" 591 - version = "0.8.5" 592 source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" 594 dependencies = [ 595 "cfg-if 1.0.0", 596 - "lazy_static 1.4.0", 597 ] 598 599 [[package]] ··· 618 619 [[package]] 620 name = "ctrlc" 621 - version = "3.2.3" 622 source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173" 624 dependencies = [ 625 - "nix 0.25.0", 626 - "winapi 0.3.9", 627 ] 628 629 [[package]] ··· 634 dependencies = [ 635 "proc-macro2", 636 "quote", 637 - "syn", 638 ] 639 640 [[package]] ··· 647 "proc-macro2", 648 "quote", 649 "rustc_version 0.3.3", 650 - "syn", 651 ] 652 653 [[package]] 654 name = "digest" 655 version = "0.9.0" 656 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 671 672 [[package]] 673 name = "dirs" 674 - version = "3.0.2" 675 source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 677 dependencies = [ 678 "dirs-sys", 679 ] ··· 690 691 [[package]] 692 name = "dirs-sys" 693 - version = "0.3.6" 694 source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" 696 dependencies = [ 697 "libc", 698 "redox_users", 699 - "winapi 0.3.9", 700 ] 701 702 [[package]] ··· 712 713 [[package]] 714 name = "dns-lookup" 715 - version = "1.0.8" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872" 718 dependencies = [ 719 "cfg-if 1.0.0", 720 "libc", 721 - "socket2", 722 - "winapi 0.3.9", 723 ] 724 725 [[package]] 726 name = "ed25519" 727 version = "1.2.0" 728 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 754 755 [[package]] 756 name = "env_logger" 757 - version = "0.9.0" 758 source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 760 dependencies = [ 761 - "atty", 762 "humantime", 763 - "log 0.4.17", 764 - "regex 1.7.1", 765 "termcolor", 766 ] 767 ··· 771 source = "registry+https://github.com/rust-lang/crates.io-index" 772 checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 773 dependencies = [ 774 - "log 0.4.17", 775 "url", 776 ] 777 778 [[package]] 779 name = "errno" 780 - version = "0.2.7" 781 source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" 783 dependencies = [ 784 "errno-dragonfly", 785 "libc", ··· 787 ] 788 789 [[package]] 790 name = "errno-dragonfly" 791 version = "0.1.1" 792 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 803 checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 804 805 [[package]] 806 name = "field-offset" 807 version = "0.3.4" 808 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 814 815 [[package]] 816 name = "filetime" 817 - version = "0.2.15" 818 source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98" 820 dependencies = [ 821 "cfg-if 1.0.0", 822 "libc", 823 - "redox_syscall", 824 - "winapi 0.3.9", 825 ] 826 827 [[package]] ··· 838 839 [[package]] 840 name = "flate2" 841 - version = "1.0.25" 842 source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 844 dependencies = [ 845 "crc32fast", 846 - "miniz_oxide 0.6.2", 847 ] 848 849 [[package]] ··· 869 870 [[package]] 871 name = "form_urlencoded" 872 - version = "1.1.0" 873 source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 875 dependencies = [ 876 "percent-encoding", 877 ] ··· 887 ] 888 889 [[package]] 890 - name = "fsevent" 891 - version = "0.4.0" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 894 - dependencies = [ 895 - "bitflags", 896 - "fsevent-sys", 897 - ] 898 - 899 - [[package]] 900 name = "fsevent-sys" 901 - version = "2.0.1" 902 source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 904 dependencies = [ 905 "libc", 906 ] ··· 911 source = "registry+https://github.com/rust-lang/crates.io-index" 912 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 913 dependencies = [ 914 - "bitflags", 915 "fuchsia-zircon-sys", 916 ] 917 ··· 923 924 [[package]] 925 name = "futures" 926 - version = "0.3.25" 927 source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 929 dependencies = [ 930 "futures-channel", 931 "futures-core", ··· 938 939 [[package]] 940 name = "futures-channel" 941 - version = "0.3.25" 942 source = "registry+https://github.com/rust-lang/crates.io-index" 943 - checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 944 dependencies = [ 945 "futures-core", 946 "futures-sink", ··· 948 949 [[package]] 950 name = "futures-core" 951 - version = "0.3.25" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 954 955 [[package]] 956 name = "futures-executor" 957 - version = "0.3.25" 958 source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 960 dependencies = [ 961 "futures-core", 962 "futures-task", ··· 965 966 [[package]] 967 name = "futures-io" 968 - version = "0.3.25" 969 source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 971 972 [[package]] 973 name = "futures-macro" 974 - version = "0.3.25" 975 source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 977 dependencies = [ 978 "proc-macro2", 979 "quote", 980 - "syn", 981 ] 982 983 [[package]] 984 name = "futures-sink" 985 - version = "0.3.25" 986 source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 988 989 [[package]] 990 name = "futures-task" 991 - version = "0.3.25" 992 source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 994 995 [[package]] 996 name = "futures-util" 997 - version = "0.3.25" 998 source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1000 dependencies = [ 1001 "futures-channel", 1002 "futures-core", ··· 1024 dependencies = [ 1025 "cc", 1026 "libc", 1027 - "log 0.4.17", 1028 "rustversion", 1029 "winapi 0.3.9", 1030 ] ··· 1075 1076 [[package]] 1077 name = "h2" 1078 - version = "0.3.13" 1079 source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 1081 dependencies = [ 1082 "bytes", 1083 "fnv", ··· 1085 "futures-sink", 1086 "futures-util", 1087 "http", 1088 - "indexmap", 1089 "slab", 1090 "tokio", 1091 - "tokio-util", 1092 "tracing", 1093 ] 1094 ··· 1098 dependencies = [ 1099 "anyhow", 1100 "atty", 1101 - "base64 0.21.0", 1102 - "bitflags", 1103 "chrono", 1104 "clap", 1105 "configopt", ··· 1117 "handlebars 0.29.1", 1118 "lazy_static 1.4.0", 1119 "libc", 1120 - "log 0.4.17", 1121 "pbr", 1122 "rants", 1123 "reqwest", ··· 1126 "same-file", 1127 "serde", 1128 "serde_json", 1129 - "serde_yaml", 1130 "structopt", 1131 "tabwriter", 1132 "tar", ··· 1134 "termcolor", 1135 "thiserror", 1136 "tokio", 1137 - "toml 0.5.10", 1138 "url", 1139 "uuid 1.2.2", 1140 "walkdir", 1141 "webpki", 1142 "widestring 1.0.2", 1143 "winapi 0.3.9", 1144 - "winreg 0.9.0", 1145 ] 1146 1147 [[package]] ··· 1155 "habitat_core", 1156 "ipc-channel", 1157 "libc", 1158 - "log 0.4.17", 1159 - "nix 0.26.2", 1160 "prost", 1161 - "semver 1.0.16", 1162 "thiserror", 1163 "winapi 0.3.9", 1164 ] ··· 1174 "habitat_core", 1175 "ipc-channel", 1176 "libc", 1177 - "log 0.4.17", 1178 "prost", 1179 "serde", 1180 "thiserror", ··· 1197 "clap", 1198 "env_logger", 1199 "habitat_butterfly", 1200 - "log 0.4.17", 1201 ] 1202 1203 [[package]] ··· 1208 "habitat-sup-protocol", 1209 "habitat_common", 1210 "habitat_core", 1211 - "log 0.4.17", 1212 "prost", 1213 "rustls", 1214 "termcolor", 1215 "tokio", 1216 - "tokio-util", 1217 ] 1218 1219 [[package]] 1220 name = "habitat-sup-protocol" 1221 version = "0.0.0" 1222 dependencies = [ 1223 - "base64 0.21.0", 1224 "bytes", 1225 "habitat_core", 1226 "lazy_static 1.4.0", 1227 - "log 0.4.17", 1228 "prost", 1229 "prost-build", 1230 "rand 0.8.5", 1231 "serde", 1232 "tempfile", 1233 "tokio", 1234 - "tokio-util", 1235 - "toml 0.5.10", 1236 ] 1237 1238 [[package]] ··· 1246 "futures", 1247 "habitat_core", 1248 "habitat_http_client", 1249 - "log 0.4.17", 1250 "pbr", 1251 "percent-encoding", 1252 "rand 0.8.5", 1253 - "regex 1.7.1", 1254 "reqwest", 1255 "serde", 1256 "serde_json", 1257 "tee", 1258 "tokio", 1259 - "tokio-util", 1260 "url", 1261 ] 1262 ··· 1270 "habitat_common", 1271 "habitat_core", 1272 "lazy_static 1.4.0", 1273 - "log 0.4.17", 1274 "mktemp", 1275 - "parking_lot 0.12.0", 1276 "prometheus", 1277 "prost", 1278 "prost-build", ··· 1281 "serde_json", 1282 "tempfile", 1283 "threadpool", 1284 - "toml 0.5.10", 1285 "uuid 1.2.2", 1286 "winapi 0.3.9", 1287 "zmq", ··· 1293 dependencies = [ 1294 "async-trait", 1295 "bimap", 1296 - "bitflags", 1297 "clap", 1298 "dirs", 1299 "glob", ··· 1302 "handlebars 0.28.3", 1303 "lazy_static 1.4.0", 1304 "libc", 1305 - "log 0.4.17", 1306 "native-tls", 1307 - "nix 0.26.2", 1308 "owning_ref", 1309 - "parking_lot 0.12.0", 1310 "pbr", 1311 "petgraph", 1312 - "regex 1.7.1", 1313 "reqwest", 1314 "retry", 1315 "rustls", 1316 "serde", 1317 "serde-transcode", 1318 "serde_json", 1319 - "serde_yaml", 1320 "tempfile", 1321 "termcolor", 1322 "thiserror", 1323 "tokio", 1324 - "toml 0.5.10", 1325 "uuid 1.2.2", 1326 "valico", 1327 "winapi 0.3.9", ··· 1331 name = "habitat_core" 1332 version = "0.0.0" 1333 dependencies = [ 1334 - "base64 0.21.0", 1335 "blake2b_simd", 1336 "caps", 1337 "cc", ··· 1339 "ctrlc", 1340 "dirs", 1341 "dns-lookup", 1342 - "errno", 1343 "glob", 1344 "habitat_win_users", 1345 "hex", 1346 "lazy_static 1.4.0", 1347 "libc", 1348 - "log 0.4.17", 1349 "native-tls", 1350 - "nix 0.26.2", 1351 "num_cpus", 1352 "os_info", 1353 "paste", 1354 - "pem", 1355 "pin-project", 1356 "rand 0.8.5", 1357 "rcgen", 1358 - "regex 1.7.1", 1359 "reqwest", 1360 "rustls", 1361 "rustls-pemfile", ··· 1369 "thiserror", 1370 "tokio", 1371 "tokio-rustls", 1372 - "toml 0.5.10", 1373 - "typemap", 1374 "url", 1375 "webpki", 1376 "widestring 1.0.2", ··· 1383 name = "habitat_http_client" 1384 version = "0.0.0" 1385 dependencies = [ 1386 - "base64 0.21.0", 1387 "env_proxy", 1388 "habitat_core", 1389 "httparse", 1390 - "log 0.4.17", 1391 "native-tls", 1392 - "pem", 1393 "reqwest", 1394 "serde", 1395 "serde_json", ··· 1402 version = "0.0.0" 1403 dependencies = [ 1404 "anyhow", 1405 - "base64 0.21.0", 1406 "clap", 1407 "env_logger", 1408 "hab", ··· 1411 "handlebars 0.29.1", 1412 "lazy_static 1.4.0", 1413 "linked-hash-map", 1414 - "log 0.4.17", 1415 "rusoto_core", 1416 "rusoto_credential", 1417 "rusoto_ecr", ··· 1436 "habitat_core", 1437 "handlebars 0.29.1", 1438 "lazy_static 1.4.0", 1439 - "log 0.4.17", 1440 "mktemp", 1441 "serde", 1442 "serde_json", ··· 1477 "hyper", 1478 "lazy_static 1.4.0", 1479 "libc", 1480 - "log 0.4.17", 1481 "log4rs", 1482 - "mio 0.8.5", 1483 - "nix 0.26.2", 1484 "notify", 1485 "num_cpus", 1486 - "parking_lot 0.12.0", 1487 "pin-project", 1488 "prometheus", 1489 "prost", ··· 1491 "prost-types", 1492 "rand 0.8.5", 1493 "rants", 1494 - "regex 1.7.1", 1495 "reqwest", 1496 "rustls", 1497 "rustls-pemfile", ··· 1499 "serde-transcode", 1500 "serde_derive", 1501 "serde_json", 1502 - "serde_yaml", 1503 "state", 1504 "structopt", 1505 "tempfile", ··· 1507 "thiserror", 1508 "tokio", 1509 "tokio-rustls", 1510 - "tokio-util", 1511 - "toml 0.5.10", 1512 "url", 1513 "uuid 1.2.2", 1514 "valico", ··· 1520 version = "0.0.0" 1521 dependencies = [ 1522 "cc", 1523 - "log 0.4.17", 1524 "widestring 1.0.2", 1525 "winapi 0.3.9", 1526 ] ··· 1557 1558 [[package]] 1559 name = "hashbrown" 1560 - version = "0.11.2" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 1563 - 1564 - [[package]] 1565 - name = "hashbrown" 1566 version = "0.12.3" 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1569 dependencies = [ 1570 "ahash", 1571 ] 1572 1573 [[package]] 1574 name = "heck" ··· 1596 1597 [[package]] 1598 name = "hermit-abi" 1599 - version = "0.2.6" 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1602 - dependencies = [ 1603 - "libc", 1604 - ] 1605 1606 [[package]] 1607 name = "hex" ··· 1661 1662 [[package]] 1663 name = "hyper" 1664 - version = "0.14.20" 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1667 dependencies = [ 1668 "bytes", 1669 "futures-channel", ··· 1676 "httpdate", 1677 "itoa 1.0.1", 1678 "pin-project-lite", 1679 - "socket2", 1680 "tokio", 1681 "tower-service", 1682 "tracing", ··· 1697 ] 1698 1699 [[package]] 1700 - name = "idna" 1701 - version = "0.2.3" 1702 source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1704 dependencies = [ 1705 - "matches", 1706 - "unicode-bidi", 1707 - "unicode-normalization", 1708 ] 1709 1710 [[package]] 1711 name = "idna" 1712 - version = "0.3.0" 1713 source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1715 dependencies = [ 1716 "unicode-bidi", 1717 "unicode-normalization", ··· 1719 1720 [[package]] 1721 name = "indexmap" 1722 - version = "1.7.0" 1723 source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" 1725 dependencies = [ 1726 "autocfg", 1727 - "hashbrown 0.11.2", 1728 ] 1729 1730 [[package]] 1731 name = "inotify" 1732 - version = "0.7.1" 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 - checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 1735 dependencies = [ 1736 - "bitflags", 1737 "inotify-sys", 1738 "libc", 1739 ] ··· 1748 ] 1749 1750 [[package]] 1751 - name = "instant" 1752 - version = "0.1.10" 1753 source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" 1755 dependencies = [ 1756 - "cfg-if 1.0.0", 1757 ] 1758 1759 [[package]] ··· 1789 version = "2.3.1" 1790 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 1792 1793 [[package]] 1794 name = "itertools" ··· 1850 ] 1851 1852 [[package]] 1853 name = "language-tags" 1854 version = "0.3.2" 1855 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1868 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1869 1870 [[package]] 1871 - name = "lazycell" 1872 - version = "1.3.0" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1875 - 1876 - [[package]] 1877 name = "libc" 1878 - version = "0.2.139" 1879 source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 1881 1882 [[package]] 1883 name = "libsodium-sys" ··· 1892 ] 1893 1894 [[package]] 1895 name = "linked-hash-map" 1896 version = "0.5.6" 1897 source = "registry+https://github.com/rust-lang/crates.io-index" 1898 checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1899 1900 [[package]] 1901 name = "local-channel" 1902 version = "0.1.2" 1903 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1931 checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 1932 dependencies = [ 1933 - "log 0.4.17", 1934 ] 1935 1936 [[package]] 1937 name = "log" 1938 - version = "0.4.17" 1939 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1941 dependencies = [ 1942 - "cfg-if 1.0.0", 1943 "serde", 1944 ] 1945 ··· 1951 1952 [[package]] 1953 name = "log4rs" 1954 - version = "1.1.1" 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "893eaf59f4bef8e2e94302adf56385db445a0306b9823582b0b8d5a06d8822f3" 1957 dependencies = [ 1958 "anyhow", 1959 "arc-swap", ··· 1962 "fnv", 1963 "humantime", 1964 "libc", 1965 - "log 0.4.17", 1966 "log-mdc", 1967 - "parking_lot 0.12.0", 1968 "serde", 1969 "serde-value", 1970 "serde_json", 1971 - "serde_yaml", 1972 "thiserror", 1973 "thread-id", 1974 - "typemap", 1975 "winapi 0.3.9", 1976 ] 1977 ··· 2000 ] 2001 2002 [[package]] 2003 - name = "matches" 2004 - version = "0.1.8" 2005 - source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 2007 - 2008 - [[package]] 2009 name = "maybe-uninit" 2010 version = "2.0.0" 2011 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2081 2082 [[package]] 2083 name = "miniz_oxide" 2084 - version = "0.6.2" 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 2087 dependencies = [ 2088 "adler", 2089 ] ··· 2100 "iovec", 2101 "kernel32-sys", 2102 "libc", 2103 - "log 0.4.17", 2104 "miow", 2105 "net2", 2106 "slab", ··· 2109 2110 [[package]] 2111 name = "mio" 2112 - version = "0.8.5" 2113 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 2115 dependencies = [ 2116 "libc", 2117 - "log 0.4.17", 2118 "wasi 0.11.0+wasi-snapshot-preview1", 2119 - "windows-sys 0.42.0", 2120 - ] 2121 - 2122 - [[package]] 2123 - name = "mio-extras" 2124 - version = "2.0.6" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 2127 - dependencies = [ 2128 - "lazycell", 2129 - "log 0.4.17", 2130 - "mio 0.6.23", 2131 - "slab", 2132 ] 2133 2134 [[package]] ··· 2159 checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 2160 2161 [[package]] 2162 name = "native-tls" 2163 - version = "0.2.10" 2164 source = "registry+https://github.com/rust-lang/crates.io-index" 2165 - checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2166 dependencies = [ 2167 "lazy_static 1.4.0", 2168 "libc", 2169 - "log 0.4.17", 2170 "openssl", 2171 "openssl-probe", 2172 "openssl-sys", ··· 2189 2190 [[package]] 2191 name = "nix" 2192 - version = "0.25.0" 2193 - source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb" 2195 - dependencies = [ 2196 - "autocfg", 2197 - "bitflags", 2198 - "cfg-if 1.0.0", 2199 - "libc", 2200 - ] 2201 - 2202 - [[package]] 2203 - name = "nix" 2204 version = "0.26.2" 2205 source = "registry+https://github.com/rust-lang/crates.io-index" 2206 checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2207 dependencies = [ 2208 - "bitflags", 2209 "cfg-if 1.0.0", 2210 "libc", 2211 "memoffset 0.7.1", ··· 2225 2226 [[package]] 2227 name = "notify" 2228 - version = "4.0.17" 2229 source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 2231 dependencies = [ 2232 - "bitflags", 2233 "filetime", 2234 - "fsevent", 2235 "fsevent-sys", 2236 "inotify", 2237 "libc", 2238 - "mio 0.6.23", 2239 - "mio-extras", 2240 "walkdir", 2241 - "winapi 0.3.9", 2242 - ] 2243 - 2244 - [[package]] 2245 - name = "num-integer" 2246 - version = "0.1.44" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 2249 - dependencies = [ 2250 - "autocfg", 2251 - "num-traits", 2252 ] 2253 2254 [[package]] ··· 2262 2263 [[package]] 2264 name = "num_cpus" 2265 - version = "1.15.0" 2266 source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 2268 dependencies = [ 2269 - "hermit-abi 0.2.6", 2270 "libc", 2271 ] 2272 ··· 2302 2303 [[package]] 2304 name = "openssl" 2305 - version = "0.10.35" 2306 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885" 2308 dependencies = [ 2309 - "bitflags", 2310 "cfg-if 1.0.0", 2311 "foreign-types", 2312 "libc", 2313 "once_cell", 2314 "openssl-sys", 2315 ] 2316 2317 [[package]] 2318 name = "openssl-probe" 2319 version = "0.1.4" 2320 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2322 2323 [[package]] 2324 name = "openssl-src" 2325 - version = "111.22.0+1.1.1q" 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" 2328 dependencies = [ 2329 "cc", 2330 ] 2331 2332 [[package]] 2333 name = "openssl-sys" 2334 - version = "0.9.65" 2335 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d" 2337 dependencies = [ 2338 - "autocfg", 2339 "cc", 2340 "libc", 2341 "openssl-src", ··· 2344 ] 2345 2346 [[package]] 2347 name = "ordered-float" 2348 version = "2.7.0" 2349 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2354 2355 [[package]] 2356 name = "os_info" 2357 - version = "3.0.6" 2358 source = "registry+https://github.com/rust-lang/crates.io-index" 2359 - checksum = "b3d2536ab8ff7605e8dc7044ec2f3eb0d49750cb559af9e5373c4564a3706cdd" 2360 dependencies = [ 2361 - "log 0.4.17", 2362 "serde", 2363 "winapi 0.3.9", 2364 ] ··· 2374 2375 [[package]] 2376 name = "parking_lot" 2377 - version = "0.11.2" 2378 - source = "registry+https://github.com/rust-lang/crates.io-index" 2379 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2380 - dependencies = [ 2381 - "instant", 2382 - "lock_api", 2383 - "parking_lot_core 0.8.5", 2384 - ] 2385 - 2386 - [[package]] 2387 - name = "parking_lot" 2388 - version = "0.12.0" 2389 source = "registry+https://github.com/rust-lang/crates.io-index" 2390 - checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" 2391 dependencies = [ 2392 "lock_api", 2393 - "parking_lot_core 0.9.2", 2394 - ] 2395 - 2396 - [[package]] 2397 - name = "parking_lot_core" 2398 - version = "0.8.5" 2399 - source = "registry+https://github.com/rust-lang/crates.io-index" 2400 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 2401 - dependencies = [ 2402 - "cfg-if 1.0.0", 2403 - "instant", 2404 - "libc", 2405 - "redox_syscall", 2406 - "smallvec", 2407 - "winapi 0.3.9", 2408 ] 2409 2410 [[package]] ··· 2417 "cfg-if 1.0.0", 2418 "libc", 2419 "petgraph", 2420 - "redox_syscall", 2421 "smallvec", 2422 "thread-id", 2423 "windows-sys 0.34.0", ··· 2425 2426 [[package]] 2427 name = "paste" 2428 - version = "1.0.11" 2429 source = "registry+https://github.com/rust-lang/crates.io-index" 2430 - checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" 2431 2432 [[package]] 2433 name = "pbr" 2434 - version = "1.0.4" 2435 source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "ff5751d87f7c00ae6403eb1fcbba229b9c76c9a30de8c1cf87182177b168cea2" 2437 dependencies = [ 2438 - "crossbeam-channel 0.5.1", 2439 "libc", 2440 - "time 0.1.43", 2441 "winapi 0.3.9", 2442 ] 2443 2444 [[package]] 2445 name = "pem" 2446 - version = "1.1.1" 2447 source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 2449 dependencies = [ 2450 - "base64 0.13.1", 2451 ] 2452 2453 [[package]] 2454 name = "percent-encoding" 2455 - version = "2.2.0" 2456 source = "registry+https://github.com/rust-lang/crates.io-index" 2457 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2458 2459 [[package]] 2460 name = "pest" ··· 2473 2474 [[package]] 2475 name = "petgraph" 2476 - version = "0.6.2" 2477 source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" 2479 dependencies = [ 2480 "fixedbitset", 2481 - "indexmap", 2482 ] 2483 2484 [[package]] 2485 name = "phf" 2486 - version = "0.8.0" 2487 source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2489 dependencies = [ 2490 "phf_shared", 2491 ] 2492 2493 [[package]] 2494 name = "phf_codegen" 2495 - version = "0.8.0" 2496 source = "registry+https://github.com/rust-lang/crates.io-index" 2497 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2498 dependencies = [ 2499 "phf_generator", 2500 "phf_shared", ··· 2502 2503 [[package]] 2504 name = "phf_generator" 2505 - version = "0.8.0" 2506 source = "registry+https://github.com/rust-lang/crates.io-index" 2507 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2508 dependencies = [ 2509 "phf_shared", 2510 - "rand 0.7.3", 2511 ] 2512 2513 [[package]] 2514 name = "phf_shared" 2515 - version = "0.8.0" 2516 source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2518 dependencies = [ 2519 "siphasher", 2520 ] 2521 2522 [[package]] 2523 name = "pin-project" 2524 - version = "1.0.12" 2525 source = "registry+https://github.com/rust-lang/crates.io-index" 2526 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 2527 dependencies = [ 2528 "pin-project-internal", 2529 ] 2530 2531 [[package]] 2532 name = "pin-project-internal" 2533 - version = "1.0.12" 2534 source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 2536 dependencies = [ 2537 "proc-macro2", 2538 "quote", 2539 - "syn", 2540 ] 2541 2542 [[package]] 2543 name = "pin-project-lite" 2544 - version = "0.2.7" 2545 source = "registry+https://github.com/rust-lang/crates.io-index" 2546 - checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 2547 2548 [[package]] 2549 name = "pin-utils" ··· 2564 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 2565 2566 [[package]] 2567 name = "proc-macro-error" 2568 version = "1.0.4" 2569 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2572 "proc-macro-error-attr", 2573 "proc-macro2", 2574 "quote", 2575 - "syn", 2576 "version_check", 2577 ] 2578 ··· 2589 2590 [[package]] 2591 name = "proc-macro2" 2592 - version = "1.0.47" 2593 source = "registry+https://github.com/rust-lang/crates.io-index" 2594 - checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 2595 dependencies = [ 2596 "unicode-ident", 2597 ] ··· 2604 dependencies = [ 2605 "proc-macro2", 2606 "quote", 2607 - "syn", 2608 ] 2609 2610 [[package]] 2611 name = "prometheus" 2612 - version = "0.12.0" 2613 source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" 2615 dependencies = [ 2616 "cfg-if 1.0.0", 2617 "fnv", 2618 "lazy_static 1.4.0", 2619 "memchr", 2620 - "parking_lot 0.11.2", 2621 "protobuf", 2622 "thiserror", 2623 ] 2624 2625 [[package]] 2626 name = "prost" 2627 - version = "0.11.6" 2628 source = "registry+https://github.com/rust-lang/crates.io-index" 2629 - checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698" 2630 dependencies = [ 2631 "bytes", 2632 "prost-derive", ··· 2634 2635 [[package]] 2636 name = "prost-build" 2637 - version = "0.11.1" 2638 source = "registry+https://github.com/rust-lang/crates.io-index" 2639 - checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb" 2640 dependencies = [ 2641 "bytes", 2642 "heck 0.4.0", 2643 "itertools", 2644 "lazy_static 1.4.0", 2645 - "log 0.4.17", 2646 - "multimap", 2647 "petgraph", 2648 "prost", 2649 "prost-types", 2650 - "regex 1.7.1", 2651 "tempfile", 2652 "which", 2653 ] 2654 2655 [[package]] 2656 name = "prost-derive" 2657 - version = "0.11.6" 2658 source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d" 2660 dependencies = [ 2661 "anyhow", 2662 "itertools", 2663 "proc-macro2", 2664 "quote", 2665 - "syn", 2666 ] 2667 2668 [[package]] 2669 name = "prost-types" 2670 - version = "0.11.6" 2671 source = "registry+https://github.com/rust-lang/crates.io-index" 2672 - checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788" 2673 dependencies = [ 2674 - "bytes", 2675 "prost", 2676 ] 2677 ··· 2682 checksum = "020f86b07722c5c4291f7c723eac4676b3892d47d9a7708dc2779696407f039b" 2683 2684 [[package]] 2685 - name = "publicsuffix" 2686 - version = "1.5.6" 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 - checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f" 2689 dependencies = [ 2690 - "idna 0.2.3", 2691 - "url", 2692 ] 2693 2694 [[package]] 2695 name = "quick-error" 2696 version = "1.2.3" 2697 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2699 2700 [[package]] 2701 name = "quote" 2702 - version = "1.0.9" 2703 source = "registry+https://github.com/rust-lang/crates.io-index" 2704 - checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 2705 dependencies = [ 2706 "proc-macro2", 2707 ] ··· 2717 "rand_chacha 0.2.2", 2718 "rand_core 0.5.1", 2719 "rand_hc", 2720 - "rand_pcg", 2721 ] 2722 2723 [[package]] ··· 2779 ] 2780 2781 [[package]] 2782 - name = "rand_pcg" 2783 - version = "0.2.1" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2786 - dependencies = [ 2787 - "rand_core 0.5.1", 2788 - ] 2789 - 2790 - [[package]] 2791 name = "rants" 2792 version = "0.6.0" 2793 source = "git+https://github.com/habitat-sh/rants.git#7fd1434ecaaf9af743ccab1840034f5d71329935" 2794 dependencies = [ 2795 "bytes", 2796 "futures", 2797 - "log 0.4.17", 2798 "native-tls", 2799 "nom", 2800 "owning_ref", ··· 2805 "tokio", 2806 "tokio-native-tls", 2807 "tokio-stream", 2808 - "tokio-util", 2809 "uuid 1.2.2", 2810 ] 2811 2812 [[package]] 2813 name = "rcgen" 2814 - version = "0.9.3" 2815 source = "registry+https://github.com/rust-lang/crates.io-index" 2816 - checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" 2817 dependencies = [ 2818 - "pem", 2819 "ring", 2820 "time 0.3.11", 2821 "yasna", ··· 2827 source = "registry+https://github.com/rust-lang/crates.io-index" 2828 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 2829 dependencies = [ 2830 - "bitflags", 2831 ] 2832 2833 [[package]] ··· 2837 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 2838 dependencies = [ 2839 "getrandom 0.2.3", 2840 - "redox_syscall", 2841 ] 2842 2843 [[package]] ··· 2855 2856 [[package]] 2857 name = "regex" 2858 - version = "1.7.1" 2859 source = "registry+https://github.com/rust-lang/crates.io-index" 2860 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 2861 dependencies = [ 2862 "aho-corasick 0.7.18", 2863 "memchr", 2864 - "regex-syntax 0.6.27", 2865 ] 2866 2867 [[package]] ··· 2875 2876 [[package]] 2877 name = "regex-syntax" 2878 - version = "0.6.27" 2879 - source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 2881 - 2882 - [[package]] 2883 - name = "remove_dir_all" 2884 - version = "0.5.3" 2885 source = "registry+https://github.com/rust-lang/crates.io-index" 2886 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2887 - dependencies = [ 2888 - "winapi 0.3.9", 2889 - ] 2890 2891 [[package]] 2892 name = "reqwest" 2893 - version = "0.11.4" 2894 source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" 2896 dependencies = [ 2897 "base64 0.13.1", 2898 "bytes", 2899 "encoding_rs", 2900 "futures-core", 2901 "futures-util", 2902 "http", 2903 "http-body", 2904 "hyper", ··· 2906 "ipnet", 2907 "js-sys", 2908 "lazy_static 1.4.0", 2909 - "log 0.4.17", 2910 "mime", 2911 "native-tls", 2912 "percent-encoding", ··· 2916 "serde_urlencoded", 2917 "tokio", 2918 "tokio-native-tls", 2919 "url", 2920 "wasm-bindgen", 2921 "wasm-bindgen-futures", ··· 2949 2950 [[package]] 2951 name = "rusoto_core" 2952 - version = "0.47.0" 2953 source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "5b4f000e8934c1b4f70adde180056812e7ea6b1a247952db8ee98c94cd3116cc" 2955 dependencies = [ 2956 "async-trait", 2957 "base64 0.13.1", ··· 2962 "hyper", 2963 "hyper-tls", 2964 "lazy_static 1.4.0", 2965 - "log 0.4.17", 2966 "rusoto_credential", 2967 "rusoto_signature", 2968 "rustc_version 0.4.0", ··· 2974 2975 [[package]] 2976 name = "rusoto_credential" 2977 - version = "0.47.0" 2978 source = "registry+https://github.com/rust-lang/crates.io-index" 2979 - checksum = "6a46b67db7bb66f5541e44db22b0a02fed59c9603e146db3a9e633272d3bac2f" 2980 dependencies = [ 2981 "async-trait", 2982 "chrono", ··· 2992 2993 [[package]] 2994 name = "rusoto_ecr" 2995 - version = "0.47.0" 2996 source = "registry+https://github.com/rust-lang/crates.io-index" 2997 - checksum = "93ec4a28e4fb276307c2129abb16cf7d5573da4ec24d9e3895cc5c8a8bc21a4d" 2998 dependencies = [ 2999 "async-trait", 3000 "bytes", ··· 3006 3007 [[package]] 3008 name = "rusoto_signature" 3009 - version = "0.47.0" 3010 source = "registry+https://github.com/rust-lang/crates.io-index" 3011 - checksum = "6264e93384b90a747758bcc82079711eacf2e755c3a8b5091687b5349d870bcc" 3012 dependencies = [ 3013 "base64 0.13.1", 3014 "bytes", ··· 3019 "hmac", 3020 "http", 3021 "hyper", 3022 - "log 0.4.17", 3023 "md-5", 3024 "percent-encoding", 3025 "pin-project-lite", ··· 3051 source = "registry+https://github.com/rust-lang/crates.io-index" 3052 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3053 dependencies = [ 3054 - "semver 1.0.16", 3055 ] 3056 3057 [[package]] 3058 name = "rustls" 3059 - version = "0.20.6" 3060 source = "registry+https://github.com/rust-lang/crates.io-index" 3061 - checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3062 dependencies = [ 3063 - "log 0.4.17", 3064 "ring", 3065 "sct", 3066 "webpki", ··· 3068 3069 [[package]] 3070 name = "rustls-pemfile" 3071 - version = "1.0.2" 3072 source = "registry+https://github.com/rust-lang/crates.io-index" 3073 - checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 3074 dependencies = [ 3075 - "base64 0.21.0", 3076 ] 3077 3078 [[package]] ··· 3119 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3120 3121 [[package]] 3122 name = "sct" 3123 version = "0.7.0" 3124 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" 3136 dependencies = [ 3137 - "bitflags", 3138 "core-foundation", 3139 "core-foundation-sys", 3140 "libc", ··· 3162 3163 [[package]] 3164 name = "semver" 3165 - version = "1.0.16" 3166 source = "registry+https://github.com/rust-lang/crates.io-index" 3167 - checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 3168 3169 [[package]] 3170 name = "semver-parser" ··· 3177 3178 [[package]] 3179 name = "serde" 3180 - version = "1.0.152" 3181 source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 3183 dependencies = [ 3184 "serde_derive", 3185 ] ··· 3205 3206 [[package]] 3207 name = "serde_derive" 3208 - version = "1.0.152" 3209 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 3211 dependencies = [ 3212 "proc-macro2", 3213 "quote", 3214 - "syn", 3215 ] 3216 3217 [[package]] 3218 name = "serde_json" 3219 - version = "1.0.91" 3220 source = "registry+https://github.com/rust-lang/crates.io-index" 3221 - checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 3222 dependencies = [ 3223 - "indexmap", 3224 "itoa 1.0.1", 3225 "ryu", 3226 "serde", 3227 ] 3228 3229 [[package]] 3230 name = "serde_test" 3231 - version = "1.0.152" 3232 source = "registry+https://github.com/rust-lang/crates.io-index" 3233 - checksum = "3611210d2d67e3513204742004d6ac6f589e521861dabb0f649b070eea8bed9e" 3234 dependencies = [ 3235 "serde", 3236 ] ··· 3253 source = "registry+https://github.com/rust-lang/crates.io-index" 3254 checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 3255 dependencies = [ 3256 - "indexmap", 3257 "ryu", 3258 "serde", 3259 "yaml-rust", 3260 ] 3261 3262 [[package]] 3263 name = "sha1" 3264 version = "0.10.1" 3265 source = "registry+https://github.com/rust-lang/crates.io-index" 3266 checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" 3267 dependencies = [ 3268 "cfg-if 1.0.0", 3269 - "cpufeatures 0.2.2", 3270 "digest 0.10.3", 3271 ] 3272 ··· 3324 3325 [[package]] 3326 name = "socket2" 3327 - version = "0.4.4" 3328 source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 3330 dependencies = [ 3331 "libc", 3332 "winapi 0.3.9", 3333 ] 3334 3335 [[package]] 3336 name = "sodiumoxide" 3337 version = "0.2.7" 3338 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3358 3359 [[package]] 3360 name = "state" 3361 - version = "0.5.2" 3362 source = "registry+https://github.com/rust-lang/crates.io-index" 3363 - checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5" 3364 dependencies = [ 3365 "loom", 3366 ] ··· 3396 "proc-macro-error", 3397 "proc-macro2", 3398 "quote", 3399 - "syn", 3400 ] 3401 3402 [[package]] ··· 3417 ] 3418 3419 [[package]] 3420 name = "tabwriter" 3421 version = "1.2.1" 3422 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3427 3428 [[package]] 3429 name = "tar" 3430 - version = "0.4.36" 3431 source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" 3433 dependencies = [ 3434 "filetime", 3435 "libc", ··· 3444 3445 [[package]] 3446 name = "tempfile" 3447 - version = "3.2.0" 3448 source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 3450 dependencies = [ 3451 "cfg-if 1.0.0", 3452 - "libc", 3453 - "rand 0.8.5", 3454 - "redox_syscall", 3455 - "remove_dir_all", 3456 - "winapi 0.3.9", 3457 ] 3458 3459 [[package]] 3460 name = "termcolor" 3461 - version = "1.1.2" 3462 source = "registry+https://github.com/rust-lang/crates.io-index" 3463 - checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 3464 dependencies = [ 3465 "winapi-util", 3466 ] ··· 3474 "clap", 3475 "serde", 3476 "serde_json", 3477 - "toml 0.5.10", 3478 ] 3479 3480 [[package]] ··· 3488 3489 [[package]] 3490 name = "thiserror" 3491 - version = "1.0.38" 3492 source = "registry+https://github.com/rust-lang/crates.io-index" 3493 - checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 3494 dependencies = [ 3495 "thiserror-impl", 3496 ] 3497 3498 [[package]] 3499 name = "thiserror-impl" 3500 - version = "1.0.38" 3501 source = "registry+https://github.com/rust-lang/crates.io-index" 3502 - checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 3503 dependencies = [ 3504 "proc-macro2", 3505 "quote", 3506 - "syn", 3507 ] 3508 3509 [[package]] ··· 3513 checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 3514 dependencies = [ 3515 "libc", 3516 - "redox_syscall", 3517 "winapi 0.3.9", 3518 ] 3519 ··· 3573 3574 [[package]] 3575 name = "tokio" 3576 - version = "1.20.1" 3577 source = "registry+https://github.com/rust-lang/crates.io-index" 3578 - checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 3579 dependencies = [ 3580 - "autocfg", 3581 "bytes", 3582 "libc", 3583 - "memchr", 3584 - "mio 0.8.5", 3585 "num_cpus", 3586 - "once_cell", 3587 - "parking_lot 0.12.0", 3588 "pin-project-lite", 3589 "signal-hook-registry", 3590 - "socket2", 3591 "tokio-macros", 3592 - "winapi 0.3.9", 3593 ] 3594 3595 [[package]] 3596 name = "tokio-macros" 3597 - version = "1.8.0" 3598 source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 3600 dependencies = [ 3601 "proc-macro2", 3602 "quote", 3603 - "syn", 3604 ] 3605 3606 [[package]] ··· 3633 "futures-core", 3634 "pin-project-lite", 3635 "tokio", 3636 - "tokio-util", 3637 ] 3638 3639 [[package]] 3640 name = "tokio-util" 3641 - version = "0.7.3" 3642 source = "registry+https://github.com/rust-lang/crates.io-index" 3643 - checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 3644 dependencies = [ 3645 "bytes", 3646 "futures-core", ··· 3662 3663 [[package]] 3664 name = "toml" 3665 - version = "0.5.10" 3666 source = "registry+https://github.com/rust-lang/crates.io-index" 3667 - checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" 3668 dependencies = [ 3669 - "indexmap", 3670 "serde", 3671 ] 3672 3673 [[package]] ··· 3683 checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 3684 dependencies = [ 3685 "cfg-if 1.0.0", 3686 - "log 0.4.17", 3687 "pin-project-lite", 3688 "tracing-core", 3689 ] ··· 3698 ] 3699 3700 [[package]] 3701 - name = "traitobject" 3702 - version = "0.1.0" 3703 - source = "registry+https://github.com/rust-lang/crates.io-index" 3704 - checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 3705 - 3706 - [[package]] 3707 name = "try-lock" 3708 version = "0.2.3" 3709 source = "registry+https://github.com/rust-lang/crates.io-index" 3710 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 3711 3712 [[package]] 3713 - name = "typemap" 3714 - version = "0.3.3" 3715 source = "registry+https://github.com/rust-lang/crates.io-index" 3716 - checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 3717 dependencies = [ 3718 - "unsafe-any", 3719 ] 3720 3721 [[package]] ··· 3738 3739 [[package]] 3740 name = "unicode-bidi" 3741 - version = "0.3.5" 3742 source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" 3744 - dependencies = [ 3745 - "matches", 3746 - ] 3747 3748 [[package]] 3749 name = "unicode-ident" ··· 3753 3754 [[package]] 3755 name = "unicode-normalization" 3756 - version = "0.1.19" 3757 source = "registry+https://github.com/rust-lang/crates.io-index" 3758 - checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 3759 dependencies = [ 3760 "tinyvec", 3761 ] ··· 3773 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 3774 3775 [[package]] 3776 - name = "unsafe-any" 3777 - version = "0.4.2" 3778 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 - checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 3780 dependencies = [ 3781 - "traitobject", 3782 ] 3783 3784 [[package]] 3785 name = "untrusted" 3786 version = "0.7.1" 3787 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3793 source = "registry+https://github.com/rust-lang/crates.io-index" 3794 checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c" 3795 dependencies = [ 3796 - "regex 1.7.1", 3797 ] 3798 3799 [[package]] 3800 name = "url" 3801 - version = "2.3.1" 3802 source = "registry+https://github.com/rust-lang/crates.io-index" 3803 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 3804 dependencies = [ 3805 "form_urlencoded", 3806 - "idna 0.3.0", 3807 "percent-encoding", 3808 "serde", 3809 ] ··· 3834 3835 [[package]] 3836 name = "valico" 3837 - version = "3.6.0" 3838 source = "registry+https://github.com/rust-lang/crates.io-index" 3839 - checksum = "d81a70f930f9e6cd04669d38abcf232f96b193acceb0f4c006427ddec6e08b10" 3840 dependencies = [ 3841 - "base64 0.13.1", 3842 "chrono", 3843 "json-pointer", 3844 "jsonway", 3845 "percent-encoding", 3846 "phf", 3847 "phf_codegen", 3848 - "publicsuffix", 3849 - "regex 1.7.1", 3850 "serde", 3851 "serde_json", 3852 "uritemplate-next", 3853 "url", 3854 - "uuid 0.8.2", 3855 ] 3856 3857 [[package]] ··· 3874 3875 [[package]] 3876 name = "walkdir" 3877 - version = "2.3.2" 3878 source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 3880 dependencies = [ 3881 "same-file", 3882 - "winapi 0.3.9", 3883 "winapi-util", 3884 ] 3885 ··· 3889 source = "registry+https://github.com/rust-lang/crates.io-index" 3890 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 3891 dependencies = [ 3892 - "log 0.4.17", 3893 "try-lock", 3894 ] 3895 ··· 3918 checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586" 3919 dependencies = [ 3920 "cfg-if 1.0.0", 3921 - "serde", 3922 - "serde_json", 3923 "wasm-bindgen-macro", 3924 ] 3925 ··· 3931 dependencies = [ 3932 "bumpalo", 3933 "lazy_static 1.4.0", 3934 - "log 0.4.17", 3935 "proc-macro2", 3936 "quote", 3937 - "syn", 3938 "wasm-bindgen-shared", 3939 ] 3940 ··· 3968 dependencies = [ 3969 "proc-macro2", 3970 "quote", 3971 - "syn", 3972 "wasm-bindgen-backend", 3973 "wasm-bindgen-shared", 3974 ] ··· 4101 4102 [[package]] 4103 name = "windows-sys" 4104 - version = "0.42.0" 4105 source = "registry+https://github.com/rust-lang/crates.io-index" 4106 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4107 dependencies = [ 4108 - "windows_aarch64_gnullvm", 4109 - "windows_aarch64_msvc 0.42.0", 4110 - "windows_i686_gnu 0.42.0", 4111 - "windows_i686_msvc 0.42.0", 4112 - "windows_x86_64_gnu 0.42.0", 4113 - "windows_x86_64_gnullvm", 4114 - "windows_x86_64_msvc 0.42.0", 4115 ] 4116 4117 [[package]] 4118 name = "windows_aarch64_gnullvm" 4119 - version = "0.42.0" 4120 source = "registry+https://github.com/rust-lang/crates.io-index" 4121 - checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 4122 4123 [[package]] 4124 name = "windows_aarch64_msvc" ··· 4128 4129 [[package]] 4130 name = "windows_aarch64_msvc" 4131 - version = "0.42.0" 4132 source = "registry+https://github.com/rust-lang/crates.io-index" 4133 - checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 4134 4135 [[package]] 4136 name = "windows_i686_gnu" ··· 4140 4141 [[package]] 4142 name = "windows_i686_gnu" 4143 - version = "0.42.0" 4144 source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 4146 4147 [[package]] 4148 name = "windows_i686_msvc" ··· 4152 4153 [[package]] 4154 name = "windows_i686_msvc" 4155 - version = "0.42.0" 4156 source = "registry+https://github.com/rust-lang/crates.io-index" 4157 - checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 4158 4159 [[package]] 4160 name = "windows_x86_64_gnu" ··· 4164 4165 [[package]] 4166 name = "windows_x86_64_gnu" 4167 - version = "0.42.0" 4168 source = "registry+https://github.com/rust-lang/crates.io-index" 4169 - checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 4170 4171 [[package]] 4172 name = "windows_x86_64_gnullvm" 4173 - version = "0.42.0" 4174 source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 4176 4177 [[package]] 4178 name = "windows_x86_64_msvc" ··· 4182 4183 [[package]] 4184 name = "windows_x86_64_msvc" 4185 - version = "0.42.0" 4186 source = "registry+https://github.com/rust-lang/crates.io-index" 4187 - checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 4188 4189 [[package]] 4190 name = "winreg" ··· 4197 4198 [[package]] 4199 name = "winreg" 4200 - version = "0.9.0" 4201 source = "registry+https://github.com/rust-lang/crates.io-index" 4202 - checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597" 4203 dependencies = [ 4204 - "winapi 0.3.9", 4205 ] 4206 4207 [[package]] ··· 4216 4217 [[package]] 4218 name = "xattr" 4219 - version = "0.2.2" 4220 source = "registry+https://github.com/rust-lang/crates.io-index" 4221 - checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" 4222 dependencies = [ 4223 "libc", 4224 ] 4225 4226 [[package]] 4227 name = "xml-rs" 4228 - version = "0.8.4" 4229 source = "registry+https://github.com/rust-lang/crates.io-index" 4230 - checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 4231 4232 [[package]] 4233 name = "xz2" ··· 4249 4250 [[package]] 4251 name = "yasna" 4252 - version = "0.5.0" 4253 source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c" 4255 dependencies = [ 4256 "time 0.3.11", 4257 ] ··· 4267 version = "0.9.2" 4268 source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4269 dependencies = [ 4270 - "bitflags", 4271 "libc", 4272 - "log 0.4.17", 4273 "zmq-sys", 4274 ] 4275
··· 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe" 10 dependencies = [ 11 + "bitflags 1.3.2", 12 "bytes", 13 "futures-core", 14 "futures-sink", 15 + "log 0.4.20", 16 "memchr", 17 "pin-project-lite", 18 "tokio", 19 + "tokio-util 0.7.8", 20 ] 21 22 [[package]] 23 name = "actix-http" 24 + version = "3.3.0" 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26 + checksum = "0070905b2c4a98d184c4e81025253cb192aa8a73827553f38e9410801ceb35bb" 27 dependencies = [ 28 "actix-codec", 29 "actix-rt", ··· 31 "actix-tls", 32 "actix-utils", 33 "ahash", 34 + "base64 0.21.2", 35 + "bitflags 1.3.2", 36 "bytes", 37 "bytestring", 38 "derive_more", ··· 51 "rand 0.8.5", 52 "sha1", 53 "smallvec", 54 + "tokio", 55 + "tokio-util 0.7.8", 56 "tracing", 57 ] 58 ··· 63 checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" 64 dependencies = [ 65 "quote", 66 + "syn 1.0.104", 67 ] 68 69 [[package]] ··· 75 "bytestring", 76 "firestorm", 77 "http", 78 + "log 0.4.20", 79 + "regex 1.7.3", 80 "serde", 81 ] 82 83 [[package]] 84 name = "actix-rt" 85 + version = "2.8.0" 86 source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e" 88 dependencies = [ 89 "actix-macros", 90 "futures-core", ··· 102 "actix-utils", 103 "futures-core", 104 "futures-util", 105 + "mio 0.8.8", 106 "num_cpus", 107 + "socket2 0.4.9", 108 "tokio", 109 "tracing", 110 ] ··· 131 "actix-service", 132 "actix-utils", 133 "futures-core", 134 + "log 0.4.20", 135 "pin-project-lite", 136 "tokio-rustls", 137 + "tokio-util 0.7.8", 138 "webpki-roots", 139 ] 140 ··· 150 151 [[package]] 152 name = "actix-web" 153 + version = "4.3.1" 154 source = "registry+https://github.com/rust-lang/crates.io-index" 155 + checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96" 156 dependencies = [ 157 "actix-codec", 158 "actix-http", ··· 170 "encoding_rs", 171 "futures-core", 172 "futures-util", 173 + "http", 174 "itoa 1.0.1", 175 "language-tags", 176 + "log 0.4.20", 177 "mime", 178 "once_cell", 179 "pin-project-lite", 180 + "regex 1.7.3", 181 "serde", 182 "serde_json", 183 "serde_urlencoded", 184 "smallvec", 185 + "socket2 0.4.9", 186 "time 0.3.11", 187 "url", 188 ] 189 190 [[package]] 191 + name = "addr" 192 + version = "0.15.6" 193 + source = "registry+https://github.com/rust-lang/crates.io-index" 194 + checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef" 195 + dependencies = [ 196 + "psl", 197 + "psl-types", 198 + ] 199 + 200 + [[package]] 201 name = "addr2line" 202 version = "0.16.0" 203 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 242 ] 243 244 [[package]] 245 + name = "android-tzdata" 246 + version = "0.1.1" 247 + source = "registry+https://github.com/rust-lang/crates.io-index" 248 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 249 + 250 + [[package]] 251 + name = "android_system_properties" 252 + version = "0.1.5" 253 + source = "registry+https://github.com/rust-lang/crates.io-index" 254 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 255 + dependencies = [ 256 + "libc", 257 + ] 258 + 259 + [[package]] 260 name = "ansi_term" 261 version = "0.11.0" 262 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 267 268 [[package]] 269 name = "anyhow" 270 + version = "1.0.75" 271 source = "registry+https://github.com/rust-lang/crates.io-index" 272 + checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 273 dependencies = [ 274 "backtrace", 275 ] ··· 294 295 [[package]] 296 name = "async-trait" 297 + version = "0.1.73" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 300 dependencies = [ 301 "proc-macro2", 302 "quote", 303 + "syn 2.0.28", 304 ] 305 306 [[package]] ··· 343 344 [[package]] 345 name = "base64" 346 + version = "0.21.2" 347 source = "registry+https://github.com/rust-lang/crates.io-index" 348 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 349 350 [[package]] 351 name = "bimap" 352 + version = "0.6.3" 353 source = "registry+https://github.com/rust-lang/crates.io-index" 354 + checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" 355 356 [[package]] 357 name = "bincode" ··· 363 ] 364 365 [[package]] 366 + name = "bit-set" 367 + version = "0.5.3" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 370 + dependencies = [ 371 + "bit-vec", 372 + ] 373 + 374 + [[package]] 375 + name = "bit-vec" 376 + version = "0.6.3" 377 + source = "registry+https://github.com/rust-lang/crates.io-index" 378 + checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 379 + 380 + [[package]] 381 name = "bitflags" 382 version = "1.3.2" 383 source = "registry+https://github.com/rust-lang/crates.io-index" 384 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 385 386 [[package]] 387 + name = "bitflags" 388 + version = "2.4.0" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 391 + 392 + [[package]] 393 name = "blake2b_simd" 394 + version = "1.0.1" 395 source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" 397 dependencies = [ 398 "arrayref", 399 "arrayvec", ··· 438 439 [[package]] 440 name = "bytes" 441 + version = "1.4.0" 442 source = "registry+https://github.com/rust-lang/crates.io-index" 443 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 444 445 [[package]] 446 name = "bytestring" ··· 453 454 [[package]] 455 name = "caps" 456 + version = "0.5.5" 457 source = "registry+https://github.com/rust-lang/crates.io-index" 458 + checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" 459 dependencies = [ 460 "libc", 461 "thiserror", 462 ] 463 464 [[package]] 465 name = "cc" 466 + version = "1.0.83" 467 source = "registry+https://github.com/rust-lang/crates.io-index" 468 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 469 + dependencies = [ 470 + "libc", 471 + ] 472 473 [[package]] 474 name = "cfg-if" ··· 484 485 [[package]] 486 name = "chrono" 487 + version = "0.4.26" 488 source = "registry+https://github.com/rust-lang/crates.io-index" 489 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 490 dependencies = [ 491 + "android-tzdata", 492 + "iana-time-zone", 493 + "js-sys", 494 "num-traits", 495 "serde", 496 "time 0.1.43", 497 + "wasm-bindgen", 498 "winapi 0.3.9", 499 ] 500 ··· 505 dependencies = [ 506 "ansi_term", 507 "atty", 508 + "bitflags 1.3.2", 509 "strsim", 510 "textwrap", 511 "unicode-width", ··· 513 ] 514 515 [[package]] 516 + name = "codespan-reporting" 517 + version = "0.11.1" 518 + source = "registry+https://github.com/rust-lang/crates.io-index" 519 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 520 + dependencies = [ 521 + "termcolor", 522 + "unicode-width", 523 + ] 524 + 525 + [[package]] 526 name = "colosseum" 527 version = "0.2.2" 528 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 531 [[package]] 532 name = "configopt" 533 version = "0.1.0" 534 + source = "git+https://github.com/habitat-sh/configopt.git#98e4041a9922d6ebb5e548c3241fb82c76c6a4c0" 535 dependencies = [ 536 "colosseum", 537 "configopt-derive", 538 "lazy_static 1.4.0", 539 "serde", 540 "structopt", 541 + "toml 0.7.6", 542 ] 543 544 [[package]] 545 name = "configopt-derive" 546 version = "0.1.0" 547 + source = "git+https://github.com/habitat-sh/configopt.git#98e4041a9922d6ebb5e548c3241fb82c76c6a4c0" 548 dependencies = [ 549 "heck 0.3.3", 550 "proc-macro2", 551 "proc_macro_roids", 552 "quote", 553 + "syn 1.0.104", 554 ] 555 556 [[package]] 557 name = "constant_time_eq" 558 + version = "0.2.4" 559 source = "registry+https://github.com/rust-lang/crates.io-index" 560 + checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" 561 562 [[package]] 563 name = "convert_case" ··· 577 578 [[package]] 579 name = "core-foundation-sys" 580 + version = "0.8.3" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 583 584 [[package]] 585 name = "cpu-time" ··· 602 603 [[package]] 604 name = "cpufeatures" 605 + version = "0.2.5" 606 source = "registry+https://github.com/rust-lang/crates.io-index" 607 + checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 608 dependencies = [ 609 "libc", 610 ] ··· 630 631 [[package]] 632 name = "crossbeam-channel" 633 + version = "0.5.8" 634 source = "registry+https://github.com/rust-lang/crates.io-index" 635 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 636 dependencies = [ 637 "cfg-if 1.0.0", 638 + "crossbeam-utils 0.8.15", 639 ] 640 641 [[package]] ··· 651 652 [[package]] 653 name = "crossbeam-utils" 654 + version = "0.8.15" 655 source = "registry+https://github.com/rust-lang/crates.io-index" 656 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 657 dependencies = [ 658 "cfg-if 1.0.0", 659 ] 660 661 [[package]] ··· 680 681 [[package]] 682 name = "ctrlc" 683 + version = "3.4.0" 684 source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 686 dependencies = [ 687 + "nix", 688 + "windows-sys 0.48.0", 689 + ] 690 + 691 + [[package]] 692 + name = "cxx" 693 + version = "1.0.92" 694 + source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72" 696 + dependencies = [ 697 + "cc", 698 + "cxxbridge-flags", 699 + "cxxbridge-macro", 700 + "link-cplusplus", 701 + ] 702 + 703 + [[package]] 704 + name = "cxx-build" 705 + version = "1.0.92" 706 + source = "registry+https://github.com/rust-lang/crates.io-index" 707 + checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613" 708 + dependencies = [ 709 + "cc", 710 + "codespan-reporting", 711 + "once_cell", 712 + "proc-macro2", 713 + "quote", 714 + "scratch", 715 + "syn 1.0.104", 716 + ] 717 + 718 + [[package]] 719 + name = "cxxbridge-flags" 720 + version = "1.0.92" 721 + source = "registry+https://github.com/rust-lang/crates.io-index" 722 + checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97" 723 + 724 + [[package]] 725 + name = "cxxbridge-macro" 726 + version = "1.0.92" 727 + source = "registry+https://github.com/rust-lang/crates.io-index" 728 + checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56" 729 + dependencies = [ 730 + "proc-macro2", 731 + "quote", 732 + "syn 1.0.104", 733 ] 734 735 [[package]] ··· 740 dependencies = [ 741 "proc-macro2", 742 "quote", 743 + "syn 1.0.104", 744 ] 745 746 [[package]] ··· 753 "proc-macro2", 754 "quote", 755 "rustc_version 0.3.3", 756 + "syn 1.0.104", 757 ] 758 759 [[package]] 760 + name = "destructure_traitobject" 761 + version = "0.2.0" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "3c877555693c14d2f84191cfd3ad8582790fc52b5e2274b40b59cf5f5cea25c7" 764 + 765 + [[package]] 766 name = "digest" 767 version = "0.9.0" 768 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 783 784 [[package]] 785 name = "dirs" 786 + version = "5.0.1" 787 source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 789 dependencies = [ 790 "dirs-sys", 791 ] ··· 802 803 [[package]] 804 name = "dirs-sys" 805 + version = "0.4.1" 806 source = "registry+https://github.com/rust-lang/crates.io-index" 807 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 808 dependencies = [ 809 "libc", 810 + "option-ext", 811 "redox_users", 812 + "windows-sys 0.48.0", 813 ] 814 815 [[package]] ··· 825 826 [[package]] 827 name = "dns-lookup" 828 + version = "2.0.2" 829 source = "registry+https://github.com/rust-lang/crates.io-index" 830 + checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812" 831 dependencies = [ 832 "cfg-if 1.0.0", 833 "libc", 834 + "socket2 0.5.3", 835 + "windows-sys 0.48.0", 836 ] 837 838 [[package]] 839 + name = "downcast-rs" 840 + version = "1.2.0" 841 + source = "registry+https://github.com/rust-lang/crates.io-index" 842 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 843 + 844 + [[package]] 845 name = "ed25519" 846 version = "1.2.0" 847 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 873 874 [[package]] 875 name = "env_logger" 876 + version = "0.10.0" 877 source = "registry+https://github.com/rust-lang/crates.io-index" 878 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 879 dependencies = [ 880 "humantime", 881 + "is-terminal", 882 + "log 0.4.20", 883 + "regex 1.7.3", 884 "termcolor", 885 ] 886 ··· 890 source = "registry+https://github.com/rust-lang/crates.io-index" 891 checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 892 dependencies = [ 893 + "log 0.4.20", 894 "url", 895 ] 896 897 [[package]] 898 + name = "equivalent" 899 + version = "1.0.0" 900 + source = "registry+https://github.com/rust-lang/crates.io-index" 901 + checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 902 + 903 + [[package]] 904 + name = "erased-serde" 905 + version = "0.3.25" 906 + source = "registry+https://github.com/rust-lang/crates.io-index" 907 + checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" 908 + dependencies = [ 909 + "serde", 910 + ] 911 + 912 + [[package]] 913 name = "errno" 914 + version = "0.2.8" 915 source = "registry+https://github.com/rust-lang/crates.io-index" 916 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 917 dependencies = [ 918 "errno-dragonfly", 919 "libc", ··· 921 ] 922 923 [[package]] 924 + name = "errno" 925 + version = "0.3.2" 926 + source = "registry+https://github.com/rust-lang/crates.io-index" 927 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 928 + dependencies = [ 929 + "errno-dragonfly", 930 + "libc", 931 + "windows-sys 0.48.0", 932 + ] 933 + 934 + [[package]] 935 name = "errno-dragonfly" 936 version = "0.1.1" 937 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 948 checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 949 950 [[package]] 951 + name = "fancy-regex" 952 + version = "0.11.0" 953 + source = "registry+https://github.com/rust-lang/crates.io-index" 954 + checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 955 + dependencies = [ 956 + "bit-set", 957 + "regex 1.7.3", 958 + ] 959 + 960 + [[package]] 961 + name = "fastrand" 962 + version = "2.0.0" 963 + source = "registry+https://github.com/rust-lang/crates.io-index" 964 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 965 + 966 + [[package]] 967 name = "field-offset" 968 version = "0.3.4" 969 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 975 976 [[package]] 977 name = "filetime" 978 + version = "0.2.22" 979 source = "registry+https://github.com/rust-lang/crates.io-index" 980 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 981 dependencies = [ 982 "cfg-if 1.0.0", 983 "libc", 984 + "redox_syscall 0.3.5", 985 + "windows-sys 0.48.0", 986 ] 987 988 [[package]] ··· 999 1000 [[package]] 1001 name = "flate2" 1002 + version = "1.0.27" 1003 source = "registry+https://github.com/rust-lang/crates.io-index" 1004 + checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 1005 dependencies = [ 1006 "crc32fast", 1007 + "miniz_oxide 0.7.1", 1008 ] 1009 1010 [[package]] ··· 1030 1031 [[package]] 1032 name = "form_urlencoded" 1033 + version = "1.2.0" 1034 source = "registry+https://github.com/rust-lang/crates.io-index" 1035 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 1036 dependencies = [ 1037 "percent-encoding", 1038 ] ··· 1048 ] 1049 1050 [[package]] 1051 name = "fsevent-sys" 1052 + version = "4.1.0" 1053 source = "registry+https://github.com/rust-lang/crates.io-index" 1054 + checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1055 dependencies = [ 1056 "libc", 1057 ] ··· 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 1063 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 1064 dependencies = [ 1065 + "bitflags 1.3.2", 1066 "fuchsia-zircon-sys", 1067 ] 1068 ··· 1074 1075 [[package]] 1076 name = "futures" 1077 + version = "0.3.28" 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 1079 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1080 dependencies = [ 1081 "futures-channel", 1082 "futures-core", ··· 1089 1090 [[package]] 1091 name = "futures-channel" 1092 + version = "0.3.28" 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 1094 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1095 dependencies = [ 1096 "futures-core", 1097 "futures-sink", ··· 1099 1100 [[package]] 1101 name = "futures-core" 1102 + version = "0.3.28" 1103 source = "registry+https://github.com/rust-lang/crates.io-index" 1104 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1105 1106 [[package]] 1107 name = "futures-executor" 1108 + version = "0.3.28" 1109 source = "registry+https://github.com/rust-lang/crates.io-index" 1110 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1111 dependencies = [ 1112 "futures-core", 1113 "futures-task", ··· 1116 1117 [[package]] 1118 name = "futures-io" 1119 + version = "0.3.28" 1120 source = "registry+https://github.com/rust-lang/crates.io-index" 1121 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1122 1123 [[package]] 1124 name = "futures-macro" 1125 + version = "0.3.28" 1126 source = "registry+https://github.com/rust-lang/crates.io-index" 1127 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1128 dependencies = [ 1129 "proc-macro2", 1130 "quote", 1131 + "syn 2.0.28", 1132 ] 1133 1134 [[package]] 1135 name = "futures-sink" 1136 + version = "0.3.28" 1137 source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1139 1140 [[package]] 1141 name = "futures-task" 1142 + version = "0.3.28" 1143 source = "registry+https://github.com/rust-lang/crates.io-index" 1144 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1145 1146 [[package]] 1147 name = "futures-util" 1148 + version = "0.3.28" 1149 source = "registry+https://github.com/rust-lang/crates.io-index" 1150 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1151 dependencies = [ 1152 "futures-channel", 1153 "futures-core", ··· 1175 dependencies = [ 1176 "cc", 1177 "libc", 1178 + "log 0.4.20", 1179 "rustversion", 1180 "winapi 0.3.9", 1181 ] ··· 1226 1227 [[package]] 1228 name = "h2" 1229 + version = "0.3.19" 1230 source = "registry+https://github.com/rust-lang/crates.io-index" 1231 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1232 dependencies = [ 1233 "bytes", 1234 "fnv", ··· 1236 "futures-sink", 1237 "futures-util", 1238 "http", 1239 + "indexmap 1.9.2", 1240 "slab", 1241 "tokio", 1242 + "tokio-util 0.7.8", 1243 "tracing", 1244 ] 1245 ··· 1249 dependencies = [ 1250 "anyhow", 1251 "atty", 1252 + "base64 0.21.2", 1253 + "bitflags 2.4.0", 1254 "chrono", 1255 "clap", 1256 "configopt", ··· 1268 "handlebars 0.29.1", 1269 "lazy_static 1.4.0", 1270 "libc", 1271 + "log 0.4.20", 1272 "pbr", 1273 "rants", 1274 "reqwest", ··· 1277 "same-file", 1278 "serde", 1279 "serde_json", 1280 + "serde_yaml 0.9.25", 1281 "structopt", 1282 "tabwriter", 1283 "tar", ··· 1285 "termcolor", 1286 "thiserror", 1287 "tokio", 1288 + "toml 0.7.6", 1289 "url", 1290 "uuid 1.2.2", 1291 "walkdir", 1292 "webpki", 1293 "widestring 1.0.2", 1294 "winapi 0.3.9", 1295 + "winreg 0.51.0", 1296 ] 1297 1298 [[package]] ··· 1306 "habitat_core", 1307 "ipc-channel", 1308 "libc", 1309 + "log 0.4.20", 1310 + "nix", 1311 "prost", 1312 + "semver 1.0.18", 1313 "thiserror", 1314 "winapi 0.3.9", 1315 ] ··· 1325 "habitat_core", 1326 "ipc-channel", 1327 "libc", 1328 + "log 0.4.20", 1329 "prost", 1330 "serde", 1331 "thiserror", ··· 1348 "clap", 1349 "env_logger", 1350 "habitat_butterfly", 1351 + "log 0.4.20", 1352 ] 1353 1354 [[package]] ··· 1359 "habitat-sup-protocol", 1360 "habitat_common", 1361 "habitat_core", 1362 + "log 0.4.20", 1363 "prost", 1364 "rustls", 1365 "termcolor", 1366 "tokio", 1367 + "tokio-util 0.7.8", 1368 ] 1369 1370 [[package]] 1371 name = "habitat-sup-protocol" 1372 version = "0.0.0" 1373 dependencies = [ 1374 + "base64 0.21.2", 1375 "bytes", 1376 "habitat_core", 1377 "lazy_static 1.4.0", 1378 + "log 0.4.20", 1379 "prost", 1380 "prost-build", 1381 "rand 0.8.5", 1382 "serde", 1383 "tempfile", 1384 "tokio", 1385 + "tokio-util 0.7.8", 1386 + "toml 0.7.6", 1387 ] 1388 1389 [[package]] ··· 1397 "futures", 1398 "habitat_core", 1399 "habitat_http_client", 1400 + "log 0.4.20", 1401 "pbr", 1402 "percent-encoding", 1403 "rand 0.8.5", 1404 + "regex 1.7.3", 1405 "reqwest", 1406 "serde", 1407 "serde_json", 1408 "tee", 1409 "tokio", 1410 + "tokio-util 0.7.8", 1411 "url", 1412 ] 1413 ··· 1421 "habitat_common", 1422 "habitat_core", 1423 "lazy_static 1.4.0", 1424 + "log 0.4.20", 1425 "mktemp", 1426 + "parking_lot", 1427 "prometheus", 1428 "prost", 1429 "prost-build", ··· 1432 "serde_json", 1433 "tempfile", 1434 "threadpool", 1435 + "toml 0.7.6", 1436 "uuid 1.2.2", 1437 "winapi 0.3.9", 1438 "zmq", ··· 1444 dependencies = [ 1445 "async-trait", 1446 "bimap", 1447 + "bitflags 2.4.0", 1448 "clap", 1449 "dirs", 1450 "glob", ··· 1453 "handlebars 0.28.3", 1454 "lazy_static 1.4.0", 1455 "libc", 1456 + "log 0.4.20", 1457 "native-tls", 1458 + "nix", 1459 "owning_ref", 1460 + "parking_lot", 1461 "pbr", 1462 "petgraph", 1463 + "regex 1.7.3", 1464 "reqwest", 1465 "retry", 1466 "rustls", 1467 "serde", 1468 "serde-transcode", 1469 "serde_json", 1470 + "serde_yaml 0.9.25", 1471 "tempfile", 1472 "termcolor", 1473 "thiserror", 1474 "tokio", 1475 + "toml 0.7.6", 1476 "uuid 1.2.2", 1477 "valico", 1478 "winapi 0.3.9", ··· 1482 name = "habitat_core" 1483 version = "0.0.0" 1484 dependencies = [ 1485 + "base64 0.21.2", 1486 "blake2b_simd", 1487 "caps", 1488 "cc", ··· 1490 "ctrlc", 1491 "dirs", 1492 "dns-lookup", 1493 + "errno 0.3.2", 1494 "glob", 1495 "habitat_win_users", 1496 "hex", 1497 "lazy_static 1.4.0", 1498 "libc", 1499 + "log 0.4.20", 1500 "native-tls", 1501 + "nix", 1502 "num_cpus", 1503 "os_info", 1504 "paste", 1505 + "pem 3.0.1", 1506 "pin-project", 1507 "rand 0.8.5", 1508 "rcgen", 1509 + "regex 1.7.3", 1510 "reqwest", 1511 "rustls", 1512 "rustls-pemfile", ··· 1520 "thiserror", 1521 "tokio", 1522 "tokio-rustls", 1523 + "toml 0.7.6", 1524 "url", 1525 "webpki", 1526 "widestring 1.0.2", ··· 1533 name = "habitat_http_client" 1534 version = "0.0.0" 1535 dependencies = [ 1536 + "base64 0.21.2", 1537 "env_proxy", 1538 "habitat_core", 1539 "httparse", 1540 + "log 0.4.20", 1541 "native-tls", 1542 + "pem 3.0.1", 1543 "reqwest", 1544 "serde", 1545 "serde_json", ··· 1552 version = "0.0.0" 1553 dependencies = [ 1554 "anyhow", 1555 + "base64 0.21.2", 1556 "clap", 1557 "env_logger", 1558 "hab", ··· 1561 "handlebars 0.29.1", 1562 "lazy_static 1.4.0", 1563 "linked-hash-map", 1564 + "log 0.4.20", 1565 "rusoto_core", 1566 "rusoto_credential", 1567 "rusoto_ecr", ··· 1586 "habitat_core", 1587 "handlebars 0.29.1", 1588 "lazy_static 1.4.0", 1589 + "log 0.4.20", 1590 "mktemp", 1591 "serde", 1592 "serde_json", ··· 1627 "hyper", 1628 "lazy_static 1.4.0", 1629 "libc", 1630 + "log 0.4.20", 1631 "log4rs", 1632 + "mio 0.8.8", 1633 + "multimap 0.9.0", 1634 + "nix", 1635 "notify", 1636 "num_cpus", 1637 + "parking_lot", 1638 "pin-project", 1639 "prometheus", 1640 "prost", ··· 1642 "prost-types", 1643 "rand 0.8.5", 1644 "rants", 1645 + "regex 1.7.3", 1646 "reqwest", 1647 "rustls", 1648 "rustls-pemfile", ··· 1650 "serde-transcode", 1651 "serde_derive", 1652 "serde_json", 1653 + "serde_yaml 0.9.25", 1654 "state", 1655 "structopt", 1656 "tempfile", ··· 1658 "thiserror", 1659 "tokio", 1660 "tokio-rustls", 1661 + "tokio-util 0.7.8", 1662 + "toml 0.7.6", 1663 "url", 1664 "uuid 1.2.2", 1665 "valico", ··· 1671 version = "0.0.0" 1672 dependencies = [ 1673 "cc", 1674 + "log 0.4.20", 1675 "widestring 1.0.2", 1676 "winapi 0.3.9", 1677 ] ··· 1708 1709 [[package]] 1710 name = "hashbrown" 1711 version = "0.12.3" 1712 source = "registry+https://github.com/rust-lang/crates.io-index" 1713 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1714 dependencies = [ 1715 "ahash", 1716 ] 1717 + 1718 + [[package]] 1719 + name = "hashbrown" 1720 + version = "0.14.0" 1721 + source = "registry+https://github.com/rust-lang/crates.io-index" 1722 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1723 1724 [[package]] 1725 name = "heck" ··· 1747 1748 [[package]] 1749 name = "hermit-abi" 1750 + version = "0.3.2" 1751 source = "registry+https://github.com/rust-lang/crates.io-index" 1752 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1753 1754 [[package]] 1755 name = "hex" ··· 1809 1810 [[package]] 1811 name = "hyper" 1812 + version = "0.14.27" 1813 source = "registry+https://github.com/rust-lang/crates.io-index" 1814 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1815 dependencies = [ 1816 "bytes", 1817 "futures-channel", ··· 1824 "httpdate", 1825 "itoa 1.0.1", 1826 "pin-project-lite", 1827 + "socket2 0.4.9", 1828 "tokio", 1829 "tower-service", 1830 "tracing", ··· 1845 ] 1846 1847 [[package]] 1848 + name = "iana-time-zone" 1849 + version = "0.1.53" 1850 source = "registry+https://github.com/rust-lang/crates.io-index" 1851 + checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 1852 dependencies = [ 1853 + "android_system_properties", 1854 + "core-foundation-sys", 1855 + "iana-time-zone-haiku", 1856 + "js-sys", 1857 + "wasm-bindgen", 1858 + "winapi 0.3.9", 1859 + ] 1860 + 1861 + [[package]] 1862 + name = "iana-time-zone-haiku" 1863 + version = "0.1.1" 1864 + source = "registry+https://github.com/rust-lang/crates.io-index" 1865 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1866 + dependencies = [ 1867 + "cxx", 1868 + "cxx-build", 1869 ] 1870 1871 [[package]] 1872 name = "idna" 1873 + version = "0.4.0" 1874 source = "registry+https://github.com/rust-lang/crates.io-index" 1875 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1876 dependencies = [ 1877 "unicode-bidi", 1878 "unicode-normalization", ··· 1880 1881 [[package]] 1882 name = "indexmap" 1883 + version = "1.9.2" 1884 source = "registry+https://github.com/rust-lang/crates.io-index" 1885 + checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1886 dependencies = [ 1887 "autocfg", 1888 + "hashbrown 0.12.3", 1889 + ] 1890 + 1891 + [[package]] 1892 + name = "indexmap" 1893 + version = "2.0.0" 1894 + source = "registry+https://github.com/rust-lang/crates.io-index" 1895 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1896 + dependencies = [ 1897 + "equivalent", 1898 + "hashbrown 0.14.0", 1899 ] 1900 1901 [[package]] 1902 name = "inotify" 1903 + version = "0.9.6" 1904 source = "registry+https://github.com/rust-lang/crates.io-index" 1905 + checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 1906 dependencies = [ 1907 + "bitflags 1.3.2", 1908 "inotify-sys", 1909 "libc", 1910 ] ··· 1919 ] 1920 1921 [[package]] 1922 + name = "io-lifetimes" 1923 + version = "1.0.11" 1924 source = "registry+https://github.com/rust-lang/crates.io-index" 1925 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1926 dependencies = [ 1927 + "hermit-abi 0.3.2", 1928 + "libc", 1929 + "windows-sys 0.48.0", 1930 ] 1931 1932 [[package]] ··· 1962 version = "2.3.1" 1963 source = "registry+https://github.com/rust-lang/crates.io-index" 1964 checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 1965 + 1966 + [[package]] 1967 + name = "is-terminal" 1968 + version = "0.4.4" 1969 + source = "registry+https://github.com/rust-lang/crates.io-index" 1970 + checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" 1971 + dependencies = [ 1972 + "hermit-abi 0.3.2", 1973 + "io-lifetimes", 1974 + "rustix 0.36.8", 1975 + "windows-sys 0.45.0", 1976 + ] 1977 1978 [[package]] 1979 name = "itertools" ··· 2035 ] 2036 2037 [[package]] 2038 + name = "kqueue" 2039 + version = "1.0.7" 2040 + source = "registry+https://github.com/rust-lang/crates.io-index" 2041 + checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 2042 + dependencies = [ 2043 + "kqueue-sys", 2044 + "libc", 2045 + ] 2046 + 2047 + [[package]] 2048 + name = "kqueue-sys" 2049 + version = "1.0.3" 2050 + source = "registry+https://github.com/rust-lang/crates.io-index" 2051 + checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 2052 + dependencies = [ 2053 + "bitflags 1.3.2", 2054 + "libc", 2055 + ] 2056 + 2057 + [[package]] 2058 name = "language-tags" 2059 version = "0.3.2" 2060 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2073 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2074 2075 [[package]] 2076 name = "libc" 2077 + version = "0.2.147" 2078 source = "registry+https://github.com/rust-lang/crates.io-index" 2079 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 2080 2081 [[package]] 2082 name = "libsodium-sys" ··· 2091 ] 2092 2093 [[package]] 2094 + name = "link-cplusplus" 2095 + version = "1.0.8" 2096 + source = "registry+https://github.com/rust-lang/crates.io-index" 2097 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 2098 + dependencies = [ 2099 + "cc", 2100 + ] 2101 + 2102 + [[package]] 2103 name = "linked-hash-map" 2104 version = "0.5.6" 2105 source = "registry+https://github.com/rust-lang/crates.io-index" 2106 checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2107 2108 [[package]] 2109 + name = "linux-raw-sys" 2110 + version = "0.1.4" 2111 + source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 2113 + 2114 + [[package]] 2115 + name = "linux-raw-sys" 2116 + version = "0.4.3" 2117 + source = "registry+https://github.com/rust-lang/crates.io-index" 2118 + checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 2119 + 2120 + [[package]] 2121 name = "local-channel" 2122 version = "0.1.2" 2123 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2150 source = "registry+https://github.com/rust-lang/crates.io-index" 2151 checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 2152 dependencies = [ 2153 + "log 0.4.20", 2154 ] 2155 2156 [[package]] 2157 name = "log" 2158 + version = "0.4.20" 2159 source = "registry+https://github.com/rust-lang/crates.io-index" 2160 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2161 dependencies = [ 2162 "serde", 2163 ] 2164 ··· 2170 2171 [[package]] 2172 name = "log4rs" 2173 + version = "1.2.0" 2174 source = "registry+https://github.com/rust-lang/crates.io-index" 2175 + checksum = "d36ca1786d9e79b8193a68d480a0907b612f109537115c6ff655a3a1967533fd" 2176 dependencies = [ 2177 "anyhow", 2178 "arc-swap", ··· 2181 "fnv", 2182 "humantime", 2183 "libc", 2184 + "log 0.4.20", 2185 "log-mdc", 2186 + "parking_lot", 2187 "serde", 2188 "serde-value", 2189 "serde_json", 2190 + "serde_yaml 0.8.26", 2191 "thiserror", 2192 "thread-id", 2193 + "typemap-ors", 2194 "winapi 0.3.9", 2195 ] 2196 ··· 2219 ] 2220 2221 [[package]] 2222 name = "maybe-uninit" 2223 version = "2.0.0" 2224 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2294 2295 [[package]] 2296 name = "miniz_oxide" 2297 + version = "0.7.1" 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2300 dependencies = [ 2301 "adler", 2302 ] ··· 2313 "iovec", 2314 "kernel32-sys", 2315 "libc", 2316 + "log 0.4.20", 2317 "miow", 2318 "net2", 2319 "slab", ··· 2322 2323 [[package]] 2324 name = "mio" 2325 + version = "0.8.8" 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2328 dependencies = [ 2329 "libc", 2330 + "log 0.4.20", 2331 "wasi 0.11.0+wasi-snapshot-preview1", 2332 + "windows-sys 0.48.0", 2333 ] 2334 2335 [[package]] ··· 2360 checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 2361 2362 [[package]] 2363 + name = "multimap" 2364 + version = "0.9.0" 2365 + source = "registry+https://github.com/rust-lang/crates.io-index" 2366 + checksum = "70db9248a93dc36a36d9a47898caa007a32755c7ad140ec64eeeb50d5a730631" 2367 + dependencies = [ 2368 + "serde", 2369 + ] 2370 + 2371 + [[package]] 2372 name = "native-tls" 2373 + version = "0.2.11" 2374 source = "registry+https://github.com/rust-lang/crates.io-index" 2375 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2376 dependencies = [ 2377 "lazy_static 1.4.0", 2378 "libc", 2379 + "log 0.4.20", 2380 "openssl", 2381 "openssl-probe", 2382 "openssl-sys", ··· 2399 2400 [[package]] 2401 name = "nix" 2402 version = "0.26.2" 2403 source = "registry+https://github.com/rust-lang/crates.io-index" 2404 checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2405 dependencies = [ 2406 + "bitflags 1.3.2", 2407 "cfg-if 1.0.0", 2408 "libc", 2409 "memoffset 0.7.1", ··· 2423 2424 [[package]] 2425 name = "notify" 2426 + version = "6.1.1" 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 2428 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2429 dependencies = [ 2430 + "bitflags 2.4.0", 2431 + "crossbeam-channel 0.5.8", 2432 "filetime", 2433 "fsevent-sys", 2434 "inotify", 2435 + "kqueue", 2436 "libc", 2437 + "log 0.4.20", 2438 + "mio 0.8.8", 2439 "walkdir", 2440 + "windows-sys 0.48.0", 2441 ] 2442 2443 [[package]] ··· 2451 2452 [[package]] 2453 name = "num_cpus" 2454 + version = "1.16.0" 2455 source = "registry+https://github.com/rust-lang/crates.io-index" 2456 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2457 dependencies = [ 2458 + "hermit-abi 0.3.2", 2459 "libc", 2460 ] 2461 ··· 2491 2492 [[package]] 2493 name = "openssl" 2494 + version = "0.10.55" 2495 source = "registry+https://github.com/rust-lang/crates.io-index" 2496 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 2497 dependencies = [ 2498 + "bitflags 1.3.2", 2499 "cfg-if 1.0.0", 2500 "foreign-types", 2501 "libc", 2502 "once_cell", 2503 + "openssl-macros", 2504 "openssl-sys", 2505 ] 2506 2507 [[package]] 2508 + name = "openssl-macros" 2509 + version = "0.1.0" 2510 + source = "registry+https://github.com/rust-lang/crates.io-index" 2511 + checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 2512 + dependencies = [ 2513 + "proc-macro2", 2514 + "quote", 2515 + "syn 1.0.104", 2516 + ] 2517 + 2518 + [[package]] 2519 name = "openssl-probe" 2520 version = "0.1.4" 2521 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2523 2524 [[package]] 2525 name = "openssl-src" 2526 + version = "111.25.0+1.1.1t" 2527 source = "registry+https://github.com/rust-lang/crates.io-index" 2528 + checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" 2529 dependencies = [ 2530 "cc", 2531 ] 2532 2533 [[package]] 2534 name = "openssl-sys" 2535 + version = "0.9.90" 2536 source = "registry+https://github.com/rust-lang/crates.io-index" 2537 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 2538 dependencies = [ 2539 "cc", 2540 "libc", 2541 "openssl-src", ··· 2544 ] 2545 2546 [[package]] 2547 + name = "option-ext" 2548 + version = "0.2.0" 2549 + source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2551 + 2552 + [[package]] 2553 name = "ordered-float" 2554 version = "2.7.0" 2555 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2560 2561 [[package]] 2562 name = "os_info" 2563 + version = "3.7.0" 2564 source = "registry+https://github.com/rust-lang/crates.io-index" 2565 + checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" 2566 dependencies = [ 2567 + "log 0.4.20", 2568 "serde", 2569 "winapi 0.3.9", 2570 ] ··· 2580 2581 [[package]] 2582 name = "parking_lot" 2583 + version = "0.12.1" 2584 source = "registry+https://github.com/rust-lang/crates.io-index" 2585 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2586 dependencies = [ 2587 "lock_api", 2588 + "parking_lot_core", 2589 ] 2590 2591 [[package]] ··· 2598 "cfg-if 1.0.0", 2599 "libc", 2600 "petgraph", 2601 + "redox_syscall 0.2.10", 2602 "smallvec", 2603 "thread-id", 2604 "windows-sys 0.34.0", ··· 2606 2607 [[package]] 2608 name = "paste" 2609 + version = "1.0.14" 2610 source = "registry+https://github.com/rust-lang/crates.io-index" 2611 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2612 2613 [[package]] 2614 name = "pbr" 2615 + version = "1.1.1" 2616 source = "registry+https://github.com/rust-lang/crates.io-index" 2617 + checksum = "ed5827dfa0d69b6c92493d6c38e633bbaa5937c153d0d7c28bf12313f8c6d514" 2618 dependencies = [ 2619 + "crossbeam-channel 0.5.8", 2620 "libc", 2621 "winapi 0.3.9", 2622 ] 2623 2624 [[package]] 2625 name = "pem" 2626 + version = "2.0.1" 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2628 + checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" 2629 dependencies = [ 2630 + "base64 0.21.2", 2631 + "serde", 2632 + ] 2633 + 2634 + [[package]] 2635 + name = "pem" 2636 + version = "3.0.1" 2637 + source = "registry+https://github.com/rust-lang/crates.io-index" 2638 + checksum = "ed3127afbfc30b4cad60c34aeb741fb562a808642b81142bcf4afb73142da960" 2639 + dependencies = [ 2640 + "base64 0.21.2", 2641 + "serde", 2642 ] 2643 2644 [[package]] 2645 name = "percent-encoding" 2646 + version = "2.3.0" 2647 source = "registry+https://github.com/rust-lang/crates.io-index" 2648 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2649 2650 [[package]] 2651 name = "pest" ··· 2664 2665 [[package]] 2666 name = "petgraph" 2667 + version = "0.6.4" 2668 source = "registry+https://github.com/rust-lang/crates.io-index" 2669 + checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 2670 dependencies = [ 2671 "fixedbitset", 2672 + "indexmap 2.0.0", 2673 ] 2674 2675 [[package]] 2676 name = "phf" 2677 + version = "0.11.1" 2678 source = "registry+https://github.com/rust-lang/crates.io-index" 2679 + checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 2680 dependencies = [ 2681 "phf_shared", 2682 ] 2683 2684 [[package]] 2685 name = "phf_codegen" 2686 + version = "0.11.1" 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 + checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 2689 dependencies = [ 2690 "phf_generator", 2691 "phf_shared", ··· 2693 2694 [[package]] 2695 name = "phf_generator" 2696 + version = "0.11.1" 2697 source = "registry+https://github.com/rust-lang/crates.io-index" 2698 + checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 2699 dependencies = [ 2700 "phf_shared", 2701 + "rand 0.8.5", 2702 ] 2703 2704 [[package]] 2705 name = "phf_shared" 2706 + version = "0.11.1" 2707 source = "registry+https://github.com/rust-lang/crates.io-index" 2708 + checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 2709 dependencies = [ 2710 "siphasher", 2711 ] 2712 2713 [[package]] 2714 name = "pin-project" 2715 + version = "1.1.3" 2716 source = "registry+https://github.com/rust-lang/crates.io-index" 2717 + checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 2718 dependencies = [ 2719 "pin-project-internal", 2720 ] 2721 2722 [[package]] 2723 name = "pin-project-internal" 2724 + version = "1.1.3" 2725 source = "registry+https://github.com/rust-lang/crates.io-index" 2726 + checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 2727 dependencies = [ 2728 "proc-macro2", 2729 "quote", 2730 + "syn 2.0.28", 2731 ] 2732 2733 [[package]] 2734 name = "pin-project-lite" 2735 + version = "0.2.12" 2736 source = "registry+https://github.com/rust-lang/crates.io-index" 2737 + checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" 2738 2739 [[package]] 2740 name = "pin-utils" ··· 2755 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 2756 2757 [[package]] 2758 + name = "prettyplease" 2759 + version = "0.1.23" 2760 + source = "registry+https://github.com/rust-lang/crates.io-index" 2761 + checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78" 2762 + dependencies = [ 2763 + "proc-macro2", 2764 + "syn 1.0.104", 2765 + ] 2766 + 2767 + [[package]] 2768 name = "proc-macro-error" 2769 version = "1.0.4" 2770 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2773 "proc-macro-error-attr", 2774 "proc-macro2", 2775 "quote", 2776 + "syn 1.0.104", 2777 "version_check", 2778 ] 2779 ··· 2790 2791 [[package]] 2792 name = "proc-macro2" 2793 + version = "1.0.63" 2794 source = "registry+https://github.com/rust-lang/crates.io-index" 2795 + checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" 2796 dependencies = [ 2797 "unicode-ident", 2798 ] ··· 2805 dependencies = [ 2806 "proc-macro2", 2807 "quote", 2808 + "syn 1.0.104", 2809 ] 2810 2811 [[package]] 2812 name = "prometheus" 2813 + version = "0.13.3" 2814 source = "registry+https://github.com/rust-lang/crates.io-index" 2815 + checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" 2816 dependencies = [ 2817 "cfg-if 1.0.0", 2818 "fnv", 2819 "lazy_static 1.4.0", 2820 "memchr", 2821 + "parking_lot", 2822 "protobuf", 2823 "thiserror", 2824 ] 2825 2826 [[package]] 2827 name = "prost" 2828 + version = "0.11.9" 2829 source = "registry+https://github.com/rust-lang/crates.io-index" 2830 + checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 2831 dependencies = [ 2832 "bytes", 2833 "prost-derive", ··· 2835 2836 [[package]] 2837 name = "prost-build" 2838 + version = "0.11.9" 2839 source = "registry+https://github.com/rust-lang/crates.io-index" 2840 + checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 2841 dependencies = [ 2842 "bytes", 2843 "heck 0.4.0", 2844 "itertools", 2845 "lazy_static 1.4.0", 2846 + "log 0.4.20", 2847 + "multimap 0.8.3", 2848 "petgraph", 2849 + "prettyplease", 2850 "prost", 2851 "prost-types", 2852 + "regex 1.7.3", 2853 + "syn 1.0.104", 2854 "tempfile", 2855 "which", 2856 ] 2857 2858 [[package]] 2859 name = "prost-derive" 2860 + version = "0.11.9" 2861 source = "registry+https://github.com/rust-lang/crates.io-index" 2862 + checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 2863 dependencies = [ 2864 "anyhow", 2865 "itertools", 2866 "proc-macro2", 2867 "quote", 2868 + "syn 1.0.104", 2869 ] 2870 2871 [[package]] 2872 name = "prost-types" 2873 + version = "0.11.9" 2874 source = "registry+https://github.com/rust-lang/crates.io-index" 2875 + checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 2876 dependencies = [ 2877 "prost", 2878 ] 2879 ··· 2884 checksum = "020f86b07722c5c4291f7c723eac4676b3892d47d9a7708dc2779696407f039b" 2885 2886 [[package]] 2887 + name = "psl" 2888 + version = "2.1.3" 2889 source = "registry+https://github.com/rust-lang/crates.io-index" 2890 + checksum = "2ac31add97d7c393248c273c9f862bcfd396e870db1ff5dec63e0e707db82ae4" 2891 dependencies = [ 2892 + "psl-types", 2893 ] 2894 2895 [[package]] 2896 + name = "psl-types" 2897 + version = "2.0.11" 2898 + source = "registry+https://github.com/rust-lang/crates.io-index" 2899 + checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 2900 + 2901 + [[package]] 2902 name = "quick-error" 2903 version = "1.2.3" 2904 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2906 2907 [[package]] 2908 name = "quote" 2909 + version = "1.0.29" 2910 source = "registry+https://github.com/rust-lang/crates.io-index" 2911 + checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 2912 dependencies = [ 2913 "proc-macro2", 2914 ] ··· 2924 "rand_chacha 0.2.2", 2925 "rand_core 0.5.1", 2926 "rand_hc", 2927 ] 2928 2929 [[package]] ··· 2985 ] 2986 2987 [[package]] 2988 name = "rants" 2989 version = "0.6.0" 2990 source = "git+https://github.com/habitat-sh/rants.git#7fd1434ecaaf9af743ccab1840034f5d71329935" 2991 dependencies = [ 2992 "bytes", 2993 "futures", 2994 + "log 0.4.20", 2995 "native-tls", 2996 "nom", 2997 "owning_ref", ··· 3002 "tokio", 3003 "tokio-native-tls", 3004 "tokio-stream", 3005 + "tokio-util 0.7.8", 3006 "uuid 1.2.2", 3007 ] 3008 3009 [[package]] 3010 name = "rcgen" 3011 + version = "0.11.1" 3012 source = "registry+https://github.com/rust-lang/crates.io-index" 3013 + checksum = "4954fbc00dcd4d8282c987710e50ba513d351400dbdd00e803a05172a90d8976" 3014 dependencies = [ 3015 + "pem 2.0.1", 3016 "ring", 3017 "time 0.3.11", 3018 "yasna", ··· 3024 source = "registry+https://github.com/rust-lang/crates.io-index" 3025 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 3026 dependencies = [ 3027 + "bitflags 1.3.2", 3028 + ] 3029 + 3030 + [[package]] 3031 + name = "redox_syscall" 3032 + version = "0.3.5" 3033 + source = "registry+https://github.com/rust-lang/crates.io-index" 3034 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3035 + dependencies = [ 3036 + "bitflags 1.3.2", 3037 ] 3038 3039 [[package]] ··· 3043 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 3044 dependencies = [ 3045 "getrandom 0.2.3", 3046 + "redox_syscall 0.2.10", 3047 ] 3048 3049 [[package]] ··· 3061 3062 [[package]] 3063 name = "regex" 3064 + version = "1.7.3" 3065 source = "registry+https://github.com/rust-lang/crates.io-index" 3066 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 3067 dependencies = [ 3068 "aho-corasick 0.7.18", 3069 "memchr", 3070 + "regex-syntax 0.6.29", 3071 ] 3072 3073 [[package]] ··· 3081 3082 [[package]] 3083 name = "regex-syntax" 3084 + version = "0.6.29" 3085 source = "registry+https://github.com/rust-lang/crates.io-index" 3086 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3087 3088 [[package]] 3089 name = "reqwest" 3090 + version = "0.11.9" 3091 source = "registry+https://github.com/rust-lang/crates.io-index" 3092 + checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525" 3093 dependencies = [ 3094 "base64 0.13.1", 3095 "bytes", 3096 "encoding_rs", 3097 "futures-core", 3098 "futures-util", 3099 + "h2", 3100 "http", 3101 "http-body", 3102 "hyper", ··· 3104 "ipnet", 3105 "js-sys", 3106 "lazy_static 1.4.0", 3107 + "log 0.4.20", 3108 "mime", 3109 "native-tls", 3110 "percent-encoding", ··· 3114 "serde_urlencoded", 3115 "tokio", 3116 "tokio-native-tls", 3117 + "tokio-util 0.6.10", 3118 "url", 3119 "wasm-bindgen", 3120 "wasm-bindgen-futures", ··· 3148 3149 [[package]] 3150 name = "rusoto_core" 3151 + version = "0.48.0" 3152 source = "registry+https://github.com/rust-lang/crates.io-index" 3153 + checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2" 3154 dependencies = [ 3155 "async-trait", 3156 "base64 0.13.1", ··· 3161 "hyper", 3162 "hyper-tls", 3163 "lazy_static 1.4.0", 3164 + "log 0.4.20", 3165 "rusoto_credential", 3166 "rusoto_signature", 3167 "rustc_version 0.4.0", ··· 3173 3174 [[package]] 3175 name = "rusoto_credential" 3176 + version = "0.48.0" 3177 source = "registry+https://github.com/rust-lang/crates.io-index" 3178 + checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05" 3179 dependencies = [ 3180 "async-trait", 3181 "chrono", ··· 3191 3192 [[package]] 3193 name = "rusoto_ecr" 3194 + version = "0.48.0" 3195 source = "registry+https://github.com/rust-lang/crates.io-index" 3196 + checksum = "f2acfd092a618d37dbfb6f42e519c6e530a11115859a3e1f03d1daf8cc648d09" 3197 dependencies = [ 3198 "async-trait", 3199 "bytes", ··· 3205 3206 [[package]] 3207 name = "rusoto_signature" 3208 + version = "0.48.0" 3209 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 + checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272" 3211 dependencies = [ 3212 "base64 0.13.1", 3213 "bytes", ··· 3218 "hmac", 3219 "http", 3220 "hyper", 3221 + "log 0.4.20", 3222 "md-5", 3223 "percent-encoding", 3224 "pin-project-lite", ··· 3250 source = "registry+https://github.com/rust-lang/crates.io-index" 3251 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3252 dependencies = [ 3253 + "semver 1.0.18", 3254 + ] 3255 + 3256 + [[package]] 3257 + name = "rustix" 3258 + version = "0.36.8" 3259 + source = "registry+https://github.com/rust-lang/crates.io-index" 3260 + checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 3261 + dependencies = [ 3262 + "bitflags 1.3.2", 3263 + "errno 0.2.8", 3264 + "io-lifetimes", 3265 + "libc", 3266 + "linux-raw-sys 0.1.4", 3267 + "windows-sys 0.45.0", 3268 + ] 3269 + 3270 + [[package]] 3271 + name = "rustix" 3272 + version = "0.38.4" 3273 + source = "registry+https://github.com/rust-lang/crates.io-index" 3274 + checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 3275 + dependencies = [ 3276 + "bitflags 2.4.0", 3277 + "errno 0.3.2", 3278 + "libc", 3279 + "linux-raw-sys 0.4.3", 3280 + "windows-sys 0.48.0", 3281 ] 3282 3283 [[package]] 3284 name = "rustls" 3285 + version = "0.20.8" 3286 source = "registry+https://github.com/rust-lang/crates.io-index" 3287 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 3288 dependencies = [ 3289 + "log 0.4.20", 3290 "ring", 3291 "sct", 3292 "webpki", ··· 3294 3295 [[package]] 3296 name = "rustls-pemfile" 3297 + version = "1.0.3" 3298 source = "registry+https://github.com/rust-lang/crates.io-index" 3299 + checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 3300 dependencies = [ 3301 + "base64 0.21.2", 3302 ] 3303 3304 [[package]] ··· 3345 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3346 3347 [[package]] 3348 + name = "scratch" 3349 + version = "1.0.5" 3350 + source = "registry+https://github.com/rust-lang/crates.io-index" 3351 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 3352 + 3353 + [[package]] 3354 name = "sct" 3355 version = "0.7.0" 3356 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3366 source = "registry+https://github.com/rust-lang/crates.io-index" 3367 checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" 3368 dependencies = [ 3369 + "bitflags 1.3.2", 3370 "core-foundation", 3371 "core-foundation-sys", 3372 "libc", ··· 3394 3395 [[package]] 3396 name = "semver" 3397 + version = "1.0.18" 3398 source = "registry+https://github.com/rust-lang/crates.io-index" 3399 + checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 3400 3401 [[package]] 3402 name = "semver-parser" ··· 3409 3410 [[package]] 3411 name = "serde" 3412 + version = "1.0.185" 3413 source = "registry+https://github.com/rust-lang/crates.io-index" 3414 + checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" 3415 dependencies = [ 3416 "serde_derive", 3417 ] ··· 3437 3438 [[package]] 3439 name = "serde_derive" 3440 + version = "1.0.185" 3441 source = "registry+https://github.com/rust-lang/crates.io-index" 3442 + checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec" 3443 dependencies = [ 3444 "proc-macro2", 3445 "quote", 3446 + "syn 2.0.28", 3447 ] 3448 3449 [[package]] 3450 name = "serde_json" 3451 + version = "1.0.105" 3452 source = "registry+https://github.com/rust-lang/crates.io-index" 3453 + checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 3454 dependencies = [ 3455 + "indexmap 2.0.0", 3456 "itoa 1.0.1", 3457 "ryu", 3458 "serde", 3459 ] 3460 3461 [[package]] 3462 + name = "serde_spanned" 3463 + version = "0.6.3" 3464 + source = "registry+https://github.com/rust-lang/crates.io-index" 3465 + checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 3466 + dependencies = [ 3467 + "serde", 3468 + ] 3469 + 3470 + [[package]] 3471 name = "serde_test" 3472 + version = "1.0.176" 3473 source = "registry+https://github.com/rust-lang/crates.io-index" 3474 + checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" 3475 dependencies = [ 3476 "serde", 3477 ] ··· 3494 source = "registry+https://github.com/rust-lang/crates.io-index" 3495 checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 3496 dependencies = [ 3497 + "indexmap 1.9.2", 3498 "ryu", 3499 "serde", 3500 "yaml-rust", 3501 ] 3502 3503 [[package]] 3504 + name = "serde_yaml" 3505 + version = "0.9.25" 3506 + source = "registry+https://github.com/rust-lang/crates.io-index" 3507 + checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" 3508 + dependencies = [ 3509 + "indexmap 2.0.0", 3510 + "itoa 1.0.1", 3511 + "ryu", 3512 + "serde", 3513 + "unsafe-libyaml", 3514 + ] 3515 + 3516 + [[package]] 3517 name = "sha1" 3518 version = "0.10.1" 3519 source = "registry+https://github.com/rust-lang/crates.io-index" 3520 checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" 3521 dependencies = [ 3522 "cfg-if 1.0.0", 3523 + "cpufeatures 0.2.5", 3524 "digest 0.10.3", 3525 ] 3526 ··· 3578 3579 [[package]] 3580 name = "socket2" 3581 + version = "0.4.9" 3582 source = "registry+https://github.com/rust-lang/crates.io-index" 3583 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3584 dependencies = [ 3585 "libc", 3586 "winapi 0.3.9", 3587 ] 3588 3589 [[package]] 3590 + name = "socket2" 3591 + version = "0.5.3" 3592 + source = "registry+https://github.com/rust-lang/crates.io-index" 3593 + checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 3594 + dependencies = [ 3595 + "libc", 3596 + "windows-sys 0.48.0", 3597 + ] 3598 + 3599 + [[package]] 3600 name = "sodiumoxide" 3601 version = "0.2.7" 3602 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3622 3623 [[package]] 3624 name = "state" 3625 + version = "0.6.0" 3626 source = "registry+https://github.com/rust-lang/crates.io-index" 3627 + checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8" 3628 dependencies = [ 3629 "loom", 3630 ] ··· 3660 "proc-macro-error", 3661 "proc-macro2", 3662 "quote", 3663 + "syn 1.0.104", 3664 ] 3665 3666 [[package]] ··· 3681 ] 3682 3683 [[package]] 3684 + name = "syn" 3685 + version = "2.0.28" 3686 + source = "registry+https://github.com/rust-lang/crates.io-index" 3687 + checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 3688 + dependencies = [ 3689 + "proc-macro2", 3690 + "quote", 3691 + "unicode-ident", 3692 + ] 3693 + 3694 + [[package]] 3695 name = "tabwriter" 3696 version = "1.2.1" 3697 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3702 3703 [[package]] 3704 name = "tar" 3705 + version = "0.4.40" 3706 source = "registry+https://github.com/rust-lang/crates.io-index" 3707 + checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 3708 dependencies = [ 3709 "filetime", 3710 "libc", ··· 3719 3720 [[package]] 3721 name = "tempfile" 3722 + version = "3.8.0" 3723 source = "registry+https://github.com/rust-lang/crates.io-index" 3724 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 3725 dependencies = [ 3726 "cfg-if 1.0.0", 3727 + "fastrand", 3728 + "redox_syscall 0.3.5", 3729 + "rustix 0.38.4", 3730 + "windows-sys 0.48.0", 3731 ] 3732 3733 [[package]] 3734 name = "termcolor" 3735 + version = "1.2.0" 3736 source = "registry+https://github.com/rust-lang/crates.io-index" 3737 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3738 dependencies = [ 3739 "winapi-util", 3740 ] ··· 3748 "clap", 3749 "serde", 3750 "serde_json", 3751 + "toml 0.7.6", 3752 ] 3753 3754 [[package]] ··· 3762 3763 [[package]] 3764 name = "thiserror" 3765 + version = "1.0.47" 3766 source = "registry+https://github.com/rust-lang/crates.io-index" 3767 + checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 3768 dependencies = [ 3769 "thiserror-impl", 3770 ] 3771 3772 [[package]] 3773 name = "thiserror-impl" 3774 + version = "1.0.47" 3775 source = "registry+https://github.com/rust-lang/crates.io-index" 3776 + checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 3777 dependencies = [ 3778 "proc-macro2", 3779 "quote", 3780 + "syn 2.0.28", 3781 ] 3782 3783 [[package]] ··· 3787 checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 3788 dependencies = [ 3789 "libc", 3790 + "redox_syscall 0.2.10", 3791 "winapi 0.3.9", 3792 ] 3793 ··· 3847 3848 [[package]] 3849 name = "tokio" 3850 + version = "1.32.0" 3851 source = "registry+https://github.com/rust-lang/crates.io-index" 3852 + checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 3853 dependencies = [ 3854 + "backtrace", 3855 "bytes", 3856 "libc", 3857 + "mio 0.8.8", 3858 "num_cpus", 3859 + "parking_lot", 3860 "pin-project-lite", 3861 "signal-hook-registry", 3862 + "socket2 0.5.3", 3863 "tokio-macros", 3864 + "windows-sys 0.48.0", 3865 ] 3866 3867 [[package]] 3868 name = "tokio-macros" 3869 + version = "2.1.0" 3870 source = "registry+https://github.com/rust-lang/crates.io-index" 3871 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3872 dependencies = [ 3873 "proc-macro2", 3874 "quote", 3875 + "syn 2.0.28", 3876 ] 3877 3878 [[package]] ··· 3905 "futures-core", 3906 "pin-project-lite", 3907 "tokio", 3908 + "tokio-util 0.7.8", 3909 ] 3910 3911 [[package]] 3912 name = "tokio-util" 3913 + version = "0.6.10" 3914 source = "registry+https://github.com/rust-lang/crates.io-index" 3915 + checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" 3916 + dependencies = [ 3917 + "bytes", 3918 + "futures-core", 3919 + "futures-sink", 3920 + "log 0.4.20", 3921 + "pin-project-lite", 3922 + "tokio", 3923 + ] 3924 + 3925 + [[package]] 3926 + name = "tokio-util" 3927 + version = "0.7.8" 3928 + source = "registry+https://github.com/rust-lang/crates.io-index" 3929 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 3930 dependencies = [ 3931 "bytes", 3932 "futures-core", ··· 3948 3949 [[package]] 3950 name = "toml" 3951 + version = "0.7.6" 3952 source = "registry+https://github.com/rust-lang/crates.io-index" 3953 + checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 3954 dependencies = [ 3955 + "indexmap 2.0.0", 3956 "serde", 3957 + "serde_spanned", 3958 + "toml_datetime", 3959 + "toml_edit", 3960 + ] 3961 + 3962 + [[package]] 3963 + name = "toml_datetime" 3964 + version = "0.6.3" 3965 + source = "registry+https://github.com/rust-lang/crates.io-index" 3966 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3967 + dependencies = [ 3968 + "serde", 3969 + ] 3970 + 3971 + [[package]] 3972 + name = "toml_edit" 3973 + version = "0.19.12" 3974 + source = "registry+https://github.com/rust-lang/crates.io-index" 3975 + checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" 3976 + dependencies = [ 3977 + "indexmap 2.0.0", 3978 + "serde", 3979 + "serde_spanned", 3980 + "toml_datetime", 3981 + "winnow", 3982 ] 3983 3984 [[package]] ··· 3994 checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 3995 dependencies = [ 3996 "cfg-if 1.0.0", 3997 + "log 0.4.20", 3998 "pin-project-lite", 3999 "tracing-core", 4000 ] ··· 4009 ] 4010 4011 [[package]] 4012 name = "try-lock" 4013 version = "0.2.3" 4014 source = "registry+https://github.com/rust-lang/crates.io-index" 4015 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 4016 4017 [[package]] 4018 + name = "typemap-ors" 4019 + version = "1.0.0" 4020 source = "registry+https://github.com/rust-lang/crates.io-index" 4021 + checksum = "a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867" 4022 dependencies = [ 4023 + "unsafe-any-ors", 4024 ] 4025 4026 [[package]] ··· 4043 4044 [[package]] 4045 name = "unicode-bidi" 4046 + version = "0.3.13" 4047 source = "registry+https://github.com/rust-lang/crates.io-index" 4048 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 4049 4050 [[package]] 4051 name = "unicode-ident" ··· 4055 4056 [[package]] 4057 name = "unicode-normalization" 4058 + version = "0.1.22" 4059 source = "registry+https://github.com/rust-lang/crates.io-index" 4060 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4061 dependencies = [ 4062 "tinyvec", 4063 ] ··· 4075 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 4076 4077 [[package]] 4078 + name = "unsafe-any-ors" 4079 + version = "1.0.0" 4080 source = "registry+https://github.com/rust-lang/crates.io-index" 4081 + checksum = "e0a303d30665362d9680d7d91d78b23f5f899504d4f08b3c4cf08d055d87c0ad" 4082 dependencies = [ 4083 + "destructure_traitobject", 4084 ] 4085 4086 [[package]] 4087 + name = "unsafe-libyaml" 4088 + version = "0.2.8" 4089 + source = "registry+https://github.com/rust-lang/crates.io-index" 4090 + checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 4091 + 4092 + [[package]] 4093 name = "untrusted" 4094 version = "0.7.1" 4095 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4101 source = "registry+https://github.com/rust-lang/crates.io-index" 4102 checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c" 4103 dependencies = [ 4104 + "regex 1.7.3", 4105 ] 4106 4107 [[package]] 4108 name = "url" 4109 + version = "2.4.0" 4110 source = "registry+https://github.com/rust-lang/crates.io-index" 4111 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 4112 dependencies = [ 4113 "form_urlencoded", 4114 + "idna", 4115 "percent-encoding", 4116 "serde", 4117 ] ··· 4142 4143 [[package]] 4144 name = "valico" 4145 + version = "4.0.0" 4146 source = "registry+https://github.com/rust-lang/crates.io-index" 4147 + checksum = "ca8a0a4df97f827fcbcbe69c65364acddddf3a4bb50e6507f63361177a7ea7a4" 4148 dependencies = [ 4149 + "addr", 4150 + "base64 0.21.2", 4151 "chrono", 4152 + "downcast-rs", 4153 + "erased-serde", 4154 + "fancy-regex", 4155 "json-pointer", 4156 "jsonway", 4157 "percent-encoding", 4158 "phf", 4159 "phf_codegen", 4160 "serde", 4161 "serde_json", 4162 "uritemplate-next", 4163 "url", 4164 + "uuid 1.2.2", 4165 ] 4166 4167 [[package]] ··· 4184 4185 [[package]] 4186 name = "walkdir" 4187 + version = "2.3.3" 4188 source = "registry+https://github.com/rust-lang/crates.io-index" 4189 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 4190 dependencies = [ 4191 "same-file", 4192 "winapi-util", 4193 ] 4194 ··· 4198 source = "registry+https://github.com/rust-lang/crates.io-index" 4199 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 4200 dependencies = [ 4201 + "log 0.4.20", 4202 "try-lock", 4203 ] 4204 ··· 4227 checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586" 4228 dependencies = [ 4229 "cfg-if 1.0.0", 4230 "wasm-bindgen-macro", 4231 ] 4232 ··· 4238 dependencies = [ 4239 "bumpalo", 4240 "lazy_static 1.4.0", 4241 + "log 0.4.20", 4242 "proc-macro2", 4243 "quote", 4244 + "syn 1.0.104", 4245 "wasm-bindgen-shared", 4246 ] 4247 ··· 4275 dependencies = [ 4276 "proc-macro2", 4277 "quote", 4278 + "syn 1.0.104", 4279 "wasm-bindgen-backend", 4280 "wasm-bindgen-shared", 4281 ] ··· 4408 4409 [[package]] 4410 name = "windows-sys" 4411 + version = "0.45.0" 4412 source = "registry+https://github.com/rust-lang/crates.io-index" 4413 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4414 dependencies = [ 4415 + "windows-targets 0.42.1", 4416 + ] 4417 + 4418 + [[package]] 4419 + name = "windows-sys" 4420 + version = "0.48.0" 4421 + source = "registry+https://github.com/rust-lang/crates.io-index" 4422 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4423 + dependencies = [ 4424 + "windows-targets 0.48.0", 4425 + ] 4426 + 4427 + [[package]] 4428 + name = "windows-targets" 4429 + version = "0.42.1" 4430 + source = "registry+https://github.com/rust-lang/crates.io-index" 4431 + checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 4432 + dependencies = [ 4433 + "windows_aarch64_gnullvm 0.42.1", 4434 + "windows_aarch64_msvc 0.42.1", 4435 + "windows_i686_gnu 0.42.1", 4436 + "windows_i686_msvc 0.42.1", 4437 + "windows_x86_64_gnu 0.42.1", 4438 + "windows_x86_64_gnullvm 0.42.1", 4439 + "windows_x86_64_msvc 0.42.1", 4440 + ] 4441 + 4442 + [[package]] 4443 + name = "windows-targets" 4444 + version = "0.48.0" 4445 + source = "registry+https://github.com/rust-lang/crates.io-index" 4446 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 4447 + dependencies = [ 4448 + "windows_aarch64_gnullvm 0.48.0", 4449 + "windows_aarch64_msvc 0.48.0", 4450 + "windows_i686_gnu 0.48.0", 4451 + "windows_i686_msvc 0.48.0", 4452 + "windows_x86_64_gnu 0.48.0", 4453 + "windows_x86_64_gnullvm 0.48.0", 4454 + "windows_x86_64_msvc 0.48.0", 4455 ] 4456 4457 [[package]] 4458 name = "windows_aarch64_gnullvm" 4459 + version = "0.42.1" 4460 source = "registry+https://github.com/rust-lang/crates.io-index" 4461 + checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 4462 + 4463 + [[package]] 4464 + name = "windows_aarch64_gnullvm" 4465 + version = "0.48.0" 4466 + source = "registry+https://github.com/rust-lang/crates.io-index" 4467 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 4468 4469 [[package]] 4470 name = "windows_aarch64_msvc" ··· 4474 4475 [[package]] 4476 name = "windows_aarch64_msvc" 4477 + version = "0.42.1" 4478 source = "registry+https://github.com/rust-lang/crates.io-index" 4479 + checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 4480 + 4481 + [[package]] 4482 + name = "windows_aarch64_msvc" 4483 + version = "0.48.0" 4484 + source = "registry+https://github.com/rust-lang/crates.io-index" 4485 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 4486 4487 [[package]] 4488 name = "windows_i686_gnu" ··· 4492 4493 [[package]] 4494 name = "windows_i686_gnu" 4495 + version = "0.42.1" 4496 source = "registry+https://github.com/rust-lang/crates.io-index" 4497 + checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 4498 + 4499 + [[package]] 4500 + name = "windows_i686_gnu" 4501 + version = "0.48.0" 4502 + source = "registry+https://github.com/rust-lang/crates.io-index" 4503 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 4504 4505 [[package]] 4506 name = "windows_i686_msvc" ··· 4510 4511 [[package]] 4512 name = "windows_i686_msvc" 4513 + version = "0.42.1" 4514 source = "registry+https://github.com/rust-lang/crates.io-index" 4515 + checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 4516 + 4517 + [[package]] 4518 + name = "windows_i686_msvc" 4519 + version = "0.48.0" 4520 + source = "registry+https://github.com/rust-lang/crates.io-index" 4521 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 4522 4523 [[package]] 4524 name = "windows_x86_64_gnu" ··· 4528 4529 [[package]] 4530 name = "windows_x86_64_gnu" 4531 + version = "0.42.1" 4532 source = "registry+https://github.com/rust-lang/crates.io-index" 4533 + checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 4534 + 4535 + [[package]] 4536 + name = "windows_x86_64_gnu" 4537 + version = "0.48.0" 4538 + source = "registry+https://github.com/rust-lang/crates.io-index" 4539 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 4540 4541 [[package]] 4542 name = "windows_x86_64_gnullvm" 4543 + version = "0.42.1" 4544 source = "registry+https://github.com/rust-lang/crates.io-index" 4545 + checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 4546 + 4547 + [[package]] 4548 + name = "windows_x86_64_gnullvm" 4549 + version = "0.48.0" 4550 + source = "registry+https://github.com/rust-lang/crates.io-index" 4551 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 4552 4553 [[package]] 4554 name = "windows_x86_64_msvc" ··· 4558 4559 [[package]] 4560 name = "windows_x86_64_msvc" 4561 + version = "0.42.1" 4562 source = "registry+https://github.com/rust-lang/crates.io-index" 4563 + checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 4564 + 4565 + [[package]] 4566 + name = "windows_x86_64_msvc" 4567 + version = "0.48.0" 4568 + source = "registry+https://github.com/rust-lang/crates.io-index" 4569 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 4570 + 4571 + [[package]] 4572 + name = "winnow" 4573 + version = "0.4.6" 4574 + source = "registry+https://github.com/rust-lang/crates.io-index" 4575 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 4576 + dependencies = [ 4577 + "memchr", 4578 + ] 4579 4580 [[package]] 4581 name = "winreg" ··· 4588 4589 [[package]] 4590 name = "winreg" 4591 + version = "0.51.0" 4592 source = "registry+https://github.com/rust-lang/crates.io-index" 4593 + checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 4594 dependencies = [ 4595 + "cfg-if 1.0.0", 4596 + "windows-sys 0.48.0", 4597 ] 4598 4599 [[package]] ··· 4608 4609 [[package]] 4610 name = "xattr" 4611 + version = "1.0.1" 4612 source = "registry+https://github.com/rust-lang/crates.io-index" 4613 + checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 4614 dependencies = [ 4615 "libc", 4616 ] 4617 4618 [[package]] 4619 name = "xml-rs" 4620 + version = "0.8.14" 4621 source = "registry+https://github.com/rust-lang/crates.io-index" 4622 + checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" 4623 4624 [[package]] 4625 name = "xz2" ··· 4641 4642 [[package]] 4643 name = "yasna" 4644 + version = "0.5.2" 4645 source = "registry+https://github.com/rust-lang/crates.io-index" 4646 + checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4647 dependencies = [ 4648 "time 0.3.11", 4649 ] ··· 4659 version = "0.9.2" 4660 source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4661 dependencies = [ 4662 + "bitflags 1.3.2", 4663 "libc", 4664 + "log 0.4.20", 4665 "zmq-sys", 4666 ] 4667
+4 -4
pkgs/applications/networking/cluster/habitat/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "habitat"; 15 - version = "1.6.652"; 16 17 src = fetchFromGitHub { 18 owner = "habitat-sh"; 19 repo = "habitat"; 20 rev = version; 21 - hash = "sha256-aWQ4A8NxTOauwad1q58Q4IFDUImX/L/4YTCeVLaq8gw="; 22 }; 23 24 cargoLock = { 25 lockFile = ./Cargo.lock; 26 outputHashes = { 27 "clap-2.33.1" = "sha256-ixyNr91VNB2ce2cIr0CdPmvKYRlckhKLeaSbqxouIAY="; 28 - "configopt-0.1.0" = "sha256-DvpC4WDIzknN5A6+68H7p8bG5lwZ2f+kc9yYhTl16ZM="; 29 "rants-0.6.0" = "sha256-B8uDoiqddCki3j7aC8kilEcmJjvB4ICjZjjTun2UEkY="; 30 "retry-1.0.0" = "sha256-ZaHnzOCelV4V0+MTIbH3DXxdz8QZVgcMq2YeV0S6X6o="; 31 "structopt-0.3.15" = "sha256-0vIX7J7VktKytT3ZnOm45qPRMHDkdJg20eU6pZBIH+Q="; ··· 59 homepage = "https://www.habitat.sh"; 60 changelog = "https://github.com/habitat-sh/habitat/blob/${src.rev}/CHANGELOG.md"; 61 license = licenses.asl20; 62 - maintainers = with maintainers; [ rushmorem ]; 63 mainProgram = "hab"; 64 platforms = [ "x86_64-linux" ]; 65 };
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "habitat"; 15 + version = "1.6.848"; 16 17 src = fetchFromGitHub { 18 owner = "habitat-sh"; 19 repo = "habitat"; 20 rev = version; 21 + hash = "sha256-oK9ZzENwpEq6W1qnhSgkr7Rhy7Fxt/BS4U5nxecyPu8="; 22 }; 23 24 cargoLock = { 25 lockFile = ./Cargo.lock; 26 outputHashes = { 27 "clap-2.33.1" = "sha256-ixyNr91VNB2ce2cIr0CdPmvKYRlckhKLeaSbqxouIAY="; 28 + "configopt-0.1.0" = "sha256-76MeSoRD796ZzBqX3CoDJnunekVo2XfctpxrpspxmAU="; 29 "rants-0.6.0" = "sha256-B8uDoiqddCki3j7aC8kilEcmJjvB4ICjZjjTun2UEkY="; 30 "retry-1.0.0" = "sha256-ZaHnzOCelV4V0+MTIbH3DXxdz8QZVgcMq2YeV0S6X6o="; 31 "structopt-0.3.15" = "sha256-0vIX7J7VktKytT3ZnOm45qPRMHDkdJg20eU6pZBIH+Q="; ··· 59 homepage = "https://www.habitat.sh"; 60 changelog = "https://github.com/habitat-sh/habitat/blob/${src.rev}/CHANGELOG.md"; 61 license = licenses.asl20; 62 + maintainers = with maintainers; [ rushmorem qjoly ]; 63 mainProgram = "hab"; 64 platforms = [ "x86_64-linux" ]; 65 };
+3 -3
pkgs/applications/networking/cluster/k8sgpt/default.nix
··· 2 3 buildGoModule rec { 4 pname = "k8sgpt"; 5 - version = "0.3.13"; 6 7 src = fetchFromGitHub { 8 owner = "k8sgpt-ai"; 9 repo = "k8sgpt"; 10 rev = "v${version}"; 11 - hash = "sha256-JXKM39tODHg5jRE5p0u5xETPFDZrQgFri3FrYJFVUZU="; 12 }; 13 14 - vendorHash = "sha256-L8/GLhjCI93R9S1fE+wgXyPObIXRMkj5MF71iWAZVQk="; 15 16 CGO_ENABLED = 0; 17
··· 2 3 buildGoModule rec { 4 pname = "k8sgpt"; 5 + version = "0.3.14"; 6 7 src = fetchFromGitHub { 8 owner = "k8sgpt-ai"; 9 repo = "k8sgpt"; 10 rev = "v${version}"; 11 + hash = "sha256-n1bWAx3BQxgiuhDdTb2HU1DSEBQqOP/ek9bJBZlbWEM="; 12 }; 13 14 + vendorHash = "sha256-FUgIziVI99kL3dLJLqVFPEmQqLKXxAMie2q46sp0PeU="; 15 16 CGO_ENABLED = 0; 17
+2 -2
pkgs/applications/networking/cluster/kaniko/default.nix
··· 9 10 buildGoModule rec { 11 pname = "kaniko"; 12 - version = "1.14.0"; 13 14 src = fetchFromGitHub { 15 owner = "GoogleContainerTools"; 16 repo = "kaniko"; 17 rev = "v${version}"; 18 - hash = "sha256-sDZg2eKTwy3Y7Uaky4rz7EuU1EKY/S4VAEaj7GMN6Uo="; 19 }; 20 21 vendorHash = null;
··· 9 10 buildGoModule rec { 11 pname = "kaniko"; 12 + version = "1.15.0"; 13 14 src = fetchFromGitHub { 15 owner = "GoogleContainerTools"; 16 repo = "kaniko"; 17 rev = "v${version}"; 18 + hash = "sha256-PNAqdeB/ya3i1hRbagpfmpwS0tNRZbWBm9YIXME1HMc="; 19 }; 20 21 vendorHash = null;
+2 -2
pkgs/applications/networking/cluster/karmor/default.nix
··· 8 9 buildGoModule rec { 10 pname = "karmor"; 11 - version = "0.13.13"; 12 13 src = fetchFromGitHub { 14 owner = "kubearmor"; 15 repo = "kubearmor-client"; 16 rev = "v${version}"; 17 - hash = "sha256-3lgbJ6bxKirb2KR9e4yI0gqkXfpgCdnX0smyMS5BBKA="; 18 }; 19 20 vendorHash = "sha256-raMR27DqgT/Hjp3yAMAKLbfOjIZs0K0XsncgmIP6vxk=";
··· 8 9 buildGoModule rec { 10 pname = "karmor"; 11 + version = "0.13.15"; 12 13 src = fetchFromGitHub { 14 owner = "kubearmor"; 15 repo = "kubearmor-client"; 16 rev = "v${version}"; 17 + hash = "sha256-irpfZFswZjowKDnHmoutTo6960jl5C3Dq+NurjOk3p8="; 18 }; 19 20 vendorHash = "sha256-raMR27DqgT/Hjp3yAMAKLbfOjIZs0K0XsncgmIP6vxk=";
+2 -2
pkgs/applications/networking/cluster/yor/default.nix
··· 5 6 buildGoModule rec { 7 pname = "yor"; 8 - version = "0.1.183"; 9 10 src = fetchFromGitHub { 11 owner = "bridgecrewio"; 12 repo = pname; 13 rev = version; 14 - hash = "sha256-OMwDqBZPzjeG47CKk/heRo0JxyN7E7qh/dnV8cAzUfo="; 15 }; 16 17 vendorHash = "sha256-ZeTjGmlu8LndD2DKNncPzlpECdvkOjfwaVvV6S3sL9E=";
··· 5 6 buildGoModule rec { 7 pname = "yor"; 8 + version = "0.1.185"; 9 10 src = fetchFromGitHub { 11 owner = "bridgecrewio"; 12 repo = pname; 13 rev = version; 14 + hash = "sha256-5CBOLbqsEVzYyU67c7QTGTe471XQlEC/826wYCPHzEo="; 15 }; 16 17 vendorHash = "sha256-ZeTjGmlu8LndD2DKNncPzlpECdvkOjfwaVvV6S3sL9E=";
+3 -3
pkgs/applications/office/treesheets/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "treesheets"; 15 - version = "unstable-2023-08-17"; 16 17 src = fetchFromGitHub { 18 owner = "aardappel"; 19 repo = "treesheets"; 20 - rev = "e88dd955bf1346b560da3c34234f9206463baf0b"; 21 - sha256 = "DOvCJiZ76CzlJF6f0V8ABHi5uUJo4XCzJDUoikKkpMI="; 22 }; 23 24 nativeBuildInputs = [
··· 12 13 stdenv.mkDerivation rec { 14 pname = "treesheets"; 15 + version = "unstable-2023-08-31"; 16 17 src = fetchFromGitHub { 18 owner = "aardappel"; 19 repo = "treesheets"; 20 + rev = "7f68776a9e072520c735479929efecd0d58f362d"; 21 + sha256 = "AO0+Jqt2bEr3pwv417wey9zZWNX9rg0kDoO7qT+YPDg="; 22 }; 23 24 nativeBuildInputs = [
+2 -1
pkgs/applications/science/logic/coq/default.nix
··· 55 "8.16.1".sha256 = "sha256-n7830+zfZeyYHEOGdUo57bH6bb2/SZs8zv8xJhV+iAc="; 56 "8.17.0".sha256 = "sha256-TGwm7S6+vkeZ8cidvp8pkiAd9tk008jvvPvYgfEOXhM="; 57 "8.17.1".sha256 = "sha256-x+RwkbxMg9aR0L3WSCtpIz8jwA5cJA4tXAtHMZb20y4="; 58 }; 59 releaseRev = v: "V${v}"; 60 fetched = import ../../../../build-support/coq/meta-fetch/default.nix ··· 73 ''; 74 ocamlPackages = if customOCamlPackages != null then customOCamlPackages 75 else with versions; switch coq-version [ 76 - { case = range "8.16" "8.17"; out = ocamlPackages_4_14; } 77 { case = range "8.14" "8.15"; out = ocamlPackages_4_12; } 78 { case = range "8.11" "8.13"; out = ocamlPackages_4_10; } 79 { case = range "8.7" "8.10"; out = ocamlPackages_4_09; }
··· 55 "8.16.1".sha256 = "sha256-n7830+zfZeyYHEOGdUo57bH6bb2/SZs8zv8xJhV+iAc="; 56 "8.17.0".sha256 = "sha256-TGwm7S6+vkeZ8cidvp8pkiAd9tk008jvvPvYgfEOXhM="; 57 "8.17.1".sha256 = "sha256-x+RwkbxMg9aR0L3WSCtpIz8jwA5cJA4tXAtHMZb20y4="; 58 + "8.18+rc1".sha256 = "sha256-TmV0lzfzhpSnBoVyfTfVFUyBrXpUWSnyN1Le7b8IPTs="; 59 }; 60 releaseRev = v: "V${v}"; 61 fetched = import ../../../../build-support/coq/meta-fetch/default.nix ··· 74 ''; 75 ocamlPackages = if customOCamlPackages != null then customOCamlPackages 76 else with versions; switch coq-version [ 77 + { case = range "8.16" "8.18"; out = ocamlPackages_4_14; } 78 { case = range "8.14" "8.15"; out = ocamlPackages_4_12; } 79 { case = range "8.11" "8.13"; out = ocamlPackages_4_10; } 80 { case = range "8.7" "8.10"; out = ocamlPackages_4_09; }
+2 -2
pkgs/applications/science/logic/cvc5/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "cvc5"; 5 - version = "1.0.6"; 6 7 src = fetchFromGitHub { 8 owner = "cvc5"; 9 repo = "cvc5"; 10 rev = "cvc5-${version}"; 11 - hash = "sha256-pZiXAO92cwnYtaVMDFBEmk+NzDf4eKdc0eY0RltofPA="; 12 }; 13 14 nativeBuildInputs = [ pkg-config cmake flex ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "cvc5"; 5 + version = "1.0.7"; 6 7 src = fetchFromGitHub { 8 owner = "cvc5"; 9 repo = "cvc5"; 10 rev = "cvc5-${version}"; 11 + hash = "sha256-0uT2Lzz0ZbfNWZBptjaGI1fN0mMniBz41eEwipGc5fc="; 12 }; 13 14 nativeBuildInputs = [ pkg-config cmake flex ];
+3 -3
pkgs/applications/version-management/gex/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "gex"; 10 - version = "0.6.2"; 11 12 src = fetchFromGitHub { 13 owner = "Piturnah"; 14 repo = pname; 15 rev = "v${version}"; 16 - hash = "sha256-iCK3fiVchbfQh5JPHzBN/b24dkoXKW5dJdCsyoG0Kvw="; 17 }; 18 19 nativeBuildInputs = [ pkg-config ]; ··· 22 libgit2_1_6 23 ]; 24 25 - cargoHash = "sha256-5w8VzYoevWesMGQJe4rDbugCFQrE1LDNb69CaJ2bQ0w="; 26 27 meta = with lib; { 28 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "gex"; 10 + version = "0.6.3"; 11 12 src = fetchFromGitHub { 13 owner = "Piturnah"; 14 repo = pname; 15 rev = "v${version}"; 16 + hash = "sha256-ADVF+Kb0DDiR3dS43uzhefFFEg1O8IC22i5fmziEp6I="; 17 }; 18 19 nativeBuildInputs = [ pkg-config ]; ··· 22 libgit2_1_6 23 ]; 24 25 + cargoHash = "sha256-XBBZ56jvBtYI5J/sSc4ckk/KXzCHNgM9A4jGolGKh2E="; 26 27 meta = with lib; { 28 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
+14 -7
pkgs/applications/version-management/git-up/default.nix
··· 6 7 pythonPackages.buildPythonApplication rec { 8 pname = "git-up"; 9 - version = "1.6.1"; 10 11 src = fetchPypi { 12 - inherit pname version; 13 - sha256 = "0gs791yb0cndg9879vayvcj329jwhzpk6wrf9ri12l5hg8g490za"; 14 }; 15 16 # git should be on path for tool to work correctly 17 propagatedBuildInputs = [ 18 git 19 ] ++ (with pythonPackages; [ 20 - click 21 colorama 22 - docopt 23 gitpython 24 - six 25 termcolor 26 ]); 27 28 - nativeCheckInputs = [ git pythonPackages.nose ]; # git needs to be on path 29 # 1. git fails to run as it cannot detect the email address, so we set it 30 # 2. $HOME is by default not a valid dir, so we have to set that too 31 # https://github.com/NixOS/nixpkgs/issues/12591
··· 6 7 pythonPackages.buildPythonApplication rec { 8 pname = "git-up"; 9 + version = "2.2.0"; 10 + format = "pyproject"; 11 12 src = fetchPypi { 13 + pname = "git_up"; 14 + inherit version; 15 + hash = "sha256-GTX2IWLQ48yWfPnmtEa9HJ5umQLttqgTlgZQlaWgeE4="; 16 }; 17 18 + nativeBuildInputs = with pythonPackages; [ 19 + poetry-core 20 + ]; 21 + 22 # git should be on path for tool to work correctly 23 propagatedBuildInputs = [ 24 git 25 ] ++ (with pythonPackages; [ 26 colorama 27 gitpython 28 termcolor 29 ]); 30 31 + nativeCheckInputs = [ 32 + git 33 + pythonPackages.pytestCheckHook 34 + ]; 35 + 36 # 1. git fails to run as it cannot detect the email address, so we set it 37 # 2. $HOME is by default not a valid dir, so we have to set that too 38 # https://github.com/NixOS/nixpkgs/issues/12591
+3 -5
pkgs/applications/virtualization/qemu/default.nix
··· 47 + lib.optionalString xenSupport "-xen" 48 + lib.optionalString hostCpuOnly "-host-cpu-only" 49 + lib.optionalString nixosTestRunner "-for-vm-tests"; 50 - version = "8.0.4"; 51 52 src = fetchurl { 53 url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz"; 54 - hash = "sha256-gcgX3aOK+Vi+W+8abPVbZYuy0/uHwealcd5reyxEUWw="; 55 }; 56 57 depsBuildBuild = [ buildPackages.stdenv.cc ] ··· 153 "--enable-tools" 154 "--localstatedir=/var" 155 "--sysconfdir=/etc" 156 - # Always use our Meson, not the bundled version, which doesn't 157 - # have our patches and will be subtly broken because of that. 158 - "--meson=meson" 159 "--cross-prefix=${stdenv.cc.targetPrefix}" 160 (lib.enableFeature guestAgentSupport "guest-agent") 161 ] ++ lib.optional numaSupport "--enable-numa" ··· 219 220 # point tests towards correct binaries 221 substituteInPlace ../tests/unit/test-qga.c \ 222 --replace '/bin/echo' "$(type -P echo)" 223 substituteInPlace ../tests/unit/test-io-channel-command.c \ 224 --replace '/bin/socat' "$(type -P socat)"
··· 47 + lib.optionalString xenSupport "-xen" 48 + lib.optionalString hostCpuOnly "-host-cpu-only" 49 + lib.optionalString nixosTestRunner "-for-vm-tests"; 50 + version = "8.1.0"; 51 52 src = fetchurl { 53 url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz"; 54 + hash = "sha256-cQwQEZjjNNR2Lu9l9km8Q/qKXddTA1VLis/sPrJfDlU="; 55 }; 56 57 depsBuildBuild = [ buildPackages.stdenv.cc ] ··· 153 "--enable-tools" 154 "--localstatedir=/var" 155 "--sysconfdir=/etc" 156 "--cross-prefix=${stdenv.cc.targetPrefix}" 157 (lib.enableFeature guestAgentSupport "guest-agent") 158 ] ++ lib.optional numaSupport "--enable-numa" ··· 216 217 # point tests towards correct binaries 218 substituteInPlace ../tests/unit/test-qga.c \ 219 + --replace '/bin/bash' "$(type -P bash)" \ 220 --replace '/bin/echo' "$(type -P echo)" 221 substituteInPlace ../tests/unit/test-io-channel-command.c \ 222 --replace '/bin/socat' "$(type -P socat)"
+6 -6
pkgs/applications/virtualization/singularity/packages.nix
··· 7 apptainer = callPackage 8 (import ./generic.nix rec { 9 pname = "apptainer"; 10 - version = "1.1.7"; 11 projectName = "apptainer"; 12 13 src = fetchFromGitHub { 14 owner = "apptainer"; 15 repo = "apptainer"; 16 rev = "v${version}"; 17 - hash = "sha256-3F8qwP27IXcnnEYMnLzkCOxQDx7yej6QIZ40Wb5pk34="; 18 }; 19 20 # Update by running 21 # nix-prefetch -E "{ sha256 }: ((import ./. { }).apptainer.override { vendorHash = sha256; }).goModules" 22 # at the root directory of the Nixpkgs repository 23 - vendorHash = "sha256-PfFubgR/W1WBXIsRO+Kg7hA6ebeAcRiJlTlAZbnl19A="; 24 25 extraDescription = " (previously known as Singularity)"; 26 extraMeta.homepage = "https://apptainer.org"; ··· 38 singularity = callPackage 39 (import ./generic.nix rec { 40 pname = "singularity-ce"; 41 - version = "3.11.1"; 42 projectName = "singularity"; 43 44 src = fetchFromGitHub { 45 owner = "sylabs"; 46 repo = "singularity"; 47 rev = "v${version}"; 48 - hash = "sha256-gdgg6VN3Ily+2Remz6dZBhhfWIxyaBa4bIlFcgrA/uY="; 49 }; 50 51 # Update by running 52 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 53 # at the root directory of the Nixpkgs repository 54 - vendorHash = "sha256-mBhlH6LSmcJuc6HbU/3Q9ii7vJkW9jcikBWCl8oeMOk="; 55 56 # Do not build conmon from the Git submodule source, 57 # Use Nixpkgs provided version
··· 7 apptainer = callPackage 8 (import ./generic.nix rec { 9 pname = "apptainer"; 10 + version = "1.2.2"; 11 projectName = "apptainer"; 12 13 src = fetchFromGitHub { 14 owner = "apptainer"; 15 repo = "apptainer"; 16 rev = "v${version}"; 17 + hash = "sha256-CpNuoG+QykP+HDCyFuIbZKYez5XnYrE75SWFoWu34rg="; 18 }; 19 20 # Update by running 21 # nix-prefetch -E "{ sha256 }: ((import ./. { }).apptainer.override { vendorHash = sha256; }).goModules" 22 # at the root directory of the Nixpkgs repository 23 + vendorHash = "sha256-Y0gOqg+WGgssXGEYHc9IFwiIpkb3hetlQI89vseAQPc="; 24 25 extraDescription = " (previously known as Singularity)"; 26 extraMeta.homepage = "https://apptainer.org"; ··· 38 singularity = callPackage 39 (import ./generic.nix rec { 40 pname = "singularity-ce"; 41 + version = "3.11.4"; 42 projectName = "singularity"; 43 44 src = fetchFromGitHub { 45 owner = "sylabs"; 46 repo = "singularity"; 47 rev = "v${version}"; 48 + hash = "sha256-v8iHbn2OzK/egP2Go76BI74iX8izfy2PM4Uo8LsE8FY="; 49 }; 50 51 # Update by running 52 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 53 # at the root directory of the Nixpkgs repository 54 + vendorHash = "sha256-24Hnpq6LRh3JgaiJWCmHfJKoWLxsbceCdJutjPqZsX8="; 55 56 # Do not build conmon from the Git submodule source, 57 # Use Nixpkgs provided version
+2 -2
pkgs/data/misc/v2ray-domain-list-community/default.nix
··· 3 let 4 generator = pkgsBuildBuild.buildGoModule rec { 5 pname = "v2ray-domain-list-community"; 6 - version = "20230825070717"; 7 src = fetchFromGitHub { 8 owner = "v2fly"; 9 repo = "domain-list-community"; 10 rev = version; 11 - hash = "sha256-xB+8WhFnaQ8YD99FcihqI58R8fxiBAzQK5b4VVdWbMo="; 12 }; 13 vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8="; 14 meta = with lib; {
··· 3 let 4 generator = pkgsBuildBuild.buildGoModule rec { 5 pname = "v2ray-domain-list-community"; 6 + version = "20230902035830"; 7 src = fetchFromGitHub { 8 owner = "v2fly"; 9 repo = "domain-list-community"; 10 rev = version; 11 + hash = "sha256-xrx0+Zf9c5TYMWVKsAOJvI8x/ZoElnpjzLCPbkZjrzw="; 12 }; 13 vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8="; 14 meta = with lib; {
+5 -5
pkgs/development/compilers/elm/packages/lamdera.nix
··· 7 arch = if stdenv.isAarch64 then "arm64" else "x86_64"; 8 hashes = 9 { 10 - "x86_64-linux" = "443a763487366fa960120bfe193441e6bbe86fdb31baeed7dbb17d410dee0522"; 11 - "aarch64-linux" = "f11bec3b094df0c0958a8f1e07af5570199e671a882ad5fe979f1e7e482e986d"; 12 - "x86_64-darwin" = "d05a88d13e240fdbc1bf64bd1a4a9ec4d3d53c95961bb9e338449b856df91853"; 13 - "aarch64-darwin" = "bb105e7aebae3c637b761017c6fb49d9696eba1022f27ec594aac9c2dbffd907"; 14 }; 15 in 16 17 stdenv.mkDerivation rec { 18 pname = "lamdera"; 19 - version = "1.1.0"; 20 21 src = fetchurl { 22 url = "https://static.lamdera.com/bin/lamdera-${version}-${os}-${arch}";
··· 7 arch = if stdenv.isAarch64 then "arm64" else "x86_64"; 8 hashes = 9 { 10 + "x86_64-linux" = "b13110bacc3f71c2a3e12c52172a821a85cc13243a95249ca18c8beb296c0ce8"; 11 + "aarch64-linux" = "afbc71f0570b86215942d1b4207fe3de0299e6fdfd2e6caac78bf688c81b9bd1"; 12 + "x86_64-darwin" = "50a3df09b02b34e1653beb1507c6de0f332674e088ded7c66af4e5987753304e"; 13 + "aarch64-darwin" = "174a5bfec355361c4f030861405513818be25fd7e4325f7221aa71ebd27475d3"; 14 }; 15 in 16 17 stdenv.mkDerivation rec { 18 pname = "lamdera"; 19 + version = "1.2.0"; 20 21 src = fetchurl { 22 url = "https://static.lamdera.com/bin/lamdera-${version}-${os}-${arch}";
+1 -1
pkgs/development/coq-modules/Cheerios/default.nix
··· 5 owner = "uwplse"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - { case = range "8.14" "8.17"; out = "20230107"; } 9 { case = range "8.6" "8.16"; out = "20200201"; } 10 ] null; 11 release."20230107".rev = "bad8ad2476e14df6b5a819b7aaddc27a7c53fb69";
··· 5 owner = "uwplse"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 + { case = range "8.14" "8.18"; out = "20230107"; } 9 { case = range "8.6" "8.16"; out = "20200201"; } 10 ] null; 11 release."20230107".rev = "bad8ad2476e14df6b5a819b7aaddc27a7c53fb69";
+1 -1
pkgs/development/coq-modules/CoLoR/default.nix
··· 5 owner = "fblanqui"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - {case = range "8.14" "8.17"; out = "1.8.4"; } 9 {case = range "8.12" "8.16"; out = "1.8.2"; } 10 {case = range "8.10" "8.11"; out = "1.7.0"; } 11 {case = range "8.8" "8.9"; out = "1.6.0"; }
··· 5 owner = "fblanqui"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 + {case = range "8.14" "8.18"; out = "1.8.4"; } 9 {case = range "8.12" "8.16"; out = "1.8.2"; } 10 {case = range "8.10" "8.11"; out = "1.7.0"; } 11 {case = range "8.8" "8.9"; out = "1.6.0"; }
+3 -2
pkgs/development/coq-modules/HoTT/default.nix
··· 6 owner = "HoTT"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.14" "8.17"; out = coq.coq-version; } 10 ] null; 11 releaseRev = v: "V${v}"; 12 release."8.14".sha256 = "sha256-7kXk2pmYsTNodHA+Qts3BoMsewvzmCbYvxw9Sgwyvq0="; 13 release."8.15".sha256 = "sha256-JfeiRZVnrjn3SQ87y6dj9DWNwCzrkK3HBogeZARUn9g="; 14 release."8.16".sha256 = "sha256-xcEbz4ZQ+U7mb0SEJopaczfoRc2GSgF2BGzUSWI0/HY="; 15 release."8.17".sha256 = "sha256-GjTUpzL9UzJm4C2ilCaYEufLG3hcj7rJPc5Op+OMal8="; 16 17 # versions of HoTT for Coq 8.17 and onwards will use dune 18 # opam-name = if lib.versions.isLe "8.17" coq.coq-version then "coq-hott" else null; 19 opam-name = "coq-hott"; 20 useDune = lib.versions.isGe "8.17" coq.coq-version; 21 - 22 patchPhase = '' 23 patchShebangs etc 24 '';
··· 6 owner = "HoTT"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 + { case = range "8.14" "8.18"; out = coq.coq-version; } 10 ] null; 11 releaseRev = v: "V${v}"; 12 release."8.14".sha256 = "sha256-7kXk2pmYsTNodHA+Qts3BoMsewvzmCbYvxw9Sgwyvq0="; 13 release."8.15".sha256 = "sha256-JfeiRZVnrjn3SQ87y6dj9DWNwCzrkK3HBogeZARUn9g="; 14 release."8.16".sha256 = "sha256-xcEbz4ZQ+U7mb0SEJopaczfoRc2GSgF2BGzUSWI0/HY="; 15 release."8.17".sha256 = "sha256-GjTUpzL9UzJm4C2ilCaYEufLG3hcj7rJPc5Op+OMal8="; 16 + release."8.18".sha256 = "sha256-URoUoQOsG0432wg9i6pTRomWQZ+ewutq2+V29TBrVzc="; 17 18 # versions of HoTT for Coq 8.17 and onwards will use dune 19 # opam-name = if lib.versions.isLe "8.17" coq.coq-version then "coq-hott" else null; 20 opam-name = "coq-hott"; 21 useDune = lib.versions.isGe "8.17" coq.coq-version; 22 + 23 patchPhase = '' 24 patchShebangs etc 25 '';
+1 -1
pkgs/development/coq-modules/InfSeqExt/default.nix
··· 5 owner = "DistributedComponents"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - { case = range "8.9" "8.17"; out = "20230107"; } 9 { case = range "8.5" "8.16"; out = "20200131"; } 10 ] null; 11 release."20230107".rev = "601e89ec019501c48c27fcfc14b9a3c70456e408";
··· 5 owner = "DistributedComponents"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 + { case = range "8.9" "8.18"; out = "20230107"; } 9 { case = range "8.5" "8.16"; out = "20200131"; } 10 ] null; 11 release."20230107".rev = "601e89ec019501c48c27fcfc14b9a3c70456e408";
+1 -1
pkgs/development/coq-modules/LibHyps/default.nix
··· 4 pname = "LibHyps"; 5 owner = "Matafou"; 6 inherit version; 7 - defaultVersion = if (lib.versions.range "8.11" "8.17") coq.version then "2.0.4.1" else null; 8 release = { 9 "2.0.4.1".sha256 = "09p89701zhrfdmqlpxw3mziw8yylj1w1skb4b0xpbdwd1vsn4k3h"; 10 };
··· 4 pname = "LibHyps"; 5 owner = "Matafou"; 6 inherit version; 7 + defaultVersion = if (lib.versions.range "8.11" "8.18") coq.version then "2.0.4.1" else null; 8 release = { 9 "2.0.4.1".sha256 = "09p89701zhrfdmqlpxw3mziw8yylj1w1skb4b0xpbdwd1vsn4k3h"; 10 };
+1 -1
pkgs/development/coq-modules/StructTact/default.nix
··· 5 owner = "uwplse"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.9" "8.17"; out = "20230107"; } 9 { case = range "8.6" "8.16"; out = "20210328"; } 10 { case = range "8.5" "8.13"; out = "20181102"; } 11 ] null;
··· 5 owner = "uwplse"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 + { case = range "8.9" "8.18"; out = "20230107"; } 9 { case = range "8.6" "8.16"; out = "20210328"; } 10 { case = range "8.5" "8.13"; out = "20181102"; } 11 ] null;
+1 -1
pkgs/development/coq-modules/Verdi/default.nix
··· 6 owner = "uwplse"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.9" "8.17"; out = "20230503"; } 10 { case = range "8.7" "8.16"; out = "20211026"; } 11 { case = range "8.7" "8.14"; out = "20210524"; } 12 { case = range "8.7" "8.13"; out = "20200131"; }
··· 6 owner = "uwplse"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 + { case = range "8.9" "8.18"; out = "20230503"; } 10 { case = range "8.7" "8.16"; out = "20211026"; } 11 { case = range "8.7" "8.14"; out = "20210524"; } 12 { case = range "8.7" "8.13"; out = "20200131"; }
+2
pkgs/development/coq-modules/aac-tactics/default.nix
··· 5 6 releaseRev = v: "v${v}"; 7 8 release."8.17.0".sha256 = "sha256-c8DtD21QFDZEVyCQc7ScPZEMTmolxlT3+Db3gStofF8="; 9 release."8.16.0".sha256 = "sha256-sE1w8q/60adNF9yMJQO70CEk3D8QUopvgiszdHt5Wsw="; 10 release."8.15.1".sha256 = "sha256:0k2sl3ns897a5ll11bazgpv4ppgi1vmx4n89v2dnxabm5dglyglp"; ··· 22 23 inherit version; 24 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 25 { case = "8.17"; out = "8.17.0"; } 26 { case = "8.16"; out = "8.16.0"; } 27 { case = "8.15"; out = "8.15.1"; }
··· 5 6 releaseRev = v: "v${v}"; 7 8 + release."8.18.0".sha256 = "sha256-Vpe79qCyFLOdOtFFvLKR0N+MMpGD661Q01yx4gxRhZo="; 9 release."8.17.0".sha256 = "sha256-c8DtD21QFDZEVyCQc7ScPZEMTmolxlT3+Db3gStofF8="; 10 release."8.16.0".sha256 = "sha256-sE1w8q/60adNF9yMJQO70CEk3D8QUopvgiszdHt5Wsw="; 11 release."8.15.1".sha256 = "sha256:0k2sl3ns897a5ll11bazgpv4ppgi1vmx4n89v2dnxabm5dglyglp"; ··· 23 24 inherit version; 25 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 26 + { case = "8.18"; out = "8.18.0"; } 27 { case = "8.17"; out = "8.17.0"; } 28 { case = "8.16"; out = "8.16.0"; } 29 { case = "8.15"; out = "8.15.1"; }
+1 -1
pkgs/development/coq-modules/addition-chains/default.nix
··· 12 13 inherit version; 14 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 15 - { case = range "8.13" "8.17"; out = "0.6"; } 16 { case = range "8.11" "8.12"; out = "0.4"; } 17 ] null; 18
··· 12 13 inherit version; 14 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 15 + { case = range "8.13" "8.18"; out = "0.6"; } 16 { case = range "8.11" "8.12"; out = "0.4"; } 17 ] null; 18
+1 -1
pkgs/development/coq-modules/autosubst/default.nix
··· 11 inherit version; 12 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 13 { case = range "8.10" "8.13"; out = "1.7"; } 14 - { case = range "8.14" "8.17"; out = "1.8"; } 15 ] null; 16 17 propagatedBuildInputs = [ mathcomp-ssreflect ];
··· 11 inherit version; 12 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 13 { case = range "8.10" "8.13"; out = "1.7"; } 14 + { case = range "8.14" "8.18"; out = "1.8"; } 15 ] null; 16 17 propagatedBuildInputs = [ mathcomp-ssreflect ];
+2 -1
pkgs/development/coq-modules/bignums/default.nix
··· 5 owner = "coq"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.13" "8.17"; out = "9.0.0+coq${coq.coq-version}"; } 9 { case = range "8.6" "8.17"; out = "${coq.coq-version}.0"; } 10 ] null; 11 12 release."9.0.0+coq8.17".sha256 = "sha256-Mn85LqxJKPDIfpxRef9Uh5POwOKlTQ7jsMVz1wnQwuY="; 13 release."9.0.0+coq8.16".sha256 = "sha256-pwFTl4Unr2ZIirAB3HTtfhL2YN7G/Pg88RX9AhKWXbE="; 14 release."9.0.0+coq8.15".sha256 = "sha256-2oGOANn3XULHNIlyqjZ5ppQTQa2QF1zzf3YjHAd/pjo=";
··· 5 owner = "coq"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 + { case = range "8.13" "8.18"; out = "9.0.0+coq${coq.coq-version}"; } 9 { case = range "8.6" "8.17"; out = "${coq.coq-version}.0"; } 10 ] null; 11 12 + release."9.0.0+coq8.18".sha256 = "sha256-vLeJ0GNKl4M84Uj2tAwlrxJOSR6VZoJQvdlDhxJRge8="; 13 release."9.0.0+coq8.17".sha256 = "sha256-Mn85LqxJKPDIfpxRef9Uh5POwOKlTQ7jsMVz1wnQwuY="; 14 release."9.0.0+coq8.16".sha256 = "sha256-pwFTl4Unr2ZIirAB3HTtfhL2YN7G/Pg88RX9AhKWXbE="; 15 release."9.0.0+coq8.15".sha256 = "sha256-2oGOANn3XULHNIlyqjZ5ppQTQa2QF1zzf3YjHAd/pjo=";
+1 -1
pkgs/development/coq-modules/ceres/default.nix
··· 8 9 inherit version; 10 defaultVersion = with lib.versions; lib.switch coq.version [ 11 - { case = range "8.14" "8.17"; out = "0.4.1"; } 12 { case = range "8.8" "8.16"; out = "0.4.0"; } 13 ] null; 14 release."0.4.1".sha256 = "sha256-9vyk8/8IVsqNyhw3WPzl8w3L9Wu7gfaMVa3n2nWjFiA=";
··· 8 9 inherit version; 10 defaultVersion = with lib.versions; lib.switch coq.version [ 11 + { case = range "8.14" "8.18"; out = "0.4.1"; } 12 { case = range "8.8" "8.16"; out = "0.4.0"; } 13 ] null; 14 release."0.4.1".sha256 = "sha256-9vyk8/8IVsqNyhw3WPzl8w3L9Wu7gfaMVa3n2nWjFiA=";
+3
pkgs/development/coq-modules/coq-elpi/default.nix
··· 9 { case = "8.15"; out = { version = "1.15.0"; };} 10 { case = "8.16"; out = { version = "1.17.0"; };} 11 { case = "8.17"; out = { version = "1.17.0"; };} 12 ] {} ); 13 in mkCoqDerivation { 14 pname = "elpi"; ··· 16 owner = "LPCIC"; 17 inherit version; 18 defaultVersion = lib.switch coq.coq-version [ 19 { case = "8.17"; out = "1.18.0"; } 20 { case = "8.16"; out = "1.15.6"; } 21 { case = "8.15"; out = "1.14.0"; } ··· 24 { case = "8.12"; out = "1.8.3_8.12"; } 25 { case = "8.11"; out = "1.6.3_8.11"; } 26 ] null; 27 release."1.18.0".sha256 = "sha256-2fCOlhqi4YkiL5n8SYHuc3pLH+DArf9zuMH7IhpBc2Y="; 28 release."1.17.0".sha256 = "sha256-J8GatRKFU0ekNCG3V5dBI+FXypeHcLgC5QJYGYzFiEM="; 29 release."1.15.6".sha256 = "sha256-qc0q01tW8NVm83801HHOBHe/7H1/F2WGDbKO6nCXfno=";
··· 9 { case = "8.15"; out = { version = "1.15.0"; };} 10 { case = "8.16"; out = { version = "1.17.0"; };} 11 { case = "8.17"; out = { version = "1.17.0"; };} 12 + { case = "8.18"; out = { version = "1.17.0"; };} 13 ] {} ); 14 in mkCoqDerivation { 15 pname = "elpi"; ··· 17 owner = "LPCIC"; 18 inherit version; 19 defaultVersion = lib.switch coq.coq-version [ 20 + { case = "8.18"; out = "1.19.0"; } 21 { case = "8.17"; out = "1.18.0"; } 22 { case = "8.16"; out = "1.15.6"; } 23 { case = "8.15"; out = "1.14.0"; } ··· 26 { case = "8.12"; out = "1.8.3_8.12"; } 27 { case = "8.11"; out = "1.6.3_8.11"; } 28 ] null; 29 + release."1.19.0".sha256 = "sha256-kGoo61nJxeG/BqV+iQaV3iinwPStND+7+fYMxFkiKrQ="; 30 release."1.18.0".sha256 = "sha256-2fCOlhqi4YkiL5n8SYHuc3pLH+DArf9zuMH7IhpBc2Y="; 31 release."1.17.0".sha256 = "sha256-J8GatRKFU0ekNCG3V5dBI+FXypeHcLgC5QJYGYzFiEM="; 32 release."1.15.6".sha256 = "sha256-qc0q01tW8NVm83801HHOBHe/7H1/F2WGDbKO6nCXfno=";
+1 -1
pkgs/development/coq-modules/coq-ext-lib/default.nix
··· 5 owner = "coq-ext-lib"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.11" "8.17"; out = "0.11.8"; } 9 { case = range "8.8" "8.16"; out = "0.11.6"; } 10 { case = range "8.8" "8.14"; out = "0.11.4"; } 11 { case = range "8.8" "8.13"; out = "0.11.3"; }
··· 5 owner = "coq-ext-lib"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 + { case = range "8.11" "8.18"; out = "0.11.8"; } 9 { case = range "8.8" "8.16"; out = "0.11.6"; } 10 { case = range "8.8" "8.14"; out = "0.11.4"; } 11 { case = range "8.8" "8.13"; out = "0.11.3"; }
+1 -1
pkgs/development/coq-modules/coq-record-update/default.nix
··· 5 owner = "tchajed"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.10" "8.17"; out = "0.3.1"; } 9 ] null; 10 release."0.3.1".sha256 = "sha256-DyGxO2tqmYZZluXN6Oy5Tw6fuLMyuyxonj8CCToWKkk="; 11 release."0.3.0".sha256 = "1ffr21dd6hy19gxnvcd4if2450iksvglvkd6q5713fajd72hmc0z";
··· 5 owner = "tchajed"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 + { case = range "8.10" "8.18"; out = "0.3.1"; } 9 ] null; 10 release."0.3.1".sha256 = "sha256-DyGxO2tqmYZZluXN6Oy5Tw6fuLMyuyxonj8CCToWKkk="; 11 release."0.3.0".sha256 = "1ffr21dd6hy19gxnvcd4if2450iksvglvkd6q5713fajd72hmc0z";
+1 -1
pkgs/development/coq-modules/coqeal/default.nix
··· 8 9 inherit version; 10 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 11 - { cases = [ (range "8.15" "8.17") (isGe "1.15.0") ]; out = "1.1.3"; } 12 { cases = [ (range "8.13" "8.17") (isGe "1.13.0") ]; out = "1.1.1"; } 13 { cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.1.0"; } 14 { cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
··· 8 9 inherit version; 10 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 11 + { cases = [ (range "8.15" "8.18") (isGe "1.15.0") ]; out = "1.1.3"; } 12 { cases = [ (range "8.13" "8.17") (isGe "1.13.0") ]; out = "1.1.1"; } 13 { cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.1.0"; } 14 { cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
+1 -1
pkgs/development/coq-modules/coqprime/default.nix
··· 6 owner = "thery"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.14" "8.17"; out = "8.17"; } 10 { case = range "8.12" "8.16"; out = "8.15"; } 11 { case = range "8.10" "8.11"; out = "8.10"; } 12 { case = range "8.8" "8.9"; out = "8.8"; }
··· 6 owner = "thery"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 + { case = range "8.14" "8.18"; out = "8.17"; } 10 { case = range "8.12" "8.16"; out = "8.15"; } 11 { case = range "8.10" "8.11"; out = "8.10"; } 12 { case = range "8.8" "8.9"; out = "8.8"; }
+1 -1
pkgs/development/coq-modules/coquelicot/default.nix
··· 7 domain = "gitlab.inria.fr"; 8 inherit version; 9 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 10 - { case = range "8.12" "8.17"; out = "3.4.0"; } 11 { case = range "8.12" "8.17"; out = "3.3.0"; } 12 { case = range "8.8" "8.16"; out = "3.2.0"; } 13 { case = range "8.8" "8.13"; out = "3.1.0"; }
··· 7 domain = "gitlab.inria.fr"; 8 inherit version; 9 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 10 + { case = range "8.12" "8.18"; out = "3.4.0"; } 11 { case = range "8.12" "8.17"; out = "3.3.0"; } 12 { case = range "8.8" "8.16"; out = "3.2.0"; } 13 { case = range "8.8" "8.13"; out = "3.1.0"; }
+1 -1
pkgs/development/coq-modules/deriving/default.nix
··· 8 9 inherit version; 10 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 11 - { case = range "8.11" "8.17"; out = "0.1.1"; } 12 ] null; 13 14 releaseRev = v: "v${v}";
··· 8 9 inherit version; 10 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 11 + { case = range "8.11" "8.18"; out = "0.1.1"; } 12 ] null; 13 14 releaseRev = v: "v${v}";
+3
pkgs/development/coq-modules/equations/default.nix
··· 6 repo = "Coq-Equations"; 7 inherit version; 8 defaultVersion = lib.switch coq.coq-version [ 9 { case = "8.17"; out = "1.3+8.17"; } 10 { case = "8.16"; out = "1.3+8.16"; } 11 { case = "8.15"; out = "1.3+8.15"; } ··· 57 release."1.3+8.16".sha256 = "sha256-zyMGeRObtSGWh7n3WCqesBZL5EgLvKwmnTy09rYpxyE="; 58 release."1.3+8.17".rev = "v1.3-8.17"; 59 release."1.3+8.17".sha256 = "sha256-yNotSIxFkhTg3reZIchGQ7cV9WmTJ7p7hPfKGBiByDw="; 60 61 mlPlugin = true; 62
··· 6 repo = "Coq-Equations"; 7 inherit version; 8 defaultVersion = lib.switch coq.coq-version [ 9 + { case = "8.18"; out = "1.3+8.18"; } 10 { case = "8.17"; out = "1.3+8.17"; } 11 { case = "8.16"; out = "1.3+8.16"; } 12 { case = "8.15"; out = "1.3+8.15"; } ··· 58 release."1.3+8.16".sha256 = "sha256-zyMGeRObtSGWh7n3WCqesBZL5EgLvKwmnTy09rYpxyE="; 59 release."1.3+8.17".rev = "v1.3-8.17"; 60 release."1.3+8.17".sha256 = "sha256-yNotSIxFkhTg3reZIchGQ7cV9WmTJ7p7hPfKGBiByDw="; 61 + release."1.3+8.18".rev = "v1.3-8.18"; 62 + release."1.3+8.18".sha256 = "sha256-8MZO9vWdr8wlAov0lBTYMnde0RuMyhaiM99zp7Zwfao="; 63 64 mlPlugin = true; 65
+1 -1
pkgs/development/coq-modules/extructures/default.nix
··· 9 10 inherit version; 11 defaultVersion = with lib.versions; lib.switch [coq.coq-version ssreflect.version] [ 12 - { cases = [(range "8.11" "8.17") (isGe "1.12.0") ]; out = "0.3.1"; } 13 { cases = [(range "8.11" "8.14") (isLe "1.12.0") ]; out = "0.3.0"; } 14 { cases = [(range "8.10" "8.12") (isLe "1.12.0") ]; out = "0.2.2"; } 15 ] null;
··· 9 10 inherit version; 11 defaultVersion = with lib.versions; lib.switch [coq.coq-version ssreflect.version] [ 12 + { cases = [(range "8.11" "8.18") (isGe "1.12.0") ]; out = "0.3.1"; } 13 { cases = [(range "8.11" "8.14") (isLe "1.12.0") ]; out = "0.3.0"; } 14 { cases = [(range "8.10" "8.12") (isLe "1.12.0") ]; out = "0.2.2"; } 15 ] null;
+3 -1
pkgs/development/coq-modules/fourcolor/default.nix
··· 9 release."1.2.3".sha256 = "sha256-gwKfUa74fIP7j+2eQgnLD7AswjCtOFGHGaIWb4qI0n4="; 10 release."1.2.4".sha256 = "sha256-iSW2O1kuunvOqTolmGGXmsYTxo2MJYCdW3BnEhp6Ksg="; 11 release."1.2.5".sha256 = "sha256-3qOPNCRjGK2UdHGMSqElpIXhAPVCklpeQgZwf9AFals="; 12 13 inherit version; 14 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 15 - { cases = [ (isGe "8.11") (isGe "1.12") ]; out = "1.2.5"; } 16 { cases = [ (isGe "8.11") (range "1.11" "1.14") ]; out = "1.2.4"; } 17 { cases = [ (isLe "8.13") (lib.pred.inter (isGe "1.11.0") (isLt "1.13")) ]; out = "1.2.3"; } 18 ] null;
··· 9 release."1.2.3".sha256 = "sha256-gwKfUa74fIP7j+2eQgnLD7AswjCtOFGHGaIWb4qI0n4="; 10 release."1.2.4".sha256 = "sha256-iSW2O1kuunvOqTolmGGXmsYTxo2MJYCdW3BnEhp6Ksg="; 11 release."1.2.5".sha256 = "sha256-3qOPNCRjGK2UdHGMSqElpIXhAPVCklpeQgZwf9AFals="; 12 + release."1.3.0".sha256 = "sha256-h9pa6vaKT6jCEaIdEdcu0498Ou5kEXtZdb9P7WXK1DQ="; 13 14 inherit version; 15 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 16 + { cases = [ (isGe "8.16") (isGe "2.0") ]; out = "1.3.0"; } 17 + { cases = [ (isGe "8.11") (range "1.12" "1.17") ]; out = "1.2.5"; } 18 { cases = [ (isGe "8.11") (range "1.11" "1.14") ]; out = "1.2.4"; } 19 { cases = [ (isLe "8.13") (lib.pred.inter (isGe "1.11.0") (isLt "1.13")) ]; out = "1.2.3"; } 20 ] null;
+1 -1
pkgs/development/coq-modules/mathcomp-algebra-tactics/default.nix
··· 9 10 defaultVersion = with lib.versions; 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 - { cases = [ (range "8.16" "8.17") (isGe "1.15") ]; out = "1.1.1"; } 13 { cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.0.0"; } 14 ] null; 15
··· 9 10 defaultVersion = with lib.versions; 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 + { cases = [ (range "8.16" "8.18") (isGe "1.15") ]; out = "1.1.1"; } 13 { cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.0.0"; } 14 ] null; 15
+1 -1
pkgs/development/coq-modules/mathcomp-bigenough/default.nix
··· 12 }; 13 inherit version; 14 defaultVersion = with lib.versions; lib.switch coq.version [ 15 - { case = range "8.10" "8.17"; out = "1.0.1"; } 16 { case = range "8.5" "8.14"; out = "1.0.0"; } 17 ] null; 18
··· 12 }; 13 inherit version; 14 defaultVersion = with lib.versions; lib.switch coq.version [ 15 + { case = range "8.10" "8.18"; out = "1.0.1"; } 16 { case = range "8.5" "8.14"; out = "1.0.0"; } 17 ] null; 18
+4 -2
pkgs/development/coq-modules/mathcomp-finmap/default.nix
··· 7 owner = "math-comp"; 8 inherit version; 9 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 10 - { cases = [ (range "8.13" "8.17") (isGe "1.12") ]; out = "1.5.2"; } 11 - { cases = [ (isGe "8.10") (isGe "1.11") ]; out = "1.5.1"; } 12 { cases = [ (range "8.7" "8.11") "1.11.0" ]; out = "1.5.0"; } 13 { cases = [ (isEq "8.11") (range "1.8" "1.10") ]; out = "1.4.0+coq-8.11"; } 14 { cases = [ (range "8.7" "8.11.0") (range "1.8" "1.10") ]; out = "1.4.0"; } ··· 17 { cases = [ (range "8.6" "8.7") (range "1.6.1" "1.7") ]; out = "1.0.0"; } 18 ] null; 19 release = { 20 "1.5.2".sha256 = "sha256-0KmmSjc2AlUo6BKr9RZ4FjL9wlGISlTGU0X1Eu7l4sw="; 21 "1.5.1".sha256 = "0ryfml4pf1dfya16d8ma80favasmrygvspvb923n06kfw9v986j7"; 22 "1.5.0".sha256 = "0vx9n1fi23592b3hv5p5ycy7mxc8qh1y5q05aksfwbzkk5zjkwnq";
··· 7 owner = "math-comp"; 8 inherit version; 9 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 10 + { cases = [ (range "8.16" "8.18") (isGe "2.0") ]; out = "2.0.0"; } 11 + { cases = [ (range "8.13" "8.18") (range "1.12" "1.17") ]; out = "1.5.2"; } 12 + { cases = [ (isGe "8.10") (range "1.11" "1.17") ]; out = "1.5.1"; } 13 { cases = [ (range "8.7" "8.11") "1.11.0" ]; out = "1.5.0"; } 14 { cases = [ (isEq "8.11") (range "1.8" "1.10") ]; out = "1.4.0+coq-8.11"; } 15 { cases = [ (range "8.7" "8.11.0") (range "1.8" "1.10") ]; out = "1.4.0"; } ··· 18 { cases = [ (range "8.6" "8.7") (range "1.6.1" "1.7") ]; out = "1.0.0"; } 19 ] null; 20 release = { 21 + "2.0.0".sha256 = "sha256-0Wr1ZUYVuZH74vawO4EZlZ+K3kq+s1xEz/BfzyKj+wk="; 22 "1.5.2".sha256 = "sha256-0KmmSjc2AlUo6BKr9RZ4FjL9wlGISlTGU0X1Eu7l4sw="; 23 "1.5.1".sha256 = "0ryfml4pf1dfya16d8ma80favasmrygvspvb923n06kfw9v986j7"; 24 "1.5.0".sha256 = "0vx9n1fi23592b3hv5p5ycy7mxc8qh1y5q05aksfwbzkk5zjkwnq";
+7 -3
pkgs/development/coq-modules/mathcomp-tarjan/default.nix
··· 9 10 inherit version; 11 defaultVersion = with lib.versions; 12 - lib.switch [ coq.version mathcomp-ssreflect.version ] [{ 13 - cases = [ (range "8.10" "8.16") (isGe "1.12.0") ]; out = "1.0.0"; 14 - }] null; 15 release."1.0.0".sha256 = "sha256:0r459r0makshzwlygw6kd4lpvdjc43b3x5y9aa8x77f2z5gymjq1"; 16 17 propagatedBuildInputs = [ mathcomp-ssreflect mathcomp-fingroup ];
··· 9 10 inherit version; 11 defaultVersion = with lib.versions; 12 + lib.switch [ coq.version mathcomp-ssreflect.version ] [ 13 + { cases = [ (range "8.16" "8.18") (isGe "2.0.0") ]; out = "1.0.2"; } 14 + { cases = [ (range "8.12" "8.18") (range "1.12.0" "1.17.0") ]; out = "1.0.1"; } 15 + { cases = [ (range "8.10" "8.16") (range "1.12.0" "1.17.0") ]; out = "1.0.0"; } 16 + ] null; 17 + release."1.0.2".sha256 = "sha256-U20xgA+e9KTRdvILD1cxN6ia+dlA8uBTIbc4QlKz9ss="; 18 + release."1.0.1".sha256 = "sha256-utNjFCAqC5xOuhdyKhfMZkRYJD0xv9Gt6U3ZdQ56mek="; 19 release."1.0.0".sha256 = "sha256:0r459r0makshzwlygw6kd4lpvdjc43b3x5y9aa8x77f2z5gymjq1"; 20 21 propagatedBuildInputs = [ mathcomp-ssreflect mathcomp-fingroup ];
+1 -1
pkgs/development/coq-modules/mathcomp-word/default.nix
··· 16 17 inherit version; 18 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 19 - { cases = [ (range "8.12" "8.17") (isGe "1.12") ]; out = "2.1"; } 20 ] null; 21 22 propagatedBuildInputs = [ mathcomp.algebra mathcomp.ssreflect mathcomp.fingroup ];
··· 16 17 inherit version; 18 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 19 + { cases = [ (range "8.12" "8.18") (isGe "1.12") ]; out = "2.1"; } 20 ] null; 21 22 propagatedBuildInputs = [ mathcomp.algebra mathcomp.ssreflect mathcomp.fingroup ];
+4 -2
pkgs/development/coq-modules/mathcomp-zify/default.nix
··· 9 10 defaultVersion = with lib.versions; 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 - { cases = [ (range "8.13" "8.17") (isGe "1.12") ]; out = "1.3.0+1.12+8.13"; } 13 - { cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.1.0+1.12+8.13"; } 14 ] null; 15 16 release."1.0.0+1.12+8.13".sha256 = "1j533vx6lacr89bj1bf15l1a0s7rvrx4l00wyjv99aczkfbz6h6k"; 17 release."1.1.0+1.12+8.13".sha256 = "1plf4v6q5j7wvmd5gsqlpiy0vwlw6hy5daq2x42gqny23w9mi2pr"; 18 release."1.3.0+1.12+8.13".sha256 = "sha256-ebfY8HatP4te44M6o84DSLpDCkMu4IroPCy+HqzOnTE="; 19 20 propagatedBuildInputs = [ mathcomp-algebra mathcomp-ssreflect mathcomp-fingroup ]; 21
··· 9 10 defaultVersion = with lib.versions; 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 + { cases = [ (range "8.16" "8.18") (isGe "2.0.0") ]; out = "1.5.0+2.0+8.16"; } 13 + { cases = [ (range "8.13" "8.18") (range "1.12" "1.17.0") ]; out = "1.3.0+1.12+8.13"; } 14 + { cases = [ (range "8.13" "8.16") (range "1.12" "1.17.0") ]; out = "1.1.0+1.12+8.13"; } 15 ] null; 16 17 release."1.0.0+1.12+8.13".sha256 = "1j533vx6lacr89bj1bf15l1a0s7rvrx4l00wyjv99aczkfbz6h6k"; 18 release."1.1.0+1.12+8.13".sha256 = "1plf4v6q5j7wvmd5gsqlpiy0vwlw6hy5daq2x42gqny23w9mi2pr"; 19 release."1.3.0+1.12+8.13".sha256 = "sha256-ebfY8HatP4te44M6o84DSLpDCkMu4IroPCy+HqzOnTE="; 20 + release."1.5.0+2.0+8.16".sha256 = "sha256-boBYGvXdGFc6aPnjgSZYSoW4kmN5khtNrSV3DUv9DqM="; 21 22 propagatedBuildInputs = [ mathcomp-algebra mathcomp-ssreflect mathcomp-fingroup ]; 23
+2 -2
pkgs/development/coq-modules/mathcomp/default.nix
··· 20 withDoc = single && (args.withDoc or false); 21 defaultVersion = with versions; lib.switch coq.coq-version [ 22 { case = isGe "8.15"; out = "1.17.0"; } 23 - { case = range "8.16" "8.17"; out = "2.0.0"; } 24 - { case = range "8.13" "8.17"; out = "1.16.0"; } 25 { case = range "8.14" "8.16"; out = "1.15.0"; } 26 { case = range "8.11" "8.15"; out = "1.14.0"; } 27 { case = range "8.11" "8.15"; out = "1.13.0"; }
··· 20 withDoc = single && (args.withDoc or false); 21 defaultVersion = with versions; lib.switch coq.coq-version [ 22 { case = isGe "8.15"; out = "1.17.0"; } 23 + { case = range "8.16" "8.18"; out = "2.0.0"; } 24 + { case = range "8.13" "8.18"; out = "1.16.0"; } 25 { case = range "8.14" "8.16"; out = "1.15.0"; } 26 { case = range "8.11" "8.15"; out = "1.14.0"; } 27 { case = range "8.11" "8.15"; out = "1.13.0"; }
+1 -1
pkgs/development/coq-modules/metalib/default.nix
··· 5 owner = "plclub"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.14" "8.17"; out = "8.15"; } 9 { case = range "8.10" "8.13"; out = "8.10"; } 10 ] null; 11 releaseRev = v: "coq${v}";
··· 5 owner = "plclub"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 + { case = range "8.14" "8.18"; out = "8.15"; } 9 { case = range "8.10" "8.13"; out = "8.10"; } 10 ] null; 11 releaseRev = v: "coq${v}";
+4 -2
pkgs/development/coq-modules/multinomials/default.nix
··· 9 10 inherit version; 11 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 12 - { cases = [ (isGe "8.15") (isGe "1.15.0") ]; out = "1.6.0"; } 13 - { cases = [ (isGe "8.10") (isGe "1.13.0") ]; out = "1.5.6"; } 14 { cases = [ (range "8.10" "8.16") (range "1.12.0" "1.15.0") ]; out = "1.5.5"; } 15 { cases = [ (range "8.10" "8.12") "1.12.0" ]; out = "1.5.3"; } 16 { cases = [ (range "8.7" "8.12") "1.11.0" ]; out = "1.5.2"; } ··· 19 { cases = [ "8.6" (range "1.6" "1.7") ]; out = "1.1"; } 20 ] null; 21 release = { 22 "1.6.0".sha256 = "sha256-lEM+sjqajIOm1c3lspHqcSIARgMR9RHbTQH4veHLJfU="; 23 "1.5.6".sha256 = "sha256-cMixgc34T9Ic6v+tYmL49QUNpZpPV5ofaNuHqblX6oY="; 24 "1.5.5".sha256 = "sha256-VdXA51vr7DZl/wT/15YYMywdD7Gh91dMP9t7ij47qNQ=";
··· 9 10 inherit version; 11 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 12 + { cases = [ (isGe "8.16") (isGe "2.0.0") ]; out = "2.0.0"; } 13 + { cases = [ (isGe "8.15") (range "1.15.0" "1.17.0") ]; out = "1.6.0"; } 14 + { cases = [ (isGe "8.10") (range "1.13.0" "1.17.0") ]; out = "1.5.6"; } 15 { cases = [ (range "8.10" "8.16") (range "1.12.0" "1.15.0") ]; out = "1.5.5"; } 16 { cases = [ (range "8.10" "8.12") "1.12.0" ]; out = "1.5.3"; } 17 { cases = [ (range "8.7" "8.12") "1.11.0" ]; out = "1.5.2"; } ··· 20 { cases = [ "8.6" (range "1.6" "1.7") ]; out = "1.1"; } 21 ] null; 22 release = { 23 + "2.0.0".sha256 = "sha256-2zWHzMBsO2j8EjN7CgCmKQcku9Be8aVlme0LD5p4ab8="; 24 "1.6.0".sha256 = "sha256-lEM+sjqajIOm1c3lspHqcSIARgMR9RHbTQH4veHLJfU="; 25 "1.5.6".sha256 = "sha256-cMixgc34T9Ic6v+tYmL49QUNpZpPV5ofaNuHqblX6oY="; 26 "1.5.5".sha256 = "sha256-VdXA51vr7DZl/wT/15YYMywdD7Gh91dMP9t7ij47qNQ=";
+1 -1
pkgs/development/coq-modules/paco/default.nix
··· 5 owner = "snu-sf"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.13" "8.17"; out = "4.2.0"; } 9 { case = range "8.12" "8.17"; out = "4.1.2"; } 10 { case = range "8.9" "8.13"; out = "4.1.1"; } 11 { case = range "8.6" "8.13"; out = "4.0.2"; }
··· 5 owner = "snu-sf"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 + { case = range "8.13" "8.18"; out = "4.2.0"; } 9 { case = range "8.12" "8.17"; out = "4.1.2"; } 10 { case = range "8.9" "8.13"; out = "4.1.1"; } 11 { case = range "8.6" "8.13"; out = "4.0.2"; }
+2 -1
pkgs/development/coq-modules/paramcoq/default.nix
··· 4 pname = "paramcoq"; 5 inherit version; 6 defaultVersion = with lib.versions; lib.switch coq.version [ 7 - { case = range "8.10" "8.17"; out = "1.1.3+coq${coq.coq-version}"; } 8 { case = range "8.7" "8.13"; out = "1.1.2+coq${coq.coq-version}"; } 9 ] null; 10 displayVersion = { paramcoq = "..."; }; 11 release."1.1.3+coq8.17".sha256 = "sha256-m8QGGuwj1lHzDprf4LHgAuzwfoblxtDIHunHBdpmiuM="; 12 release."1.1.3+coq8.16".sha256 = "sha256-K7/8hXH6DwiW7Gw41sgQF8UDAO3c32xBGWQQapzG8Mo="; 13 release."1.1.3+coq8.15".sha256 = "0sl7ihznwz05d2x2v78w1zd4q55c1sgy06vxasbcls4v2pkw53hl";
··· 4 pname = "paramcoq"; 5 inherit version; 6 defaultVersion = with lib.versions; lib.switch coq.version [ 7 + { case = range "8.10" "8.18"; out = "1.1.3+coq${coq.coq-version}"; } 8 { case = range "8.7" "8.13"; out = "1.1.2+coq${coq.coq-version}"; } 9 ] null; 10 displayVersion = { paramcoq = "..."; }; 11 + release."1.1.3+coq8.18".sha256 = "sha256-hNBaj9hB+OzwXsOX+TOXtDLjA5oP4EmEgseLwxFxW+I="; 12 release."1.1.3+coq8.17".sha256 = "sha256-m8QGGuwj1lHzDprf4LHgAuzwfoblxtDIHunHBdpmiuM="; 13 release."1.1.3+coq8.16".sha256 = "sha256-K7/8hXH6DwiW7Gw41sgQF8UDAO3c32xBGWQQapzG8Mo="; 14 release."1.1.3+coq8.15".sha256 = "0sl7ihznwz05d2x2v78w1zd4q55c1sgy06vxasbcls4v2pkw53hl";
+1 -1
pkgs/development/coq-modules/parsec/default.nix
··· 11 12 inherit version; 13 defaultVersion = with lib.versions; lib.switch coq.version [ 14 - { case = range "8.14" "8.17"; out = "0.1.2"; } 15 { case = range "8.12" "8.16"; out = "0.1.1"; } 16 { case = range "8.12" "8.13"; out = "0.1.0"; } 17 ] null;
··· 11 12 inherit version; 13 defaultVersion = with lib.versions; lib.switch coq.version [ 14 + { case = range "8.14" "8.18"; out = "0.1.2"; } 15 { case = range "8.12" "8.16"; out = "0.1.1"; } 16 { case = range "8.12" "8.13"; out = "0.1.0"; } 17 ] null;
+1 -1
pkgs/development/coq-modules/reglang/default.nix
··· 10 11 inherit version; 12 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 13 - { case = range "8.10" "8.17"; out = "1.1.3"; } 14 ] null; 15 16
··· 10 11 inherit version; 12 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 13 + { case = range "8.10" "8.18"; out = "1.1.3"; } 14 ] null; 15 16
+1 -1
pkgs/development/coq-modules/semantics/default.nix
··· 15 16 inherit version; 17 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 18 - { case = range "8.10" "8.17"; out = "8.14.0"; } 19 { case = "8.9"; out = "8.9.0"; } 20 { case = "8.8"; out = "8.8.0"; } 21 { case = "8.7"; out = "8.7.0"; }
··· 15 16 inherit version; 17 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 18 + { case = range "8.10" "8.18"; out = "8.14.0"; } 19 { case = "8.9"; out = "8.9.0"; } 20 { case = "8.8"; out = "8.8.0"; } 21 { case = "8.7"; out = "8.7.0"; }
+1 -1
pkgs/development/coq-modules/simple-io/default.nix
··· 6 repo = "coq-simple-io"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.11" "8.17"; out = "1.8.0"; } 10 { case = range "8.7" "8.13"; out = "1.3.0"; } 11 ] null; 12 release."1.8.0".sha256 = "sha256-3ADNeXrBIpYRlfUW+LkLHUWV1w1HFrVc/TZISMuwvRY=";
··· 6 repo = "coq-simple-io"; 7 inherit version; 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 + { case = range "8.11" "8.18"; out = "1.8.0"; } 10 { case = range "8.7" "8.13"; out = "1.3.0"; } 11 ] null; 12 release."1.8.0".sha256 = "sha256-3ADNeXrBIpYRlfUW+LkLHUWV1w1HFrVc/TZISMuwvRY=";
+2
pkgs/development/coq-modules/topology/default.nix
··· 5 6 releaseRev = v: "v${v}"; 7 8 release."9.0.0".sha256 = "sha256:03lgy53xg9pmrdd3d8qb4087k5qjnk260655svp6d79x4p2lxr8c"; 9 release."8.12.0".sha256 = "sha256-ypHmHwzwZ6MQPYwuS3QyZmVOEPUCSbO2lhVaA6TypgQ="; 10 release."8.10.0".sha256 = "sha256-mCLF3JYIiO3AEW9yvlcLeF7zN4SjW3LG+Y5vYB0l55A="; ··· 15 16 inherit version; 17 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 18 { case = range "8.10" "8.16"; out = "9.0.0"; } 19 { case = "8.9"; out = "8.9.0"; } 20 { case = "8.8"; out = "8.8.0"; }
··· 5 6 releaseRev = v: "v${v}"; 7 8 + release."10.2.0".sha256 = "sha256-xLi3uRQBKL9KiLd4FBnbTPxh8TjdN8IEW/1D7n2B+xY="; 9 release."9.0.0".sha256 = "sha256:03lgy53xg9pmrdd3d8qb4087k5qjnk260655svp6d79x4p2lxr8c"; 10 release."8.12.0".sha256 = "sha256-ypHmHwzwZ6MQPYwuS3QyZmVOEPUCSbO2lhVaA6TypgQ="; 11 release."8.10.0".sha256 = "sha256-mCLF3JYIiO3AEW9yvlcLeF7zN4SjW3LG+Y5vYB0l55A="; ··· 16 17 inherit version; 18 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 19 + { case = range "8.12" "8.18"; out = "10.2.0"; } 20 { case = range "8.10" "8.16"; out = "9.0.0"; } 21 { case = "8.9"; out = "8.9.0"; } 22 { case = "8.8"; out = "8.8.0"; }
+1 -1
pkgs/development/coq-modules/trakt/default.nix
··· 11 12 inherit version; 13 defaultVersion = with lib.versions; lib.switch [ coq.version ] [ 14 - { cases = [ (range "8.15" "8.17") ]; out = "1.2"; } 15 { cases = [ (isEq "8.13") ]; out = "1.2+8.13"; } 16 { cases = [ (range "8.13" "8.17") ]; out = "1.1"; } 17 ] null;
··· 11 12 inherit version; 13 defaultVersion = with lib.versions; lib.switch [ coq.version ] [ 14 + { cases = [ (range "8.15" "8.18") ]; out = "1.2"; } 15 { cases = [ (isEq "8.13") ]; out = "1.2+8.13"; } 16 { cases = [ (range "8.13" "8.17") ]; out = "1.1"; } 17 ] null;
+3
pkgs/development/coq-modules/zorns-lemma/default.nix
··· 2 3 (mkCoqDerivation { 4 pname = "zorns-lemma"; 5 6 releaseRev = v: "v${v}"; 7 8 release."9.0.0".sha256 = "sha256:03lgy53xg9pmrdd3d8qb4087k5qjnk260655svp6d79x4p2lxr8c"; 9 release."8.11.0".sha256 = "sha256-2Hf7YwRcFmP/DqwFtF1p78MCNV50qUWfMVQtZbwKd0k="; 10 release."8.10.0".sha256 = "sha256-qLPLK2ZLJQ4SmJX2ADqFiP4kgHuQFJTeNXkBbjiFS+4="; ··· 16 17 inherit version; 18 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 19 { case = range "8.10" "8.16"; out = "9.0.0"; } 20 { case = "8.9"; out = "8.9.0"; } 21 { case = "8.8"; out = "8.8.0"; }
··· 2 3 (mkCoqDerivation { 4 pname = "zorns-lemma"; 5 + repo = "topology"; 6 7 releaseRev = v: "v${v}"; 8 9 + release."10.2.0".sha256 = "sha256-xLi3uRQBKL9KiLd4FBnbTPxh8TjdN8IEW/1D7n2B+xY="; 10 release."9.0.0".sha256 = "sha256:03lgy53xg9pmrdd3d8qb4087k5qjnk260655svp6d79x4p2lxr8c"; 11 release."8.11.0".sha256 = "sha256-2Hf7YwRcFmP/DqwFtF1p78MCNV50qUWfMVQtZbwKd0k="; 12 release."8.10.0".sha256 = "sha256-qLPLK2ZLJQ4SmJX2ADqFiP4kgHuQFJTeNXkBbjiFS+4="; ··· 18 19 inherit version; 20 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 21 + { case = range "8.12" "8.18"; out = "10.2.0"; } 22 { case = range "8.10" "8.16"; out = "9.0.0"; } 23 { case = "8.9"; out = "8.9.0"; } 24 { case = "8.8"; out = "8.8.0"; }
-29
pkgs/development/libraries/elementary-cmake-modules/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, cmake, pkg-config }: 2 - 3 - stdenv.mkDerivation { 4 - pname = "elementary-cmake-modules"; 5 - version = "0.1.0"; 6 - 7 - src = fetchFromGitHub { 8 - owner = "elementary"; 9 - repo = "cmake-modules"; 10 - rev = "319ec5336e9f05f3f22b886cc2053ef3d4b6599e"; 11 - sha256 = "191hhvdxyqvh9axzndaqld7vrmv7xkn0czks908zhb2zpjhv9rby"; 12 - }; 13 - 14 - prePatch = '' 15 - substituteInPlace CMakeLists.txt \ 16 - --replace ' ''${CMAKE_ROOT}/Modules' " $out/lib/cmake" 17 - ''; 18 - 19 - propagatedBuildInputs = [ cmake pkg-config ]; 20 - 21 - setupHook = ./setup-hook.sh; 22 - 23 - meta = with lib; { 24 - platforms = platforms.linux ++ platforms.darwin; 25 - homepage = "https://github.com/elementary/cmake-modules"; 26 - license = licenses.gpl3Plus; 27 - maintainers = [ maintainers.samdroid-apps ]; 28 - }; 29 - }
···
-4
pkgs/development/libraries/elementary-cmake-modules/setup-hook.sh
··· 1 - _elementaryCMakeEnvHook() { 2 - cmakeFlagsArray+=(-DCMAKE_MODULE_PATH=@out@/lib/cmake) 3 - } 4 - addEnvHooks "$targetOffset" _elementaryCMakeEnvHook
···
+39
pkgs/development/python-modules/beautiful-date/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , python-dateutil 5 + , pytestCheckHook 6 + , pythonOlder 7 + }: 8 + 9 + buildPythonPackage rec { 10 + pname = "beautiful-date"; 11 + version = "2.2.0"; 12 + format = "setuptools"; 13 + 14 + disable = pythonOlder "3.6"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "kuzmoyev"; 18 + repo = "beautiful-date"; 19 + rev = "v${version}"; 20 + hash = "sha256-5xRmHaAPf1ps75cOINHkHT1aYb5UGLZGl0OHVQaMES0="; 21 + }; 22 + 23 + propagatedBuildInputs = [ 24 + python-dateutil 25 + ]; 26 + 27 + nativeCheckInputs = [ 28 + pytestCheckHook 29 + ]; 30 + 31 + pythonImportsCheck = [ "beautiful_date" ]; 32 + 33 + meta = with lib; { 34 + description = "Simple and beautiful way to create date and datetime objects in Python"; 35 + homepage = "https://github.com/kuzmoyev/beautiful-date"; 36 + license = licenses.mit; 37 + maintainers = with maintainers; [ mbalatsko ]; 38 + }; 39 + }
+2 -2
pkgs/development/python-modules/bytecode/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "bytecode"; 11 - version = "0.14.2"; 12 format = "pyproject"; 13 disabled = pythonOlder "3.6"; 14 ··· 16 owner = "vstinner"; 17 repo = pname; 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-HBXtpUl8Lcx3yCVnk9kVU0+AUVdgy1HQBV4rHEndiek="; 20 }; 21 22 SETUPTOOLS_SCM_PRETEND_VERSION = version;
··· 8 9 buildPythonPackage rec { 10 pname = "bytecode"; 11 + version = "0.15.0"; 12 format = "pyproject"; 13 disabled = pythonOlder "3.6"; 14 ··· 16 owner = "vstinner"; 17 repo = pname; 18 rev = "refs/tags/${version}"; 19 + hash = "sha256-A8S3U07P4Olq9f7/q20aHOPAQsQp3OuGHtIAs8B8VEQ="; 20 }; 21 22 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+7
pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 , fetchpatch ··· 47 mock 48 twisted 49 ]; 50 51 checkPhase = '' 52 trial -j$NIX_BUILD_CORES wormhole_mailbox_server
··· 1 { lib 2 + , stdenv 3 , buildPythonPackage 4 , fetchPypi 5 , fetchpatch ··· 48 mock 49 twisted 50 ]; 51 + 52 + # Fails in Darwin's sandbox 53 + postPatch = lib.optionalString stdenv.isDarwin '' 54 + echo 'LogRequests.skip = "Operation not permitted"' >> src/wormhole_mailbox_server/test/test_web.py 55 + echo 'WebSocketAPI.skip = "Operation not permitted"' >> src/wormhole_mailbox_server/test/test_web.py 56 + ''; 57 58 checkPhase = '' 59 trial -j$NIX_BUILD_CORES wormhole_mailbox_server
+25
pkgs/development/python-modules/magic-wormhole/default.nix
··· 56 disabledTests = [ 57 # Expected: (<class 'wormhole.errors.WrongPasswordError'>,) Got: Failure instance: Traceback (failure with no frames): <class 'wormhole.errors.LonelyError'>: 58 "test_welcome" 59 ]; 60 61 postPatch = lib.optionalString stdenv.isLinux ''
··· 56 disabledTests = [ 57 # Expected: (<class 'wormhole.errors.WrongPasswordError'>,) Got: Failure instance: Traceback (failure with no frames): <class 'wormhole.errors.LonelyError'>: 58 "test_welcome" 59 + ] ++ lib.optionals stdenv.isDarwin [ 60 + # These tests doesn't work within Darwin's sandbox 61 + "test_version" 62 + "test_text" 63 + "test_receiver" 64 + "test_sender" 65 + "test_sender_allocation" 66 + "test_text_wrong_password" 67 + "test_override" 68 + "test_allocate_port" 69 + "test_allocate_port_no_reuseaddr" 70 + "test_ignore_localhost_hint" 71 + "test_ignore_localhost_hint_orig" 72 + "test_keep_only_localhost_hint" 73 + "test_get_direct_hints" 74 + "test_listener" 75 + "test_success_direct" 76 + "test_direct" 77 + "test_relay" 78 + ]; 79 + 80 + disabledTestPaths = lib.optionals stdenv.isDarwin [ 81 + # These tests doesn't work within Darwin's sandbox 82 + "src/wormhole/test/test_xfer_util.py" 83 + "src/wormhole/test/test_wormhole.py" 84 ]; 85 86 postPatch = lib.optionalString stdenv.isLinux ''
+2 -2
pkgs/development/python-modules/python-swiftclient/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "python-swiftclient"; 15 - version = "4.3.0"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.6"; 19 20 src = fetchPypi { 21 inherit pname version; 22 - hash = "sha256-Hj3fmYzL6n3CWqbfjrPffTi/S8lrBl8vhEMeglmBezM="; 23 }; 24 25 # remove duplicate script that will be created by setuptools from the
··· 12 13 buildPythonPackage rec { 14 pname = "python-swiftclient"; 15 + version = "4.4.0"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.6"; 19 20 src = fetchPypi { 21 inherit pname version; 22 + hash = "sha256-p32Xqw5AEsZ4cy5XW9/u0oKzSJuRdegsRqR6yEke7oQ="; 23 }; 24 25 # remove duplicate script that will be created by setuptools from the
+2 -2
pkgs/development/python-modules/steamship/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "steamship"; 19 - version = "2.17.22"; 20 format = "pyproject"; 21 22 src = fetchPypi { 23 inherit pname version; 24 - hash = "sha256-PQI6r2DoarswjTc8jp+nrJqkmckQ6+eGuI0MU8kvnM8="; 25 }; 26 27 pythonRelaxDeps = [
··· 16 17 buildPythonPackage rec { 18 pname = "steamship"; 19 + version = "2.17.27"; 20 format = "pyproject"; 21 22 src = fetchPypi { 23 inherit pname version; 24 + hash = "sha256-Wgz0jkMaMUTM7ubb/TsGaQm8UbdPtEvzapl0h4xrqq0="; 25 }; 26 27 pythonRelaxDeps = [
+16 -1
pkgs/development/tools/ldid-procursus/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , pkg-config 5 , libplist 6 , openssl ··· 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "ldid-procursus"; 11 version = "2.1.5-procursus7"; 12 src = fetchFromGitHub { 13 owner = "ProcursusTeam"; 14 repo = "ldid"; 15 rev = "v${finalAttrs.version}"; 16 hash = "sha256-QnSmWY9zCOPYAn2VHc5H+VQXjTCyr0EuosxvKGGpDtQ="; 17 }; 18 - nativeBuildInputs = [ pkg-config libplist openssl ]; 19 stripDebugFlags = [ "--strip-unneeded" ]; 20 makeFlags = [ "PREFIX=${placeholder "out"}" ]; 21 22 meta = with lib; { 23 description = "Put real or fake signatures in a Mach-O binary"; 24 homepage = "https://github.com/ProcursusTeam/ldid"; 25 maintainers = with maintainers; [ keto ];
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 + , installShellFiles 5 , pkg-config 6 , libplist 7 , openssl ··· 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "ldid-procursus"; 12 version = "2.1.5-procursus7"; 13 + 14 src = fetchFromGitHub { 15 owner = "ProcursusTeam"; 16 repo = "ldid"; 17 rev = "v${finalAttrs.version}"; 18 hash = "sha256-QnSmWY9zCOPYAn2VHc5H+VQXjTCyr0EuosxvKGGpDtQ="; 19 }; 20 + 21 + nativeBuildInputs = [ pkg-config installShellFiles ]; 22 + buildInputs = [ libplist openssl ]; 23 + 24 stripDebugFlags = [ "--strip-unneeded" ]; 25 makeFlags = [ "PREFIX=${placeholder "out"}" ]; 26 27 + postPatch = '' 28 + substituteInPlace Makefile \ 29 + --replace "pkg-config" "$PKG_CONFIG" 30 + ''; 31 + 32 + postInstall = '' 33 + installShellCompletion --cmd ldid --zsh _ldid 34 + ''; 35 + 36 meta = with lib; { 37 + mainProgram = "ldid"; 38 description = "Put real or fake signatures in a Mach-O binary"; 39 homepage = "https://github.com/ProcursusTeam/ldid"; 40 maintainers = with maintainers; [ keto ];
+3 -2
pkgs/development/tools/misc/editorconfig-checker/default.nix
··· 2 3 buildGoModule rec { 4 pname = "editorconfig-checker"; 5 - version = "2.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "editorconfig-checker"; 9 repo = "editorconfig-checker"; 10 rev = version; 11 - hash = "sha256-8qGRcyDayXx3OflhE9Kw2AXM702/2pYB3JgfpQ0UYR8="; 12 }; 13 14 vendorHash = "sha256-S93ZvC92V9nrBicEv1yQ3DEuf1FmxtvFoKPR15e8VmA="; ··· 28 }; 29 30 meta = with lib; { 31 description = "A tool to verify that your files are in harmony with your .editorconfig"; 32 homepage = "https://editorconfig-checker.github.io/"; 33 license = licenses.mit;
··· 2 3 buildGoModule rec { 4 pname = "editorconfig-checker"; 5 + version = "2.7.1"; 6 7 src = fetchFromGitHub { 8 owner = "editorconfig-checker"; 9 repo = "editorconfig-checker"; 10 rev = version; 11 + hash = "sha256-TycKc6Zgf9QFTH3lfNC+/O52cp2xhKsKflxuQTac794="; 12 }; 13 14 vendorHash = "sha256-S93ZvC92V9nrBicEv1yQ3DEuf1FmxtvFoKPR15e8VmA="; ··· 28 }; 29 30 meta = with lib; { 31 + changelog = "https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/${src.rev}"; 32 description = "A tool to verify that your files are in harmony with your .editorconfig"; 33 homepage = "https://editorconfig-checker.github.io/"; 34 license = licenses.mit;
+2 -2
pkgs/development/tools/misc/strace/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "strace"; 5 - version = "6.4"; 6 7 src = fetchurl { 8 url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-J5h9usV/39JgxttNyDKN81yVxoZ8ij1DcdWc3PTrkjg="; 10 }; 11 12 depsBuildBuild = [ buildPackages.stdenv.cc ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "strace"; 5 + version = "6.5"; 6 7 src = fetchurl { 8 url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz"; 9 + sha256 = "sha256-37BRcCOJ4ZeaFRiStZAa/J6Tu8HHDYTJBq3jIkypGYA="; 10 }; 11 12 depsBuildBuild = [ buildPackages.stdenv.cc ];
+31
pkgs/tools/games/pocket-updater-utility/add-runtime-identifier.patch
···
··· 1 + From ccbe5c0401d6965a6daaa0b7bb022f63908c8942 Mon Sep 17 00:00:00 2001 2 + From: Philipp Rintz <git@rintz.net> 3 + Date: Mon, 28 Aug 2023 19:19:41 +0200 4 + Subject: [PATCH] uncommited 5 + 6 + --- 7 + pocket_updater.csproj | 3 ++- 8 + 1 file changed, 2 insertions(+), 1 deletion(-) 9 + 10 + diff --git a/pocket_updater.csproj b/pocket_updater.csproj 11 + index 11f604c..410bd47 100644 12 + --- a/pocket_updater.csproj 13 + +++ b/pocket_updater.csproj 14 + @@ -12,6 +12,7 @@ 15 + <Authors>Matt Pannella</Authors> 16 + <Product>Analogue Pocket Updater Utility</Product> 17 + <RepositoryUrl>https://github.com/mattpannella/pocket-updater-utility</RepositoryUrl> 18 + + <RuntimeIdentifier>@RuntimeIdentifier@</RuntimeIdentifier> 19 + </PropertyGroup> 20 + <ItemGroup> 21 + <PackageReference Include="CommandLineParser" Version="2.9.1" /> 22 + @@ -26,4 +27,4 @@ 23 + <ItemGroup> 24 + <RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" /> 25 + </ItemGroup> 26 + -</Project> 27 + \ No newline at end of file 28 + +</Project> 29 + -- 30 + 2.40.1 31 +
+59
pkgs/tools/games/pocket-updater-utility/default.nix
···
··· 1 + { pkgs ? import <nixpkgs> { system = builtins.currentSystem; } 2 + , stdenv ? pkgs.stdenv 3 + , lib ? pkgs.lib 4 + , fetchFromGitHub ? pkgs.fetchFromGitHub 5 + , buildDotnetModule ? pkgs.buildDotnetModule 6 + , dotnetCorePackages ? pkgs.dotnetCorePackages 7 + , openssl ? pkgs.openssl 8 + , zlib ? pkgs.zlib 9 + , targetPlatform ? pkgs.targetPlatform 10 + }: 11 + 12 + buildDotnetModule rec { 13 + pname = "pocket-updater-utility"; 14 + version = "2.31.0"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "mattpannella"; 18 + repo = "${pname}"; 19 + rev = "${version}"; 20 + hash = "sha256-z90YITAW2Nv+Mq2q56As4PoHqGPEnvDUPH73bhz/xnw="; 21 + }; 22 + 23 + buildInputs = [ 24 + stdenv.cc.cc.lib 25 + zlib 26 + openssl 27 + ]; 28 + 29 + # See https://github.com/NixOS/nixpkgs/pull/196648/commits/0fb17c04fe34ac45247d35a1e4e0521652d9c494 30 + patches = [ ./add-runtime-identifier.patch ]; 31 + postPatch = '' 32 + substituteInPlace pocket_updater.csproj \ 33 + --replace @RuntimeIdentifier@ "${dotnetCorePackages.systemToDotnetRid targetPlatform.system}" 34 + ''; 35 + 36 + projectFile = "pocket_updater.csproj"; 37 + 38 + nugetDeps = ./deps.nix; 39 + 40 + selfContainedBuild = true; 41 + 42 + executables = [ "pocket_updater" ]; 43 + 44 + dotnetFlags = [ 45 + "-p:PackageRuntime=${dotnetCorePackages.systemToDotnetRid stdenv.hostPlatform.system}" 46 + ]; 47 + 48 + dotnet-sdk = dotnetCorePackages.sdk_6_0; 49 + dotnet-runtime = dotnetCorePackages.runtime_6_0; 50 + 51 + meta = with lib; { 52 + homepage = "https://github.com/mattpannella/pocket-updater-utility"; 53 + description = "Analogue Pocket Updater Utility"; 54 + license = licenses.mit; 55 + platforms = platforms.linux; 56 + maintainers = with maintainers; [ p-rintz ]; 57 + mainProgram = "pocket_updater"; 58 + }; 59 + }
+9
pkgs/tools/games/pocket-updater-utility/deps.nix
···
··· 1 + # This file was automatically generated by passthru.fetch-deps. 2 + # Please dont edit it manually, your changes might get overwritten! 3 + 4 + { fetchNuGet }: [ 5 + (fetchNuGet { pname = "CommandLineParser"; version = "2.9.1"; sha256 = "1sldkj8lakggn4hnyabjj1fppqh50fkdrr1k99d4gswpbk5kv582"; }) 6 + (fetchNuGet { pname = "Crc32.NET"; version = "1.2.0"; sha256 = "0qaj3192k1vfji87zf50rhydn5mrzyzybrs2k4v7ap29k8i0vi5h"; }) 7 + (fetchNuGet { pname = "Microsoft.NETCore.Platforms"; version = "1.1.0"; sha256 = "08vh1r12g6ykjygq5d3vq09zylgb84l63k49jc4v8faw9g93iqqm"; }) 8 + (fetchNuGet { pname = "NETStandard.Library"; version = "2.0.0"; sha256 = "1bc4ba8ahgk15m8k4nd7x406nhi0kwqzbgjk2dmw52ss553xz7iy"; }) 9 + ]
+3 -2
pkgs/top-level/all-packages.nix
··· 1933 1934 pferd = callPackage ../tools/misc/pferd { }; 1935 1936 polygon-cli = callPackage ../tools/networking/polygon-cli { }; 1937 1938 proycon-wayout = callPackage ../tools/wayland/proycon-wayout { }; ··· 22053 22054 gnote = callPackage ../applications/office/gnote { }; 22055 22056 - elementary-cmake-modules = callPackage ../development/libraries/elementary-cmake-modules { }; 22057 - 22058 gtk2 = callPackage ../development/libraries/gtk/2.x.nix { 22059 inherit (darwin.apple_sdk.frameworks) AppKit Cocoa; 22060 }; ··· 39724 coqPackages_8_15 coq_8_15 39725 coqPackages_8_16 coq_8_16 39726 coqPackages_8_17 coq_8_17 39727 coqPackages coq 39728 ; 39729
··· 1933 1934 pferd = callPackage ../tools/misc/pferd { }; 1935 1936 + pocket-updater-utility = callPackage ../tools/games/pocket-updater-utility { }; 1937 + 1938 polygon-cli = callPackage ../tools/networking/polygon-cli { }; 1939 1940 proycon-wayout = callPackage ../tools/wayland/proycon-wayout { }; ··· 22055 22056 gnote = callPackage ../applications/office/gnote { }; 22057 22058 gtk2 = callPackage ../development/libraries/gtk/2.x.nix { 22059 inherit (darwin.apple_sdk.frameworks) AppKit Cocoa; 22060 }; ··· 39724 coqPackages_8_15 coq_8_15 39725 coqPackages_8_16 coq_8_16 39726 coqPackages_8_17 coq_8_17 39727 + coqPackages_8_18 coq_8_18 39728 coqPackages coq 39729 ; 39730
+2
pkgs/top-level/coq-packages.nix
··· 181 coq_8_15 = mkCoq "8.15"; 182 coq_8_16 = mkCoq "8.16"; 183 coq_8_17 = mkCoq "8.17"; 184 185 coqPackages_8_5 = mkCoqPackages coq_8_5; 186 coqPackages_8_6 = mkCoqPackages coq_8_6; ··· 195 coqPackages_8_15 = mkCoqPackages coq_8_15; 196 coqPackages_8_16 = mkCoqPackages coq_8_16; 197 coqPackages_8_17 = mkCoqPackages coq_8_17; 198 coqPackages = recurseIntoAttrs coqPackages_8_17; 199 coq = coqPackages.coq; 200
··· 181 coq_8_15 = mkCoq "8.15"; 182 coq_8_16 = mkCoq "8.16"; 183 coq_8_17 = mkCoq "8.17"; 184 + coq_8_18 = mkCoq "8.18"; 185 186 coqPackages_8_5 = mkCoqPackages coq_8_5; 187 coqPackages_8_6 = mkCoqPackages coq_8_6; ··· 196 coqPackages_8_15 = mkCoqPackages coq_8_15; 197 coqPackages_8_16 = mkCoqPackages coq_8_16; 198 coqPackages_8_17 = mkCoqPackages coq_8_17; 199 + coqPackages_8_18 = mkCoqPackages coq_8_18; 200 coqPackages = recurseIntoAttrs coqPackages_8_17; 201 coq = coqPackages.coq; 202
+2
pkgs/top-level/python-packages.nix
··· 1336 1337 beartype = callPackage ../development/python-modules/beartype { }; 1338 1339 beautifulsoup4 = callPackage ../development/python-modules/beautifulsoup4 { 1340 inherit (python.pythonForBuild.pkgs) sphinxHook; # hook splicing broken since #194205 1341 };
··· 1336 1337 beartype = callPackage ../development/python-modules/beartype { }; 1338 1339 + beautiful-date = callPackage ../development/python-modules/beautiful-date { }; 1340 + 1341 beautifulsoup4 = callPackage ../development/python-modules/beautifulsoup4 { 1342 inherit (python.pythonForBuild.pkgs) sphinxHook; # hook splicing broken since #194205 1343 };