windmill: 1.188.1 -> 1.210.1

authored by happysalada and committed by Yt 10e860ea c0383457

+1908 -852
+1899 -848
pkgs/servers/windmill/Cargo.lock
··· 34 checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 35 dependencies = [ 36 "cfg-if", 37 - "cipher", 38 "cpufeatures", 39 "opaque-debug", 40 ] 41 42 [[package]] 43 name = "ahash" 44 - version = "0.7.6" 45 source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 47 dependencies = [ 48 - "getrandom 0.2.10", 49 "once_cell", 50 "version_check", 51 ] 52 53 [[package]] 54 name = "ahash" 55 - version = "0.8.3" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 58 dependencies = [ 59 "cfg-if", 60 - "getrandom 0.2.10", 61 "once_cell", 62 "version_check", 63 ] 64 65 [[package]] ··· 162 checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 163 164 [[package]] 165 name = "argon2" 166 version = "0.5.2" 167 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 170 "base64ct", 171 "blake2", 172 "cpufeatures", 173 - "password-hash", 174 ] 175 176 [[package]] ··· 186 checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 187 188 [[package]] 189 - name = "ascii-canvas" 190 - version = "3.0.0" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" 193 - dependencies = [ 194 - "term", 195 - ] 196 - 197 - [[package]] 198 name = "ast_node" 199 version = "0.9.5" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 checksum = "c09c69dffe06d222d072c878c3afe86eee2179806f20503faec97250268b4c24" 202 dependencies = [ 203 - "pmutil", 204 "proc-macro2", 205 "quote", 206 "swc_macros_common", 207 - "syn 2.0.38", 208 ] 209 210 [[package]] ··· 214 checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 215 dependencies = [ 216 "concurrent-queue", 217 - "event-listener", 218 "futures-core", 219 ] 220 221 [[package]] ··· 231 "pin-project-lite", 232 "tokio", 233 "xz2", 234 - "zstd", 235 - "zstd-safe", 236 ] 237 238 [[package]] 239 name = "async-compression" 240 - version = "0.4.4" 241 source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "f658e2baef915ba0f26f1f7c42bfb8e12f532a01f449a090ded75ae7a07e9ba2" 243 dependencies = [ 244 "brotli", 245 "flate2", ··· 255 source = "registry+https://github.com/rust-lang/crates.io-index" 256 checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" 257 dependencies = [ 258 - "async-lock", 259 "async-task", 260 "concurrent-queue", 261 "fastrand 2.0.1", 262 - "futures-lite", 263 "slab", 264 ] 265 ··· 269 source = "registry+https://github.com/rust-lang/crates.io-index" 270 checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 271 dependencies = [ 272 - "async-channel", 273 "async-executor", 274 "async-io", 275 - "async-lock", 276 "blocking", 277 - "futures-lite", 278 "once_cell", 279 ] 280 ··· 284 source = "registry+https://github.com/rust-lang/crates.io-index" 285 checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 286 dependencies = [ 287 - "async-lock", 288 "autocfg", 289 "cfg-if", 290 "concurrent-queue", 291 - "futures-lite", 292 "log", 293 "parking", 294 "polling", 295 - "rustix 0.37.26", 296 "slab", 297 "socket2 0.4.10", 298 "waker-fn", ··· 304 source = "registry+https://github.com/rust-lang/crates.io-index" 305 checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 306 dependencies = [ 307 - "event-listener", 308 ] 309 310 [[package]] ··· 313 source = "registry+https://github.com/rust-lang/crates.io-index" 314 checksum = "beec3f8fb8f710b7be84ccd1716e17f38f2868168355cab5f2f168ae988e767e" 315 dependencies = [ 316 - "base64 0.21.4", 317 "bytes", 318 "http", 319 "rand 0.8.5", ··· 334 dependencies = [ 335 "proc-macro2", 336 "quote", 337 - "syn 2.0.38", 338 ] 339 340 [[package]] ··· 343 source = "registry+https://github.com/rust-lang/crates.io-index" 344 checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 345 dependencies = [ 346 - "async-channel", 347 "async-global-executor", 348 "async-io", 349 - "async-lock", 350 "crossbeam-utils", 351 "futures-channel", 352 "futures-core", 353 "futures-io", 354 - "futures-lite", 355 "gloo-timers", 356 "kv-log-macro", 357 "log", ··· 365 366 [[package]] 367 name = "async-stripe" 368 - version = "0.14.1" 369 source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "71b85eb331f5c2b6ae4ff00aabd20a8a21de88b9890c58579616bf760570b207" 371 dependencies = [ 372 "chrono", 373 "hex", 374 "hmac", 375 "http-types", ··· 377 "hyper-tls", 378 "serde", 379 "serde_json", 380 - "serde_qs 0.9.2", 381 "sha2 0.10.8", 382 "smart-default", 383 "smol_str", ··· 400 dependencies = [ 401 "proc-macro2", 402 "quote", 403 - "syn 2.0.38", 404 ] 405 406 [[package]] ··· 419 ] 420 421 [[package]] 422 name = "atoi" 423 version = "2.0.0" 424 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 440 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 441 442 [[package]] 443 name = "axum" 444 version = "0.6.20" 445 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 505 ] 506 507 [[package]] 508 name = "base64" 509 version = "0.13.1" 510 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 518 519 [[package]] 520 name = "base64" 521 - version = "0.21.4" 522 source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" 524 525 [[package]] 526 name = "base64-simd" ··· 547 "async-trait", 548 "futures-channel", 549 "futures-util", 550 - "parking_lot", 551 "tokio", 552 ] 553 ··· 612 "regex", 613 "rustc-hash", 614 "shlex", 615 - "syn 2.0.38", 616 "which", 617 ] 618 619 [[package]] 620 name = "bindgen" 621 - version = "0.68.1" 622 source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" 624 dependencies = [ 625 "bitflags 2.4.1", 626 "cexpr", ··· 633 "regex", 634 "rustc-hash", 635 "shlex", 636 - "syn 2.0.38", 637 ] 638 - 639 - [[package]] 640 - name = "bit-set" 641 - version = "0.5.3" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 644 - dependencies = [ 645 - "bit-vec", 646 - ] 647 - 648 - [[package]] 649 - name = "bit-vec" 650 - version = "0.6.3" 651 - source = "registry+https://github.com/rust-lang/crates.io-index" 652 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 653 654 [[package]] 655 name = "bitflags" ··· 713 checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" 714 dependencies = [ 715 "block-padding", 716 - "cipher", 717 ] 718 719 [[package]] ··· 724 725 [[package]] 726 name = "blocking" 727 - version = "1.4.1" 728 source = "registry+https://github.com/rust-lang/crates.io-index" 729 - checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a" 730 dependencies = [ 731 - "async-channel", 732 - "async-lock", 733 "async-task", 734 "fastrand 2.0.1", 735 "futures-io", 736 - "futures-lite", 737 "piper", 738 "tracing", 739 ] 740 741 [[package]] 742 name = "borsh" 743 - version = "0.10.3" 744 source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" 746 dependencies = [ 747 "borsh-derive", 748 - "hashbrown 0.13.2", 749 ] 750 751 [[package]] 752 name = "borsh-derive" 753 - version = "0.10.3" 754 source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7" 756 dependencies = [ 757 - "borsh-derive-internal", 758 - "borsh-schema-derive-internal", 759 - "proc-macro-crate 0.1.5", 760 - "proc-macro2", 761 - "syn 1.0.109", 762 - ] 763 - 764 - [[package]] 765 - name = "borsh-derive-internal" 766 - version = "0.10.3" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb" 769 - dependencies = [ 770 "proc-macro2", 771 "quote", 772 - "syn 1.0.109", 773 - ] 774 - 775 - [[package]] 776 - name = "borsh-schema-derive-internal" 777 - version = "0.10.3" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd" 780 - dependencies = [ 781 - "proc-macro2", 782 - "quote", 783 - "syn 1.0.109", 784 ] 785 786 [[package]] ··· 796 797 [[package]] 798 name = "brotli-decompressor" 799 - version = "2.5.0" 800 source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448" 802 dependencies = [ 803 "alloc-no-stdlib", 804 "alloc-stdlib", 805 ] 806 807 [[package]] 808 - name = "bstr" 809 - version = "0.2.17" 810 source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 812 dependencies = [ 813 - "lazy_static", 814 - "memchr", 815 - "regex-automata 0.1.10", 816 ] 817 818 [[package]] ··· 858 version = "1.14.0" 859 source = "registry+https://github.com/rust-lang/crates.io-index" 860 checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 861 862 [[package]] 863 name = "byteorder" ··· 872 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 873 874 [[package]] 875 name = "bzip2" 876 version = "0.4.4" 877 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 894 895 [[package]] 896 name = "candle-core" 897 - version = "0.3.0" 898 source = "registry+https://github.com/rust-lang/crates.io-index" 899 - checksum = "d648a16c5e5a9ffa4a6630e13d32b6d7c106f6885fd6d8453e1d8b405c390322" 900 dependencies = [ 901 "byteorder", 902 - "candle-gemm", 903 "half", 904 "memmap2", 905 "num-traits", ··· 914 ] 915 916 [[package]] 917 - name = "candle-gemm" 918 - version = "0.16.0" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "ef9b07a4b0ba1a304b44432006580980ddff9748c201261c279437e7b11bba68" 921 - dependencies = [ 922 - "candle-gemm-c32", 923 - "candle-gemm-c64", 924 - "candle-gemm-common", 925 - "candle-gemm-f16", 926 - "candle-gemm-f32", 927 - "candle-gemm-f64", 928 - "dyn-stack", 929 - "lazy_static", 930 - "num-complex", 931 - "num-traits", 932 - "paste", 933 - "raw-cpuid", 934 - "rayon", 935 - "seq-macro", 936 - ] 937 - 938 - [[package]] 939 - name = "candle-gemm-c32" 940 - version = "0.16.0" 941 - source = "registry+https://github.com/rust-lang/crates.io-index" 942 - checksum = "f595241dad99811de285e029889f57c29dd98e33de7a8a6b881867b1488d7d4a" 943 - dependencies = [ 944 - "candle-gemm-common", 945 - "dyn-stack", 946 - "lazy_static", 947 - "num-complex", 948 - "num-traits", 949 - "paste", 950 - "raw-cpuid", 951 - "rayon", 952 - "seq-macro", 953 - ] 954 - 955 - [[package]] 956 - name = "candle-gemm-c64" 957 - version = "0.16.0" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "648f22fd8f5a4f330e29d791845b514966421308a6a2b5fedb949ee07e54c77f" 960 - dependencies = [ 961 - "candle-gemm-common", 962 - "dyn-stack", 963 - "lazy_static", 964 - "num-complex", 965 - "num-traits", 966 - "paste", 967 - "raw-cpuid", 968 - "rayon", 969 - "seq-macro", 970 - ] 971 - 972 - [[package]] 973 - name = "candle-gemm-common" 974 - version = "0.16.0" 975 - source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "e03c01b4ca3b9d71e4eb89e42946a08f8b0d2f1b861f7fa2ea0966233f1e0b08" 977 - dependencies = [ 978 - "dyn-stack", 979 - "lazy_static", 980 - "num-complex", 981 - "num-traits", 982 - "paste", 983 - "raw-cpuid", 984 - "rayon", 985 - "seq-macro", 986 - ] 987 - 988 - [[package]] 989 - name = "candle-gemm-f16" 990 - version = "0.16.0" 991 - source = "registry+https://github.com/rust-lang/crates.io-index" 992 - checksum = "97f8af2a482131713d28a337abff6debf26c529afa1837caf2ba190909b2107c" 993 - dependencies = [ 994 - "candle-gemm-common", 995 - "candle-gemm-f32", 996 - "dyn-stack", 997 - "half", 998 - "lazy_static", 999 - "num-complex", 1000 - "num-traits", 1001 - "paste", 1002 - "raw-cpuid", 1003 - "rayon", 1004 - "seq-macro", 1005 - ] 1006 - 1007 - [[package]] 1008 - name = "candle-gemm-f32" 1009 - version = "0.16.0" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "938927961e2f0c0a6064fcf3524ea3f7f455fe5708419532a6fea9aea1ab45ae" 1012 - dependencies = [ 1013 - "candle-gemm-common", 1014 - "dyn-stack", 1015 - "lazy_static", 1016 - "num-complex", 1017 - "num-traits", 1018 - "paste", 1019 - "raw-cpuid", 1020 - "rayon", 1021 - "seq-macro", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "candle-gemm-f64" 1026 - version = "0.16.0" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "d192d7126e59b81ef4cf13cd9f194e6dbdc09171f65d0074d059dc009ac06775" 1029 - dependencies = [ 1030 - "candle-gemm-common", 1031 - "dyn-stack", 1032 - "lazy_static", 1033 - "num-complex", 1034 - "num-traits", 1035 - "paste", 1036 - "raw-cpuid", 1037 - "rayon", 1038 - "seq-macro", 1039 - ] 1040 - 1041 - [[package]] 1042 name = "candle-nn" 1043 - version = "0.3.0" 1044 source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "00e438605fbbd1235dbfc5b10beda5ebe4bb0a19969b864a85b922c97ac9f686" 1046 dependencies = [ 1047 "candle-core", 1048 "half", ··· 1055 1056 [[package]] 1057 name = "candle-transformers" 1058 - version = "0.3.0" 1059 source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "196742c5676b9af54c782304609f3e480c871e5588451d9806b2df8fc11e324c" 1061 dependencies = [ 1062 "candle-core", 1063 "candle-nn", 1064 "num-traits", ··· 1066 "rayon", 1067 "serde", 1068 "serde_json", 1069 "tracing", 1070 "wav", 1071 ] ··· 1106 version = "1.0.0" 1107 source = "registry+https://github.com/rust-lang/crates.io-index" 1108 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1109 1110 [[package]] 1111 name = "chrono" ··· 1124 1125 [[package]] 1126 name = "chrono-tz" 1127 - version = "0.8.3" 1128 source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7" 1130 dependencies = [ 1131 "chrono", 1132 "chrono-tz-build", ··· 1135 1136 [[package]] 1137 name = "chrono-tz-build" 1138 - version = "0.2.0" 1139 source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf" 1141 dependencies = [ 1142 "parse-zoneinfo", 1143 "phf 0.11.2", 1144 - "phf_codegen 0.11.2", 1145 ] 1146 1147 [[package]] ··· 1154 ] 1155 1156 [[package]] 1157 name = "clang-sys" 1158 version = "1.6.1" 1159 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1166 1167 [[package]] 1168 name = "clap" 1169 - version = "4.4.6" 1170 source = "registry+https://github.com/rust-lang/crates.io-index" 1171 - checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" 1172 dependencies = [ 1173 "clap_builder", 1174 "clap_derive", ··· 1176 1177 [[package]] 1178 name = "clap_builder" 1179 - version = "4.4.6" 1180 source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" 1182 dependencies = [ 1183 "anstream", 1184 "anstyle", ··· 1188 1189 [[package]] 1190 name = "clap_derive" 1191 - version = "4.4.2" 1192 source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" 1194 dependencies = [ 1195 "heck", 1196 "proc-macro2", 1197 "quote", 1198 - "syn 2.0.38", 1199 ] 1200 1201 [[package]] 1202 name = "clap_lex" 1203 - version = "0.5.1" 1204 source = "registry+https://github.com/rust-lang/crates.io-index" 1205 - checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 1206 1207 [[package]] 1208 name = "cmake" ··· 1243 ] 1244 1245 [[package]] 1246 name = "console" 1247 version = "0.15.7" 1248 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1293 ] 1294 1295 [[package]] 1296 name = "convert_case" 1297 version = "0.4.0" 1298 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1336 1337 [[package]] 1338 name = "cpufeatures" 1339 - version = "0.2.10" 1340 source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "3fbc60abd742b35f2492f808e1abbb83d45f72db402e14c55057edc9c7b1e9e4" 1342 dependencies = [ 1343 "libc", 1344 ] ··· 1363 1364 [[package]] 1365 name = "crc-catalog" 1366 - version = "2.2.0" 1367 source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" 1369 1370 [[package]] 1371 name = "crc32fast" ··· 1461 checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1462 1463 [[package]] 1464 name = "crypto-common" 1465 version = "0.1.6" 1466 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1515 "proc-macro2", 1516 "quote", 1517 "strsim", 1518 - "syn 2.0.38", 1519 ] 1520 1521 [[package]] ··· 1537 dependencies = [ 1538 "darling_core 0.20.3", 1539 "quote", 1540 - "syn 2.0.38", 1541 ] 1542 1543 [[package]] ··· 1550 "hashbrown 0.14.2", 1551 "lock_api", 1552 "once_cell", 1553 - "parking_lot_core", 1554 ] 1555 1556 [[package]] ··· 1595 dependencies = [ 1596 "deno-proc-macro-rules-macros", 1597 "proc-macro2", 1598 - "syn 2.0.38", 1599 ] 1600 1601 [[package]] ··· 1607 "once_cell", 1608 "proc-macro2", 1609 "quote", 1610 - "syn 2.0.38", 1611 ] 1612 1613 [[package]] ··· 1669 "libc", 1670 "log", 1671 "once_cell", 1672 - "parking_lot", 1673 "pin-project", 1674 "serde", 1675 "serde_json", ··· 1719 "deno-proc-macro-rules", 1720 "lazy-regex", 1721 "once_cell", 1722 - "pmutil", 1723 "proc-macro-crate 1.3.1", 1724 "proc-macro2", 1725 "quote", ··· 1727 "strum", 1728 "strum_macros", 1729 "syn 1.0.109", 1730 - "syn 2.0.38", 1731 "thiserror", 1732 ] 1733 ··· 1739 dependencies = [ 1740 "deno_core", 1741 "once_cell", 1742 - "rustls", 1743 "rustls-native-certs", 1744 "rustls-pemfile", 1745 "serde", ··· 1867 checksum = "ac41dd49fb554432020d52c875fc290e110113f864c6b1b525cd62c7e7747a5d" 1868 dependencies = [ 1869 "byteorder", 1870 - "cipher", 1871 "opaque-debug", 1872 ] 1873 - 1874 - [[package]] 1875 - name = "diff" 1876 - version = "0.1.13" 1877 - source = "registry+https://github.com/rust-lang/crates.io-index" 1878 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1879 1880 [[package]] 1881 name = "digest" ··· 1900 1901 [[package]] 1902 name = "dirs" 1903 version = "5.0.1" 1904 source = "registry+https://github.com/rust-lang/crates.io-index" 1905 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1906 dependencies = [ 1907 - "dirs-sys", 1908 ] 1909 1910 [[package]] ··· 1915 dependencies = [ 1916 "cfg-if", 1917 "dirs-sys-next", 1918 ] 1919 1920 [[package]] ··· 1970 1971 [[package]] 1972 name = "dyn-clone" 1973 - version = "1.0.14" 1974 source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd" 1976 1977 [[package]] 1978 name = "dyn-iter" ··· 1982 1983 [[package]] 1984 name = "dyn-stack" 1985 - version = "0.9.1" 1986 source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "7fe7f8d7bcc523381d3c437b82cf74805de3931de0da69309ae0fe1bdf7a256e" 1988 dependencies = [ 1989 "bytemuck", 1990 "reborrow", 1991 ] 1992 1993 [[package]] 1994 name = "either" 1995 version = "1.9.0" 1996 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2000 ] 2001 2002 [[package]] 2003 - name = "ena" 2004 - version = "0.14.2" 2005 source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" 2007 dependencies = [ 2008 - "log", 2009 ] 2010 2011 [[package]] ··· 2015 checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 2016 2017 [[package]] 2018 name = "encoding_rs" 2019 version = "0.8.31" 2020 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2024 ] 2025 2026 [[package]] 2027 name = "equivalent" 2028 version = "1.0.1" 2029 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2031 2032 [[package]] 2033 name = "errno" 2034 - version = "0.3.5" 2035 source = "registry+https://github.com/rust-lang/crates.io-index" 2036 - checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" 2037 dependencies = [ 2038 "libc", 2039 "windows-sys 0.48.0", ··· 2066 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 2067 2068 [[package]] 2069 name = "fallible-iterator" 2070 version = "0.2.0" 2071 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2087 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 2088 2089 [[package]] 2090 name = "filetime" 2091 version = "0.2.22" 2092 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2105 checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" 2106 2107 [[package]] 2108 - name = "fixedbitset" 2109 - version = "0.4.2" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 2112 - 2113 - [[package]] 2114 name = "flate2" 2115 version = "1.0.28" 2116 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2169 source = "registry+https://github.com/rust-lang/crates.io-index" 2170 checksum = "03ec5dc38ee19078d84a692b1c41181ff9f94331c76cee66ff0208c770b5e54f" 2171 dependencies = [ 2172 - "pmutil", 2173 "proc-macro2", 2174 "swc_macros_common", 2175 - "syn 2.0.38", 2176 ] 2177 2178 [[package]] ··· 2200 dependencies = [ 2201 "frunk_proc_macro_helpers", 2202 "quote", 2203 - "syn 2.0.38", 2204 ] 2205 2206 [[package]] ··· 2212 "frunk_core", 2213 "proc-macro2", 2214 "quote", 2215 - "syn 2.0.38", 2216 ] 2217 2218 [[package]] ··· 2224 "frunk_core", 2225 "frunk_proc_macro_helpers", 2226 "quote", 2227 - "syn 2.0.38", 2228 ] 2229 2230 [[package]] ··· 2245 2246 [[package]] 2247 name = "futures" 2248 - version = "0.3.28" 2249 source = "registry+https://github.com/rust-lang/crates.io-index" 2250 - checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 2251 dependencies = [ 2252 "futures-channel", 2253 "futures-core", ··· 2260 2261 [[package]] 2262 name = "futures-channel" 2263 - version = "0.3.28" 2264 source = "registry+https://github.com/rust-lang/crates.io-index" 2265 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 2266 dependencies = [ 2267 "futures-core", 2268 "futures-sink", ··· 2270 2271 [[package]] 2272 name = "futures-core" 2273 - version = "0.3.28" 2274 source = "registry+https://github.com/rust-lang/crates.io-index" 2275 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 2276 2277 [[package]] 2278 name = "futures-executor" 2279 - version = "0.3.28" 2280 source = "registry+https://github.com/rust-lang/crates.io-index" 2281 - checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 2282 dependencies = [ 2283 "futures-core", 2284 "futures-task", ··· 2287 2288 [[package]] 2289 name = "futures-intrusive" 2290 version = "0.5.0" 2291 source = "registry+https://github.com/rust-lang/crates.io-index" 2292 checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 2293 dependencies = [ 2294 "futures-core", 2295 "lock_api", 2296 - "parking_lot", 2297 ] 2298 2299 [[package]] 2300 name = "futures-io" 2301 - version = "0.3.28" 2302 source = "registry+https://github.com/rust-lang/crates.io-index" 2303 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 2304 2305 [[package]] 2306 name = "futures-lite" ··· 2318 ] 2319 2320 [[package]] 2321 name = "futures-macro" 2322 - version = "0.3.28" 2323 source = "registry+https://github.com/rust-lang/crates.io-index" 2324 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 2325 dependencies = [ 2326 "proc-macro2", 2327 "quote", 2328 - "syn 2.0.38", 2329 ] 2330 2331 [[package]] 2332 name = "futures-sink" 2333 - version = "0.3.28" 2334 source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 2336 2337 [[package]] 2338 name = "futures-task" 2339 - version = "0.3.28" 2340 source = "registry+https://github.com/rust-lang/crates.io-index" 2341 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 2342 2343 [[package]] 2344 name = "futures-util" 2345 - version = "0.3.28" 2346 source = "registry+https://github.com/rust-lang/crates.io-index" 2347 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 2348 dependencies = [ 2349 "futures-channel", 2350 "futures-core", ··· 2365 checksum = "7d3b20d3058763d26d88e6e7a49998841e5296735b00dbfb064ff7cb142933dd" 2366 dependencies = [ 2367 "async-trait", 2368 - "base64 0.21.4", 2369 "dirs-next", 2370 "hyper", 2371 "hyper-rustls", 2372 "ring 0.16.20", 2373 - "rustls", 2374 "rustls-pemfile", 2375 "serde", 2376 "serde_json", ··· 2384 ] 2385 2386 [[package]] 2387 name = "generic-array" 2388 version = "0.14.7" 2389 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2425 2426 [[package]] 2427 name = "getrandom" 2428 - version = "0.2.10" 2429 source = "registry+https://github.com/rust-lang/crates.io-index" 2430 - checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 2431 dependencies = [ 2432 "cfg-if", 2433 "js-sys", ··· 2444 2445 [[package]] 2446 name = "git-version" 2447 - version = "0.3.5" 2448 source = "registry+https://github.com/rust-lang/crates.io-index" 2449 - checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899" 2450 dependencies = [ 2451 "git-version-macro", 2452 - "proc-macro-hack", 2453 ] 2454 2455 [[package]] 2456 name = "git-version-macro" 2457 - version = "0.3.5" 2458 source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f" 2460 dependencies = [ 2461 - "proc-macro-hack", 2462 "proc-macro2", 2463 "quote", 2464 - "syn 1.0.109", 2465 ] 2466 2467 [[package]] ··· 2508 ] 2509 2510 [[package]] 2511 name = "h2" 2512 - version = "0.3.21" 2513 source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 2515 dependencies = [ 2516 "bytes", 2517 "fnv", ··· 2519 "futures-sink", 2520 "futures-util", 2521 "http", 2522 - "indexmap 1.9.3", 2523 "slab", 2524 "tokio", 2525 "tokio-util", ··· 2532 source = "registry+https://github.com/rust-lang/crates.io-index" 2533 checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" 2534 dependencies = [ 2535 "cfg-if", 2536 "crunchy", 2537 "num-traits", ··· 2545 source = "registry+https://github.com/rust-lang/crates.io-index" 2546 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2547 dependencies = [ 2548 - "ahash 0.7.6", 2549 ] 2550 2551 [[package]] ··· 2554 source = "registry+https://github.com/rust-lang/crates.io-index" 2555 checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 2556 dependencies = [ 2557 - "ahash 0.8.3", 2558 ] 2559 2560 [[package]] ··· 2563 source = "registry+https://github.com/rust-lang/crates.io-index" 2564 checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" 2565 dependencies = [ 2566 - "ahash 0.8.3", 2567 "allocator-api2", 2568 ] 2569 ··· 2582 source = "registry+https://github.com/rust-lang/crates.io-index" 2583 checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 2584 dependencies = [ 2585 - "base64 0.21.4", 2586 "bytes", 2587 "headers-core", 2588 "http", ··· 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2628 checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732" 2629 dependencies = [ 2630 - "dirs", 2631 "indicatif", 2632 "log", 2633 "native-tls", ··· 2667 2668 [[package]] 2669 name = "http" 2670 - version = "0.2.9" 2671 source = "registry+https://github.com/rust-lang/crates.io-index" 2672 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2673 dependencies = [ 2674 "bytes", 2675 "fnv", ··· 2700 checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 2701 dependencies = [ 2702 "anyhow", 2703 - "async-channel", 2704 "base64 0.13.1", 2705 - "futures-lite", 2706 "http", 2707 "infer", 2708 "pin-project-lite", ··· 2752 2753 [[package]] 2754 name = "hyper-rustls" 2755 - version = "0.24.1" 2756 source = "registry+https://github.com/rust-lang/crates.io-index" 2757 - checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" 2758 dependencies = [ 2759 "futures-util", 2760 "http", 2761 "hyper", 2762 - "rustls", 2763 "rustls-native-certs", 2764 "tokio", 2765 - "tokio-rustls", 2766 ] 2767 2768 [[package]] ··· 2836 2837 [[package]] 2838 name = "indexmap" 2839 - version = "2.0.2" 2840 source = "registry+https://github.com/rust-lang/crates.io-index" 2841 - checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" 2842 dependencies = [ 2843 "equivalent", 2844 "hashbrown 0.14.2", ··· 2862 version = "0.2.3" 2863 source = "registry+https://github.com/rust-lang/crates.io-index" 2864 checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 2865 2866 [[package]] 2867 name = "instant" ··· 2885 2886 [[package]] 2887 name = "ipnet" 2888 - version = "2.8.0" 2889 source = "registry+https://github.com/rust-lang/crates.io-index" 2890 - checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 2891 2892 [[package]] 2893 name = "is-macro" 2894 - version = "0.3.0" 2895 source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e" 2897 dependencies = [ 2898 "Inflector", 2899 - "pmutil", 2900 "proc-macro2", 2901 "quote", 2902 - "syn 2.0.38", 2903 ] 2904 2905 [[package]] 2906 - name = "is-terminal" 2907 - version = "0.4.9" 2908 source = "registry+https://github.com/rust-lang/crates.io-index" 2909 - checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 2910 dependencies = [ 2911 - "hermit-abi", 2912 - "rustix 0.38.20", 2913 - "windows-sys 0.48.0", 2914 ] 2915 2916 [[package]] ··· 2932 ] 2933 2934 [[package]] 2935 name = "itoa" 2936 version = "1.0.9" 2937 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2948 2949 [[package]] 2950 name = "js-sys" 2951 - version = "0.3.64" 2952 source = "registry+https://github.com/rust-lang/crates.io-index" 2953 - checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 2954 dependencies = [ 2955 "wasm-bindgen", 2956 ] ··· 2961 source = "registry+https://github.com/rust-lang/crates.io-index" 2962 checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" 2963 dependencies = [ 2964 - "base64 0.21.4", 2965 "pem 1.1.1", 2966 "ring 0.16.20", 2967 "serde", ··· 2970 ] 2971 2972 [[package]] 2973 name = "konst" 2974 version = "0.2.19" 2975 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2994 ] 2995 2996 [[package]] 2997 - name = "lalrpop" 2998 - version = "0.19.12" 2999 - source = "registry+https://github.com/rust-lang/crates.io-index" 3000 - checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b" 3001 - dependencies = [ 3002 - "ascii-canvas", 3003 - "bit-set", 3004 - "diff", 3005 - "ena", 3006 - "is-terminal", 3007 - "itertools 0.10.5", 3008 - "lalrpop-util", 3009 - "petgraph", 3010 - "regex", 3011 - "regex-syntax 0.6.29", 3012 - "string_cache", 3013 - "term", 3014 - "tiny-keccak", 3015 - "unicode-xid", 3016 - ] 3017 - 3018 - [[package]] 3019 name = "lalrpop-util" 3020 - version = "0.19.12" 3021 source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed" 3023 - dependencies = [ 3024 - "regex", 3025 - ] 3026 3027 [[package]] 3028 name = "lazy-regex" ··· 3063 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 3064 3065 [[package]] 3066 - name = "lexical" 3067 - version = "6.1.1" 3068 - source = "registry+https://github.com/rust-lang/crates.io-index" 3069 - checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" 3070 - dependencies = [ 3071 - "lexical-core", 3072 - ] 3073 - 3074 - [[package]] 3075 - name = "lexical-core" 3076 - version = "0.8.5" 3077 - source = "registry+https://github.com/rust-lang/crates.io-index" 3078 - checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 3079 - dependencies = [ 3080 - "lexical-parse-float", 3081 - "lexical-parse-integer", 3082 - "lexical-util", 3083 - "lexical-write-float", 3084 - "lexical-write-integer", 3085 - ] 3086 - 3087 - [[package]] 3088 - name = "lexical-parse-float" 3089 - version = "0.8.5" 3090 - source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 3092 - dependencies = [ 3093 - "lexical-parse-integer", 3094 - "lexical-util", 3095 - "static_assertions", 3096 - ] 3097 - 3098 - [[package]] 3099 - name = "lexical-parse-integer" 3100 - version = "0.8.6" 3101 - source = "registry+https://github.com/rust-lang/crates.io-index" 3102 - checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 3103 - dependencies = [ 3104 - "lexical-util", 3105 - "static_assertions", 3106 - ] 3107 - 3108 - [[package]] 3109 - name = "lexical-util" 3110 - version = "0.8.5" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 3113 - dependencies = [ 3114 - "static_assertions", 3115 - ] 3116 - 3117 - [[package]] 3118 - name = "lexical-write-float" 3119 - version = "0.8.5" 3120 - source = "registry+https://github.com/rust-lang/crates.io-index" 3121 - checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 3122 - dependencies = [ 3123 - "lexical-util", 3124 - "lexical-write-integer", 3125 - "static_assertions", 3126 - ] 3127 - 3128 - [[package]] 3129 - name = "lexical-write-integer" 3130 - version = "0.8.5" 3131 - source = "registry+https://github.com/rust-lang/crates.io-index" 3132 - checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 3133 - dependencies = [ 3134 - "lexical-util", 3135 - "static_assertions", 3136 - ] 3137 - 3138 - [[package]] 3139 name = "libc" 3140 - version = "0.2.149" 3141 source = "registry+https://github.com/rust-lang/crates.io-index" 3142 - checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 3143 3144 [[package]] 3145 name = "libgit2-sys" ··· 3170 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3171 3172 [[package]] 3173 name = "libsqlite3-sys" 3174 version = "0.26.0" 3175 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3221 3222 [[package]] 3223 name = "linux-raw-sys" 3224 - version = "0.4.10" 3225 source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 3227 3228 [[package]] 3229 name = "lock_api" ··· 3245 ] 3246 3247 [[package]] 3248 - name = "lru" 3249 - version = "0.10.1" 3250 source = "registry+https://github.com/rust-lang/crates.io-index" 3251 - checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" 3252 dependencies = [ 3253 - "hashbrown 0.13.2", 3254 ] 3255 3256 [[package]] 3257 - name = "lz4_flex" 3258 - version = "0.9.5" 3259 source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "1a8cbbb2831780bc3b9c15a41f5b49222ef756b6730a95f3decfdd15903eb5a3" 3261 dependencies = [ 3262 - "twox-hash", 3263 ] 3264 3265 [[package]] ··· 3291 3292 [[package]] 3293 name = "magic-crypt" 3294 - version = "3.1.12" 3295 source = "registry+https://github.com/rust-lang/crates.io-index" 3296 - checksum = "0196bd5c76f5f51d7d6563545f86262fef4c82d75466ba6f6d359c40a523318d" 3297 dependencies = [ 3298 - "aes", 3299 - "base64 0.13.1", 3300 "block-modes", 3301 "crc-any", 3302 "des", ··· 3324 "base64 0.20.0", 3325 "gethostname", 3326 "mail-builder", 3327 - "rustls", 3328 "smtp-proto", 3329 "tokio", 3330 - "tokio-rustls", 3331 "webpki-roots 0.25.2", 3332 ] 3333 3334 [[package]] 3335 name = "matchers" 3336 version = "0.1.0" 3337 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3431 3432 [[package]] 3433 name = "mio" 3434 - version = "0.8.8" 3435 source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 3437 dependencies = [ 3438 "libc", 3439 "log", ··· 3443 3444 [[package]] 3445 name = "monostate" 3446 - version = "0.1.9" 3447 source = "registry+https://github.com/rust-lang/crates.io-index" 3448 - checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee" 3449 dependencies = [ 3450 "monostate-impl", 3451 "serde", ··· 3453 3454 [[package]] 3455 name = "monostate-impl" 3456 - version = "0.1.9" 3457 source = "registry+https://github.com/rust-lang/crates.io-index" 3458 - checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce" 3459 dependencies = [ 3460 "proc-macro2", 3461 "quote", 3462 - "syn 2.0.38", 3463 ] 3464 3465 [[package]] ··· 3475 "proc-macro-error", 3476 "proc-macro2", 3477 "quote", 3478 - "syn 2.0.38", 3479 "termcolor", 3480 "thiserror", 3481 ] 3482 3483 [[package]] 3484 name = "mysql_async" 3485 - version = "0.32.2" 3486 source = "registry+https://github.com/rust-lang/crates.io-index" 3487 - checksum = "f5272f59b5b1f93d65f7f826c1f025d6e410e89fb50a67e05aa20b35a55a8c0a" 3488 dependencies = [ 3489 "bytes", 3490 "crossbeam", ··· 3492 "futures-core", 3493 "futures-sink", 3494 "futures-util", 3495 "lazy_static", 3496 "lru", 3497 "mio", 3498 "mysql_common", 3499 "native-tls", 3500 "once_cell", 3501 - "pem 2.0.1", 3502 "percent-encoding", 3503 "pin-project", 3504 - "priority-queue", 3505 "serde", 3506 "serde_json", 3507 "socket2 0.5.5", ··· 3515 3516 [[package]] 3517 name = "mysql_common" 3518 - version = "0.30.6" 3519 source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "57349d5a326b437989b6ee4dc8f2f34b0cc131202748414712a8e7d98952fc8c" 3521 dependencies = [ 3522 - "base64 0.21.4", 3523 - "bigdecimal 0.3.1", 3524 - "bindgen 0.68.1", 3525 "bitflags 2.4.1", 3526 "bitvec", 3527 "byteorder", 3528 "bytes", 3529 "cc", ··· 3532 "flate2", 3533 "frunk", 3534 "lazy_static", 3535 - "lexical", 3536 "mysql-common-derive", 3537 "num-bigint", 3538 "num-traits", ··· 3549 "thiserror", 3550 "time", 3551 "uuid 1.5.0", 3552 ] 3553 3554 [[package]] ··· 3642 source = "registry+https://github.com/rust-lang/crates.io-index" 3643 checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 3644 dependencies = [ 3645 "num-traits", 3646 - "serde", 3647 ] 3648 3649 [[package]] ··· 3749 3750 [[package]] 3751 name = "openssl" 3752 - version = "0.10.57" 3753 source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" 3755 dependencies = [ 3756 "bitflags 2.4.1", 3757 "cfg-if", ··· 3770 dependencies = [ 3771 "proc-macro2", 3772 "quote", 3773 - "syn 2.0.38", 3774 ] 3775 3776 [[package]] ··· 3781 3782 [[package]] 3783 name = "openssl-sys" 3784 - version = "0.9.93" 3785 source = "registry+https://github.com/rust-lang/crates.io-index" 3786 - checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" 3787 dependencies = [ 3788 "cc", 3789 "libc", ··· 3810 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3811 3812 [[package]] 3813 name = "parking" 3814 version = "2.2.0" 3815 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3817 3818 [[package]] 3819 name = "parking_lot" 3820 version = "0.12.1" 3821 source = "registry+https://github.com/rust-lang/crates.io-index" 3822 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3823 dependencies = [ 3824 "lock_api", 3825 - "parking_lot_core", 3826 ] 3827 3828 [[package]] ··· 3849 3850 [[package]] 3851 name = "password-hash" 3852 version = "0.5.0" 3853 source = "registry+https://github.com/rust-lang/crates.io-index" 3854 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" ··· 3871 checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3872 3873 [[package]] 3874 name = "peeking_take_while" 3875 version = "0.1.2" 3876 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3887 3888 [[package]] 3889 name = "pem" 3890 - version = "2.0.1" 3891 - source = "registry+https://github.com/rust-lang/crates.io-index" 3892 - checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" 3893 - dependencies = [ 3894 - "base64 0.21.4", 3895 - "serde", 3896 - ] 3897 - 3898 - [[package]] 3899 - name = "pem" 3900 version = "3.0.2" 3901 source = "registry+https://github.com/rust-lang/crates.io-index" 3902 checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" 3903 dependencies = [ 3904 - "base64 0.21.4", 3905 "serde", 3906 ] 3907 ··· 3930 checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 3931 3932 [[package]] 3933 - name = "pest" 3934 - version = "2.7.4" 3935 - source = "registry+https://github.com/rust-lang/crates.io-index" 3936 - checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4" 3937 dependencies = [ 3938 - "memchr", 3939 "thiserror", 3940 - "ucd-trie", 3941 - ] 3942 - 3943 - [[package]] 3944 - name = "petgraph" 3945 - version = "0.6.4" 3946 - source = "registry+https://github.com/rust-lang/crates.io-index" 3947 - checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 3948 - dependencies = [ 3949 - "fixedbitset", 3950 - "indexmap 2.0.2", 3951 ] 3952 3953 [[package]] ··· 3969 dependencies = [ 3970 "phf_macros 0.11.2", 3971 "phf_shared 0.11.2", 3972 - ] 3973 - 3974 - [[package]] 3975 - name = "phf_codegen" 3976 - version = "0.10.0" 3977 - source = "registry+https://github.com/rust-lang/crates.io-index" 3978 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 3979 - dependencies = [ 3980 - "phf_generator 0.10.0", 3981 - "phf_shared 0.10.0", 3982 ] 3983 3984 [[package]] ··· 4035 "phf_shared 0.11.2", 4036 "proc-macro2", 4037 "quote", 4038 - "syn 2.0.38", 4039 ] 4040 4041 [[package]] ··· 4073 dependencies = [ 4074 "proc-macro2", 4075 "quote", 4076 - "syn 2.0.38", 4077 ] 4078 4079 [[package]] ··· 4150 4151 [[package]] 4152 name = "pmutil" 4153 version = "0.6.1" 4154 source = "registry+https://github.com/rust-lang/crates.io-index" 4155 checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6" 4156 dependencies = [ 4157 "proc-macro2", 4158 "quote", 4159 - "syn 2.0.38", 4160 ] 4161 4162 [[package]] ··· 4177 4178 [[package]] 4179 name = "portable-atomic" 4180 - version = "1.4.3" 4181 source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" 4183 4184 [[package]] 4185 name = "postgres" ··· 4214 source = "registry+https://github.com/rust-lang/crates.io-index" 4215 checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520" 4216 dependencies = [ 4217 - "base64 0.21.4", 4218 "byteorder", 4219 "bytes", 4220 "fallible-iterator", ··· 4261 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4262 4263 [[package]] 4264 name = "prettyplease" 4265 version = "0.1.25" 4266 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4277 checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" 4278 dependencies = [ 4279 "proc-macro2", 4280 - "syn 2.0.38", 4281 - ] 4282 - 4283 - [[package]] 4284 - name = "priority-queue" 4285 - version = "1.3.2" 4286 - source = "registry+https://github.com/rust-lang/crates.io-index" 4287 - checksum = "fff39edfcaec0d64e8d0da38564fad195d2d51b680940295fcc307366e101e61" 4288 - dependencies = [ 4289 - "autocfg", 4290 - "indexmap 1.9.3", 4291 ] 4292 4293 [[package]] 4294 name = "proc-macro-crate" 4295 - version = "0.1.5" 4296 source = "registry+https://github.com/rust-lang/crates.io-index" 4297 - checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" 4298 dependencies = [ 4299 - "toml 0.5.11", 4300 ] 4301 4302 [[package]] 4303 name = "proc-macro-crate" 4304 - version = "1.3.1" 4305 source = "registry+https://github.com/rust-lang/crates.io-index" 4306 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 4307 dependencies = [ 4308 - "once_cell", 4309 - "toml_edit", 4310 ] 4311 4312 [[package]] ··· 4397 "schemars", 4398 "serde", 4399 "serde_json", 4400 - "syn 2.0.38", 4401 "thiserror", 4402 "typify", 4403 "unicode-ident", ··· 4417 "serde_json", 4418 "serde_tokenstream", 4419 "serde_yaml", 4420 - "syn 2.0.38", 4421 ] 4422 4423 [[package]] ··· 4436 "fnv", 4437 "lazy_static", 4438 "memchr", 4439 - "parking_lot", 4440 "thiserror", 4441 ] 4442 4443 [[package]] 4444 name = "psm" 4445 version = "0.1.21" 4446 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4470 ] 4471 4472 [[package]] 4473 name = "quick-xml" 4474 version = "0.28.2" 4475 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4485 source = "registry+https://github.com/rust-lang/crates.io-index" 4486 checksum = "f69f8d22fa3f34f3083d9a4375c038732c7a7e964de1beb81c544da92dfc40b8" 4487 dependencies = [ 4488 - "ahash 0.8.3", 4489 "equivalent", 4490 "hashbrown 0.14.2", 4491 - "parking_lot", 4492 ] 4493 4494 [[package]] ··· 4571 source = "registry+https://github.com/rust-lang/crates.io-index" 4572 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4573 dependencies = [ 4574 - "getrandom 0.2.10", 4575 ] 4576 4577 [[package]] ··· 4690 4691 [[package]] 4692 name = "redox_users" 4693 - version = "0.4.3" 4694 source = "registry+https://github.com/rust-lang/crates.io-index" 4695 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 4696 dependencies = [ 4697 - "getrandom 0.2.10", 4698 - "redox_syscall 0.2.16", 4699 "thiserror", 4700 ] 4701 ··· 4774 source = "registry+https://github.com/rust-lang/crates.io-index" 4775 checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" 4776 dependencies = [ 4777 - "async-compression 0.4.4", 4778 - "base64 0.21.4", 4779 "bytes", 4780 "encoding_rs", 4781 "futures-core", ··· 4794 "once_cell", 4795 "percent-encoding", 4796 "pin-project-lite", 4797 - "rustls", 4798 "rustls-pemfile", 4799 "serde", 4800 "serde_json", ··· 4802 "system-configuration", 4803 "tokio", 4804 "tokio-native-tls", 4805 - "tokio-rustls", 4806 "tokio-socks", 4807 "tokio-util", 4808 "tower-service", ··· 4816 ] 4817 4818 [[package]] 4819 name = "riff" 4820 version = "1.0.1" 4821 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4843 checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 4844 dependencies = [ 4845 "cc", 4846 - "getrandom 0.2.10", 4847 "libc", 4848 "spin 0.9.8", 4849 "untrusted 0.9.0", ··· 4901 4902 [[package]] 4903 name = "rsa" 4904 - version = "0.9.2" 4905 source = "registry+https://github.com/rust-lang/crates.io-index" 4906 - checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" 4907 dependencies = [ 4908 - "byteorder", 4909 "const-oid", 4910 "digest 0.10.7", 4911 "num-bigint-dig", 4912 "num-integer", 4913 - "num-iter", 4914 "num-traits", 4915 "pkcs1 0.7.5", 4916 "pkcs8 0.10.2", 4917 "rand_core 0.6.4", 4918 - "signature 2.1.0", 4919 "spki 0.7.2", 4920 "subtle", 4921 "zeroize", ··· 4956 "proc-macro2", 4957 "quote", 4958 "rust-embed-utils", 4959 - "syn 2.0.38", 4960 "walkdir", 4961 ] 4962 ··· 4972 4973 [[package]] 4974 name = "rust_decimal" 4975 - version = "1.32.0" 4976 source = "registry+https://github.com/rust-lang/crates.io-index" 4977 - checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd" 4978 dependencies = [ 4979 "arrayvec", 4980 "borsh", ··· 5019 5020 [[package]] 5021 name = "rustfmt-wrapper" 5022 - version = "0.2.0" 5023 source = "registry+https://github.com/rust-lang/crates.io-index" 5024 - checksum = "ed729e3bee08ec2befd593c27e90ca9fdd25efdc83c94c3b82eaef16e4f7406e" 5025 dependencies = [ 5026 "serde", 5027 "tempfile", 5028 "thiserror", 5029 - "toml 0.5.11", 5030 "toolchain_find", 5031 ] 5032 5033 [[package]] 5034 name = "rustix" 5035 - version = "0.37.26" 5036 source = "registry+https://github.com/rust-lang/crates.io-index" 5037 - checksum = "84f3f8f960ed3b5a59055428714943298bf3fa2d4a1d53135084e0544829d995" 5038 dependencies = [ 5039 "bitflags 1.3.2", 5040 "errno", ··· 5046 5047 [[package]] 5048 name = "rustix" 5049 - version = "0.38.20" 5050 source = "registry+https://github.com/rust-lang/crates.io-index" 5051 - checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0" 5052 dependencies = [ 5053 "bitflags 2.4.1", 5054 "errno", 5055 "libc", 5056 - "linux-raw-sys 0.4.10", 5057 "windows-sys 0.48.0", 5058 ] 5059 5060 [[package]] 5061 name = "rustls" 5062 - version = "0.21.7" 5063 source = "registry+https://github.com/rust-lang/crates.io-index" 5064 - checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" 5065 dependencies = [ 5066 "log", 5067 "ring 0.16.20", 5068 "rustls-webpki", 5069 "sct", 5070 ] ··· 5083 5084 [[package]] 5085 name = "rustls-pemfile" 5086 - version = "1.0.3" 5087 source = "registry+https://github.com/rust-lang/crates.io-index" 5088 - checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 5089 dependencies = [ 5090 - "base64 0.21.4", 5091 ] 5092 5093 [[package]] 5094 name = "rustls-webpki" 5095 - version = "0.101.6" 5096 source = "registry+https://github.com/rust-lang/crates.io-index" 5097 - checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe" 5098 dependencies = [ 5099 - "ring 0.16.20", 5100 - "untrusted 0.7.1", 5101 ] 5102 5103 [[package]] 5104 name = "rustpython-ast" 5105 - version = "0.2.0" 5106 source = "registry+https://github.com/rust-lang/crates.io-index" 5107 - checksum = "f7b83af38212db64ecfc76b6d53a1c6de89733236e39c69d4bc8ab565ae167b2" 5108 dependencies = [ 5109 - "num-bigint", 5110 - "rustpython-compiler-core", 5111 - ] 5112 - 5113 - [[package]] 5114 - name = "rustpython-compiler-core" 5115 - version = "0.2.0" 5116 - source = "registry+https://github.com/rust-lang/crates.io-index" 5117 - checksum = "81870eb757460989d43ce41e069f1a01d0292b33011b23b0455d0a6394e4c77a" 5118 - dependencies = [ 5119 - "bincode", 5120 - "bitflags 1.3.2", 5121 - "bstr", 5122 - "itertools 0.10.5", 5123 - "lz4_flex", 5124 - "num-bigint", 5125 - "num-complex", 5126 - "serde", 5127 "static_assertions", 5128 - "thiserror", 5129 ] 5130 5131 [[package]] 5132 name = "rustpython-parser" 5133 - version = "0.2.0" 5134 source = "registry+https://github.com/rust-lang/crates.io-index" 5135 - checksum = "db7348e148144ba85bc1284d97004062137306554fd00e7eb500d91720de5e78" 5136 dependencies = [ 5137 - "ahash 0.7.6", 5138 "anyhow", 5139 "itertools 0.10.5", 5140 - "lalrpop", 5141 "lalrpop-util", 5142 "log", 5143 - "num-bigint", 5144 "num-traits", 5145 - "phf 0.10.1", 5146 - "phf_codegen 0.10.0", 5147 "rustc-hash", 5148 "rustpython-ast", 5149 - "rustpython-compiler-core", 5150 - "thiserror", 5151 "tiny-keccak", 5152 "unic-emoji-char", 5153 "unic-ucd-ident", ··· 5155 ] 5156 5157 [[package]] 5158 name = "rustversion" 5159 version = "1.0.14" 5160 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5182 source = "registry+https://github.com/rust-lang/crates.io-index" 5183 checksum = "7af1a6bbd2d98a207abf060c0734b0b9eb8a2a679008bf7bb5296c8876e27958" 5184 dependencies = [ 5185 - "base64 0.21.4", 5186 "bindgen 0.65.1", 5187 "chrono", 5188 "data-encoding", ··· 5229 5230 [[package]] 5231 name = "schemars" 5232 - version = "0.8.15" 5233 source = "registry+https://github.com/rust-lang/crates.io-index" 5234 - checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c" 5235 dependencies = [ 5236 "chrono", 5237 "dyn-clone", ··· 5243 5244 [[package]] 5245 name = "schemars_derive" 5246 - version = "0.8.15" 5247 source = "registry+https://github.com/rust-lang/crates.io-index" 5248 - checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c" 5249 dependencies = [ 5250 "proc-macro2", 5251 "quote", ··· 5267 5268 [[package]] 5269 name = "sct" 5270 - version = "0.7.0" 5271 source = "registry+https://github.com/rust-lang/crates.io-index" 5272 - checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 5273 dependencies = [ 5274 - "ring 0.16.20", 5275 - "untrusted 0.7.1", 5276 ] 5277 5278 [[package]] ··· 5280 version = "4.1.0" 5281 source = "registry+https://github.com/rust-lang/crates.io-index" 5282 checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 5283 5284 [[package]] 5285 name = "security-framework" ··· 5310 source = "registry+https://github.com/rust-lang/crates.io-index" 5311 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 5312 dependencies = [ 5313 - "semver-parser 0.7.0", 5314 - ] 5315 - 5316 - [[package]] 5317 - name = "semver" 5318 - version = "0.11.0" 5319 - source = "registry+https://github.com/rust-lang/crates.io-index" 5320 - checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 5321 - dependencies = [ 5322 - "semver-parser 0.10.2", 5323 ] 5324 5325 [[package]] ··· 5338 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 5339 5340 [[package]] 5341 - name = "semver-parser" 5342 - version = "0.10.2" 5343 - source = "registry+https://github.com/rust-lang/crates.io-index" 5344 - checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 5345 - dependencies = [ 5346 - "pest", 5347 - ] 5348 - 5349 - [[package]] 5350 name = "seq-macro" 5351 version = "0.3.5" 5352 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5354 5355 [[package]] 5356 name = "serde" 5357 - version = "1.0.189" 5358 source = "registry+https://github.com/rust-lang/crates.io-index" 5359 - checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" 5360 dependencies = [ 5361 "serde_derive", 5362 ] ··· 5394 5395 [[package]] 5396 name = "serde_derive" 5397 - version = "1.0.189" 5398 source = "registry+https://github.com/rust-lang/crates.io-index" 5399 - checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" 5400 dependencies = [ 5401 "proc-macro2", 5402 "quote", 5403 - "syn 2.0.38", 5404 ] 5405 5406 [[package]] ··· 5416 5417 [[package]] 5418 name = "serde_json" 5419 - version = "1.0.107" 5420 source = "registry+https://github.com/rust-lang/crates.io-index" 5421 - checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 5422 dependencies = [ 5423 - "indexmap 2.0.2", 5424 "itoa", 5425 "ryu", 5426 "serde", ··· 5437 ] 5438 5439 [[package]] 5440 name = "serde_qs" 5441 version = "0.8.5" 5442 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5449 5450 [[package]] 5451 name = "serde_qs" 5452 - version = "0.9.2" 5453 source = "registry+https://github.com/rust-lang/crates.io-index" 5454 - checksum = "6af4cee6cd4b23b45e6709150d1e9af5c748131de7e3316a7c2b3008051ed725" 5455 dependencies = [ 5456 "percent-encoding", 5457 "serde", ··· 5460 5461 [[package]] 5462 name = "serde_spanned" 5463 - version = "0.6.3" 5464 source = "registry+https://github.com/rust-lang/crates.io-index" 5465 - checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 5466 dependencies = [ 5467 "serde", 5468 ] ··· 5476 "proc-macro2", 5477 "quote", 5478 "serde", 5479 - "syn 2.0.38", 5480 ] 5481 5482 [[package]] ··· 5509 5510 [[package]] 5511 name = "serde_yaml" 5512 - version = "0.9.25" 5513 source = "registry+https://github.com/rust-lang/crates.io-index" 5514 - checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" 5515 dependencies = [ 5516 - "indexmap 2.0.2", 5517 "itoa", 5518 "ryu", 5519 "serde", ··· 5608 5609 [[package]] 5610 name = "signature" 5611 - version = "2.1.0" 5612 source = "registry+https://github.com/rust-lang/crates.io-index" 5613 - checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" 5614 dependencies = [ 5615 "digest 0.10.7", 5616 "rand_core 0.6.4", ··· 5651 5652 [[package]] 5653 name = "smallvec" 5654 - version = "1.11.1" 5655 source = "registry+https://github.com/rust-lang/crates.io-index" 5656 - checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" 5657 5658 [[package]] 5659 name = "smart-default" ··· 5693 checksum = "d4b756ac662e92a0e5b360349bea5f0b0784d4be4541eff2972049dfdfd7f862" 5694 5695 [[package]] 5696 name = "socket2" 5697 version = "0.4.10" 5698 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5798 5799 [[package]] 5800 name = "sqlx" 5801 version = "0.7.2" 5802 source = "registry+https://github.com/rust-lang/crates.io-index" 5803 checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33" 5804 dependencies = [ 5805 - "sqlx-core", 5806 - "sqlx-macros", 5807 "sqlx-mysql", 5808 "sqlx-postgres", 5809 "sqlx-sqlite", ··· 5811 5812 [[package]] 5813 name = "sqlx-core" 5814 version = "0.7.2" 5815 source = "registry+https://github.com/rust-lang/crates.io-index" 5816 checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" 5817 dependencies = [ 5818 - "ahash 0.8.3", 5819 - "atoi", 5820 "bigdecimal 0.3.1", 5821 "byteorder", 5822 "bytes", ··· 5825 "crossbeam-queue", 5826 "dotenvy", 5827 "either", 5828 - "event-listener", 5829 "futures-channel", 5830 "futures-core", 5831 - "futures-intrusive", 5832 "futures-io", 5833 "futures-util", 5834 "hashlink", 5835 "hex", 5836 - "indexmap 2.0.2", 5837 "log", 5838 "memchr", 5839 "once_cell", 5840 "paste", 5841 "percent-encoding", 5842 - "rustls", 5843 "rustls-pemfile", 5844 "serde", 5845 "serde_json", ··· 5857 5858 [[package]] 5859 name = "sqlx-macros" 5860 version = "0.7.2" 5861 source = "registry+https://github.com/rust-lang/crates.io-index" 5862 checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec" 5863 dependencies = [ 5864 "proc-macro2", 5865 "quote", 5866 - "sqlx-core", 5867 "sqlx-macros-core", 5868 "syn 1.0.109", 5869 ] ··· 5884 "serde", 5885 "serde_json", 5886 "sha2 0.10.8", 5887 - "sqlx-core", 5888 "sqlx-mysql", 5889 "sqlx-postgres", 5890 "sqlx-sqlite", ··· 5900 source = "registry+https://github.com/rust-lang/crates.io-index" 5901 checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" 5902 dependencies = [ 5903 - "atoi", 5904 - "base64 0.21.4", 5905 "bigdecimal 0.3.1", 5906 "bitflags 2.4.1", 5907 "byteorder", ··· 5926 "once_cell", 5927 "percent-encoding", 5928 "rand 0.8.5", 5929 - "rsa 0.9.2", 5930 "serde", 5931 "sha1", 5932 "sha2 0.10.8", 5933 "smallvec", 5934 - "sqlx-core", 5935 "stringprep", 5936 "thiserror", 5937 "tracing", ··· 5945 source = "registry+https://github.com/rust-lang/crates.io-index" 5946 checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" 5947 dependencies = [ 5948 - "atoi", 5949 - "base64 0.21.4", 5950 "bigdecimal 0.3.1", 5951 "bitflags 2.4.1", 5952 "byteorder", ··· 5974 "sha1", 5975 "sha2 0.10.8", 5976 "smallvec", 5977 - "sqlx-core", 5978 "stringprep", 5979 "thiserror", 5980 "tracing", ··· 5983 ] 5984 5985 [[package]] 5986 name = "sqlx-sqlite" 5987 version = "0.7.2" 5988 source = "registry+https://github.com/rust-lang/crates.io-index" 5989 checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f" 5990 dependencies = [ 5991 - "atoi", 5992 "chrono", 5993 "flume", 5994 "futures-channel", 5995 "futures-core", 5996 "futures-executor", 5997 - "futures-intrusive", 5998 "futures-util", 5999 "libsqlite3-sys", 6000 "log", 6001 "percent-encoding", 6002 "serde", 6003 - "sqlx-core", 6004 "tracing", 6005 "url", 6006 "uuid 1.5.0", ··· 6039 dependencies = [ 6040 "new_debug_unreachable", 6041 "once_cell", 6042 - "parking_lot", 6043 "phf_shared 0.10.0", 6044 "precomputed-hash", 6045 "serde", ··· 6063 source = "registry+https://github.com/rust-lang/crates.io-index" 6064 checksum = "8fa4d4f81d7c05b9161f8de839975d3326328b8ba2831164b465524cc2f55252" 6065 dependencies = [ 6066 - "pmutil", 6067 "proc-macro2", 6068 "quote", 6069 "swc_macros_common", 6070 - "syn 2.0.38", 6071 ] 6072 6073 [[package]] ··· 6106 "proc-macro2", 6107 "quote", 6108 "rustversion", 6109 - "syn 2.0.38", 6110 ] 6111 6112 [[package]] ··· 6184 source = "registry+https://github.com/rust-lang/crates.io-index" 6185 checksum = "e5b5aaca9a0082be4515f0fbbecc191bf5829cd25b5b9c0a2810f6a2bb0d6829" 6186 dependencies = [ 6187 - "pmutil", 6188 "proc-macro2", 6189 "quote", 6190 "swc_macros_common", 6191 - "syn 2.0.38", 6192 ] 6193 6194 [[package]] ··· 6198 checksum = "b7191c8c57af059b75a2aadc927a2608c3962d19e4d09ce8f9c3f03739ddf833" 6199 dependencies = [ 6200 "bitflags 2.4.1", 6201 - "is-macro", 6202 "num-bigint", 6203 "scoped-tls", 6204 "serde", ··· 6233 source = "registry+https://github.com/rust-lang/crates.io-index" 6234 checksum = "dcdff076dccca6cc6a0e0b2a2c8acfb066014382bc6df98ec99e755484814384" 6235 dependencies = [ 6236 - "pmutil", 6237 "proc-macro2", 6238 "quote", 6239 "swc_macros_common", 6240 - "syn 2.0.38", 6241 ] 6242 6243 [[package]] ··· 6316 source = "registry+https://github.com/rust-lang/crates.io-index" 6317 checksum = "f59c4b6ed5d78d3ad9fc7c6f8ab4f85bba99573d31d9a2c0a712077a6b45efd2" 6318 dependencies = [ 6319 - "pmutil", 6320 "proc-macro2", 6321 "quote", 6322 "swc_macros_common", 6323 - "syn 2.0.38", 6324 ] 6325 6326 [[package]] ··· 6421 source = "registry+https://github.com/rust-lang/crates.io-index" 6422 checksum = "05a95d367e228d52484c53336991fdcf47b6b553ef835d9159db4ba40efb0ee8" 6423 dependencies = [ 6424 - "pmutil", 6425 "proc-macro2", 6426 "quote", 6427 - "syn 2.0.38", 6428 ] 6429 6430 [[package]] ··· 6433 source = "registry+https://github.com/rust-lang/crates.io-index" 6434 checksum = "7a273205ccb09b51fabe88c49f3b34c5a4631c4c00a16ae20e03111d6a42e832" 6435 dependencies = [ 6436 - "pmutil", 6437 "proc-macro2", 6438 "quote", 6439 - "syn 2.0.38", 6440 ] 6441 6442 [[package]] ··· 6456 checksum = "0f322730fb82f3930a450ac24de8c98523af7d34ab8cb2f46bcb405839891a99" 6457 dependencies = [ 6458 "Inflector", 6459 - "pmutil", 6460 "proc-macro2", 6461 "quote", 6462 "swc_macros_common", 6463 - "syn 2.0.38", 6464 ] 6465 6466 [[package]] ··· 6476 6477 [[package]] 6478 name = "syn" 6479 - version = "2.0.38" 6480 source = "registry+https://github.com/rust-lang/crates.io-index" 6481 - checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" 6482 dependencies = [ 6483 "proc-macro2", 6484 "quote", ··· 6486 ] 6487 6488 [[package]] 6489 name = "sync_wrapper" 6490 version = "0.1.2" 6491 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6499 dependencies = [ 6500 "proc-macro2", 6501 "quote", 6502 - "syn 2.0.38", 6503 "unicode-xid", 6504 ] 6505 ··· 6531 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 6532 6533 [[package]] 6534 - name = "tempfile" 6535 - version = "3.8.0" 6536 source = "registry+https://github.com/rust-lang/crates.io-index" 6537 - checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 6538 dependencies = [ 6539 - "cfg-if", 6540 - "fastrand 2.0.1", 6541 - "redox_syscall 0.3.5", 6542 - "rustix 0.38.20", 6543 - "windows-sys 0.48.0", 6544 ] 6545 6546 [[package]] 6547 - name = "term" 6548 - version = "0.7.0" 6549 source = "registry+https://github.com/rust-lang/crates.io-index" 6550 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 6551 dependencies = [ 6552 - "dirs-next", 6553 - "rustversion", 6554 - "winapi", 6555 ] 6556 6557 [[package]] 6558 name = "termcolor" 6559 - version = "1.3.0" 6560 source = "registry+https://github.com/rust-lang/crates.io-index" 6561 - checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" 6562 dependencies = [ 6563 "winapi-util", 6564 ] ··· 6589 dependencies = [ 6590 "proc-macro2", 6591 "quote", 6592 - "syn 2.0.38", 6593 ] 6594 6595 [[package]] ··· 6603 ] 6604 6605 [[package]] 6606 name = "tiger" 6607 version = "0.1.0" 6608 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6669 [[package]] 6670 name = "tinyvector" 6671 version = "0.1.0" 6672 - source = "git+https://github.com/windmill-labs/tinyvector#20823b94c20f2b9093f318badd24026cf54dcc85" 6673 dependencies = [ 6674 "anyhow", 6675 "bincode", ··· 6691 "clap", 6692 "derive_builder", 6693 "esaxx-rs", 6694 - "getrandom 0.2.10", 6695 "indicatif", 6696 "itertools 0.11.0", 6697 "lazy_static", ··· 6725 "libc", 6726 "mio", 6727 "num_cpus", 6728 - "parking_lot", 6729 "pin-project-lite", 6730 "signal-hook-registry", 6731 "socket2 0.5.5", ··· 6742 dependencies = [ 6743 "proc-macro2", 6744 "quote", 6745 - "syn 2.0.38", 6746 ] 6747 6748 [[package]] ··· 6779 "futures-channel", 6780 "futures-util", 6781 "log", 6782 - "parking_lot", 6783 "percent-encoding", 6784 "phf 0.11.2", 6785 "pin-project-lite", ··· 6794 6795 [[package]] 6796 name = "tokio-rustls" 6797 version = "0.24.1" 6798 source = "registry+https://github.com/rust-lang/crates.io-index" 6799 checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 6800 dependencies = [ 6801 - "rustls", 6802 "tokio", 6803 ] 6804 ··· 6842 6843 [[package]] 6844 name = "tokio-util" 6845 - version = "0.7.9" 6846 source = "registry+https://github.com/rust-lang/crates.io-index" 6847 - checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" 6848 dependencies = [ 6849 "bytes", 6850 "futures-core", 6851 "futures-sink", 6852 "pin-project-lite", 6853 "tokio", ··· 6856 6857 [[package]] 6858 name = "toml" 6859 - version = "0.5.11" 6860 source = "registry+https://github.com/rust-lang/crates.io-index" 6861 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 6862 dependencies = [ 6863 "serde", 6864 ] 6865 6866 [[package]] 6867 name = "toml" 6868 - version = "0.7.8" 6869 source = "registry+https://github.com/rust-lang/crates.io-index" 6870 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 6871 dependencies = [ 6872 "serde", 6873 "serde_spanned", 6874 "toml_datetime", 6875 - "toml_edit", 6876 ] 6877 6878 [[package]] 6879 name = "toml_datetime" 6880 - version = "0.6.3" 6881 source = "registry+https://github.com/rust-lang/crates.io-index" 6882 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 6883 dependencies = [ 6884 "serde", 6885 ] ··· 6890 source = "registry+https://github.com/rust-lang/crates.io-index" 6891 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 6892 dependencies = [ 6893 - "indexmap 2.0.2", 6894 "serde", 6895 "serde_spanned", 6896 "toml_datetime", ··· 6899 6900 [[package]] 6901 name = "toolchain_find" 6902 - version = "0.2.0" 6903 source = "registry+https://github.com/rust-lang/crates.io-index" 6904 - checksum = "5e85654a10e7a07a47c6f19d93818f3f343e22927f2fa280c84f7c8042743413" 6905 dependencies = [ 6906 "home", 6907 - "lazy_static", 6908 "regex", 6909 - "semver 0.11.0", 6910 "walkdir", 6911 ] 6912 ··· 6937 "cookie", 6938 "futures-util", 6939 "http", 6940 - "parking_lot", 6941 "pin-project-lite", 6942 "tower-layer", 6943 "tower-service", ··· 6994 dependencies = [ 6995 "proc-macro2", 6996 "quote", 6997 - "syn 2.0.38", 6998 ] 6999 7000 [[package]] ··· 7030 7031 [[package]] 7032 name = "tracing-log" 7033 - version = "0.1.3" 7034 source = "registry+https://github.com/rust-lang/crates.io-index" 7035 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 7036 dependencies = [ 7037 - "lazy_static", 7038 "log", 7039 "tracing-core", 7040 ] 7041 7042 [[package]] 7043 name = "tracing-serde" 7044 version = "0.1.3" 7045 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7051 7052 [[package]] 7053 name = "tracing-subscriber" 7054 - version = "0.3.17" 7055 source = "registry+https://github.com/rust-lang/crates.io-index" 7056 - checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 7057 dependencies = [ 7058 "matchers", 7059 "nu-ansi-term", ··· 7066 "thread_local", 7067 "tracing", 7068 "tracing-core", 7069 - "tracing-log", 7070 "tracing-serde", 7071 ] 7072 ··· 7132 "regress", 7133 "schemars", 7134 "serde_json", 7135 - "syn 2.0.38", 7136 "thiserror", 7137 "unicode-ident", 7138 ] ··· 7149 "serde", 7150 "serde_json", 7151 "serde_tokenstream", 7152 - "syn 2.0.38", 7153 "typify-impl", 7154 ] 7155 7156 [[package]] 7157 - name = "ucd-trie" 7158 - version = "0.1.6" 7159 - source = "registry+https://github.com/rust-lang/crates.io-index" 7160 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 7161 - 7162 - [[package]] 7163 name = "ulid" 7164 version = "1.1.0" 7165 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7304 7305 [[package]] 7306 name = "unicode_names2" 7307 - version = "0.5.1" 7308 source = "registry+https://github.com/rust-lang/crates.io-index" 7309 - checksum = "029df4cc8238cefc911704ff8fa210853a0f3bce2694d8f51181dd41ee0f3301" 7310 7311 [[package]] 7312 name = "unsafe-libyaml" ··· 7332 source = "registry+https://github.com/rust-lang/crates.io-index" 7333 checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" 7334 dependencies = [ 7335 - "base64 0.21.4", 7336 "flate2", 7337 "log", 7338 "native-tls", 7339 "once_cell", 7340 - "rustls", 7341 "rustls-webpki", 7342 "serde", 7343 "serde_json", ··· 7388 source = "registry+https://github.com/rust-lang/crates.io-index" 7389 checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 7390 dependencies = [ 7391 - "getrandom 0.2.10", 7392 ] 7393 7394 [[package]] ··· 7397 source = "registry+https://github.com/rust-lang/crates.io-index" 7398 checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" 7399 dependencies = [ 7400 - "getrandom 0.2.10", 7401 "serde", 7402 ] 7403 ··· 7482 7483 [[package]] 7484 name = "wasm-bindgen" 7485 - version = "0.2.87" 7486 source = "registry+https://github.com/rust-lang/crates.io-index" 7487 - checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 7488 dependencies = [ 7489 "cfg-if", 7490 "wasm-bindgen-macro", ··· 7492 7493 [[package]] 7494 name = "wasm-bindgen-backend" 7495 - version = "0.2.87" 7496 source = "registry+https://github.com/rust-lang/crates.io-index" 7497 - checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 7498 dependencies = [ 7499 "bumpalo", 7500 "log", 7501 "once_cell", 7502 "proc-macro2", 7503 "quote", 7504 - "syn 2.0.38", 7505 "wasm-bindgen-shared", 7506 ] 7507 7508 [[package]] 7509 name = "wasm-bindgen-futures" 7510 - version = "0.4.37" 7511 source = "registry+https://github.com/rust-lang/crates.io-index" 7512 - checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 7513 dependencies = [ 7514 "cfg-if", 7515 "js-sys", ··· 7519 7520 [[package]] 7521 name = "wasm-bindgen-macro" 7522 - version = "0.2.87" 7523 source = "registry+https://github.com/rust-lang/crates.io-index" 7524 - checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 7525 dependencies = [ 7526 "quote", 7527 "wasm-bindgen-macro-support", ··· 7529 7530 [[package]] 7531 name = "wasm-bindgen-macro-support" 7532 - version = "0.2.87" 7533 source = "registry+https://github.com/rust-lang/crates.io-index" 7534 - checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 7535 dependencies = [ 7536 "proc-macro2", 7537 "quote", 7538 - "syn 2.0.38", 7539 "wasm-bindgen-backend", 7540 "wasm-bindgen-shared", 7541 ] 7542 7543 [[package]] 7544 name = "wasm-bindgen-shared" 7545 - version = "0.2.87" 7546 source = "registry+https://github.com/rust-lang/crates.io-index" 7547 - checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 7548 7549 [[package]] 7550 name = "wasm-bindgen-test" 7551 - version = "0.3.37" 7552 source = "registry+https://github.com/rust-lang/crates.io-index" 7553 - checksum = "6e6e302a7ea94f83a6d09e78e7dc7d9ca7b186bc2829c24a22d0753efd680671" 7554 dependencies = [ 7555 "console_error_panic_hook", 7556 "js-sys", ··· 7562 7563 [[package]] 7564 name = "wasm-bindgen-test-macro" 7565 - version = "0.3.37" 7566 source = "registry+https://github.com/rust-lang/crates.io-index" 7567 - checksum = "ecb993dd8c836930ed130e020e77d9b2e65dd0fbab1b67c790b0f5d80b11a575" 7568 dependencies = [ 7569 "proc-macro2", 7570 "quote", 7571 ] 7572 7573 [[package]] ··· 7594 7595 [[package]] 7596 name = "web-sys" 7597 - version = "0.3.64" 7598 source = "registry+https://github.com/rust-lang/crates.io-index" 7599 - checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 7600 dependencies = [ 7601 "js-sys", 7602 "wasm-bindgen", ··· 7645 "either", 7646 "home", 7647 "once_cell", 7648 - "rustix 0.38.20", 7649 ] 7650 7651 [[package]] ··· 7691 7692 [[package]] 7693 name = "windmill" 7694 - version = "1.188.1" 7695 dependencies = [ 7696 "anyhow", 7697 "axum", 7698 - "base64 0.21.4", 7699 "chrono", 7700 "dotenv", 7701 "futures", ··· 7703 "git-version", 7704 "lazy_static", 7705 "once_cell", 7706 "prometheus", 7707 "rand 0.8.5", 7708 "reqwest", ··· 7710 "serde", 7711 "serde_json", 7712 "sha2 0.10.8", 7713 - "sqlx", 7714 "tokio", 7715 "tokio-metrics", 7716 "tracing", ··· 7725 7726 [[package]] 7727 name = "windmill-api" 7728 - version = "1.188.1" 7729 dependencies = [ 7730 "anyhow", 7731 "argon2", ··· 7733 "async-recursion", 7734 "async-stripe", 7735 "async_zip", 7736 "axum", 7737 - "base64 0.21.4", 7738 "bytes", 7739 "candle-core", 7740 "candle-nn", ··· 7749 "hf-hub", 7750 "hmac", 7751 "hyper", 7752 - "itertools 0.11.0", 7753 "lazy_static", 7754 "magic-crypt", 7755 "mail-send", ··· 7768 "serde_urlencoded", 7769 "sha2 0.10.8", 7770 "sql-builder", 7771 - "sqlx", 7772 "tempfile", 7773 "time", 7774 "tinyvector", ··· 7792 7793 [[package]] 7794 name = "windmill-api-client" 7795 - version = "1.188.1" 7796 dependencies = [ 7797 - "base64 0.21.4", 7798 "chrono", 7799 "openapiv3", 7800 "prettyplease 0.1.25", ··· 7810 7811 [[package]] 7812 name = "windmill-audit" 7813 - version = "1.188.1" 7814 dependencies = [ 7815 "chrono", 7816 "serde", 7817 "serde_json", 7818 "sql-builder", 7819 - "sqlx", 7820 "tracing", 7821 "windmill-common", 7822 ] 7823 7824 [[package]] 7825 name = "windmill-common" 7826 - version = "1.188.1" 7827 dependencies = [ 7828 "anyhow", 7829 "axum", 7830 "chrono", 7831 "hex", 7832 "hmac", 7833 "hyper", 7834 - "itertools 0.11.0", 7835 "lazy_static", 7836 "prometheus", 7837 "rand 0.8.5", ··· 7840 "serde", 7841 "serde_json", 7842 "sha2 0.10.8", 7843 - "sqlx", 7844 "thiserror", 7845 "tokio", 7846 "tracing", 7847 "tracing-flame", 7848 "tracing-subscriber", 7849 "uuid 1.5.0", 7850 ] 7851 7852 [[package]] 7853 name = "windmill-parser" 7854 - version = "1.188.1" 7855 dependencies = [ 7856 "serde", 7857 "serde_json", ··· 7859 7860 [[package]] 7861 name = "windmill-parser-bash" 7862 - version = "1.188.1" 7863 dependencies = [ 7864 "anyhow", 7865 "lazy_static", ··· 7870 7871 [[package]] 7872 name = "windmill-parser-go" 7873 - version = "1.188.1" 7874 dependencies = [ 7875 "anyhow", 7876 "gosyn", 7877 - "itertools 0.11.0", 7878 "lazy_static", 7879 "regex", 7880 "windmill-parser", ··· 7882 7883 [[package]] 7884 name = "windmill-parser-graphql" 7885 - version = "1.188.1" 7886 dependencies = [ 7887 "anyhow", 7888 "lazy_static", ··· 7893 7894 [[package]] 7895 name = "windmill-parser-py" 7896 - version = "1.188.1" 7897 dependencies = [ 7898 "anyhow", 7899 - "itertools 0.11.0", 7900 "rustpython-parser", 7901 "serde_json", 7902 "windmill-parser", ··· 7904 7905 [[package]] 7906 name = "windmill-parser-py-imports" 7907 - version = "1.188.1" 7908 dependencies = [ 7909 "anyhow", 7910 "async-recursion", 7911 - "itertools 0.11.0", 7912 "lazy_static", 7913 "phf 0.11.2", 7914 "regex", 7915 "rustpython-parser", 7916 "serde_json", 7917 - "sqlx", 7918 "windmill-common", 7919 "windmill-parser", 7920 ] 7921 7922 [[package]] 7923 name = "windmill-parser-sql" 7924 - version = "1.188.1" 7925 dependencies = [ 7926 "anyhow", 7927 "lazy_static", ··· 7932 7933 [[package]] 7934 name = "windmill-parser-ts" 7935 - version = "1.188.1" 7936 dependencies = [ 7937 "anyhow", 7938 "convert_case 0.6.0", ··· 7949 7950 [[package]] 7951 name = "windmill-parser-wasm" 7952 - version = "1.188.1" 7953 dependencies = [ 7954 "anyhow", 7955 - "getrandom 0.2.10", 7956 "serde_json", 7957 "wasm-bindgen", 7958 "wasm-bindgen-test", ··· 7967 7968 [[package]] 7969 name = "windmill-queue" 7970 - version = "1.188.1" 7971 dependencies = [ 7972 "anyhow", 7973 "async-recursion", ··· 7979 "futures-core", 7980 "hex", 7981 "hmac", 7982 - "itertools 0.11.0", 7983 "lazy_static", 7984 "prometheus", 7985 "reqwest", ··· 7987 "serde", 7988 "serde_json", 7989 "sql-builder", 7990 - "sqlx", 7991 "tokio", 7992 "tracing", 7993 "ulid", ··· 7998 7999 [[package]] 8000 name = "windmill-worker" 8001 - version = "1.188.1" 8002 dependencies = [ 8003 "anyhow", 8004 "async-recursion", 8005 - "base64 0.21.4", 8006 "bytes", 8007 "chrono", 8008 "const_format", ··· 8018 "futures", 8019 "gcp_auth", 8020 "git-version", 8021 - "itertools 0.11.0", 8022 "jsonwebtoken", 8023 "lazy_static", 8024 "mysql_async", ··· 8036 "serde", 8037 "serde_json", 8038 "sha2 0.10.8", 8039 - "sqlx", 8040 "tokio", 8041 "tokio-postgres", 8042 "tracing", 8043 "urlencoding", 8044 "uuid 1.5.0", ··· 8198 8199 [[package]] 8200 name = "winnow" 8201 - version = "0.5.17" 8202 source = "registry+https://github.com/rust-lang/crates.io-index" 8203 - checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c" 8204 dependencies = [ 8205 "memchr", 8206 ] ··· 8234 ] 8235 8236 [[package]] 8237 name = "xz2" 8238 version = "0.1.7" 8239 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8244 8245 [[package]] 8246 name = "yoke" 8247 - version = "0.7.2" 8248 source = "registry+https://github.com/rust-lang/crates.io-index" 8249 - checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4" 8250 dependencies = [ 8251 "serde", 8252 "stable_deref_trait", ··· 8256 8257 [[package]] 8258 name = "yoke-derive" 8259 - version = "0.7.2" 8260 source = "registry+https://github.com/rust-lang/crates.io-index" 8261 - checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f" 8262 dependencies = [ 8263 "proc-macro2", 8264 "quote", 8265 - "syn 2.0.38", 8266 "synstructure", 8267 ] 8268 8269 [[package]] 8270 name = "zerofrom" 8271 version = "0.1.3" 8272 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8283 dependencies = [ 8284 "proc-macro2", 8285 "quote", 8286 - "syn 2.0.38", 8287 "synstructure", 8288 ] 8289 8290 [[package]] 8291 name = "zeroize" 8292 - version = "1.6.0" 8293 source = "registry+https://github.com/rust-lang/crates.io-index" 8294 - checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" 8295 8296 [[package]] 8297 name = "zip" ··· 8299 source = "registry+https://github.com/rust-lang/crates.io-index" 8300 checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 8301 dependencies = [ 8302 "byteorder", 8303 "crc32fast", 8304 "crossbeam-utils", 8305 ] 8306 8307 [[package]] ··· 8310 source = "registry+https://github.com/rust-lang/crates.io-index" 8311 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 8312 dependencies = [ 8313 - "zstd-safe", 8314 ] 8315 8316 [[package]] ··· 8318 version = "5.0.2+zstd.1.5.2" 8319 source = "registry+https://github.com/rust-lang/crates.io-index" 8320 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 8321 dependencies = [ 8322 "libc", 8323 "zstd-sys",
··· 34 checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 35 dependencies = [ 36 "cfg-if", 37 + "cipher 0.3.0", 38 "cpufeatures", 39 "opaque-debug", 40 + ] 41 + 42 + [[package]] 43 + name = "aes" 44 + version = "0.8.3" 45 + source = "registry+https://github.com/rust-lang/crates.io-index" 46 + checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" 47 + dependencies = [ 48 + "cfg-if", 49 + "cipher 0.4.4", 50 + "cpufeatures", 51 ] 52 53 [[package]] 54 name = "ahash" 55 + version = "0.7.7" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" 58 dependencies = [ 59 + "getrandom 0.2.11", 60 "once_cell", 61 "version_check", 62 ] 63 64 [[package]] 65 name = "ahash" 66 + version = "0.8.6" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" 69 dependencies = [ 70 "cfg-if", 71 + "getrandom 0.2.11", 72 "once_cell", 73 "version_check", 74 + "zerocopy", 75 ] 76 77 [[package]] ··· 174 checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 175 176 [[package]] 177 + name = "archiver-rs" 178 + version = "0.5.1" 179 + source = "git+https://github.com/gz/archiver-rs.git?branch=patch-1#a73cef92c2a5b8f48c2a4a9e889952072e03b4b7" 180 + dependencies = [ 181 + "bzip2", 182 + "flate2", 183 + "tar", 184 + "thiserror", 185 + "xz2", 186 + "zip", 187 + ] 188 + 189 + [[package]] 190 name = "argon2" 191 version = "0.5.2" 192 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 195 "base64ct", 196 "blake2", 197 "cpufeatures", 198 + "password-hash 0.5.0", 199 ] 200 201 [[package]] ··· 211 checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 212 213 [[package]] 214 name = "ast_node" 215 version = "0.9.5" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 checksum = "c09c69dffe06d222d072c878c3afe86eee2179806f20503faec97250268b4c24" 218 dependencies = [ 219 + "pmutil 0.6.1", 220 "proc-macro2", 221 "quote", 222 "swc_macros_common", 223 + "syn 2.0.39", 224 ] 225 226 [[package]] ··· 230 checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 231 dependencies = [ 232 "concurrent-queue", 233 + "event-listener 2.5.3", 234 + "futures-core", 235 + ] 236 + 237 + [[package]] 238 + name = "async-channel" 239 + version = "2.1.0" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "d37875bd9915b7d67c2f117ea2c30a0989874d0b2cb694fe25403c85763c0c9e" 242 + dependencies = [ 243 + "concurrent-queue", 244 + "event-listener 3.1.0", 245 + "event-listener-strategy", 246 "futures-core", 247 + "pin-project-lite", 248 ] 249 250 [[package]] ··· 260 "pin-project-lite", 261 "tokio", 262 "xz2", 263 + "zstd 0.11.2+zstd.1.5.2", 264 + "zstd-safe 5.0.2+zstd.1.5.2", 265 ] 266 267 [[package]] 268 name = "async-compression" 269 + version = "0.4.5" 270 source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" 272 dependencies = [ 273 "brotli", 274 "flate2", ··· 284 source = "registry+https://github.com/rust-lang/crates.io-index" 285 checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" 286 dependencies = [ 287 + "async-lock 2.8.0", 288 "async-task", 289 "concurrent-queue", 290 "fastrand 2.0.1", 291 + "futures-lite 1.13.0", 292 "slab", 293 ] 294 ··· 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 300 dependencies = [ 301 + "async-channel 1.9.0", 302 "async-executor", 303 "async-io", 304 + "async-lock 2.8.0", 305 "blocking", 306 + "futures-lite 1.13.0", 307 "once_cell", 308 ] 309 ··· 313 source = "registry+https://github.com/rust-lang/crates.io-index" 314 checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 315 dependencies = [ 316 + "async-lock 2.8.0", 317 "autocfg", 318 "cfg-if", 319 "concurrent-queue", 320 + "futures-lite 1.13.0", 321 "log", 322 "parking", 323 "polling", 324 + "rustix 0.37.27", 325 "slab", 326 "socket2 0.4.10", 327 "waker-fn", ··· 333 source = "registry+https://github.com/rust-lang/crates.io-index" 334 checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 335 dependencies = [ 336 + "event-listener 2.5.3", 337 + ] 338 + 339 + [[package]] 340 + name = "async-lock" 341 + version = "3.1.0" 342 + source = "registry+https://github.com/rust-lang/crates.io-index" 343 + checksum = "deb2ab2aa8a746e221ab826c73f48bc6ba41be6763f0855cb249eb6d154cf1d7" 344 + dependencies = [ 345 + "event-listener 3.1.0", 346 + "event-listener-strategy", 347 + "pin-project-lite", 348 ] 349 350 [[package]] ··· 353 source = "registry+https://github.com/rust-lang/crates.io-index" 354 checksum = "beec3f8fb8f710b7be84ccd1716e17f38f2868168355cab5f2f168ae988e767e" 355 dependencies = [ 356 + "base64 0.21.5", 357 "bytes", 358 "http", 359 "rand 0.8.5", ··· 374 dependencies = [ 375 "proc-macro2", 376 "quote", 377 + "syn 2.0.39", 378 ] 379 380 [[package]] ··· 383 source = "registry+https://github.com/rust-lang/crates.io-index" 384 checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 385 dependencies = [ 386 + "async-channel 1.9.0", 387 "async-global-executor", 388 "async-io", 389 + "async-lock 2.8.0", 390 "crossbeam-utils", 391 "futures-channel", 392 "futures-core", 393 "futures-io", 394 + "futures-lite 1.13.0", 395 "gloo-timers", 396 "kv-log-macro", 397 "log", ··· 405 406 [[package]] 407 name = "async-stripe" 408 + version = "0.25.2" 409 source = "registry+https://github.com/rust-lang/crates.io-index" 410 + checksum = "e1b39347f478f57a40cbaf82cbaebb4a350acc757cda30fc7ff88707a11d1d81" 411 dependencies = [ 412 "chrono", 413 + "futures-util", 414 "hex", 415 "hmac", 416 "http-types", ··· 418 "hyper-tls", 419 "serde", 420 "serde_json", 421 + "serde_path_to_error", 422 + "serde_qs 0.10.1", 423 "sha2 0.10.8", 424 "smart-default", 425 "smol_str", ··· 442 dependencies = [ 443 "proc-macro2", 444 "quote", 445 + "syn 2.0.39", 446 ] 447 448 [[package]] ··· 461 ] 462 463 [[package]] 464 + name = "asynchronous-codec" 465 + version = "0.6.2" 466 + source = "registry+https://github.com/rust-lang/crates.io-index" 467 + checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" 468 + dependencies = [ 469 + "bytes", 470 + "futures-sink", 471 + "futures-util", 472 + "memchr", 473 + "pin-project-lite", 474 + ] 475 + 476 + [[package]] 477 + name = "atoi" 478 + version = "1.0.0" 479 + source = "registry+https://github.com/rust-lang/crates.io-index" 480 + checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e" 481 + dependencies = [ 482 + "num-traits", 483 + ] 484 + 485 + [[package]] 486 name = "atoi" 487 version = "2.0.0" 488 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 504 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 505 506 [[package]] 507 + name = "aws-config" 508 + version = "0.57.2" 509 + source = "registry+https://github.com/rust-lang/crates.io-index" 510 + checksum = "f2bf00cb9416daab4ce4927c54ebe63c08b9caf4d7b9314b6d7a4a2c5a1afb09" 511 + dependencies = [ 512 + "aws-credential-types", 513 + "aws-http", 514 + "aws-runtime", 515 + "aws-sdk-sso", 516 + "aws-sdk-ssooidc", 517 + "aws-sdk-sts", 518 + "aws-smithy-async", 519 + "aws-smithy-http", 520 + "aws-smithy-json", 521 + "aws-smithy-runtime", 522 + "aws-smithy-runtime-api", 523 + "aws-smithy-types", 524 + "aws-types", 525 + "bytes", 526 + "fastrand 2.0.1", 527 + "hex", 528 + "http", 529 + "hyper", 530 + "ring 0.17.5", 531 + "time", 532 + "tokio", 533 + "tracing", 534 + "zeroize", 535 + ] 536 + 537 + [[package]] 538 + name = "aws-credential-types" 539 + version = "0.57.2" 540 + source = "registry+https://github.com/rust-lang/crates.io-index" 541 + checksum = "cb9073c88dbf12f68ce7d0e149f989627a1d1ae3d2b680459f04ccc29d1cbd0f" 542 + dependencies = [ 543 + "aws-smithy-async", 544 + "aws-smithy-runtime-api", 545 + "aws-smithy-types", 546 + "zeroize", 547 + ] 548 + 549 + [[package]] 550 + name = "aws-http" 551 + version = "0.57.2" 552 + source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "24067106d09620cf02d088166cdaedeaca7146d4d499c41b37accecbea11b246" 554 + dependencies = [ 555 + "aws-smithy-http", 556 + "aws-smithy-runtime-api", 557 + "aws-smithy-types", 558 + "aws-types", 559 + "bytes", 560 + "http", 561 + "http-body", 562 + "pin-project-lite", 563 + "tracing", 564 + ] 565 + 566 + [[package]] 567 + name = "aws-runtime" 568 + version = "0.57.2" 569 + source = "registry+https://github.com/rust-lang/crates.io-index" 570 + checksum = "fc6ee0152c06d073602236a4e94a8c52a327d310c1ecd596570ce795af8777ff" 571 + dependencies = [ 572 + "aws-credential-types", 573 + "aws-http", 574 + "aws-sigv4", 575 + "aws-smithy-async", 576 + "aws-smithy-eventstream", 577 + "aws-smithy-http", 578 + "aws-smithy-runtime-api", 579 + "aws-smithy-types", 580 + "aws-types", 581 + "fastrand 2.0.1", 582 + "http", 583 + "percent-encoding", 584 + "tracing", 585 + "uuid 1.5.0", 586 + ] 587 + 588 + [[package]] 589 + name = "aws-sdk-s3" 590 + version = "0.36.0" 591 + source = "registry+https://github.com/rust-lang/crates.io-index" 592 + checksum = "cf188e8af89adb0b41ae2f21b6c666c618959e40242e79aaa43fafa9c0c90a8a" 593 + dependencies = [ 594 + "aws-credential-types", 595 + "aws-http", 596 + "aws-runtime", 597 + "aws-sigv4", 598 + "aws-smithy-async", 599 + "aws-smithy-checksums", 600 + "aws-smithy-eventstream", 601 + "aws-smithy-http", 602 + "aws-smithy-json", 603 + "aws-smithy-runtime", 604 + "aws-smithy-runtime-api", 605 + "aws-smithy-types", 606 + "aws-smithy-xml", 607 + "aws-types", 608 + "bytes", 609 + "http", 610 + "http-body", 611 + "once_cell", 612 + "percent-encoding", 613 + "regex", 614 + "tracing", 615 + "url", 616 + ] 617 + 618 + [[package]] 619 + name = "aws-sdk-sso" 620 + version = "0.36.0" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "2eb8158015232b4596ccef74a205600398e152d704b40b7ec9f486092474d7fa" 623 + dependencies = [ 624 + "aws-credential-types", 625 + "aws-http", 626 + "aws-runtime", 627 + "aws-smithy-async", 628 + "aws-smithy-http", 629 + "aws-smithy-json", 630 + "aws-smithy-runtime", 631 + "aws-smithy-runtime-api", 632 + "aws-smithy-types", 633 + "aws-types", 634 + "bytes", 635 + "http", 636 + "regex", 637 + "tracing", 638 + ] 639 + 640 + [[package]] 641 + name = "aws-sdk-ssooidc" 642 + version = "0.36.0" 643 + source = "registry+https://github.com/rust-lang/crates.io-index" 644 + checksum = "36a1493e1c57f173e53621935bfb5b6217376168dbdb4cd459aebcf645924a48" 645 + dependencies = [ 646 + "aws-credential-types", 647 + "aws-http", 648 + "aws-runtime", 649 + "aws-smithy-async", 650 + "aws-smithy-http", 651 + "aws-smithy-json", 652 + "aws-smithy-runtime", 653 + "aws-smithy-runtime-api", 654 + "aws-smithy-types", 655 + "aws-types", 656 + "bytes", 657 + "http", 658 + "regex", 659 + "tracing", 660 + ] 661 + 662 + [[package]] 663 + name = "aws-sdk-sts" 664 + version = "0.36.0" 665 + source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "e032b77f5cd1dd3669d777a38ac08cbf8ec68e29460d4ef5d3e50cffa74ec75a" 667 + dependencies = [ 668 + "aws-credential-types", 669 + "aws-http", 670 + "aws-runtime", 671 + "aws-smithy-async", 672 + "aws-smithy-http", 673 + "aws-smithy-json", 674 + "aws-smithy-query", 675 + "aws-smithy-runtime", 676 + "aws-smithy-runtime-api", 677 + "aws-smithy-types", 678 + "aws-smithy-xml", 679 + "aws-types", 680 + "http", 681 + "regex", 682 + "tracing", 683 + ] 684 + 685 + [[package]] 686 + name = "aws-sigv4" 687 + version = "0.57.2" 688 + source = "registry+https://github.com/rust-lang/crates.io-index" 689 + checksum = "64f81a6abc4daab06b53cabf27c54189928893283093e37164ca53aa47488a5b" 690 + dependencies = [ 691 + "aws-credential-types", 692 + "aws-smithy-eventstream", 693 + "aws-smithy-http", 694 + "aws-smithy-runtime-api", 695 + "bytes", 696 + "form_urlencoded", 697 + "hex", 698 + "hmac", 699 + "http", 700 + "num-bigint", 701 + "once_cell", 702 + "p256", 703 + "percent-encoding", 704 + "regex", 705 + "ring 0.17.5", 706 + "sha2 0.10.8", 707 + "time", 708 + "tracing", 709 + "zeroize", 710 + ] 711 + 712 + [[package]] 713 + name = "aws-smithy-async" 714 + version = "0.57.2" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "dbe53fccd3b10414b9cae63767a15a2789b34e6c6727b6e32b33e8c7998a3e80" 717 + dependencies = [ 718 + "futures-util", 719 + "pin-project-lite", 720 + "tokio", 721 + ] 722 + 723 + [[package]] 724 + name = "aws-smithy-checksums" 725 + version = "0.57.2" 726 + source = "registry+https://github.com/rust-lang/crates.io-index" 727 + checksum = "9fb5701fbfb40600cc0fa547f318552dfd4e632b2099bd75d95fb0faae70675d" 728 + dependencies = [ 729 + "aws-smithy-http", 730 + "aws-smithy-types", 731 + "bytes", 732 + "crc32c", 733 + "crc32fast", 734 + "hex", 735 + "http", 736 + "http-body", 737 + "md-5 0.10.6", 738 + "pin-project-lite", 739 + "sha1", 740 + "sha2 0.10.8", 741 + "tracing", 742 + ] 743 + 744 + [[package]] 745 + name = "aws-smithy-eventstream" 746 + version = "0.57.2" 747 + source = "registry+https://github.com/rust-lang/crates.io-index" 748 + checksum = "6b33fa99f928a5815b94ee07e1377901bcf51aa749034a2c802dc38f9dcfacf5" 749 + dependencies = [ 750 + "aws-smithy-types", 751 + "bytes", 752 + "crc32fast", 753 + ] 754 + 755 + [[package]] 756 + name = "aws-smithy-http" 757 + version = "0.57.2" 758 + source = "registry+https://github.com/rust-lang/crates.io-index" 759 + checksum = "f7972373213d1d6e619c0edc9dda2d6634154e4ed75c5e0b2bf065cd5ec9f0d1" 760 + dependencies = [ 761 + "aws-smithy-eventstream", 762 + "aws-smithy-runtime-api", 763 + "aws-smithy-types", 764 + "bytes", 765 + "bytes-utils", 766 + "futures-core", 767 + "http", 768 + "http-body", 769 + "once_cell", 770 + "percent-encoding", 771 + "pin-project-lite", 772 + "pin-utils", 773 + "tracing", 774 + ] 775 + 776 + [[package]] 777 + name = "aws-smithy-json" 778 + version = "0.57.2" 779 + source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "b6d64d5af16dd585de9ff6c606423c1aaad47c6baa38de41c2beb32ef21c6645" 781 + dependencies = [ 782 + "aws-smithy-types", 783 + ] 784 + 785 + [[package]] 786 + name = "aws-smithy-query" 787 + version = "0.57.2" 788 + source = "registry+https://github.com/rust-lang/crates.io-index" 789 + checksum = "7527bf5335154ba1b285479c50b630e44e93d1b4a759eaceb8d0bf9fbc82caa5" 790 + dependencies = [ 791 + "aws-smithy-types", 792 + "urlencoding", 793 + ] 794 + 795 + [[package]] 796 + name = "aws-smithy-runtime" 797 + version = "0.57.2" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "839b363adf3b2bdab2742a1f540fec23039ea8bc9ec0f9f61df48470cfe5527b" 800 + dependencies = [ 801 + "aws-smithy-async", 802 + "aws-smithy-http", 803 + "aws-smithy-runtime-api", 804 + "aws-smithy-types", 805 + "bytes", 806 + "fastrand 2.0.1", 807 + "http", 808 + "http-body", 809 + "hyper", 810 + "hyper-rustls", 811 + "once_cell", 812 + "pin-project-lite", 813 + "pin-utils", 814 + "rustls 0.21.9", 815 + "tokio", 816 + "tracing", 817 + ] 818 + 819 + [[package]] 820 + name = "aws-smithy-runtime-api" 821 + version = "0.57.2" 822 + source = "registry+https://github.com/rust-lang/crates.io-index" 823 + checksum = "f24ecc446e62c3924539e7c18dec8038dba4fdf8718d5c2de62f9d2fecca8ba9" 824 + dependencies = [ 825 + "aws-smithy-async", 826 + "aws-smithy-types", 827 + "bytes", 828 + "http", 829 + "pin-project-lite", 830 + "tokio", 831 + "tracing", 832 + "zeroize", 833 + ] 834 + 835 + [[package]] 836 + name = "aws-smithy-types" 837 + version = "0.57.2" 838 + source = "registry+https://github.com/rust-lang/crates.io-index" 839 + checksum = "051de910296522a21178a2ea402ea59027eef4b63f1cef04a0be2bb5e25dea03" 840 + dependencies = [ 841 + "base64-simd", 842 + "bytes", 843 + "bytes-utils", 844 + "futures-core", 845 + "http", 846 + "http-body", 847 + "itoa", 848 + "num-integer", 849 + "pin-project-lite", 850 + "pin-utils", 851 + "ryu", 852 + "serde", 853 + "time", 854 + "tokio", 855 + "tokio-util", 856 + ] 857 + 858 + [[package]] 859 + name = "aws-smithy-xml" 860 + version = "0.57.2" 861 + source = "registry+https://github.com/rust-lang/crates.io-index" 862 + checksum = "cb1e3ac22c652662096c8e37a6f9af80c6f3520cab5610b2fe76c725bce18eac" 863 + dependencies = [ 864 + "xmlparser", 865 + ] 866 + 867 + [[package]] 868 + name = "aws-types" 869 + version = "0.57.2" 870 + source = "registry+https://github.com/rust-lang/crates.io-index" 871 + checksum = "048bbf1c24cdf4eb1efcdc243388a93a90ebf63979e25fc1c7b8cbd9cb6beb38" 872 + dependencies = [ 873 + "aws-credential-types", 874 + "aws-smithy-async", 875 + "aws-smithy-runtime-api", 876 + "aws-smithy-types", 877 + "http", 878 + "rustc_version 0.4.0", 879 + "tracing", 880 + ] 881 + 882 + [[package]] 883 name = "axum" 884 version = "0.6.20" 885 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 945 ] 946 947 [[package]] 948 + name = "base16ct" 949 + version = "0.1.1" 950 + source = "registry+https://github.com/rust-lang/crates.io-index" 951 + checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 952 + 953 + [[package]] 954 name = "base64" 955 version = "0.13.1" 956 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 964 965 [[package]] 966 name = "base64" 967 + version = "0.21.5" 968 source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 970 971 [[package]] 972 name = "base64-simd" ··· 993 "async-trait", 994 "futures-channel", 995 "futures-util", 996 + "parking_lot 0.12.1", 997 "tokio", 998 ] 999 ··· 1058 "regex", 1059 "rustc-hash", 1060 "shlex", 1061 + "syn 2.0.39", 1062 "which", 1063 ] 1064 1065 [[package]] 1066 name = "bindgen" 1067 + version = "0.69.1" 1068 source = "registry+https://github.com/rust-lang/crates.io-index" 1069 + checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" 1070 dependencies = [ 1071 "bitflags 2.4.1", 1072 "cexpr", ··· 1079 "regex", 1080 "rustc-hash", 1081 "shlex", 1082 + "syn 2.0.39", 1083 ] 1084 1085 [[package]] 1086 name = "bitflags" ··· 1144 checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" 1145 dependencies = [ 1146 "block-padding", 1147 + "cipher 0.3.0", 1148 ] 1149 1150 [[package]] ··· 1155 1156 [[package]] 1157 name = "blocking" 1158 + version = "1.5.1" 1159 source = "registry+https://github.com/rust-lang/crates.io-index" 1160 + checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 1161 dependencies = [ 1162 + "async-channel 2.1.0", 1163 + "async-lock 3.1.0", 1164 "async-task", 1165 "fastrand 2.0.1", 1166 "futures-io", 1167 + "futures-lite 2.0.1", 1168 "piper", 1169 "tracing", 1170 ] 1171 1172 [[package]] 1173 name = "borsh" 1174 + version = "1.2.0" 1175 source = "registry+https://github.com/rust-lang/crates.io-index" 1176 + checksum = "bf617fabf5cdbdc92f774bfe5062d870f228b80056d41180797abf48bed4056e" 1177 dependencies = [ 1178 "borsh-derive", 1179 + "cfg_aliases", 1180 ] 1181 1182 [[package]] 1183 name = "borsh-derive" 1184 + version = "1.2.0" 1185 source = "registry+https://github.com/rust-lang/crates.io-index" 1186 + checksum = "f404657a7ea7b5249e36808dff544bc88a28f26e0ac40009f674b7a009d14be3" 1187 dependencies = [ 1188 + "once_cell", 1189 + "proc-macro-crate 2.0.0", 1190 "proc-macro2", 1191 "quote", 1192 + "syn 2.0.39", 1193 + "syn_derive", 1194 ] 1195 1196 [[package]] ··· 1206 1207 [[package]] 1208 name = "brotli-decompressor" 1209 + version = "2.5.1" 1210 source = "registry+https://github.com/rust-lang/crates.io-index" 1211 + checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 1212 dependencies = [ 1213 "alloc-no-stdlib", 1214 "alloc-stdlib", 1215 ] 1216 1217 [[package]] 1218 + name = "btoi" 1219 + version = "0.4.3" 1220 source = "registry+https://github.com/rust-lang/crates.io-index" 1221 + checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" 1222 dependencies = [ 1223 + "num-traits", 1224 ] 1225 1226 [[package]] ··· 1266 version = "1.14.0" 1267 source = "registry+https://github.com/rust-lang/crates.io-index" 1268 checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 1269 + dependencies = [ 1270 + "bytemuck_derive", 1271 + ] 1272 + 1273 + [[package]] 1274 + name = "bytemuck_derive" 1275 + version = "1.5.0" 1276 + source = "registry+https://github.com/rust-lang/crates.io-index" 1277 + checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 1278 + dependencies = [ 1279 + "proc-macro2", 1280 + "quote", 1281 + "syn 2.0.39", 1282 + ] 1283 1284 [[package]] 1285 name = "byteorder" ··· 1294 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 1295 1296 [[package]] 1297 + name = "bytes-utils" 1298 + version = "0.1.4" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1301 + dependencies = [ 1302 + "bytes", 1303 + "either", 1304 + ] 1305 + 1306 + [[package]] 1307 name = "bzip2" 1308 version = "0.4.4" 1309 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1326 1327 [[package]] 1328 name = "candle-core" 1329 + version = "0.3.1" 1330 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "d60d9b91c73bc662dc45aff607f5ffe79724b7cf7d7c8dc12a72b25921683b67" 1332 dependencies = [ 1333 "byteorder", 1334 + "gemm", 1335 "half", 1336 "memmap2", 1337 "num-traits", ··· 1346 ] 1347 1348 [[package]] 1349 name = "candle-nn" 1350 + version = "0.3.1" 1351 source = "registry+https://github.com/rust-lang/crates.io-index" 1352 + checksum = "4eb6e13e7076439309786482d4d4c1b4e1f2b102ca93513372d5419ffcf5df25" 1353 dependencies = [ 1354 "candle-core", 1355 "half", ··· 1362 1363 [[package]] 1364 name = "candle-transformers" 1365 + version = "0.3.1" 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1367 + checksum = "0169336de9dc62dd84e19af1408e53ef8ad07eef8fc103cfebf5b6c3e3f23c2c" 1368 dependencies = [ 1369 + "byteorder", 1370 "candle-core", 1371 "candle-nn", 1372 "num-traits", ··· 1374 "rayon", 1375 "serde", 1376 "serde_json", 1377 + "serde_plain", 1378 "tracing", 1379 "wav", 1380 ] ··· 1415 version = "1.0.0" 1416 source = "registry+https://github.com/rust-lang/crates.io-index" 1417 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1418 + 1419 + [[package]] 1420 + name = "cfg_aliases" 1421 + version = "0.1.1" 1422 + source = "registry+https://github.com/rust-lang/crates.io-index" 1423 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 1424 1425 [[package]] 1426 name = "chrono" ··· 1439 1440 [[package]] 1441 name = "chrono-tz" 1442 + version = "0.8.4" 1443 source = "registry+https://github.com/rust-lang/crates.io-index" 1444 + checksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76" 1445 dependencies = [ 1446 "chrono", 1447 "chrono-tz-build", ··· 1450 1451 [[package]] 1452 name = "chrono-tz-build" 1453 + version = "0.2.1" 1454 source = "registry+https://github.com/rust-lang/crates.io-index" 1455 + checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" 1456 dependencies = [ 1457 "parse-zoneinfo", 1458 "phf 0.11.2", 1459 + "phf_codegen", 1460 ] 1461 1462 [[package]] ··· 1469 ] 1470 1471 [[package]] 1472 + name = "cipher" 1473 + version = "0.4.4" 1474 + source = "registry+https://github.com/rust-lang/crates.io-index" 1475 + checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1476 + dependencies = [ 1477 + "crypto-common", 1478 + "inout", 1479 + ] 1480 + 1481 + [[package]] 1482 name = "clang-sys" 1483 version = "1.6.1" 1484 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1491 1492 [[package]] 1493 name = "clap" 1494 + version = "4.4.8" 1495 source = "registry+https://github.com/rust-lang/crates.io-index" 1496 + checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" 1497 dependencies = [ 1498 "clap_builder", 1499 "clap_derive", ··· 1501 1502 [[package]] 1503 name = "clap_builder" 1504 + version = "4.4.8" 1505 source = "registry+https://github.com/rust-lang/crates.io-index" 1506 + checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" 1507 dependencies = [ 1508 "anstream", 1509 "anstyle", ··· 1513 1514 [[package]] 1515 name = "clap_derive" 1516 + version = "4.4.7" 1517 source = "registry+https://github.com/rust-lang/crates.io-index" 1518 + checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 1519 dependencies = [ 1520 "heck", 1521 "proc-macro2", 1522 "quote", 1523 + "syn 2.0.39", 1524 ] 1525 1526 [[package]] 1527 name = "clap_lex" 1528 + version = "0.6.0" 1529 source = "registry+https://github.com/rust-lang/crates.io-index" 1530 + checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 1531 1532 [[package]] 1533 name = "cmake" ··· 1568 ] 1569 1570 [[package]] 1571 + name = "connection-string" 1572 + version = "0.2.0" 1573 + source = "registry+https://github.com/rust-lang/crates.io-index" 1574 + checksum = "510ca239cf13b7f8d16a2b48f263de7b4f8c566f0af58d901031473c76afb1e3" 1575 + 1576 + [[package]] 1577 name = "console" 1578 version = "0.15.7" 1579 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1624 ] 1625 1626 [[package]] 1627 + name = "constant_time_eq" 1628 + version = "0.1.5" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 1631 + 1632 + [[package]] 1633 name = "convert_case" 1634 version = "0.4.0" 1635 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1673 1674 [[package]] 1675 name = "cpufeatures" 1676 + version = "0.2.11" 1677 source = "registry+https://github.com/rust-lang/crates.io-index" 1678 + checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 1679 dependencies = [ 1680 "libc", 1681 ] ··· 1700 1701 [[package]] 1702 name = "crc-catalog" 1703 + version = "2.4.0" 1704 source = "registry+https://github.com/rust-lang/crates.io-index" 1705 + checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1706 + 1707 + [[package]] 1708 + name = "crc32c" 1709 + version = "0.6.4" 1710 + source = "registry+https://github.com/rust-lang/crates.io-index" 1711 + checksum = "d8f48d60e5b4d2c53d5c2b1d8a58c849a70ae5e5509b08a48d047e3b65714a74" 1712 + dependencies = [ 1713 + "rustc_version 0.4.0", 1714 + ] 1715 1716 [[package]] 1717 name = "crc32fast" ··· 1807 checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1808 1809 [[package]] 1810 + name = "crypto-bigint" 1811 + version = "0.4.9" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 1814 + dependencies = [ 1815 + "generic-array", 1816 + "rand_core 0.6.4", 1817 + "subtle", 1818 + "zeroize", 1819 + ] 1820 + 1821 + [[package]] 1822 name = "crypto-common" 1823 version = "0.1.6" 1824 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1873 "proc-macro2", 1874 "quote", 1875 "strsim", 1876 + "syn 2.0.39", 1877 ] 1878 1879 [[package]] ··· 1895 dependencies = [ 1896 "darling_core 0.20.3", 1897 "quote", 1898 + "syn 2.0.39", 1899 ] 1900 1901 [[package]] ··· 1908 "hashbrown 0.14.2", 1909 "lock_api", 1910 "once_cell", 1911 + "parking_lot_core 0.9.9", 1912 ] 1913 1914 [[package]] ··· 1953 dependencies = [ 1954 "deno-proc-macro-rules-macros", 1955 "proc-macro2", 1956 + "syn 2.0.39", 1957 ] 1958 1959 [[package]] ··· 1965 "once_cell", 1966 "proc-macro2", 1967 "quote", 1968 + "syn 2.0.39", 1969 ] 1970 1971 [[package]] ··· 2027 "libc", 2028 "log", 2029 "once_cell", 2030 + "parking_lot 0.12.1", 2031 "pin-project", 2032 "serde", 2033 "serde_json", ··· 2077 "deno-proc-macro-rules", 2078 "lazy-regex", 2079 "once_cell", 2080 + "pmutil 0.6.1", 2081 "proc-macro-crate 1.3.1", 2082 "proc-macro2", 2083 "quote", ··· 2085 "strum", 2086 "strum_macros", 2087 "syn 1.0.109", 2088 + "syn 2.0.39", 2089 "thiserror", 2090 ] 2091 ··· 2097 dependencies = [ 2098 "deno_core", 2099 "once_cell", 2100 + "rustls 0.21.9", 2101 "rustls-native-certs", 2102 "rustls-pemfile", 2103 "serde", ··· 2225 checksum = "ac41dd49fb554432020d52c875fc290e110113f864c6b1b525cd62c7e7747a5d" 2226 dependencies = [ 2227 "byteorder", 2228 + "cipher 0.3.0", 2229 "opaque-debug", 2230 ] 2231 2232 [[package]] 2233 name = "digest" ··· 2252 2253 [[package]] 2254 name = "dirs" 2255 + version = "4.0.0" 2256 + source = "registry+https://github.com/rust-lang/crates.io-index" 2257 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 2258 + dependencies = [ 2259 + "dirs-sys 0.3.7", 2260 + ] 2261 + 2262 + [[package]] 2263 + name = "dirs" 2264 version = "5.0.1" 2265 source = "registry+https://github.com/rust-lang/crates.io-index" 2266 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 2267 dependencies = [ 2268 + "dirs-sys 0.4.1", 2269 ] 2270 2271 [[package]] ··· 2276 dependencies = [ 2277 "cfg-if", 2278 "dirs-sys-next", 2279 + ] 2280 + 2281 + [[package]] 2282 + name = "dirs-sys" 2283 + version = "0.3.7" 2284 + source = "registry+https://github.com/rust-lang/crates.io-index" 2285 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 2286 + dependencies = [ 2287 + "libc", 2288 + "redox_users", 2289 + "winapi", 2290 ] 2291 2292 [[package]] ··· 2342 2343 [[package]] 2344 name = "dyn-clone" 2345 + version = "1.0.16" 2346 source = "registry+https://github.com/rust-lang/crates.io-index" 2347 + checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" 2348 2349 [[package]] 2350 name = "dyn-iter" ··· 2354 2355 [[package]] 2356 name = "dyn-stack" 2357 + version = "0.10.0" 2358 source = "registry+https://github.com/rust-lang/crates.io-index" 2359 + checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b" 2360 dependencies = [ 2361 "bytemuck", 2362 "reborrow", 2363 ] 2364 2365 [[package]] 2366 + name = "ecdsa" 2367 + version = "0.14.8" 2368 + source = "registry+https://github.com/rust-lang/crates.io-index" 2369 + checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 2370 + dependencies = [ 2371 + "der 0.6.1", 2372 + "elliptic-curve", 2373 + "rfc6979", 2374 + "signature 1.6.4", 2375 + ] 2376 + 2377 + [[package]] 2378 name = "either" 2379 version = "1.9.0" 2380 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2384 ] 2385 2386 [[package]] 2387 + name = "elliptic-curve" 2388 + version = "0.12.3" 2389 source = "registry+https://github.com/rust-lang/crates.io-index" 2390 + checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 2391 + dependencies = [ 2392 + "base16ct", 2393 + "crypto-bigint", 2394 + "der 0.6.1", 2395 + "digest 0.10.7", 2396 + "ff", 2397 + "generic-array", 2398 + "group", 2399 + "pkcs8 0.9.0", 2400 + "rand_core 0.6.4", 2401 + "sec1", 2402 + "subtle", 2403 + "zeroize", 2404 + ] 2405 + 2406 + [[package]] 2407 + name = "embed-doc-image" 2408 + version = "0.1.4" 2409 + source = "registry+https://github.com/rust-lang/crates.io-index" 2410 + checksum = "af36f591236d9d822425cb6896595658fa558fcebf5ee8accac1d4b92c47166e" 2411 dependencies = [ 2412 + "base64 0.13.1", 2413 + "proc-macro2", 2414 + "quote", 2415 + "syn 1.0.109", 2416 ] 2417 2418 [[package]] ··· 2422 checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 2423 2424 [[package]] 2425 + name = "encoding" 2426 + version = "0.2.33" 2427 + source = "registry+https://github.com/rust-lang/crates.io-index" 2428 + checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" 2429 + dependencies = [ 2430 + "encoding-index-japanese", 2431 + "encoding-index-korean", 2432 + "encoding-index-simpchinese", 2433 + "encoding-index-singlebyte", 2434 + "encoding-index-tradchinese", 2435 + ] 2436 + 2437 + [[package]] 2438 + name = "encoding-index-japanese" 2439 + version = "1.20141219.5" 2440 + source = "registry+https://github.com/rust-lang/crates.io-index" 2441 + checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" 2442 + dependencies = [ 2443 + "encoding_index_tests", 2444 + ] 2445 + 2446 + [[package]] 2447 + name = "encoding-index-korean" 2448 + version = "1.20141219.5" 2449 + source = "registry+https://github.com/rust-lang/crates.io-index" 2450 + checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" 2451 + dependencies = [ 2452 + "encoding_index_tests", 2453 + ] 2454 + 2455 + [[package]] 2456 + name = "encoding-index-simpchinese" 2457 + version = "1.20141219.5" 2458 + source = "registry+https://github.com/rust-lang/crates.io-index" 2459 + checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" 2460 + dependencies = [ 2461 + "encoding_index_tests", 2462 + ] 2463 + 2464 + [[package]] 2465 + name = "encoding-index-singlebyte" 2466 + version = "1.20141219.5" 2467 + source = "registry+https://github.com/rust-lang/crates.io-index" 2468 + checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" 2469 + dependencies = [ 2470 + "encoding_index_tests", 2471 + ] 2472 + 2473 + [[package]] 2474 + name = "encoding-index-tradchinese" 2475 + version = "1.20141219.5" 2476 + source = "registry+https://github.com/rust-lang/crates.io-index" 2477 + checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" 2478 + dependencies = [ 2479 + "encoding_index_tests", 2480 + ] 2481 + 2482 + [[package]] 2483 + name = "encoding_index_tests" 2484 + version = "0.1.4" 2485 + source = "registry+https://github.com/rust-lang/crates.io-index" 2486 + checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" 2487 + 2488 + [[package]] 2489 name = "encoding_rs" 2490 version = "0.8.31" 2491 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2495 ] 2496 2497 [[package]] 2498 + name = "enumflags2" 2499 + version = "0.7.8" 2500 + source = "registry+https://github.com/rust-lang/crates.io-index" 2501 + checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" 2502 + dependencies = [ 2503 + "enumflags2_derive", 2504 + ] 2505 + 2506 + [[package]] 2507 + name = "enumflags2_derive" 2508 + version = "0.7.8" 2509 + source = "registry+https://github.com/rust-lang/crates.io-index" 2510 + checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" 2511 + dependencies = [ 2512 + "proc-macro2", 2513 + "quote", 2514 + "syn 2.0.39", 2515 + ] 2516 + 2517 + [[package]] 2518 name = "equivalent" 2519 version = "1.0.1" 2520 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2522 2523 [[package]] 2524 name = "errno" 2525 + version = "0.3.7" 2526 source = "registry+https://github.com/rust-lang/crates.io-index" 2527 + checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8" 2528 dependencies = [ 2529 "libc", 2530 "windows-sys 0.48.0", ··· 2557 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 2558 2559 [[package]] 2560 + name = "event-listener" 2561 + version = "3.1.0" 2562 + source = "registry+https://github.com/rust-lang/crates.io-index" 2563 + checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 2564 + dependencies = [ 2565 + "concurrent-queue", 2566 + "parking", 2567 + "pin-project-lite", 2568 + ] 2569 + 2570 + [[package]] 2571 + name = "event-listener-strategy" 2572 + version = "0.3.0" 2573 + source = "registry+https://github.com/rust-lang/crates.io-index" 2574 + checksum = "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160" 2575 + dependencies = [ 2576 + "event-listener 3.1.0", 2577 + "pin-project-lite", 2578 + ] 2579 + 2580 + [[package]] 2581 name = "fallible-iterator" 2582 version = "0.2.0" 2583 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2599 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 2600 2601 [[package]] 2602 + name = "ff" 2603 + version = "0.12.1" 2604 + source = "registry+https://github.com/rust-lang/crates.io-index" 2605 + checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 2606 + dependencies = [ 2607 + "rand_core 0.6.4", 2608 + "subtle", 2609 + ] 2610 + 2611 + [[package]] 2612 name = "filetime" 2613 version = "0.2.22" 2614 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2627 checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" 2628 2629 [[package]] 2630 name = "flate2" 2631 version = "1.0.28" 2632 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2685 source = "registry+https://github.com/rust-lang/crates.io-index" 2686 checksum = "03ec5dc38ee19078d84a692b1c41181ff9f94331c76cee66ff0208c770b5e54f" 2687 dependencies = [ 2688 + "pmutil 0.6.1", 2689 "proc-macro2", 2690 "swc_macros_common", 2691 + "syn 2.0.39", 2692 ] 2693 2694 [[package]] ··· 2716 dependencies = [ 2717 "frunk_proc_macro_helpers", 2718 "quote", 2719 + "syn 2.0.39", 2720 ] 2721 2722 [[package]] ··· 2728 "frunk_core", 2729 "proc-macro2", 2730 "quote", 2731 + "syn 2.0.39", 2732 ] 2733 2734 [[package]] ··· 2740 "frunk_core", 2741 "frunk_proc_macro_helpers", 2742 "quote", 2743 + "syn 2.0.39", 2744 ] 2745 2746 [[package]] ··· 2761 2762 [[package]] 2763 name = "futures" 2764 + version = "0.3.29" 2765 source = "registry+https://github.com/rust-lang/crates.io-index" 2766 + checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" 2767 dependencies = [ 2768 "futures-channel", 2769 "futures-core", ··· 2776 2777 [[package]] 2778 name = "futures-channel" 2779 + version = "0.3.29" 2780 source = "registry+https://github.com/rust-lang/crates.io-index" 2781 + checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 2782 dependencies = [ 2783 "futures-core", 2784 "futures-sink", ··· 2786 2787 [[package]] 2788 name = "futures-core" 2789 + version = "0.3.29" 2790 source = "registry+https://github.com/rust-lang/crates.io-index" 2791 + checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 2792 2793 [[package]] 2794 name = "futures-executor" 2795 + version = "0.3.29" 2796 source = "registry+https://github.com/rust-lang/crates.io-index" 2797 + checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" 2798 dependencies = [ 2799 "futures-core", 2800 "futures-task", ··· 2803 2804 [[package]] 2805 name = "futures-intrusive" 2806 + version = "0.4.2" 2807 + source = "registry+https://github.com/rust-lang/crates.io-index" 2808 + checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5" 2809 + dependencies = [ 2810 + "futures-core", 2811 + "lock_api", 2812 + "parking_lot 0.11.2", 2813 + ] 2814 + 2815 + [[package]] 2816 + name = "futures-intrusive" 2817 version = "0.5.0" 2818 source = "registry+https://github.com/rust-lang/crates.io-index" 2819 checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 2820 dependencies = [ 2821 "futures-core", 2822 "lock_api", 2823 + "parking_lot 0.12.1", 2824 ] 2825 2826 [[package]] 2827 name = "futures-io" 2828 + version = "0.3.29" 2829 source = "registry+https://github.com/rust-lang/crates.io-index" 2830 + checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 2831 2832 [[package]] 2833 name = "futures-lite" ··· 2845 ] 2846 2847 [[package]] 2848 + name = "futures-lite" 2849 + version = "2.0.1" 2850 + source = "registry+https://github.com/rust-lang/crates.io-index" 2851 + checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" 2852 + dependencies = [ 2853 + "futures-core", 2854 + "pin-project-lite", 2855 + ] 2856 + 2857 + [[package]] 2858 name = "futures-macro" 2859 + version = "0.3.29" 2860 source = "registry+https://github.com/rust-lang/crates.io-index" 2861 + checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 2862 dependencies = [ 2863 "proc-macro2", 2864 "quote", 2865 + "syn 2.0.39", 2866 ] 2867 2868 [[package]] 2869 name = "futures-sink" 2870 + version = "0.3.29" 2871 source = "registry+https://github.com/rust-lang/crates.io-index" 2872 + checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 2873 2874 [[package]] 2875 name = "futures-task" 2876 + version = "0.3.29" 2877 source = "registry+https://github.com/rust-lang/crates.io-index" 2878 + checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 2879 2880 [[package]] 2881 name = "futures-util" 2882 + version = "0.3.29" 2883 source = "registry+https://github.com/rust-lang/crates.io-index" 2884 + checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 2885 dependencies = [ 2886 "futures-channel", 2887 "futures-core", ··· 2902 checksum = "7d3b20d3058763d26d88e6e7a49998841e5296735b00dbfb064ff7cb142933dd" 2903 dependencies = [ 2904 "async-trait", 2905 + "base64 0.21.5", 2906 "dirs-next", 2907 "hyper", 2908 "hyper-rustls", 2909 "ring 0.16.20", 2910 + "rustls 0.21.9", 2911 "rustls-pemfile", 2912 "serde", 2913 "serde_json", ··· 2921 ] 2922 2923 [[package]] 2924 + name = "gemm" 2925 + version = "0.16.15" 2926 + source = "registry+https://github.com/rust-lang/crates.io-index" 2927 + checksum = "5b3afa707040531a7527477fd63a81ea4f6f3d26037a2f96776e57fb843b258e" 2928 + dependencies = [ 2929 + "dyn-stack", 2930 + "gemm-c32", 2931 + "gemm-c64", 2932 + "gemm-common", 2933 + "gemm-f16", 2934 + "gemm-f32", 2935 + "gemm-f64", 2936 + "num-complex", 2937 + "num-traits", 2938 + "paste", 2939 + "raw-cpuid", 2940 + "seq-macro", 2941 + ] 2942 + 2943 + [[package]] 2944 + name = "gemm-c32" 2945 + version = "0.16.15" 2946 + source = "registry+https://github.com/rust-lang/crates.io-index" 2947 + checksum = "1cc3973a4c30c73f26a099113953d0c772bb17ee2e07976c0a06b8fe1f38a57d" 2948 + dependencies = [ 2949 + "dyn-stack", 2950 + "gemm-common", 2951 + "num-complex", 2952 + "num-traits", 2953 + "paste", 2954 + "raw-cpuid", 2955 + "seq-macro", 2956 + ] 2957 + 2958 + [[package]] 2959 + name = "gemm-c64" 2960 + version = "0.16.15" 2961 + source = "registry+https://github.com/rust-lang/crates.io-index" 2962 + checksum = "30362894b93dada374442cb2edf4512ddf19513c9bec88e06a445bcb6b22e64f" 2963 + dependencies = [ 2964 + "dyn-stack", 2965 + "gemm-common", 2966 + "num-complex", 2967 + "num-traits", 2968 + "paste", 2969 + "raw-cpuid", 2970 + "seq-macro", 2971 + ] 2972 + 2973 + [[package]] 2974 + name = "gemm-common" 2975 + version = "0.16.15" 2976 + source = "registry+https://github.com/rust-lang/crates.io-index" 2977 + checksum = "988499faa80566b046b4fee2c5f15af55b5a20c1fe8486b112ebb34efa045ad6" 2978 + dependencies = [ 2979 + "bytemuck", 2980 + "dyn-stack", 2981 + "half", 2982 + "num-complex", 2983 + "num-traits", 2984 + "once_cell", 2985 + "paste", 2986 + "pulp", 2987 + "raw-cpuid", 2988 + "rayon", 2989 + "seq-macro", 2990 + ] 2991 + 2992 + [[package]] 2993 + name = "gemm-f16" 2994 + version = "0.16.15" 2995 + source = "registry+https://github.com/rust-lang/crates.io-index" 2996 + checksum = "d6cf2854a12371684c38d9a865063a27661812a3ff5803454c5742e8f5a388ce" 2997 + dependencies = [ 2998 + "dyn-stack", 2999 + "gemm-common", 3000 + "gemm-f32", 3001 + "half", 3002 + "num-complex", 3003 + "num-traits", 3004 + "paste", 3005 + "raw-cpuid", 3006 + "rayon", 3007 + "seq-macro", 3008 + ] 3009 + 3010 + [[package]] 3011 + name = "gemm-f32" 3012 + version = "0.16.15" 3013 + source = "registry+https://github.com/rust-lang/crates.io-index" 3014 + checksum = "0bc84003cf6d950a7c7ca714ad6db281b6cef5c7d462f5cd9ad90ea2409c7227" 3015 + dependencies = [ 3016 + "dyn-stack", 3017 + "gemm-common", 3018 + "num-complex", 3019 + "num-traits", 3020 + "paste", 3021 + "raw-cpuid", 3022 + "seq-macro", 3023 + ] 3024 + 3025 + [[package]] 3026 + name = "gemm-f64" 3027 + version = "0.16.15" 3028 + source = "registry+https://github.com/rust-lang/crates.io-index" 3029 + checksum = "35187ef101a71eed0ecd26fb4a6255b4192a12f1c5335f3a795698f2d9b6cf33" 3030 + dependencies = [ 3031 + "dyn-stack", 3032 + "gemm-common", 3033 + "num-complex", 3034 + "num-traits", 3035 + "paste", 3036 + "raw-cpuid", 3037 + "seq-macro", 3038 + ] 3039 + 3040 + [[package]] 3041 name = "generic-array" 3042 version = "0.14.7" 3043 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3079 3080 [[package]] 3081 name = "getrandom" 3082 + version = "0.2.11" 3083 source = "registry+https://github.com/rust-lang/crates.io-index" 3084 + checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 3085 dependencies = [ 3086 "cfg-if", 3087 "js-sys", ··· 3098 3099 [[package]] 3100 name = "git-version" 3101 + version = "0.3.8" 3102 source = "registry+https://github.com/rust-lang/crates.io-index" 3103 + checksum = "13ad01ffa8221f7fe8b936d6ffb2a3e7ad428885a04fad51866a5f33eafda57c" 3104 dependencies = [ 3105 "git-version-macro", 3106 ] 3107 3108 [[package]] 3109 name = "git-version-macro" 3110 + version = "0.3.8" 3111 source = "registry+https://github.com/rust-lang/crates.io-index" 3112 + checksum = "84488ccbdb24ad6f56dc1863b4a8154a7856cd3c6c7610401634fab3cb588dae" 3113 dependencies = [ 3114 "proc-macro2", 3115 "quote", 3116 + "syn 2.0.39", 3117 ] 3118 3119 [[package]] ··· 3160 ] 3161 3162 [[package]] 3163 + name = "group" 3164 + version = "0.12.1" 3165 + source = "registry+https://github.com/rust-lang/crates.io-index" 3166 + checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 3167 + dependencies = [ 3168 + "ff", 3169 + "rand_core 0.6.4", 3170 + "subtle", 3171 + ] 3172 + 3173 + [[package]] 3174 name = "h2" 3175 + version = "0.3.22" 3176 source = "registry+https://github.com/rust-lang/crates.io-index" 3177 + checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" 3178 dependencies = [ 3179 "bytes", 3180 "fnv", ··· 3182 "futures-sink", 3183 "futures-util", 3184 "http", 3185 + "indexmap 2.1.0", 3186 "slab", 3187 "tokio", 3188 "tokio-util", ··· 3195 source = "registry+https://github.com/rust-lang/crates.io-index" 3196 checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" 3197 dependencies = [ 3198 + "bytemuck", 3199 "cfg-if", 3200 "crunchy", 3201 "num-traits", ··· 3209 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 3211 dependencies = [ 3212 + "ahash 0.7.7", 3213 ] 3214 3215 [[package]] ··· 3218 source = "registry+https://github.com/rust-lang/crates.io-index" 3219 checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 3220 dependencies = [ 3221 + "ahash 0.8.6", 3222 ] 3223 3224 [[package]] ··· 3227 source = "registry+https://github.com/rust-lang/crates.io-index" 3228 checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" 3229 dependencies = [ 3230 + "ahash 0.8.6", 3231 "allocator-api2", 3232 ] 3233 ··· 3246 source = "registry+https://github.com/rust-lang/crates.io-index" 3247 checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 3248 dependencies = [ 3249 + "base64 0.21.5", 3250 "bytes", 3251 "headers-core", 3252 "http", ··· 3291 source = "registry+https://github.com/rust-lang/crates.io-index" 3292 checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732" 3293 dependencies = [ 3294 + "dirs 5.0.1", 3295 "indicatif", 3296 "log", 3297 "native-tls", ··· 3331 3332 [[package]] 3333 name = "http" 3334 + version = "0.2.11" 3335 source = "registry+https://github.com/rust-lang/crates.io-index" 3336 + checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" 3337 dependencies = [ 3338 "bytes", 3339 "fnv", ··· 3364 checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 3365 dependencies = [ 3366 "anyhow", 3367 + "async-channel 1.9.0", 3368 "base64 0.13.1", 3369 + "futures-lite 1.13.0", 3370 "http", 3371 "infer", 3372 "pin-project-lite", ··· 3416 3417 [[package]] 3418 name = "hyper-rustls" 3419 + version = "0.24.2" 3420 source = "registry+https://github.com/rust-lang/crates.io-index" 3421 + checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 3422 dependencies = [ 3423 "futures-util", 3424 "http", 3425 "hyper", 3426 + "log", 3427 + "rustls 0.21.9", 3428 "rustls-native-certs", 3429 "tokio", 3430 + "tokio-rustls 0.24.1", 3431 ] 3432 3433 [[package]] ··· 3501 3502 [[package]] 3503 name = "indexmap" 3504 + version = "2.1.0" 3505 source = "registry+https://github.com/rust-lang/crates.io-index" 3506 + checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 3507 dependencies = [ 3508 "equivalent", 3509 "hashbrown 0.14.2", ··· 3527 version = "0.2.3" 3528 source = "registry+https://github.com/rust-lang/crates.io-index" 3529 checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 3530 + 3531 + [[package]] 3532 + name = "inout" 3533 + version = "0.1.3" 3534 + source = "registry+https://github.com/rust-lang/crates.io-index" 3535 + checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 3536 + dependencies = [ 3537 + "generic-array", 3538 + ] 3539 3540 [[package]] 3541 name = "instant" ··· 3559 3560 [[package]] 3561 name = "ipnet" 3562 + version = "2.9.0" 3563 source = "registry+https://github.com/rust-lang/crates.io-index" 3564 + checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 3565 3566 [[package]] 3567 name = "is-macro" 3568 + version = "0.2.2" 3569 source = "registry+https://github.com/rust-lang/crates.io-index" 3570 + checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20" 3571 dependencies = [ 3572 "Inflector", 3573 + "pmutil 0.5.3", 3574 "proc-macro2", 3575 "quote", 3576 + "syn 1.0.109", 3577 ] 3578 3579 [[package]] 3580 + name = "is-macro" 3581 + version = "0.3.0" 3582 source = "registry+https://github.com/rust-lang/crates.io-index" 3583 + checksum = "f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e" 3584 dependencies = [ 3585 + "Inflector", 3586 + "pmutil 0.6.1", 3587 + "proc-macro2", 3588 + "quote", 3589 + "syn 2.0.39", 3590 ] 3591 3592 [[package]] ··· 3608 ] 3609 3610 [[package]] 3611 + name = "itertools" 3612 + version = "0.12.0" 3613 + source = "registry+https://github.com/rust-lang/crates.io-index" 3614 + checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" 3615 + dependencies = [ 3616 + "either", 3617 + ] 3618 + 3619 + [[package]] 3620 name = "itoa" 3621 version = "1.0.9" 3622 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3633 3634 [[package]] 3635 name = "js-sys" 3636 + version = "0.3.65" 3637 source = "registry+https://github.com/rust-lang/crates.io-index" 3638 + checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" 3639 dependencies = [ 3640 "wasm-bindgen", 3641 ] ··· 3646 source = "registry+https://github.com/rust-lang/crates.io-index" 3647 checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" 3648 dependencies = [ 3649 + "base64 0.21.5", 3650 "pem 1.1.1", 3651 "ring 0.16.20", 3652 "serde", ··· 3655 ] 3656 3657 [[package]] 3658 + name = "keyed_priority_queue" 3659 + version = "0.4.2" 3660 + source = "registry+https://github.com/rust-lang/crates.io-index" 3661 + checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" 3662 + dependencies = [ 3663 + "indexmap 2.1.0", 3664 + ] 3665 + 3666 + [[package]] 3667 name = "konst" 3668 version = "0.2.19" 3669 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3688 ] 3689 3690 [[package]] 3691 name = "lalrpop-util" 3692 + version = "0.20.0" 3693 source = "registry+https://github.com/rust-lang/crates.io-index" 3694 + checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" 3695 3696 [[package]] 3697 name = "lazy-regex" ··· 3732 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 3733 3734 [[package]] 3735 name = "libc" 3736 + version = "0.2.150" 3737 source = "registry+https://github.com/rust-lang/crates.io-index" 3738 + checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 3739 3740 [[package]] 3741 name = "libgit2-sys" ··· 3766 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3767 3768 [[package]] 3769 + name = "libredox" 3770 + version = "0.0.1" 3771 + source = "registry+https://github.com/rust-lang/crates.io-index" 3772 + checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 3773 + dependencies = [ 3774 + "bitflags 2.4.1", 3775 + "libc", 3776 + "redox_syscall 0.4.1", 3777 + ] 3778 + 3779 + [[package]] 3780 name = "libsqlite3-sys" 3781 version = "0.26.0" 3782 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3828 3829 [[package]] 3830 name = "linux-raw-sys" 3831 + version = "0.4.11" 3832 source = "registry+https://github.com/rust-lang/crates.io-index" 3833 + checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" 3834 3835 [[package]] 3836 name = "lock_api" ··· 3852 ] 3853 3854 [[package]] 3855 + name = "loki-api" 3856 + version = "0.1.1" 3857 source = "registry+https://github.com/rust-lang/crates.io-index" 3858 + checksum = "f56d36f573486ba7f462b62cbae597fef7d5d93665e7047956b457531b8a1ced" 3859 dependencies = [ 3860 + "prost", 3861 + "prost-types", 3862 ] 3863 3864 [[package]] 3865 + name = "lru" 3866 + version = "0.12.0" 3867 source = "registry+https://github.com/rust-lang/crates.io-index" 3868 + checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" 3869 dependencies = [ 3870 + "hashbrown 0.14.2", 3871 ] 3872 3873 [[package]] ··· 3899 3900 [[package]] 3901 name = "magic-crypt" 3902 + version = "3.1.13" 3903 source = "registry+https://github.com/rust-lang/crates.io-index" 3904 + checksum = "6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053" 3905 dependencies = [ 3906 + "aes 0.7.5", 3907 + "base64 0.21.5", 3908 "block-modes", 3909 "crc-any", 3910 "des", ··· 3932 "base64 0.20.0", 3933 "gethostname", 3934 "mail-builder", 3935 + "rustls 0.21.9", 3936 "smtp-proto", 3937 "tokio", 3938 + "tokio-rustls 0.24.1", 3939 "webpki-roots 0.25.2", 3940 ] 3941 3942 [[package]] 3943 + name = "malachite" 3944 + version = "0.4.4" 3945 + source = "registry+https://github.com/rust-lang/crates.io-index" 3946 + checksum = "220cb36c52aa6eff45559df497abe0e2a4c1209f92279a746a399f622d7b95c7" 3947 + dependencies = [ 3948 + "malachite-base", 3949 + "malachite-nz", 3950 + "malachite-q", 3951 + ] 3952 + 3953 + [[package]] 3954 + name = "malachite-base" 3955 + version = "0.4.4" 3956 + source = "registry+https://github.com/rust-lang/crates.io-index" 3957 + checksum = "6538136c5daf04126d6be4899f7fe4879b7f8de896dd1b4210fe6de5b94f2555" 3958 + dependencies = [ 3959 + "itertools 0.11.0", 3960 + "ryu", 3961 + ] 3962 + 3963 + [[package]] 3964 + name = "malachite-bigint" 3965 + version = "0.1.1" 3966 + source = "registry+https://github.com/rust-lang/crates.io-index" 3967 + checksum = "76c3eca3b5df299486144c8423c45c24bdf9e82e2452c8a1eeda547c4d8b5d41" 3968 + dependencies = [ 3969 + "derive_more", 3970 + "malachite", 3971 + "num-integer", 3972 + "num-traits", 3973 + "paste", 3974 + ] 3975 + 3976 + [[package]] 3977 + name = "malachite-nz" 3978 + version = "0.4.4" 3979 + source = "registry+https://github.com/rust-lang/crates.io-index" 3980 + checksum = "5f0b05577b7a3f09433106460b10304f97fc572f0baabf6640e6cb1e23f5fc52" 3981 + dependencies = [ 3982 + "embed-doc-image", 3983 + "itertools 0.11.0", 3984 + "malachite-base", 3985 + ] 3986 + 3987 + [[package]] 3988 + name = "malachite-q" 3989 + version = "0.4.4" 3990 + source = "registry+https://github.com/rust-lang/crates.io-index" 3991 + checksum = "a1cfdb4016292e6acd832eaee261175f3af8bbee62afeefe4420ebce4c440cb5" 3992 + dependencies = [ 3993 + "itertools 0.11.0", 3994 + "malachite-base", 3995 + "malachite-nz", 3996 + ] 3997 + 3998 + [[package]] 3999 name = "matchers" 4000 version = "0.1.0" 4001 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4095 4096 [[package]] 4097 name = "mio" 4098 + version = "0.8.9" 4099 source = "registry+https://github.com/rust-lang/crates.io-index" 4100 + checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" 4101 dependencies = [ 4102 "libc", 4103 "log", ··· 4107 4108 [[package]] 4109 name = "monostate" 4110 + version = "0.1.10" 4111 source = "registry+https://github.com/rust-lang/crates.io-index" 4112 + checksum = "e404e13820ea0df0eda93aa294e0c80de76a0daa6bec590d376fbec6d7810394" 4113 dependencies = [ 4114 "monostate-impl", 4115 "serde", ··· 4117 4118 [[package]] 4119 name = "monostate-impl" 4120 + version = "0.1.10" 4121 source = "registry+https://github.com/rust-lang/crates.io-index" 4122 + checksum = "531c82a934da419bed3da09bd87d6e98c72f8d4aa755427b3b009c2b8b8c433c" 4123 dependencies = [ 4124 "proc-macro2", 4125 "quote", 4126 + "syn 2.0.39", 4127 ] 4128 4129 [[package]] ··· 4139 "proc-macro-error", 4140 "proc-macro2", 4141 "quote", 4142 + "syn 2.0.39", 4143 "termcolor", 4144 "thiserror", 4145 ] 4146 4147 [[package]] 4148 name = "mysql_async" 4149 + version = "0.33.0" 4150 source = "registry+https://github.com/rust-lang/crates.io-index" 4151 + checksum = "6750b17ce50f8f112ef1a8394121090d47c596b56a6a17569ca680a9626e2ef2" 4152 dependencies = [ 4153 "bytes", 4154 "crossbeam", ··· 4156 "futures-core", 4157 "futures-sink", 4158 "futures-util", 4159 + "keyed_priority_queue", 4160 "lazy_static", 4161 "lru", 4162 "mio", 4163 "mysql_common", 4164 "native-tls", 4165 "once_cell", 4166 + "pem 3.0.2", 4167 "percent-encoding", 4168 "pin-project", 4169 + "rand 0.8.5", 4170 "serde", 4171 "serde_json", 4172 "socket2 0.5.5", ··· 4180 4181 [[package]] 4182 name = "mysql_common" 4183 + version = "0.31.0" 4184 source = "registry+https://github.com/rust-lang/crates.io-index" 4185 + checksum = "06f19e4cfa0ab5a76b627cec2d81331c49b034988eaf302c3bafeada684eadef" 4186 dependencies = [ 4187 + "base64 0.21.5", 4188 + "bigdecimal 0.4.2", 4189 + "bindgen 0.69.1", 4190 "bitflags 2.4.1", 4191 "bitvec", 4192 + "btoi", 4193 "byteorder", 4194 "bytes", 4195 "cc", ··· 4198 "flate2", 4199 "frunk", 4200 "lazy_static", 4201 "mysql-common-derive", 4202 "num-bigint", 4203 "num-traits", ··· 4214 "thiserror", 4215 "time", 4216 "uuid 1.5.0", 4217 + "zstd 0.12.4", 4218 ] 4219 4220 [[package]] ··· 4308 source = "registry+https://github.com/rust-lang/crates.io-index" 4309 checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 4310 dependencies = [ 4311 + "bytemuck", 4312 "num-traits", 4313 ] 4314 4315 [[package]] ··· 4415 4416 [[package]] 4417 name = "openssl" 4418 + version = "0.10.59" 4419 source = "registry+https://github.com/rust-lang/crates.io-index" 4420 + checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33" 4421 dependencies = [ 4422 "bitflags 2.4.1", 4423 "cfg-if", ··· 4436 dependencies = [ 4437 "proc-macro2", 4438 "quote", 4439 + "syn 2.0.39", 4440 ] 4441 4442 [[package]] ··· 4447 4448 [[package]] 4449 name = "openssl-sys" 4450 + version = "0.9.95" 4451 source = "registry+https://github.com/rust-lang/crates.io-index" 4452 + checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9" 4453 dependencies = [ 4454 "cc", 4455 "libc", ··· 4476 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 4477 4478 [[package]] 4479 + name = "p256" 4480 + version = "0.11.1" 4481 + source = "registry+https://github.com/rust-lang/crates.io-index" 4482 + checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 4483 + dependencies = [ 4484 + "ecdsa", 4485 + "elliptic-curve", 4486 + "sha2 0.10.8", 4487 + ] 4488 + 4489 + [[package]] 4490 name = "parking" 4491 version = "2.2.0" 4492 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4494 4495 [[package]] 4496 name = "parking_lot" 4497 + version = "0.11.2" 4498 + source = "registry+https://github.com/rust-lang/crates.io-index" 4499 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 4500 + dependencies = [ 4501 + "instant", 4502 + "lock_api", 4503 + "parking_lot_core 0.8.6", 4504 + ] 4505 + 4506 + [[package]] 4507 + name = "parking_lot" 4508 version = "0.12.1" 4509 source = "registry+https://github.com/rust-lang/crates.io-index" 4510 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 4511 dependencies = [ 4512 "lock_api", 4513 + "parking_lot_core 0.9.9", 4514 + ] 4515 + 4516 + [[package]] 4517 + name = "parking_lot_core" 4518 + version = "0.8.6" 4519 + source = "registry+https://github.com/rust-lang/crates.io-index" 4520 + checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 4521 + dependencies = [ 4522 + "cfg-if", 4523 + "instant", 4524 + "libc", 4525 + "redox_syscall 0.2.16", 4526 + "smallvec", 4527 + "winapi", 4528 ] 4529 4530 [[package]] ··· 4551 4552 [[package]] 4553 name = "password-hash" 4554 + version = "0.4.2" 4555 + source = "registry+https://github.com/rust-lang/crates.io-index" 4556 + checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 4557 + dependencies = [ 4558 + "base64ct", 4559 + "rand_core 0.6.4", 4560 + "subtle", 4561 + ] 4562 + 4563 + [[package]] 4564 + name = "password-hash" 4565 version = "0.5.0" 4566 source = "registry+https://github.com/rust-lang/crates.io-index" 4567 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" ··· 4584 checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 4585 4586 [[package]] 4587 + name = "pbkdf2" 4588 + version = "0.11.0" 4589 + source = "registry+https://github.com/rust-lang/crates.io-index" 4590 + checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 4591 + dependencies = [ 4592 + "digest 0.10.7", 4593 + "hmac", 4594 + "password-hash 0.4.2", 4595 + "sha2 0.10.8", 4596 + ] 4597 + 4598 + [[package]] 4599 name = "peeking_take_while" 4600 version = "0.1.2" 4601 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4612 4613 [[package]] 4614 name = "pem" 4615 version = "3.0.2" 4616 source = "registry+https://github.com/rust-lang/crates.io-index" 4617 checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" 4618 dependencies = [ 4619 + "base64 0.21.5", 4620 "serde", 4621 ] 4622 ··· 4645 checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 4646 4647 [[package]] 4648 + name = "pg-embed" 4649 + version = "0.7.2" 4650 + source = "git+https://github.com/faokunega/pg-embed#72db5e053f0afac6eee51d3baa2fd5c90803e02d" 4651 dependencies = [ 4652 + "archiver-rs", 4653 + "async-trait", 4654 + "bytes", 4655 + "dirs 5.0.1", 4656 + "futures", 4657 + "lazy_static", 4658 + "log", 4659 + "reqwest", 4660 + "sqlx 0.6.3", 4661 "thiserror", 4662 + "tokio", 4663 + "zip", 4664 ] 4665 4666 [[package]] ··· 4682 dependencies = [ 4683 "phf_macros 0.11.2", 4684 "phf_shared 0.11.2", 4685 ] 4686 4687 [[package]] ··· 4738 "phf_shared 0.11.2", 4739 "proc-macro2", 4740 "quote", 4741 + "syn 2.0.39", 4742 ] 4743 4744 [[package]] ··· 4776 dependencies = [ 4777 "proc-macro2", 4778 "quote", 4779 + "syn 2.0.39", 4780 ] 4781 4782 [[package]] ··· 4853 4854 [[package]] 4855 name = "pmutil" 4856 + version = "0.5.3" 4857 + source = "registry+https://github.com/rust-lang/crates.io-index" 4858 + checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" 4859 + dependencies = [ 4860 + "proc-macro2", 4861 + "quote", 4862 + "syn 1.0.109", 4863 + ] 4864 + 4865 + [[package]] 4866 + name = "pmutil" 4867 version = "0.6.1" 4868 source = "registry+https://github.com/rust-lang/crates.io-index" 4869 checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6" 4870 dependencies = [ 4871 "proc-macro2", 4872 "quote", 4873 + "syn 2.0.39", 4874 ] 4875 4876 [[package]] ··· 4891 4892 [[package]] 4893 name = "portable-atomic" 4894 + version = "1.5.1" 4895 source = "registry+https://github.com/rust-lang/crates.io-index" 4896 + checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b" 4897 4898 [[package]] 4899 name = "postgres" ··· 4928 source = "registry+https://github.com/rust-lang/crates.io-index" 4929 checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520" 4930 dependencies = [ 4931 + "base64 0.21.5", 4932 "byteorder", 4933 "bytes", 4934 "fallible-iterator", ··· 4975 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4976 4977 [[package]] 4978 + name = "pretty-hex" 4979 + version = "0.3.0" 4980 + source = "registry+https://github.com/rust-lang/crates.io-index" 4981 + checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5" 4982 + 4983 + [[package]] 4984 name = "prettyplease" 4985 version = "0.1.25" 4986 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4997 checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" 4998 dependencies = [ 4999 "proc-macro2", 5000 + "syn 2.0.39", 5001 ] 5002 5003 [[package]] 5004 name = "proc-macro-crate" 5005 + version = "1.3.1" 5006 source = "registry+https://github.com/rust-lang/crates.io-index" 5007 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 5008 dependencies = [ 5009 + "once_cell", 5010 + "toml_edit 0.19.15", 5011 ] 5012 5013 [[package]] 5014 name = "proc-macro-crate" 5015 + version = "2.0.0" 5016 source = "registry+https://github.com/rust-lang/crates.io-index" 5017 + checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" 5018 dependencies = [ 5019 + "toml_edit 0.20.7", 5020 ] 5021 5022 [[package]] ··· 5107 "schemars", 5108 "serde", 5109 "serde_json", 5110 + "syn 2.0.39", 5111 "thiserror", 5112 "typify", 5113 "unicode-ident", ··· 5127 "serde_json", 5128 "serde_tokenstream", 5129 "serde_yaml", 5130 + "syn 2.0.39", 5131 ] 5132 5133 [[package]] ··· 5146 "fnv", 5147 "lazy_static", 5148 "memchr", 5149 + "parking_lot 0.12.1", 5150 "thiserror", 5151 ] 5152 5153 [[package]] 5154 + name = "prost" 5155 + version = "0.11.9" 5156 + source = "registry+https://github.com/rust-lang/crates.io-index" 5157 + checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 5158 + dependencies = [ 5159 + "bytes", 5160 + "prost-derive", 5161 + ] 5162 + 5163 + [[package]] 5164 + name = "prost-derive" 5165 + version = "0.11.9" 5166 + source = "registry+https://github.com/rust-lang/crates.io-index" 5167 + checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 5168 + dependencies = [ 5169 + "anyhow", 5170 + "itertools 0.10.5", 5171 + "proc-macro2", 5172 + "quote", 5173 + "syn 1.0.109", 5174 + ] 5175 + 5176 + [[package]] 5177 + name = "prost-types" 5178 + version = "0.11.9" 5179 + source = "registry+https://github.com/rust-lang/crates.io-index" 5180 + checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 5181 + dependencies = [ 5182 + "prost", 5183 + ] 5184 + 5185 + [[package]] 5186 name = "psm" 5187 version = "0.1.21" 5188 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5212 ] 5213 5214 [[package]] 5215 + name = "pulp" 5216 + version = "0.18.4" 5217 + source = "registry+https://github.com/rust-lang/crates.io-index" 5218 + checksum = "7057c1435edb390ebfc51743abad043377f1f698ce8e649a9b52a4b378be5e4d" 5219 + dependencies = [ 5220 + "bytemuck", 5221 + "libm", 5222 + "num-complex", 5223 + "reborrow", 5224 + ] 5225 + 5226 + [[package]] 5227 name = "quick-xml" 5228 version = "0.28.2" 5229 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5239 source = "registry+https://github.com/rust-lang/crates.io-index" 5240 checksum = "f69f8d22fa3f34f3083d9a4375c038732c7a7e964de1beb81c544da92dfc40b8" 5241 dependencies = [ 5242 + "ahash 0.8.6", 5243 "equivalent", 5244 "hashbrown 0.14.2", 5245 + "parking_lot 0.12.1", 5246 ] 5247 5248 [[package]] ··· 5325 source = "registry+https://github.com/rust-lang/crates.io-index" 5326 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 5327 dependencies = [ 5328 + "getrandom 0.2.11", 5329 ] 5330 5331 [[package]] ··· 5444 5445 [[package]] 5446 name = "redox_users" 5447 + version = "0.4.4" 5448 source = "registry+https://github.com/rust-lang/crates.io-index" 5449 + checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 5450 dependencies = [ 5451 + "getrandom 0.2.11", 5452 + "libredox", 5453 "thiserror", 5454 ] 5455 ··· 5528 source = "registry+https://github.com/rust-lang/crates.io-index" 5529 checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" 5530 dependencies = [ 5531 + "async-compression 0.4.5", 5532 + "base64 0.21.5", 5533 "bytes", 5534 "encoding_rs", 5535 "futures-core", ··· 5548 "once_cell", 5549 "percent-encoding", 5550 "pin-project-lite", 5551 + "rustls 0.21.9", 5552 "rustls-pemfile", 5553 "serde", 5554 "serde_json", ··· 5556 "system-configuration", 5557 "tokio", 5558 "tokio-native-tls", 5559 + "tokio-rustls 0.24.1", 5560 "tokio-socks", 5561 "tokio-util", 5562 "tower-service", ··· 5570 ] 5571 5572 [[package]] 5573 + name = "rfc6979" 5574 + version = "0.3.1" 5575 + source = "registry+https://github.com/rust-lang/crates.io-index" 5576 + checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 5577 + dependencies = [ 5578 + "crypto-bigint", 5579 + "hmac", 5580 + "zeroize", 5581 + ] 5582 + 5583 + [[package]] 5584 name = "riff" 5585 version = "1.0.1" 5586 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5608 checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 5609 dependencies = [ 5610 "cc", 5611 + "getrandom 0.2.11", 5612 "libc", 5613 "spin 0.9.8", 5614 "untrusted 0.9.0", ··· 5666 5667 [[package]] 5668 name = "rsa" 5669 + version = "0.9.3" 5670 source = "registry+https://github.com/rust-lang/crates.io-index" 5671 + checksum = "86ef35bf3e7fe15a53c4ab08a998e42271eab13eb0db224126bc7bc4c4bad96d" 5672 dependencies = [ 5673 "const-oid", 5674 "digest 0.10.7", 5675 "num-bigint-dig", 5676 "num-integer", 5677 "num-traits", 5678 "pkcs1 0.7.5", 5679 "pkcs8 0.10.2", 5680 "rand_core 0.6.4", 5681 + "signature 2.2.0", 5682 "spki 0.7.2", 5683 "subtle", 5684 "zeroize", ··· 5719 "proc-macro2", 5720 "quote", 5721 "rust-embed-utils", 5722 + "syn 2.0.39", 5723 "walkdir", 5724 ] 5725 ··· 5735 5736 [[package]] 5737 name = "rust_decimal" 5738 + version = "1.33.1" 5739 source = "registry+https://github.com/rust-lang/crates.io-index" 5740 + checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" 5741 dependencies = [ 5742 "arrayvec", 5743 "borsh", ··· 5782 5783 [[package]] 5784 name = "rustfmt-wrapper" 5785 + version = "0.2.1" 5786 source = "registry+https://github.com/rust-lang/crates.io-index" 5787 + checksum = "f1adc9dfed5cc999077978cc7163b9282c5751c8d39827c4ea8c8c220ca5a440" 5788 dependencies = [ 5789 "serde", 5790 "tempfile", 5791 "thiserror", 5792 + "toml 0.8.8", 5793 "toolchain_find", 5794 ] 5795 5796 [[package]] 5797 name = "rustix" 5798 + version = "0.37.27" 5799 source = "registry+https://github.com/rust-lang/crates.io-index" 5800 + checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 5801 dependencies = [ 5802 "bitflags 1.3.2", 5803 "errno", ··· 5809 5810 [[package]] 5811 name = "rustix" 5812 + version = "0.38.24" 5813 source = "registry+https://github.com/rust-lang/crates.io-index" 5814 + checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" 5815 dependencies = [ 5816 "bitflags 2.4.1", 5817 "errno", 5818 "libc", 5819 + "linux-raw-sys 0.4.11", 5820 "windows-sys 0.48.0", 5821 ] 5822 5823 [[package]] 5824 name = "rustls" 5825 + version = "0.20.9" 5826 source = "registry+https://github.com/rust-lang/crates.io-index" 5827 + checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" 5828 dependencies = [ 5829 "log", 5830 "ring 0.16.20", 5831 + "sct", 5832 + "webpki", 5833 + ] 5834 + 5835 + [[package]] 5836 + name = "rustls" 5837 + version = "0.21.9" 5838 + source = "registry+https://github.com/rust-lang/crates.io-index" 5839 + checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" 5840 + dependencies = [ 5841 + "log", 5842 + "ring 0.17.5", 5843 "rustls-webpki", 5844 "sct", 5845 ] ··· 5858 5859 [[package]] 5860 name = "rustls-pemfile" 5861 + version = "1.0.4" 5862 source = "registry+https://github.com/rust-lang/crates.io-index" 5863 + checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 5864 dependencies = [ 5865 + "base64 0.21.5", 5866 ] 5867 5868 [[package]] 5869 name = "rustls-webpki" 5870 + version = "0.101.7" 5871 source = "registry+https://github.com/rust-lang/crates.io-index" 5872 + checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 5873 dependencies = [ 5874 + "ring 0.17.5", 5875 + "untrusted 0.9.0", 5876 ] 5877 5878 [[package]] 5879 name = "rustpython-ast" 5880 + version = "0.3.0" 5881 source = "registry+https://github.com/rust-lang/crates.io-index" 5882 + checksum = "fcf9438da3660e6b88bd659fdc0cd13bcff4b85c584026a48b800c75bf0f8d00" 5883 dependencies = [ 5884 + "is-macro 0.2.2", 5885 + "malachite-bigint", 5886 + "rustpython-parser-core", 5887 "static_assertions", 5888 ] 5889 5890 [[package]] 5891 name = "rustpython-parser" 5892 + version = "0.3.0" 5893 source = "registry+https://github.com/rust-lang/crates.io-index" 5894 + checksum = "9db993974ff12f33c5be8a801741463691502f85ead5c503277937c4077bd92a" 5895 dependencies = [ 5896 "anyhow", 5897 + "is-macro 0.2.2", 5898 "itertools 0.10.5", 5899 "lalrpop-util", 5900 "log", 5901 + "malachite-bigint", 5902 "num-traits", 5903 + "phf 0.11.2", 5904 + "phf_codegen", 5905 "rustc-hash", 5906 "rustpython-ast", 5907 + "rustpython-parser-core", 5908 "tiny-keccak", 5909 "unic-emoji-char", 5910 "unic-ucd-ident", ··· 5912 ] 5913 5914 [[package]] 5915 + name = "rustpython-parser-core" 5916 + version = "0.3.0" 5917 + source = "registry+https://github.com/rust-lang/crates.io-index" 5918 + checksum = "5e9d560c6dd4dc774d4bbad48c770e074c178c4ed5f6fd0521fcdb639af21bdd" 5919 + dependencies = [ 5920 + "is-macro 0.2.2", 5921 + "memchr", 5922 + "rustpython-parser-vendored", 5923 + ] 5924 + 5925 + [[package]] 5926 + name = "rustpython-parser-vendored" 5927 + version = "0.3.0" 5928 + source = "registry+https://github.com/rust-lang/crates.io-index" 5929 + checksum = "17ae3062d7fe5fe38073f3a1c7145ed9a04e15f6e4a596d642c7db2d5cd2b51b" 5930 + dependencies = [ 5931 + "memchr", 5932 + "once_cell", 5933 + ] 5934 + 5935 + [[package]] 5936 name = "rustversion" 5937 version = "1.0.14" 5938 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5960 source = "registry+https://github.com/rust-lang/crates.io-index" 5961 checksum = "7af1a6bbd2d98a207abf060c0734b0b9eb8a2a679008bf7bb5296c8876e27958" 5962 dependencies = [ 5963 + "base64 0.21.5", 5964 "bindgen 0.65.1", 5965 "chrono", 5966 "data-encoding", ··· 6007 6008 [[package]] 6009 name = "schemars" 6010 + version = "0.8.16" 6011 source = "registry+https://github.com/rust-lang/crates.io-index" 6012 + checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29" 6013 dependencies = [ 6014 "chrono", 6015 "dyn-clone", ··· 6021 6022 [[package]] 6023 name = "schemars_derive" 6024 + version = "0.8.16" 6025 source = "registry+https://github.com/rust-lang/crates.io-index" 6026 + checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967" 6027 dependencies = [ 6028 "proc-macro2", 6029 "quote", ··· 6045 6046 [[package]] 6047 name = "sct" 6048 + version = "0.7.1" 6049 source = "registry+https://github.com/rust-lang/crates.io-index" 6050 + checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 6051 dependencies = [ 6052 + "ring 0.17.5", 6053 + "untrusted 0.9.0", 6054 ] 6055 6056 [[package]] ··· 6058 version = "4.1.0" 6059 source = "registry+https://github.com/rust-lang/crates.io-index" 6060 checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 6061 + 6062 + [[package]] 6063 + name = "sec1" 6064 + version = "0.3.0" 6065 + source = "registry+https://github.com/rust-lang/crates.io-index" 6066 + checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 6067 + dependencies = [ 6068 + "base16ct", 6069 + "der 0.6.1", 6070 + "generic-array", 6071 + "pkcs8 0.9.0", 6072 + "subtle", 6073 + "zeroize", 6074 + ] 6075 6076 [[package]] 6077 name = "security-framework" ··· 6102 source = "registry+https://github.com/rust-lang/crates.io-index" 6103 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 6104 dependencies = [ 6105 + "semver-parser", 6106 ] 6107 6108 [[package]] ··· 6121 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 6122 6123 [[package]] 6124 name = "seq-macro" 6125 version = "0.3.5" 6126 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6128 6129 [[package]] 6130 name = "serde" 6131 + version = "1.0.192" 6132 source = "registry+https://github.com/rust-lang/crates.io-index" 6133 + checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" 6134 dependencies = [ 6135 "serde_derive", 6136 ] ··· 6168 6169 [[package]] 6170 name = "serde_derive" 6171 + version = "1.0.192" 6172 source = "registry+https://github.com/rust-lang/crates.io-index" 6173 + checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" 6174 dependencies = [ 6175 "proc-macro2", 6176 "quote", 6177 + "syn 2.0.39", 6178 ] 6179 6180 [[package]] ··· 6190 6191 [[package]] 6192 name = "serde_json" 6193 + version = "1.0.108" 6194 source = "registry+https://github.com/rust-lang/crates.io-index" 6195 + checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 6196 dependencies = [ 6197 + "indexmap 2.1.0", 6198 "itoa", 6199 "ryu", 6200 "serde", ··· 6211 ] 6212 6213 [[package]] 6214 + name = "serde_plain" 6215 + version = "1.0.2" 6216 + source = "registry+https://github.com/rust-lang/crates.io-index" 6217 + checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50" 6218 + dependencies = [ 6219 + "serde", 6220 + ] 6221 + 6222 + [[package]] 6223 name = "serde_qs" 6224 version = "0.8.5" 6225 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6232 6233 [[package]] 6234 name = "serde_qs" 6235 + version = "0.10.1" 6236 source = "registry+https://github.com/rust-lang/crates.io-index" 6237 + checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa" 6238 dependencies = [ 6239 "percent-encoding", 6240 "serde", ··· 6243 6244 [[package]] 6245 name = "serde_spanned" 6246 + version = "0.6.4" 6247 source = "registry+https://github.com/rust-lang/crates.io-index" 6248 + checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" 6249 dependencies = [ 6250 "serde", 6251 ] ··· 6259 "proc-macro2", 6260 "quote", 6261 "serde", 6262 + "syn 2.0.39", 6263 ] 6264 6265 [[package]] ··· 6292 6293 [[package]] 6294 name = "serde_yaml" 6295 + version = "0.9.27" 6296 source = "registry+https://github.com/rust-lang/crates.io-index" 6297 + checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" 6298 dependencies = [ 6299 + "indexmap 2.1.0", 6300 "itoa", 6301 "ryu", 6302 "serde", ··· 6391 6392 [[package]] 6393 name = "signature" 6394 + version = "2.2.0" 6395 source = "registry+https://github.com/rust-lang/crates.io-index" 6396 + checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 6397 dependencies = [ 6398 "digest 0.10.7", 6399 "rand_core 0.6.4", ··· 6434 6435 [[package]] 6436 name = "smallvec" 6437 + version = "1.11.2" 6438 source = "registry+https://github.com/rust-lang/crates.io-index" 6439 + checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 6440 6441 [[package]] 6442 name = "smart-default" ··· 6476 checksum = "d4b756ac662e92a0e5b360349bea5f0b0784d4be4541eff2972049dfdfd7f862" 6477 6478 [[package]] 6479 + name = "snap" 6480 + version = "1.1.0" 6481 + source = "registry+https://github.com/rust-lang/crates.io-index" 6482 + checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" 6483 + 6484 + [[package]] 6485 name = "socket2" 6486 version = "0.4.10" 6487 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6587 6588 [[package]] 6589 name = "sqlx" 6590 + version = "0.6.3" 6591 + source = "registry+https://github.com/rust-lang/crates.io-index" 6592 + checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188" 6593 + dependencies = [ 6594 + "sqlx-core 0.6.3", 6595 + "sqlx-macros 0.6.3", 6596 + ] 6597 + 6598 + [[package]] 6599 + name = "sqlx" 6600 version = "0.7.2" 6601 source = "registry+https://github.com/rust-lang/crates.io-index" 6602 checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33" 6603 dependencies = [ 6604 + "sqlx-core 0.7.2", 6605 + "sqlx-macros 0.7.2", 6606 "sqlx-mysql", 6607 "sqlx-postgres", 6608 "sqlx-sqlite", ··· 6610 6611 [[package]] 6612 name = "sqlx-core" 6613 + version = "0.6.3" 6614 + source = "registry+https://github.com/rust-lang/crates.io-index" 6615 + checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029" 6616 + dependencies = [ 6617 + "ahash 0.7.7", 6618 + "atoi 1.0.0", 6619 + "base64 0.13.1", 6620 + "bitflags 1.3.2", 6621 + "byteorder", 6622 + "bytes", 6623 + "crc", 6624 + "crossbeam-queue", 6625 + "dirs 4.0.0", 6626 + "dotenvy", 6627 + "either", 6628 + "event-listener 2.5.3", 6629 + "futures-channel", 6630 + "futures-core", 6631 + "futures-intrusive 0.4.2", 6632 + "futures-util", 6633 + "hashlink", 6634 + "hex", 6635 + "hkdf", 6636 + "hmac", 6637 + "indexmap 1.9.3", 6638 + "itoa", 6639 + "libc", 6640 + "log", 6641 + "md-5 0.10.6", 6642 + "memchr", 6643 + "once_cell", 6644 + "paste", 6645 + "percent-encoding", 6646 + "rand 0.8.5", 6647 + "rustls 0.20.9", 6648 + "rustls-pemfile", 6649 + "serde", 6650 + "serde_json", 6651 + "sha1", 6652 + "sha2 0.10.8", 6653 + "smallvec", 6654 + "sqlformat", 6655 + "sqlx-rt", 6656 + "stringprep", 6657 + "thiserror", 6658 + "tokio-stream", 6659 + "url", 6660 + "webpki-roots 0.22.6", 6661 + "whoami", 6662 + ] 6663 + 6664 + [[package]] 6665 + name = "sqlx-core" 6666 version = "0.7.2" 6667 source = "registry+https://github.com/rust-lang/crates.io-index" 6668 checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" 6669 dependencies = [ 6670 + "ahash 0.8.6", 6671 + "atoi 2.0.0", 6672 "bigdecimal 0.3.1", 6673 "byteorder", 6674 "bytes", ··· 6677 "crossbeam-queue", 6678 "dotenvy", 6679 "either", 6680 + "event-listener 2.5.3", 6681 "futures-channel", 6682 "futures-core", 6683 + "futures-intrusive 0.5.0", 6684 "futures-io", 6685 "futures-util", 6686 "hashlink", 6687 "hex", 6688 + "indexmap 2.1.0", 6689 "log", 6690 "memchr", 6691 "once_cell", 6692 "paste", 6693 "percent-encoding", 6694 + "rustls 0.21.9", 6695 "rustls-pemfile", 6696 "serde", 6697 "serde_json", ··· 6709 6710 [[package]] 6711 name = "sqlx-macros" 6712 + version = "0.6.3" 6713 + source = "registry+https://github.com/rust-lang/crates.io-index" 6714 + checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9" 6715 + dependencies = [ 6716 + "dotenvy", 6717 + "either", 6718 + "heck", 6719 + "once_cell", 6720 + "proc-macro2", 6721 + "quote", 6722 + "sha2 0.10.8", 6723 + "sqlx-core 0.6.3", 6724 + "sqlx-rt", 6725 + "syn 1.0.109", 6726 + "url", 6727 + ] 6728 + 6729 + [[package]] 6730 + name = "sqlx-macros" 6731 version = "0.7.2" 6732 source = "registry+https://github.com/rust-lang/crates.io-index" 6733 checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec" 6734 dependencies = [ 6735 "proc-macro2", 6736 "quote", 6737 + "sqlx-core 0.7.2", 6738 "sqlx-macros-core", 6739 "syn 1.0.109", 6740 ] ··· 6755 "serde", 6756 "serde_json", 6757 "sha2 0.10.8", 6758 + "sqlx-core 0.7.2", 6759 "sqlx-mysql", 6760 "sqlx-postgres", 6761 "sqlx-sqlite", ··· 6771 source = "registry+https://github.com/rust-lang/crates.io-index" 6772 checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" 6773 dependencies = [ 6774 + "atoi 2.0.0", 6775 + "base64 0.21.5", 6776 "bigdecimal 0.3.1", 6777 "bitflags 2.4.1", 6778 "byteorder", ··· 6797 "once_cell", 6798 "percent-encoding", 6799 "rand 0.8.5", 6800 + "rsa 0.9.3", 6801 "serde", 6802 "sha1", 6803 "sha2 0.10.8", 6804 "smallvec", 6805 + "sqlx-core 0.7.2", 6806 "stringprep", 6807 "thiserror", 6808 "tracing", ··· 6816 source = "registry+https://github.com/rust-lang/crates.io-index" 6817 checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" 6818 dependencies = [ 6819 + "atoi 2.0.0", 6820 + "base64 0.21.5", 6821 "bigdecimal 0.3.1", 6822 "bitflags 2.4.1", 6823 "byteorder", ··· 6845 "sha1", 6846 "sha2 0.10.8", 6847 "smallvec", 6848 + "sqlx-core 0.7.2", 6849 "stringprep", 6850 "thiserror", 6851 "tracing", ··· 6854 ] 6855 6856 [[package]] 6857 + name = "sqlx-rt" 6858 + version = "0.6.3" 6859 + source = "registry+https://github.com/rust-lang/crates.io-index" 6860 + checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024" 6861 + dependencies = [ 6862 + "once_cell", 6863 + "tokio", 6864 + "tokio-rustls 0.23.4", 6865 + ] 6866 + 6867 + [[package]] 6868 name = "sqlx-sqlite" 6869 version = "0.7.2" 6870 source = "registry+https://github.com/rust-lang/crates.io-index" 6871 checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f" 6872 dependencies = [ 6873 + "atoi 2.0.0", 6874 "chrono", 6875 "flume", 6876 "futures-channel", 6877 "futures-core", 6878 "futures-executor", 6879 + "futures-intrusive 0.5.0", 6880 "futures-util", 6881 "libsqlite3-sys", 6882 "log", 6883 "percent-encoding", 6884 "serde", 6885 + "sqlx-core 0.7.2", 6886 "tracing", 6887 "url", 6888 "uuid 1.5.0", ··· 6921 dependencies = [ 6922 "new_debug_unreachable", 6923 "once_cell", 6924 + "parking_lot 0.12.1", 6925 "phf_shared 0.10.0", 6926 "precomputed-hash", 6927 "serde", ··· 6945 source = "registry+https://github.com/rust-lang/crates.io-index" 6946 checksum = "8fa4d4f81d7c05b9161f8de839975d3326328b8ba2831164b465524cc2f55252" 6947 dependencies = [ 6948 + "pmutil 0.6.1", 6949 "proc-macro2", 6950 "quote", 6951 "swc_macros_common", 6952 + "syn 2.0.39", 6953 ] 6954 6955 [[package]] ··· 6988 "proc-macro2", 6989 "quote", 6990 "rustversion", 6991 + "syn 2.0.39", 6992 ] 6993 6994 [[package]] ··· 7066 source = "registry+https://github.com/rust-lang/crates.io-index" 7067 checksum = "e5b5aaca9a0082be4515f0fbbecc191bf5829cd25b5b9c0a2810f6a2bb0d6829" 7068 dependencies = [ 7069 + "pmutil 0.6.1", 7070 "proc-macro2", 7071 "quote", 7072 "swc_macros_common", 7073 + "syn 2.0.39", 7074 ] 7075 7076 [[package]] ··· 7080 checksum = "b7191c8c57af059b75a2aadc927a2608c3962d19e4d09ce8f9c3f03739ddf833" 7081 dependencies = [ 7082 "bitflags 2.4.1", 7083 + "is-macro 0.3.0", 7084 "num-bigint", 7085 "scoped-tls", 7086 "serde", ··· 7115 source = "registry+https://github.com/rust-lang/crates.io-index" 7116 checksum = "dcdff076dccca6cc6a0e0b2a2c8acfb066014382bc6df98ec99e755484814384" 7117 dependencies = [ 7118 + "pmutil 0.6.1", 7119 "proc-macro2", 7120 "quote", 7121 "swc_macros_common", 7122 + "syn 2.0.39", 7123 ] 7124 7125 [[package]] ··· 7198 source = "registry+https://github.com/rust-lang/crates.io-index" 7199 checksum = "f59c4b6ed5d78d3ad9fc7c6f8ab4f85bba99573d31d9a2c0a712077a6b45efd2" 7200 dependencies = [ 7201 + "pmutil 0.6.1", 7202 "proc-macro2", 7203 "quote", 7204 "swc_macros_common", 7205 + "syn 2.0.39", 7206 ] 7207 7208 [[package]] ··· 7303 source = "registry+https://github.com/rust-lang/crates.io-index" 7304 checksum = "05a95d367e228d52484c53336991fdcf47b6b553ef835d9159db4ba40efb0ee8" 7305 dependencies = [ 7306 + "pmutil 0.6.1", 7307 "proc-macro2", 7308 "quote", 7309 + "syn 2.0.39", 7310 ] 7311 7312 [[package]] ··· 7315 source = "registry+https://github.com/rust-lang/crates.io-index" 7316 checksum = "7a273205ccb09b51fabe88c49f3b34c5a4631c4c00a16ae20e03111d6a42e832" 7317 dependencies = [ 7318 + "pmutil 0.6.1", 7319 "proc-macro2", 7320 "quote", 7321 + "syn 2.0.39", 7322 ] 7323 7324 [[package]] ··· 7338 checksum = "0f322730fb82f3930a450ac24de8c98523af7d34ab8cb2f46bcb405839891a99" 7339 dependencies = [ 7340 "Inflector", 7341 + "pmutil 0.6.1", 7342 "proc-macro2", 7343 "quote", 7344 "swc_macros_common", 7345 + "syn 2.0.39", 7346 ] 7347 7348 [[package]] ··· 7358 7359 [[package]] 7360 name = "syn" 7361 + version = "2.0.39" 7362 source = "registry+https://github.com/rust-lang/crates.io-index" 7363 + checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 7364 dependencies = [ 7365 "proc-macro2", 7366 "quote", ··· 7368 ] 7369 7370 [[package]] 7371 + name = "syn_derive" 7372 + version = "0.1.8" 7373 + source = "registry+https://github.com/rust-lang/crates.io-index" 7374 + checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 7375 + dependencies = [ 7376 + "proc-macro-error", 7377 + "proc-macro2", 7378 + "quote", 7379 + "syn 2.0.39", 7380 + ] 7381 + 7382 + [[package]] 7383 name = "sync_wrapper" 7384 version = "0.1.2" 7385 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7393 dependencies = [ 7394 "proc-macro2", 7395 "quote", 7396 + "syn 2.0.39", 7397 "unicode-xid", 7398 ] 7399 ··· 7425 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 7426 7427 [[package]] 7428 + name = "tar" 7429 + version = "0.4.40" 7430 source = "registry+https://github.com/rust-lang/crates.io-index" 7431 + checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 7432 dependencies = [ 7433 + "filetime", 7434 + "libc", 7435 + "xattr", 7436 ] 7437 7438 [[package]] 7439 + name = "tempfile" 7440 + version = "3.8.1" 7441 source = "registry+https://github.com/rust-lang/crates.io-index" 7442 + checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 7443 dependencies = [ 7444 + "cfg-if", 7445 + "fastrand 2.0.1", 7446 + "redox_syscall 0.4.1", 7447 + "rustix 0.38.24", 7448 + "windows-sys 0.48.0", 7449 ] 7450 7451 [[package]] 7452 name = "termcolor" 7453 + version = "1.4.0" 7454 source = "registry+https://github.com/rust-lang/crates.io-index" 7455 + checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" 7456 dependencies = [ 7457 "winapi-util", 7458 ] ··· 7483 dependencies = [ 7484 "proc-macro2", 7485 "quote", 7486 + "syn 2.0.39", 7487 ] 7488 7489 [[package]] ··· 7497 ] 7498 7499 [[package]] 7500 + name = "tiberius" 7501 + version = "0.12.2" 7502 + source = "registry+https://github.com/rust-lang/crates.io-index" 7503 + checksum = "dc6e2bf3e4b5be181a2a2ceff4b9b12e2684010d436a6958bd564fbc8094d44d" 7504 + dependencies = [ 7505 + "async-trait", 7506 + "asynchronous-codec", 7507 + "byteorder", 7508 + "bytes", 7509 + "chrono", 7510 + "connection-string", 7511 + "encoding", 7512 + "enumflags2", 7513 + "futures-util", 7514 + "num-traits", 7515 + "once_cell", 7516 + "pin-project-lite", 7517 + "pretty-hex", 7518 + "rustls-native-certs", 7519 + "rustls-pemfile", 7520 + "thiserror", 7521 + "tokio-rustls 0.23.4", 7522 + "tokio-util", 7523 + "tracing", 7524 + "uuid 1.5.0", 7525 + ] 7526 + 7527 + [[package]] 7528 name = "tiger" 7529 version = "0.1.0" 7530 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7591 [[package]] 7592 name = "tinyvector" 7593 version = "0.1.0" 7594 + source = "git+https://github.com/windmill-labs/tinyvector?rev=20823b94c20f2b9093f318badd24026cf54dcc85#20823b94c20f2b9093f318badd24026cf54dcc85" 7595 dependencies = [ 7596 "anyhow", 7597 "bincode", ··· 7613 "clap", 7614 "derive_builder", 7615 "esaxx-rs", 7616 + "getrandom 0.2.11", 7617 "indicatif", 7618 "itertools 0.11.0", 7619 "lazy_static", ··· 7647 "libc", 7648 "mio", 7649 "num_cpus", 7650 + "parking_lot 0.12.1", 7651 "pin-project-lite", 7652 "signal-hook-registry", 7653 "socket2 0.5.5", ··· 7664 dependencies = [ 7665 "proc-macro2", 7666 "quote", 7667 + "syn 2.0.39", 7668 ] 7669 7670 [[package]] ··· 7701 "futures-channel", 7702 "futures-util", 7703 "log", 7704 + "parking_lot 0.12.1", 7705 "percent-encoding", 7706 "phf 0.11.2", 7707 "pin-project-lite", ··· 7716 7717 [[package]] 7718 name = "tokio-rustls" 7719 + version = "0.23.4" 7720 + source = "registry+https://github.com/rust-lang/crates.io-index" 7721 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 7722 + dependencies = [ 7723 + "rustls 0.20.9", 7724 + "tokio", 7725 + "webpki", 7726 + ] 7727 + 7728 + [[package]] 7729 + name = "tokio-rustls" 7730 version = "0.24.1" 7731 source = "registry+https://github.com/rust-lang/crates.io-index" 7732 checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 7733 dependencies = [ 7734 + "rustls 0.21.9", 7735 "tokio", 7736 ] 7737 ··· 7775 7776 [[package]] 7777 name = "tokio-util" 7778 + version = "0.7.10" 7779 source = "registry+https://github.com/rust-lang/crates.io-index" 7780 + checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 7781 dependencies = [ 7782 "bytes", 7783 "futures-core", 7784 + "futures-io", 7785 "futures-sink", 7786 "pin-project-lite", 7787 "tokio", ··· 7790 7791 [[package]] 7792 name = "toml" 7793 + version = "0.7.8" 7794 source = "registry+https://github.com/rust-lang/crates.io-index" 7795 + checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 7796 dependencies = [ 7797 "serde", 7798 + "serde_spanned", 7799 + "toml_datetime", 7800 + "toml_edit 0.19.15", 7801 ] 7802 7803 [[package]] 7804 name = "toml" 7805 + version = "0.8.8" 7806 source = "registry+https://github.com/rust-lang/crates.io-index" 7807 + checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" 7808 dependencies = [ 7809 "serde", 7810 "serde_spanned", 7811 "toml_datetime", 7812 + "toml_edit 0.21.0", 7813 ] 7814 7815 [[package]] 7816 name = "toml_datetime" 7817 + version = "0.6.5" 7818 source = "registry+https://github.com/rust-lang/crates.io-index" 7819 + checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 7820 dependencies = [ 7821 "serde", 7822 ] ··· 7827 source = "registry+https://github.com/rust-lang/crates.io-index" 7828 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 7829 dependencies = [ 7830 + "indexmap 2.1.0", 7831 + "serde", 7832 + "serde_spanned", 7833 + "toml_datetime", 7834 + "winnow", 7835 + ] 7836 + 7837 + [[package]] 7838 + name = "toml_edit" 7839 + version = "0.20.7" 7840 + source = "registry+https://github.com/rust-lang/crates.io-index" 7841 + checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" 7842 + dependencies = [ 7843 + "indexmap 2.1.0", 7844 + "toml_datetime", 7845 + "winnow", 7846 + ] 7847 + 7848 + [[package]] 7849 + name = "toml_edit" 7850 + version = "0.21.0" 7851 + source = "registry+https://github.com/rust-lang/crates.io-index" 7852 + checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" 7853 + dependencies = [ 7854 + "indexmap 2.1.0", 7855 "serde", 7856 "serde_spanned", 7857 "toml_datetime", ··· 7860 7861 [[package]] 7862 name = "toolchain_find" 7863 + version = "0.4.0" 7864 source = "registry+https://github.com/rust-lang/crates.io-index" 7865 + checksum = "ebc8c9a7f0a2966e1acdaf0461023d0b01471eeead645370cf4c3f5cff153f2a" 7866 dependencies = [ 7867 "home", 7868 + "once_cell", 7869 "regex", 7870 + "semver 1.0.20", 7871 "walkdir", 7872 ] 7873 ··· 7898 "cookie", 7899 "futures-util", 7900 "http", 7901 + "parking_lot 0.12.1", 7902 "pin-project-lite", 7903 "tower-layer", 7904 "tower-service", ··· 7955 dependencies = [ 7956 "proc-macro2", 7957 "quote", 7958 + "syn 2.0.39", 7959 ] 7960 7961 [[package]] ··· 7991 7992 [[package]] 7993 name = "tracing-log" 7994 + version = "0.1.4" 7995 source = "registry+https://github.com/rust-lang/crates.io-index" 7996 + checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" 7997 dependencies = [ 7998 "log", 7999 + "once_cell", 8000 "tracing-core", 8001 ] 8002 8003 [[package]] 8004 + name = "tracing-log" 8005 + version = "0.2.0" 8006 + source = "registry+https://github.com/rust-lang/crates.io-index" 8007 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 8008 + dependencies = [ 8009 + "log", 8010 + "once_cell", 8011 + "tracing-core", 8012 + ] 8013 + 8014 + [[package]] 8015 + name = "tracing-loki" 8016 + version = "0.2.4" 8017 + source = "registry+https://github.com/rust-lang/crates.io-index" 8018 + checksum = "49bbc87d08020d7c2a9f4bb0b7d10da5381d3867f8ae57fcc54621b34567e963" 8019 + dependencies = [ 8020 + "loki-api", 8021 + "reqwest", 8022 + "serde", 8023 + "serde_json", 8024 + "snap", 8025 + "tokio", 8026 + "tokio-stream", 8027 + "tracing", 8028 + "tracing-core", 8029 + "tracing-log 0.1.4", 8030 + "tracing-serde", 8031 + "tracing-subscriber", 8032 + "url", 8033 + ] 8034 + 8035 + [[package]] 8036 name = "tracing-serde" 8037 version = "0.1.3" 8038 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8044 8045 [[package]] 8046 name = "tracing-subscriber" 8047 + version = "0.3.18" 8048 source = "registry+https://github.com/rust-lang/crates.io-index" 8049 + checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 8050 dependencies = [ 8051 "matchers", 8052 "nu-ansi-term", ··· 8059 "thread_local", 8060 "tracing", 8061 "tracing-core", 8062 + "tracing-log 0.2.0", 8063 "tracing-serde", 8064 ] 8065 ··· 8125 "regress", 8126 "schemars", 8127 "serde_json", 8128 + "syn 2.0.39", 8129 "thiserror", 8130 "unicode-ident", 8131 ] ··· 8142 "serde", 8143 "serde_json", 8144 "serde_tokenstream", 8145 + "syn 2.0.39", 8146 "typify-impl", 8147 ] 8148 8149 [[package]] 8150 name = "ulid" 8151 version = "1.1.0" 8152 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8291 8292 [[package]] 8293 name = "unicode_names2" 8294 + version = "0.6.0" 8295 source = "registry+https://github.com/rust-lang/crates.io-index" 8296 + checksum = "446c96c6dd42604779487f0a981060717156648c1706aa1f464677f03c6cc059" 8297 8298 [[package]] 8299 name = "unsafe-libyaml" ··· 8319 source = "registry+https://github.com/rust-lang/crates.io-index" 8320 checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" 8321 dependencies = [ 8322 + "base64 0.21.5", 8323 "flate2", 8324 "log", 8325 "native-tls", 8326 "once_cell", 8327 + "rustls 0.21.9", 8328 "rustls-webpki", 8329 "serde", 8330 "serde_json", ··· 8375 source = "registry+https://github.com/rust-lang/crates.io-index" 8376 checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 8377 dependencies = [ 8378 + "getrandom 0.2.11", 8379 ] 8380 8381 [[package]] ··· 8384 source = "registry+https://github.com/rust-lang/crates.io-index" 8385 checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" 8386 dependencies = [ 8387 + "getrandom 0.2.11", 8388 "serde", 8389 ] 8390 ··· 8469 8470 [[package]] 8471 name = "wasm-bindgen" 8472 + version = "0.2.88" 8473 source = "registry+https://github.com/rust-lang/crates.io-index" 8474 + checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" 8475 dependencies = [ 8476 "cfg-if", 8477 "wasm-bindgen-macro", ··· 8479 8480 [[package]] 8481 name = "wasm-bindgen-backend" 8482 + version = "0.2.88" 8483 source = "registry+https://github.com/rust-lang/crates.io-index" 8484 + checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" 8485 dependencies = [ 8486 "bumpalo", 8487 "log", 8488 "once_cell", 8489 "proc-macro2", 8490 "quote", 8491 + "syn 2.0.39", 8492 "wasm-bindgen-shared", 8493 ] 8494 8495 [[package]] 8496 name = "wasm-bindgen-futures" 8497 + version = "0.4.38" 8498 source = "registry+https://github.com/rust-lang/crates.io-index" 8499 + checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" 8500 dependencies = [ 8501 "cfg-if", 8502 "js-sys", ··· 8506 8507 [[package]] 8508 name = "wasm-bindgen-macro" 8509 + version = "0.2.88" 8510 source = "registry+https://github.com/rust-lang/crates.io-index" 8511 + checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" 8512 dependencies = [ 8513 "quote", 8514 "wasm-bindgen-macro-support", ··· 8516 8517 [[package]] 8518 name = "wasm-bindgen-macro-support" 8519 + version = "0.2.88" 8520 source = "registry+https://github.com/rust-lang/crates.io-index" 8521 + checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" 8522 dependencies = [ 8523 "proc-macro2", 8524 "quote", 8525 + "syn 2.0.39", 8526 "wasm-bindgen-backend", 8527 "wasm-bindgen-shared", 8528 ] 8529 8530 [[package]] 8531 name = "wasm-bindgen-shared" 8532 + version = "0.2.88" 8533 source = "registry+https://github.com/rust-lang/crates.io-index" 8534 + checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" 8535 8536 [[package]] 8537 name = "wasm-bindgen-test" 8538 + version = "0.3.38" 8539 source = "registry+https://github.com/rust-lang/crates.io-index" 8540 + checksum = "c6433b7c56db97397842c46b67e11873eda263170afeb3a2dc74a7cb370fee0d" 8541 dependencies = [ 8542 "console_error_panic_hook", 8543 "js-sys", ··· 8549 8550 [[package]] 8551 name = "wasm-bindgen-test-macro" 8552 + version = "0.3.38" 8553 source = "registry+https://github.com/rust-lang/crates.io-index" 8554 + checksum = "493fcbab756bb764fa37e6bee8cec2dd709eb4273d06d0c282a5e74275ded735" 8555 dependencies = [ 8556 "proc-macro2", 8557 "quote", 8558 + "syn 2.0.39", 8559 ] 8560 8561 [[package]] ··· 8582 8583 [[package]] 8584 name = "web-sys" 8585 + version = "0.3.65" 8586 source = "registry+https://github.com/rust-lang/crates.io-index" 8587 + checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" 8588 dependencies = [ 8589 "js-sys", 8590 "wasm-bindgen", ··· 8633 "either", 8634 "home", 8635 "once_cell", 8636 + "rustix 0.38.24", 8637 ] 8638 8639 [[package]] ··· 8679 8680 [[package]] 8681 name = "windmill" 8682 + version = "1.210.1" 8683 dependencies = [ 8684 "anyhow", 8685 "axum", 8686 + "base64 0.21.5", 8687 "chrono", 8688 "dotenv", 8689 "futures", ··· 8691 "git-version", 8692 "lazy_static", 8693 "once_cell", 8694 + "pg-embed", 8695 "prometheus", 8696 "rand 0.8.5", 8697 "reqwest", ··· 8699 "serde", 8700 "serde_json", 8701 "sha2 0.10.8", 8702 + "sqlx 0.7.2", 8703 "tokio", 8704 "tokio-metrics", 8705 "tracing", ··· 8714 8715 [[package]] 8716 name = "windmill-api" 8717 + version = "1.210.1" 8718 dependencies = [ 8719 "anyhow", 8720 "argon2", ··· 8722 "async-recursion", 8723 "async-stripe", 8724 "async_zip", 8725 + "aws-config", 8726 + "aws-sdk-s3", 8727 "axum", 8728 + "base64 0.21.5", 8729 "bytes", 8730 "candle-core", 8731 "candle-nn", ··· 8740 "hf-hub", 8741 "hmac", 8742 "hyper", 8743 + "itertools 0.12.0", 8744 "lazy_static", 8745 "magic-crypt", 8746 "mail-send", ··· 8759 "serde_urlencoded", 8760 "sha2 0.10.8", 8761 "sql-builder", 8762 + "sqlx 0.7.2", 8763 "tempfile", 8764 "time", 8765 "tinyvector", ··· 8783 8784 [[package]] 8785 name = "windmill-api-client" 8786 + version = "1.210.1" 8787 dependencies = [ 8788 + "base64 0.21.5", 8789 "chrono", 8790 "openapiv3", 8791 "prettyplease 0.1.25", ··· 8801 8802 [[package]] 8803 name = "windmill-audit" 8804 + version = "1.210.1" 8805 dependencies = [ 8806 "chrono", 8807 "serde", 8808 "serde_json", 8809 "sql-builder", 8810 + "sqlx 0.7.2", 8811 "tracing", 8812 "windmill-common", 8813 ] 8814 8815 [[package]] 8816 name = "windmill-common" 8817 + version = "1.210.1" 8818 dependencies = [ 8819 "anyhow", 8820 "axum", 8821 "chrono", 8822 + "cron", 8823 + "git-version", 8824 "hex", 8825 "hmac", 8826 "hyper", 8827 + "itertools 0.12.0", 8828 "lazy_static", 8829 "prometheus", 8830 "rand 0.8.5", ··· 8833 "serde", 8834 "serde_json", 8835 "sha2 0.10.8", 8836 + "sqlx 0.7.2", 8837 "thiserror", 8838 "tokio", 8839 "tracing", 8840 "tracing-flame", 8841 + "tracing-loki", 8842 "tracing-subscriber", 8843 "uuid 1.5.0", 8844 ] 8845 8846 [[package]] 8847 name = "windmill-parser" 8848 + version = "1.210.1" 8849 dependencies = [ 8850 "serde", 8851 "serde_json", ··· 8853 8854 [[package]] 8855 name = "windmill-parser-bash" 8856 + version = "1.210.1" 8857 dependencies = [ 8858 "anyhow", 8859 "lazy_static", ··· 8864 8865 [[package]] 8866 name = "windmill-parser-go" 8867 + version = "1.210.1" 8868 dependencies = [ 8869 "anyhow", 8870 "gosyn", 8871 + "itertools 0.12.0", 8872 "lazy_static", 8873 "regex", 8874 "windmill-parser", ··· 8876 8877 [[package]] 8878 name = "windmill-parser-graphql" 8879 + version = "1.210.1" 8880 dependencies = [ 8881 "anyhow", 8882 "lazy_static", ··· 8887 8888 [[package]] 8889 name = "windmill-parser-py" 8890 + version = "1.210.1" 8891 dependencies = [ 8892 "anyhow", 8893 + "itertools 0.12.0", 8894 "rustpython-parser", 8895 "serde_json", 8896 "windmill-parser", ··· 8898 8899 [[package]] 8900 name = "windmill-parser-py-imports" 8901 + version = "1.210.1" 8902 dependencies = [ 8903 "anyhow", 8904 "async-recursion", 8905 + "itertools 0.12.0", 8906 "lazy_static", 8907 "phf 0.11.2", 8908 "regex", 8909 "rustpython-parser", 8910 "serde_json", 8911 + "sqlx 0.7.2", 8912 "windmill-common", 8913 "windmill-parser", 8914 ] 8915 8916 [[package]] 8917 name = "windmill-parser-sql" 8918 + version = "1.210.1" 8919 dependencies = [ 8920 "anyhow", 8921 "lazy_static", ··· 8926 8927 [[package]] 8928 name = "windmill-parser-ts" 8929 + version = "1.210.1" 8930 dependencies = [ 8931 "anyhow", 8932 "convert_case 0.6.0", ··· 8943 8944 [[package]] 8945 name = "windmill-parser-wasm" 8946 + version = "1.210.1" 8947 dependencies = [ 8948 "anyhow", 8949 + "getrandom 0.2.11", 8950 "serde_json", 8951 "wasm-bindgen", 8952 "wasm-bindgen-test", ··· 8961 8962 [[package]] 8963 name = "windmill-queue" 8964 + version = "1.210.1" 8965 dependencies = [ 8966 "anyhow", 8967 "async-recursion", ··· 8973 "futures-core", 8974 "hex", 8975 "hmac", 8976 + "itertools 0.12.0", 8977 "lazy_static", 8978 "prometheus", 8979 "reqwest", ··· 8981 "serde", 8982 "serde_json", 8983 "sql-builder", 8984 + "sqlx 0.7.2", 8985 "tokio", 8986 "tracing", 8987 "ulid", ··· 8992 8993 [[package]] 8994 name = "windmill-worker" 8995 + version = "1.210.1" 8996 dependencies = [ 8997 "anyhow", 8998 "async-recursion", 8999 + "base64 0.21.5", 9000 "bytes", 9001 "chrono", 9002 "const_format", ··· 9012 "futures", 9013 "gcp_auth", 9014 "git-version", 9015 + "hex", 9016 + "itertools 0.12.0", 9017 "jsonwebtoken", 9018 "lazy_static", 9019 "mysql_async", ··· 9031 "serde", 9032 "serde_json", 9033 "sha2 0.10.8", 9034 + "sqlx 0.7.2", 9035 + "tiberius", 9036 "tokio", 9037 "tokio-postgres", 9038 + "tokio-util", 9039 "tracing", 9040 "urlencoding", 9041 "uuid 1.5.0", ··· 9195 9196 [[package]] 9197 name = "winnow" 9198 + version = "0.5.19" 9199 source = "registry+https://github.com/rust-lang/crates.io-index" 9200 + checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b" 9201 dependencies = [ 9202 "memchr", 9203 ] ··· 9231 ] 9232 9233 [[package]] 9234 + name = "xmlparser" 9235 + version = "0.13.6" 9236 + source = "registry+https://github.com/rust-lang/crates.io-index" 9237 + checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 9238 + 9239 + [[package]] 9240 name = "xz2" 9241 version = "0.1.7" 9242 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9247 9248 [[package]] 9249 name = "yoke" 9250 + version = "0.7.3" 9251 source = "registry+https://github.com/rust-lang/crates.io-index" 9252 + checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" 9253 dependencies = [ 9254 "serde", 9255 "stable_deref_trait", ··· 9259 9260 [[package]] 9261 name = "yoke-derive" 9262 + version = "0.7.3" 9263 source = "registry+https://github.com/rust-lang/crates.io-index" 9264 + checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" 9265 dependencies = [ 9266 "proc-macro2", 9267 "quote", 9268 + "syn 2.0.39", 9269 "synstructure", 9270 ] 9271 9272 [[package]] 9273 + name = "zerocopy" 9274 + version = "0.7.26" 9275 + source = "registry+https://github.com/rust-lang/crates.io-index" 9276 + checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0" 9277 + dependencies = [ 9278 + "zerocopy-derive", 9279 + ] 9280 + 9281 + [[package]] 9282 + name = "zerocopy-derive" 9283 + version = "0.7.26" 9284 + source = "registry+https://github.com/rust-lang/crates.io-index" 9285 + checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f" 9286 + dependencies = [ 9287 + "proc-macro2", 9288 + "quote", 9289 + "syn 2.0.39", 9290 + ] 9291 + 9292 + [[package]] 9293 name = "zerofrom" 9294 version = "0.1.3" 9295 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9306 dependencies = [ 9307 "proc-macro2", 9308 "quote", 9309 + "syn 2.0.39", 9310 "synstructure", 9311 ] 9312 9313 [[package]] 9314 name = "zeroize" 9315 + version = "1.7.0" 9316 source = "registry+https://github.com/rust-lang/crates.io-index" 9317 + checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 9318 9319 [[package]] 9320 name = "zip" ··· 9322 source = "registry+https://github.com/rust-lang/crates.io-index" 9323 checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 9324 dependencies = [ 9325 + "aes 0.8.3", 9326 "byteorder", 9327 + "bzip2", 9328 + "constant_time_eq", 9329 "crc32fast", 9330 "crossbeam-utils", 9331 + "flate2", 9332 + "hmac", 9333 + "pbkdf2", 9334 + "sha1", 9335 + "time", 9336 + "zstd 0.11.2+zstd.1.5.2", 9337 ] 9338 9339 [[package]] ··· 9342 source = "registry+https://github.com/rust-lang/crates.io-index" 9343 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 9344 dependencies = [ 9345 + "zstd-safe 5.0.2+zstd.1.5.2", 9346 + ] 9347 + 9348 + [[package]] 9349 + name = "zstd" 9350 + version = "0.12.4" 9351 + source = "registry+https://github.com/rust-lang/crates.io-index" 9352 + checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" 9353 + dependencies = [ 9354 + "zstd-safe 6.0.6", 9355 ] 9356 9357 [[package]] ··· 9359 version = "5.0.2+zstd.1.5.2" 9360 source = "registry+https://github.com/rust-lang/crates.io-index" 9361 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 9362 + dependencies = [ 9363 + "libc", 9364 + "zstd-sys", 9365 + ] 9366 + 9367 + [[package]] 9368 + name = "zstd-safe" 9369 + version = "6.0.6" 9370 + source = "registry+https://github.com/rust-lang/crates.io-index" 9371 + checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" 9372 dependencies = [ 9373 "libc", 9374 "zstd-sys",
+9 -4
pkgs/servers/windmill/default.nix
··· 14 , openssl 15 , pango 16 , pixman 17 , pkg-config 18 , python3 19 , rustfmt ··· 23 24 let 25 pname = "windmill"; 26 - version = "1.188.1"; 27 28 fullSrc = fetchFromGitHub { 29 owner = "windmill-labs"; 30 repo = "windmill"; 31 rev = "v${version}"; 32 - hash = "sha256-IiCIiP5KYRw10aPlR40RPW0ynXq5itf0LLtpDtxCNE4="; 33 }; 34 35 pythonEnv = python3.withPackages (ps: [ ps.pip-tools ]); ··· 42 43 sourceRoot = "${fullSrc.name}/frontend"; 44 45 - npmDepsHash = "sha256-TgAv3iUD0kP2mOvMVOW4yYCDCsf2Cr8IfXK+V+f35uw"; 46 47 # without these you get a 48 # FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ··· 52 npm run generate-backend-client 53 ''; 54 55 - buildInputs = [ pixman cairo pango ]; 56 nativeBuildInputs = [ python3 pkg-config ]; 57 58 installPhase = '' ··· 93 outputHashes = { 94 "progenitor-0.3.0" = "sha256-F6XRZFVIN6/HfcM8yI/PyNke45FL7jbcznIiqj22eIQ="; 95 "tinyvector-0.1.0" = "sha256-NYGhofU4rh+2IAM+zwe04YQdXY8Aa4gTmn2V2HtzRfI="; 96 }; 97 }; 98 ··· 118 openssl 119 rustfmt 120 lld 121 ]; 122 123 nativeBuildInputs = [ ··· 146 147 wrapProgram "$out/bin/windmill" \ 148 --prefix PATH : ${lib.makeBinPath [go pythonEnv deno nsjail bash]} \ 149 --set PYTHON_PATH "${pythonEnv}/bin/python3" \ 150 --set GO_PATH "${go}/bin/go" \ 151 --set DENO_PATH "${deno}/bin/deno" \
··· 14 , openssl 15 , pango 16 , pixman 17 + , giflib 18 , pkg-config 19 , python3 20 , rustfmt ··· 24 25 let 26 pname = "windmill"; 27 + version = "1.210.1"; 28 29 fullSrc = fetchFromGitHub { 30 owner = "windmill-labs"; 31 repo = "windmill"; 32 rev = "v${version}"; 33 + hash = "sha256-ss3EsIqfuctPOEdI5IQtyFFcDzIqnFm6UUG1vA+OlkQ="; 34 }; 35 36 pythonEnv = python3.withPackages (ps: [ ps.pip-tools ]); ··· 43 44 sourceRoot = "${fullSrc.name}/frontend"; 45 46 + npmDepsHash = "sha256-l9MRaa6TaBg9vFoVuIGZNC9jLS29TlWeSniIBRNDRgU="; 47 48 # without these you get a 49 # FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ··· 53 npm run generate-backend-client 54 ''; 55 56 + buildInputs = [ pixman cairo pango giflib ]; 57 nativeBuildInputs = [ python3 pkg-config ]; 58 59 installPhase = '' ··· 94 outputHashes = { 95 "progenitor-0.3.0" = "sha256-F6XRZFVIN6/HfcM8yI/PyNke45FL7jbcznIiqj22eIQ="; 96 "tinyvector-0.1.0" = "sha256-NYGhofU4rh+2IAM+zwe04YQdXY8Aa4gTmn2V2HtzRfI="; 97 + "archiver-rs-0.5.1" = "sha256-ZIik0mMABmhdx/ullgbOrKH5GAtqcOKq5A6vB7aBSjk="; 98 + "pg-embed-0.7.2" = "sha256-R/SrlzNK7aAOyXVTQ/WPkiQb6FyMg9tpsmPTsiossDY="; 99 }; 100 }; 101 ··· 121 openssl 122 rustfmt 123 lld 124 + stdenv.cc.cc.lib 125 ]; 126 127 nativeBuildInputs = [ ··· 150 151 wrapProgram "$out/bin/windmill" \ 152 --prefix PATH : ${lib.makeBinPath [go pythonEnv deno nsjail bash]} \ 153 + --prefix LD_LIBRARY_PATH : "${stdenv.cc.cc.lib}/lib" \ 154 --set PYTHON_PATH "${pythonEnv}/bin/python3" \ 155 --set GO_PATH "${go}/bin/go" \ 156 --set DENO_PATH "${deno}/bin/deno" \