Windmill 1.410.3 -> 1.473.1

+4845 -1546
+4838 -1538
pkgs/by-name/wi/windmill/Cargo.lock
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 - version = 3 4 5 [[package]] 6 name = "Inflector" ··· 34 checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 35 36 [[package]] 37 name = "aes" 38 version = "0.7.5" 39 source = "registry+https://github.com/rust-lang/crates.io-index" 40 checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 41 dependencies = [ 42 "cfg-if", 43 - "cipher", 44 "cpufeatures", 45 "opaque-debug", 46 ] 47 48 [[package]] 49 name = "ahash" 50 version = "0.7.8" 51 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 67 "getrandom 0.2.15", 68 "once_cell", 69 "version_check", 70 - "zerocopy", 71 ] 72 73 [[package]] ··· 96 97 [[package]] 98 name = "allocator-api2" 99 - version = "0.2.18" 100 source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 102 103 [[package]] 104 name = "android-tzdata" ··· 117 118 [[package]] 119 name = "anstream" 120 - version = "0.6.15" 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 123 dependencies = [ 124 "anstyle", 125 "anstyle-parse", ··· 132 133 [[package]] 134 name = "anstyle" 135 - version = "1.0.8" 136 source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 138 139 [[package]] 140 name = "anstyle-parse" 141 - version = "0.2.5" 142 source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 144 dependencies = [ 145 "utf8parse", 146 ] 147 148 [[package]] 149 name = "anstyle-query" 150 - version = "1.1.1" 151 source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 153 dependencies = [ 154 - "windows-sys 0.52.0", 155 ] 156 157 [[package]] 158 name = "anstyle-wincon" 159 - version = "3.0.4" 160 source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 162 dependencies = [ 163 "anstyle", 164 - "windows-sys 0.52.0", 165 ] 166 167 [[package]] 168 name = "anyhow" 169 - version = "1.0.90" 170 source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" 172 173 [[package]] 174 name = "arc-swap" ··· 214 version = "0.7.6" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 217 218 [[package]] 219 name = "arrow" ··· 359 "arrow-schema", 360 "chrono", 361 "half", 362 - "indexmap 2.6.0", 363 "lexical-core", 364 "num", 365 "serde", ··· 433 ] 434 435 [[package]] 436 - name = "ast_node" 437 - version = "0.9.9" 438 source = "registry+https://github.com/rust-lang/crates.io-index" 439 - checksum = "f9184f2b369b3e8625712493c89b785881f27eedc6cde480a81883cef78868b2" 440 dependencies = [ 441 "proc-macro2", 442 "quote", 443 - "swc_macros_common", 444 - "syn 2.0.81", 445 ] 446 447 [[package]] 448 - name = "async-channel" 449 - version = "1.9.0" 450 source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 452 dependencies = [ 453 - "concurrent-queue", 454 - "event-listener 2.5.3", 455 - "futures-core", 456 ] 457 458 [[package]] 459 - name = "async-channel" 460 - version = "2.3.1" 461 source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 463 dependencies = [ 464 - "concurrent-queue", 465 - "event-listener-strategy", 466 - "futures-core", 467 - "pin-project-lite", 468 ] 469 470 [[package]] 471 - name = "async-compression" 472 - version = "0.3.15" 473 source = "registry+https://github.com/rust-lang/crates.io-index" 474 - checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 475 dependencies = [ 476 - "bzip2", 477 - "flate2", 478 "futures-core", 479 - "memchr", 480 - "pin-project-lite", 481 - "tokio", 482 - "xz2", 483 - "zstd 0.11.2+zstd.1.5.2", 484 - "zstd-safe 5.0.2+zstd.1.5.2", 485 ] 486 487 [[package]] 488 name = "async-compression" 489 - version = "0.4.16" 490 source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "103db485efc3e41214fe4fda9f3dbeae2eb9082f48fd236e6095627a9422066e" 492 dependencies = [ 493 "brotli 7.0.0", 494 - "bzip2", 495 "flate2", 496 "futures-core", 497 "futures-io", ··· 499 "pin-project-lite", 500 "tokio", 501 "xz2", 502 - "zstd 0.13.2", 503 - "zstd-safe 7.2.1", 504 ] 505 506 [[package]] 507 - name = "async-executor" 508 - version = "1.13.1" 509 source = "registry+https://github.com/rust-lang/crates.io-index" 510 - checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 511 dependencies = [ 512 - "async-task", 513 - "concurrent-queue", 514 - "fastrand 2.1.1", 515 - "futures-lite 2.3.0", 516 - "slab", 517 - ] 518 - 519 - [[package]] 520 - name = "async-global-executor" 521 - version = "2.4.1" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 524 - dependencies = [ 525 - "async-channel 2.3.1", 526 - "async-executor", 527 - "async-io", 528 - "async-lock", 529 - "blocking", 530 - "futures-lite 2.3.0", 531 "once_cell", 532 - ] 533 - 534 - [[package]] 535 - name = "async-io" 536 - version = "2.3.4" 537 - source = "registry+https://github.com/rust-lang/crates.io-index" 538 - checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 539 - dependencies = [ 540 - "async-lock", 541 - "cfg-if", 542 - "concurrent-queue", 543 - "futures-io", 544 - "futures-lite 2.3.0", 545 - "parking", 546 - "polling", 547 - "rustix", 548 - "slab", 549 "tracing", 550 - "windows-sys 0.59.0", 551 - ] 552 - 553 - [[package]] 554 - name = "async-lock" 555 - version = "3.4.0" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 558 - dependencies = [ 559 - "event-listener 5.3.1", 560 - "event-listener-strategy", 561 - "pin-project-lite", 562 ] 563 564 [[package]] ··· 569 dependencies = [ 570 "base64 0.22.1", 571 "bytes", 572 - "http 1.1.0", 573 "rand 0.8.5", 574 - "reqwest 0.12.8", 575 "serde", 576 "serde-aux", 577 "serde_json", 578 "sha2 0.10.8", 579 - "thiserror", 580 "url", 581 ] 582 583 [[package]] 584 name = "async-recursion" 585 version = "1.1.1" 586 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 588 dependencies = [ 589 "proc-macro2", 590 "quote", 591 - "syn 2.0.81", 592 - ] 593 - 594 - [[package]] 595 - name = "async-std" 596 - version = "1.13.0" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 599 - dependencies = [ 600 - "async-channel 1.9.0", 601 - "async-global-executor", 602 - "async-io", 603 - "async-lock", 604 - "crossbeam-utils", 605 - "futures-channel", 606 - "futures-core", 607 - "futures-io", 608 - "futures-lite 2.3.0", 609 - "gloo-timers", 610 - "kv-log-macro", 611 - "log", 612 - "memchr", 613 - "once_cell", 614 - "pin-project-lite", 615 - "pin-utils", 616 - "slab", 617 - "wasm-bindgen-futures", 618 ] 619 620 [[package]] ··· 636 dependencies = [ 637 "proc-macro2", 638 "quote", 639 - "syn 2.0.81", 640 ] 641 642 [[package]] 643 name = "async-stripe" 644 - version = "0.34.1" 645 source = "registry+https://github.com/rust-lang/crates.io-index" 646 - checksum = "109605d984dd71a9a278e2d43a2831a20e80f25c3bcc25174096d12352cfc469" 647 dependencies = [ 648 "chrono", 649 "futures-util", 650 "hex", 651 "hmac", 652 "http-types", 653 - "hyper 0.14.31", 654 "hyper-tls 0.5.0", 655 "serde", 656 "serde_json", ··· 659 "sha2 0.10.8", 660 "smart-default", 661 "smol_str", 662 - "thiserror", 663 "tokio", 664 "uuid 0.8.2", 665 ] 666 - 667 - [[package]] 668 - name = "async-task" 669 - version = "4.7.1" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 672 673 [[package]] 674 name = "async-trait" 675 - version = "0.1.83" 676 source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 678 dependencies = [ 679 "proc-macro2", 680 "quote", 681 - "syn 2.0.81", 682 ] 683 684 [[package]] 685 name = "async_zip" 686 - version = "0.0.11" 687 source = "registry+https://github.com/rust-lang/crates.io-index" 688 - checksum = "c50d29ab7e2f9e808cca1a69ea56a36f4ff216f54a41a23aae1fd4afc05cc020" 689 dependencies = [ 690 - "async-compression 0.3.15", 691 "chrono", 692 "crc32fast", 693 - "log", 694 "pin-project", 695 - "thiserror", 696 "tokio", 697 ] 698 699 [[package]] ··· 732 733 [[package]] 734 name = "aws-config" 735 - version = "1.5.8" 736 source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "7198e6f03240fdceba36656d8be440297b6b82270325908c7381f37d826a74f6" 738 dependencies = [ 739 "aws-credential-types", 740 "aws-runtime", ··· 749 "aws-smithy-types", 750 "aws-types", 751 "bytes", 752 - "fastrand 2.1.1", 753 "hex", 754 "http 0.2.12", 755 - "ring 0.17.8", 756 "time", 757 "tokio", 758 "tracing", ··· 774 775 [[package]] 776 name = "aws-runtime" 777 - version = "1.4.3" 778 source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" 780 dependencies = [ 781 "aws-credential-types", 782 "aws-sigv4", ··· 787 "aws-smithy-types", 788 "aws-types", 789 "bytes", 790 - "fastrand 2.1.1", 791 "http 0.2.12", 792 "http-body 0.4.6", 793 "once_cell", 794 "percent-encoding", 795 "pin-project-lite", 796 "tracing", 797 - "uuid 1.11.0", 798 ] 799 800 [[package]] 801 name = "aws-sdk-sso" 802 - version = "1.46.0" 803 source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "0dc2faec3205d496c7e57eff685dd944203df7ce16a4116d0281c44021788a7b" 805 dependencies = [ 806 "aws-credential-types", 807 "aws-runtime", ··· 821 822 [[package]] 823 name = "aws-sdk-ssooidc" 824 - version = "1.47.0" 825 source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "c93c241f52bc5e0476e259c953234dab7e2a35ee207ee202e86c0095ec4951dc" 827 dependencies = [ 828 "aws-credential-types", 829 "aws-runtime", ··· 843 844 [[package]] 845 name = "aws-sdk-sts" 846 - version = "1.46.0" 847 source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "b259429be94a3459fa1b00c5684faee118d74f9577cc50aebadc36e507c63b5f" 849 dependencies = [ 850 "aws-credential-types", 851 "aws-runtime", ··· 866 867 [[package]] 868 name = "aws-sigv4" 869 - version = "1.2.4" 870 source = "registry+https://github.com/rust-lang/crates.io-index" 871 - checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" 872 dependencies = [ 873 "aws-credential-types", 874 "aws-smithy-http", ··· 879 "hex", 880 "hmac", 881 "http 0.2.12", 882 - "http 1.1.0", 883 "once_cell", 884 "percent-encoding", 885 "sha2 0.10.8", ··· 889 890 [[package]] 891 name = "aws-smithy-async" 892 - version = "1.2.1" 893 source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 895 dependencies = [ 896 "futures-util", 897 "pin-project-lite", ··· 900 901 [[package]] 902 name = "aws-smithy-http" 903 - version = "0.60.11" 904 source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" 906 dependencies = [ 907 "aws-smithy-runtime-api", 908 "aws-smithy-types", ··· 920 921 [[package]] 922 name = "aws-smithy-json" 923 - version = "0.60.7" 924 source = "registry+https://github.com/rust-lang/crates.io-index" 925 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 926 dependencies = [ 927 "aws-smithy-types", 928 ] ··· 939 940 [[package]] 941 name = "aws-smithy-runtime" 942 - version = "1.7.2" 943 source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db" 945 dependencies = [ 946 "aws-smithy-async", 947 "aws-smithy-http", 948 "aws-smithy-runtime-api", 949 "aws-smithy-types", 950 "bytes", 951 - "fastrand 2.1.1", 952 "h2 0.3.26", 953 "http 0.2.12", 954 "http-body 0.4.6", 955 "http-body 1.0.1", 956 "httparse", 957 - "hyper 0.14.31", 958 "hyper-rustls 0.24.2", 959 "once_cell", 960 "pin-project-lite", ··· 966 967 [[package]] 968 name = "aws-smithy-runtime-api" 969 - version = "1.7.2" 970 source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 972 dependencies = [ 973 "aws-smithy-async", 974 "aws-smithy-types", 975 "bytes", 976 "http 0.2.12", 977 - "http 1.1.0", 978 "pin-project-lite", 979 "tokio", 980 "tracing", ··· 983 984 [[package]] 985 name = "aws-smithy-types" 986 - version = "1.2.7" 987 source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" 989 dependencies = [ 990 "base64-simd 0.8.0", 991 "bytes", 992 "bytes-utils", 993 "futures-core", 994 "http 0.2.12", 995 - "http 1.1.0", 996 "http-body 0.4.6", 997 "http-body 1.0.1", 998 "http-body-util", ··· 1018 1019 [[package]] 1020 name = "aws-types" 1021 - version = "1.3.3" 1022 source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 1024 dependencies = [ 1025 "aws-credential-types", 1026 "aws-smithy-async", ··· 1032 1033 [[package]] 1034 name = "axum" 1035 - version = "0.7.7" 1036 source = "registry+https://github.com/rust-lang/crates.io-index" 1037 - checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" 1038 dependencies = [ 1039 "async-trait", 1040 "axum-core", 1041 "bytes", 1042 "futures-util", 1043 - "http 1.1.0", 1044 "http-body 1.0.1", 1045 "http-body-util", 1046 - "hyper 1.5.0", 1047 "hyper-util", 1048 "itoa", 1049 "matchit", ··· 1057 "serde_json", 1058 "serde_path_to_error", 1059 "serde_urlencoded", 1060 - "sync_wrapper 1.0.1", 1061 "tokio", 1062 - "tower 0.5.1", 1063 "tower-layer", 1064 "tower-service", 1065 "tracing", ··· 1074 "async-trait", 1075 "bytes", 1076 "futures-util", 1077 - "http 1.1.0", 1078 "http-body 1.0.1", 1079 "http-body-util", 1080 "mime", 1081 "pin-project-lite", 1082 "rustversion", 1083 - "sync_wrapper 1.0.1", 1084 "tower-layer", 1085 "tower-service", 1086 "tracing", 1087 ] 1088 1089 [[package]] 1090 name = "backtrace" 1091 version = "0.3.74" 1092 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1095 "addr2line", 1096 "cfg-if", 1097 "libc", 1098 - "miniz_oxide 0.8.0", 1099 "object", 1100 "rustc-demangle", 1101 "windows-targets 0.52.6", ··· 1146 source = "registry+https://github.com/rust-lang/crates.io-index" 1147 checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 1148 dependencies = [ 1149 - "outref 0.5.1", 1150 "vsimd", 1151 ] 1152 ··· 1157 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1158 1159 [[package]] 1160 - name = "bb8" 1161 - version = "0.8.6" 1162 - source = "registry+https://github.com/rust-lang/crates.io-index" 1163 - checksum = "d89aabfae550a5c44b43ab941844ffcd2e993cb6900b342debf59e9ea74acdb8" 1164 - dependencies = [ 1165 - "async-trait", 1166 - "futures-util", 1167 - "parking_lot", 1168 - "tokio", 1169 - ] 1170 - 1171 - [[package]] 1172 name = "better_scoped_tls" 1173 version = "0.1.2" 1174 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1179 1180 [[package]] 1181 name = "bigdecimal" 1182 - version = "0.4.5" 1183 source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" 1185 dependencies = [ 1186 "autocfg", 1187 "libm", ··· 1205 source = "registry+https://github.com/rust-lang/crates.io-index" 1206 checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 1207 dependencies = [ 1208 - "bitflags 2.6.0", 1209 "cexpr", 1210 "clang-sys", 1211 "itertools 0.12.1", 1212 "lazy_static", 1213 "lazycell", 1214 "log", 1215 - "prettyplease 0.2.24", 1216 "proc-macro2", 1217 "quote", 1218 "regex", 1219 "rustc-hash 1.1.0", 1220 "shlex", 1221 - "syn 2.0.81", 1222 "which 4.4.2", 1223 ] 1224 ··· 1228 source = "registry+https://github.com/rust-lang/crates.io-index" 1229 checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 1230 dependencies = [ 1231 - "bitflags 2.6.0", 1232 "cexpr", 1233 "clang-sys", 1234 "itertools 0.13.0", 1235 "proc-macro2", 1236 "quote", 1237 "regex", 1238 "rustc-hash 1.1.0", 1239 "shlex", 1240 - "syn 2.0.81", 1241 ] 1242 1243 [[package]] ··· 1263 1264 [[package]] 1265 name = "bitflags" 1266 - version = "2.6.0" 1267 source = "registry+https://github.com/rust-lang/crates.io-index" 1268 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 1269 dependencies = [ 1270 "serde", 1271 ] ··· 1302 1303 [[package]] 1304 name = "blake3" 1305 - version = "1.5.4" 1306 source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" 1308 dependencies = [ 1309 "arrayref", 1310 "arrayvec", ··· 1314 ] 1315 1316 [[package]] 1317 name = "block-buffer" 1318 version = "0.9.0" 1319 source = "registry+https://github.com/rust-lang/crates.io-index" 1320 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 1321 dependencies = [ 1322 - "block-padding", 1323 "generic-array", 1324 ] 1325 ··· 1338 source = "registry+https://github.com/rust-lang/crates.io-index" 1339 checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" 1340 dependencies = [ 1341 - "block-padding", 1342 - "cipher", 1343 ] 1344 1345 [[package]] ··· 1349 checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" 1350 1351 [[package]] 1352 - name = "blocking" 1353 - version = "1.6.1" 1354 source = "registry+https://github.com/rust-lang/crates.io-index" 1355 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 1356 dependencies = [ 1357 - "async-channel 2.3.1", 1358 - "async-task", 1359 - "futures-io", 1360 - "futures-lite 2.3.0", 1361 - "piper", 1362 ] 1363 1364 [[package]] 1365 name = "borsh" 1366 - version = "1.5.1" 1367 source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" 1369 dependencies = [ 1370 "borsh-derive", 1371 - "cfg_aliases", 1372 ] 1373 1374 [[package]] 1375 name = "borsh-derive" 1376 - version = "1.5.1" 1377 source = "registry+https://github.com/rust-lang/crates.io-index" 1378 - checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" 1379 dependencies = [ 1380 "once_cell", 1381 "proc-macro-crate", 1382 "proc-macro2", 1383 "quote", 1384 - "syn 2.0.81", 1385 - "syn_derive", 1386 ] 1387 1388 [[package]] ··· 1409 1410 [[package]] 1411 name = "brotli-decompressor" 1412 - version = "4.0.1" 1413 source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 1415 dependencies = [ 1416 "alloc-no-stdlib", 1417 "alloc-stdlib", 1418 ] 1419 1420 [[package]] 1421 name = "btoi" 1422 version = "0.4.3" 1423 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1438 1439 [[package]] 1440 name = "bumpalo" 1441 - version = "3.16.0" 1442 source = "registry+https://github.com/rust-lang/crates.io-index" 1443 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1444 dependencies = [ 1445 "allocator-api2", 1446 ] ··· 1469 1470 [[package]] 1471 name = "bytemuck" 1472 - version = "1.19.0" 1473 source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 1475 dependencies = [ 1476 "bytemuck_derive", 1477 ] 1478 1479 [[package]] 1480 name = "bytemuck_derive" 1481 - version = "1.8.0" 1482 source = "registry+https://github.com/rust-lang/crates.io-index" 1483 - checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" 1484 dependencies = [ 1485 "proc-macro2", 1486 "quote", 1487 - "syn 2.0.81", 1488 ] 1489 1490 [[package]] ··· 1495 1496 [[package]] 1497 name = "bytes" 1498 - version = "1.7.2" 1499 source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 1501 1502 [[package]] 1503 name = "bytes-utils" ··· 1520 ] 1521 1522 [[package]] 1523 name = "bzip2-sys" 1524 - version = "0.1.11+1.0.8" 1525 source = "registry+https://github.com/rust-lang/crates.io-index" 1526 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1527 dependencies = [ 1528 "cc", 1529 - "libc", 1530 "pkg-config", 1531 ] 1532 1533 [[package]] 1534 name = "candle-core" 1535 version = "0.3.3" 1536 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1539 "byteorder", 1540 "gemm", 1541 "half", 1542 - "memmap2", 1543 "num-traits", 1544 "num_cpus", 1545 "rand 0.8.5", 1546 "rand_distr", 1547 "rayon", 1548 "safetensors", 1549 - "thiserror", 1550 "yoke", 1551 "zip", 1552 ] ··· 1563 "rayon", 1564 "safetensors", 1565 "serde", 1566 - "thiserror", 1567 ] 1568 1569 [[package]] ··· 1586 ] 1587 1588 [[package]] 1589 name = "cargo-lock" 1590 version = "9.0.0" 1591 source = "registry+https://github.com/rust-lang/crates.io-index" 1592 checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" 1593 dependencies = [ 1594 - "semver 1.0.23", 1595 "serde", 1596 "toml 0.7.8", 1597 "url", 1598 ] 1599 1600 [[package]] 1601 name = "cc" 1602 - version = "1.1.31" 1603 source = "registry+https://github.com/rust-lang/crates.io-index" 1604 - checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" 1605 dependencies = [ 1606 "jobserver", 1607 "libc", ··· 1620 source = "registry+https://github.com/rust-lang/crates.io-index" 1621 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1622 dependencies = [ 1623 - "nom", 1624 ] 1625 1626 [[package]] ··· 1631 1632 [[package]] 1633 name = "cfg_aliases" 1634 version = "0.2.1" 1635 source = "registry+https://github.com/rust-lang/crates.io-index" 1636 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1637 1638 [[package]] 1639 name = "chrono" 1640 - version = "0.4.38" 1641 source = "registry+https://github.com/rust-lang/crates.io-index" 1642 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1643 dependencies = [ 1644 "android-tzdata", 1645 "iana-time-zone", ··· 1663 1664 [[package]] 1665 name = "chrono-tz" 1666 - version = "0.10.0" 1667 source = "registry+https://github.com/rust-lang/crates.io-index" 1668 - checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" 1669 dependencies = [ 1670 "chrono", 1671 "chrono-tz-build 0.4.0", ··· 1703 ] 1704 1705 [[package]] 1706 name = "clang-sys" 1707 version = "1.8.1" 1708 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1710 dependencies = [ 1711 "glob", 1712 "libc", 1713 - "libloading", 1714 ] 1715 1716 [[package]] 1717 name = "clap" 1718 - version = "4.5.20" 1719 source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 1721 dependencies = [ 1722 "clap_builder", 1723 "clap_derive", ··· 1725 1726 [[package]] 1727 name = "clap_builder" 1728 - version = "4.5.20" 1729 source = "registry+https://github.com/rust-lang/crates.io-index" 1730 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 1731 dependencies = [ 1732 "anstream", 1733 "anstyle", ··· 1737 1738 [[package]] 1739 name = "clap_derive" 1740 - version = "4.5.18" 1741 source = "registry+https://github.com/rust-lang/crates.io-index" 1742 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 1743 dependencies = [ 1744 "heck 0.5.0", 1745 "proc-macro2", 1746 "quote", 1747 - "syn 2.0.81", 1748 ] 1749 1750 [[package]] 1751 name = "clap_lex" 1752 - version = "0.7.2" 1753 source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 1755 1756 [[package]] 1757 name = "cmake" 1758 - version = "0.1.51" 1759 source = "registry+https://github.com/rust-lang/crates.io-index" 1760 - checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" 1761 dependencies = [ 1762 "cc", 1763 ] 1764 1765 [[package]] 1766 - name = "colorchoice" 1767 - version = "1.0.2" 1768 source = "registry+https://github.com/rust-lang/crates.io-index" 1769 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1770 1771 [[package]] 1772 - name = "combine" 1773 - version = "4.6.7" 1774 source = "registry+https://github.com/rust-lang/crates.io-index" 1775 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1776 dependencies = [ 1777 - "bytes", 1778 - "futures-core", 1779 - "memchr", 1780 - "pin-project-lite", 1781 - "tokio", 1782 - "tokio-util", 1783 ] 1784 1785 [[package]] 1786 name = "comfy-table" 1787 - version = "7.1.1" 1788 source = "registry+https://github.com/rust-lang/crates.io-index" 1789 - checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" 1790 dependencies = [ 1791 - "strum 0.26.3", 1792 - "strum_macros 0.26.4", 1793 - "unicode-width", 1794 ] 1795 1796 [[package]] ··· 1810 1811 [[package]] 1812 name = "console" 1813 - version = "0.15.8" 1814 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 1816 dependencies = [ 1817 "encode_unicode", 1818 - "lazy_static", 1819 "libc", 1820 - "unicode-width", 1821 - "windows-sys 0.52.0", 1822 - ] 1823 - 1824 - [[package]] 1825 - name = "console_error_panic_hook" 1826 - version = "0.1.7" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 1829 - dependencies = [ 1830 - "cfg-if", 1831 - "wasm-bindgen", 1832 ] 1833 1834 [[package]] ··· 1859 1860 [[package]] 1861 name = "const_format" 1862 - version = "0.2.33" 1863 source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" 1865 dependencies = [ 1866 "const_format_proc_macros", 1867 "konst", ··· 1869 1870 [[package]] 1871 name = "const_format_proc_macros" 1872 - version = "0.2.33" 1873 source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" 1875 dependencies = [ 1876 "proc-macro2", 1877 "quote", ··· 1937 ] 1938 1939 [[package]] 1940 name = "core-foundation-sys" 1941 version = "0.8.7" 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1943 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1944 1945 [[package]] 1946 name = "cpufeatures" 1947 - version = "0.2.14" 1948 source = "registry+https://github.com/rust-lang/crates.io-index" 1949 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1950 dependencies = [ 1951 "libc", 1952 ] ··· 1986 1987 [[package]] 1988 name = "cron" 1989 - version = "0.12.1" 1990 source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" 1992 dependencies = [ 1993 "chrono", 1994 - "nom", 1995 "once_cell", 1996 ] 1997 1998 [[package]] ··· 2010 2011 [[package]] 2012 name = "crossbeam-channel" 2013 - version = "0.5.13" 2014 source = "registry+https://github.com/rust-lang/crates.io-index" 2015 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 2016 dependencies = [ 2017 "crossbeam-utils", 2018 ] 2019 2020 [[package]] 2021 name = "crossbeam-deque" 2022 - version = "0.8.5" 2023 source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 2025 dependencies = [ 2026 "crossbeam-epoch", 2027 "crossbeam-utils", ··· 2038 2039 [[package]] 2040 name = "crossbeam-queue" 2041 - version = "0.3.11" 2042 source = "registry+https://github.com/rust-lang/crates.io-index" 2043 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 2044 dependencies = [ 2045 "crossbeam-utils", 2046 ] 2047 2048 [[package]] 2049 name = "crossbeam-utils" 2050 - version = "0.8.20" 2051 source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 2053 2054 [[package]] 2055 name = "crunchy" 2056 - version = "0.2.2" 2057 source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 2059 2060 [[package]] 2061 name = "crypto-bigint" ··· 2076 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 2077 dependencies = [ 2078 "generic-array", 2079 "typenum", 2080 ] 2081 2082 [[package]] 2083 name = "csv" 2084 - version = "1.3.0" 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 2087 dependencies = [ 2088 "csv-core", 2089 "itoa", ··· 2093 2094 [[package]] 2095 name = "csv-core" 2096 - version = "0.1.11" 2097 source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 2099 dependencies = [ 2100 "memchr", 2101 ] 2102 2103 [[package]] 2104 name = "curve25519-dalek" 2105 version = "4.1.3" 2106 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2110 "cpufeatures", 2111 "curve25519-dalek-derive", 2112 "digest 0.10.7", 2113 - "fiat-crypto", 2114 "rustc_version 0.4.1", 2115 "subtle", 2116 "zeroize", ··· 2124 dependencies = [ 2125 "proc-macro2", 2126 "quote", 2127 - "syn 2.0.81", 2128 ] 2129 2130 [[package]] ··· 2149 2150 [[package]] 2151 name = "darling_core" 2152 version = "0.14.4" 2153 source = "registry+https://github.com/rust-lang/crates.io-index" 2154 checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" ··· 2172 "proc-macro2", 2173 "quote", 2174 "strsim 0.11.1", 2175 - "syn 2.0.81", 2176 ] 2177 2178 [[package]] ··· 2194 dependencies = [ 2195 "darling_core 0.20.10", 2196 "quote", 2197 - "syn 2.0.81", 2198 ] 2199 2200 [[package]] ··· 2212 2213 [[package]] 2214 name = "data-encoding" 2215 - version = "2.6.0" 2216 source = "registry+https://github.com/rust-lang/crates.io-index" 2217 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 2218 2219 [[package]] 2220 name = "data-url" 2221 - version = "0.3.0" 2222 source = "registry+https://github.com/rust-lang/crates.io-index" 2223 - checksum = "41b319d1b62ffbd002e057f36bebd1f42b9f97927c9577461d855f3513c4289f" 2224 2225 [[package]] 2226 name = "datafusion" ··· 2233 "arrow-array", 2234 "arrow-ipc", 2235 "arrow-schema", 2236 - "async-compression 0.4.16", 2237 "async-trait", 2238 "bytes", 2239 - "bzip2", 2240 "chrono", 2241 "dashmap", 2242 "datafusion-common", ··· 2256 "glob", 2257 "half", 2258 "hashbrown 0.14.5", 2259 - "indexmap 2.6.0", 2260 "itertools 0.12.1", 2261 "log", 2262 "num_cpus", ··· 2271 "tokio", 2272 "tokio-util", 2273 "url", 2274 - "uuid 1.11.0", 2275 "xz2", 2276 - "zstd 0.13.2", 2277 ] 2278 2279 [[package]] ··· 2371 "regex", 2372 "sha2 0.10.8", 2373 "unicode-segmentation", 2374 - "uuid 1.11.0", 2375 ] 2376 2377 [[package]] ··· 2425 "datafusion-expr", 2426 "datafusion-physical-expr", 2427 "hashbrown 0.14.5", 2428 - "indexmap 2.6.0", 2429 "itertools 0.12.1", 2430 "log", 2431 "regex-syntax 0.8.5", ··· 2454 "half", 2455 "hashbrown 0.14.5", 2456 "hex", 2457 - "indexmap 2.6.0", 2458 "itertools 0.12.1", 2459 "log", 2460 "paste", 2461 - "petgraph", 2462 "regex", 2463 ] 2464 ··· 2498 "futures", 2499 "half", 2500 "hashbrown 0.14.5", 2501 - "indexmap 2.6.0", 2502 "itertools 0.12.1", 2503 "log", 2504 "once_cell", ··· 2538 checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 2539 dependencies = [ 2540 "serde", 2541 - "uuid 1.11.0", 2542 ] 2543 2544 [[package]] 2545 name = "deno_ast" 2546 - version = "0.42.2" 2547 source = "registry+https://github.com/rust-lang/crates.io-index" 2548 - checksum = "b2b9d03b1bbeeecdac54367f075d572131736d06c5be3bc49037855bc5ab1bbb" 2549 dependencies = [ 2550 "base64 0.21.7", 2551 "deno_media_type", 2552 - "deno_terminal 0.1.1", 2553 "dprint-swc-ext", 2554 "once_cell", 2555 "percent-encoding", 2556 "serde", 2557 - "sourcemap 9.0.0", 2558 "swc_atoms", 2559 "swc_common", 2560 "swc_config", ··· 2577 "swc_visit", 2578 "swc_visit_macros", 2579 "text_lines", 2580 - "thiserror", 2581 - "unicode-width", 2582 "url", 2583 ] 2584 2585 [[package]] 2586 name = "deno_console" 2587 - version = "0.171.0" 2588 source = "registry+https://github.com/rust-lang/crates.io-index" 2589 - checksum = "144108c8bb93b1df2cda4583d9beb8cd4e18798d3e030af8b07d2c55c1e3259b" 2590 dependencies = [ 2591 "deno_core", 2592 ] 2593 2594 [[package]] 2595 name = "deno_core" 2596 - version = "0.311.0" 2597 source = "registry+https://github.com/rust-lang/crates.io-index" 2598 - checksum = "5e09bd55da542fa1fde753aff617c355b5d782e763ab2a19e4371a56d7844cac" 2599 dependencies = [ 2600 "anyhow", 2601 "bincode", 2602 "bit-set", 2603 "bit-vec", 2604 "bytes", 2605 "cooked-waker", 2606 "deno_core_icudata", 2607 "deno_ops", 2608 "deno_unsync", 2609 "futures", 2610 "libc", 2611 "memoffset", 2612 "parking_lot", ··· 2618 "smallvec", 2619 "sourcemap 8.0.1", 2620 "static_assertions", 2621 "tokio", 2622 "url", 2623 "v8", 2624 ] 2625 2626 [[package]] 2627 name = "deno_core_icudata" 2628 - version = "0.0.73" 2629 source = "registry+https://github.com/rust-lang/crates.io-index" 2630 - checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1" 2631 2632 [[package]] 2633 name = "deno_fetch" 2634 - version = "0.195.0" 2635 source = "registry+https://github.com/rust-lang/crates.io-index" 2636 - checksum = "8a91340a1d60cebe1392e4b6e1614709ab5fdcfc1f55842561e498d7ef9b2cb9" 2637 dependencies = [ 2638 "base64 0.21.7", 2639 "bytes", 2640 "data-url", 2641 "deno_core", 2642 "deno_permissions", 2643 "deno_tls", 2644 "dyn-clone", 2645 "error_reporter", 2646 - "http 1.1.0", 2647 "http-body-util", 2648 - "hyper 1.5.0", 2649 - "hyper-rustls 0.27.3", 2650 "hyper-util", 2651 "ipnet", 2652 "percent-encoding", 2653 "rustls-webpki 0.102.8", 2654 "serde", 2655 "serde_json", 2656 "tokio", 2657 - "tokio-rustls 0.26.0", 2658 "tokio-socks", 2659 "tokio-util", 2660 - "tower 0.4.13", 2661 - "tower-http 0.6.1", 2662 "tower-service", 2663 ] 2664 2665 [[package]] 2666 name = "deno_media_type" 2667 - version = "0.1.4" 2668 source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "a8978229b82552bf8457a0125aa20863f023619cfc21ebb007b1e571d68fd85b" 2670 dependencies = [ 2671 "data-url", 2672 "serde", ··· 2674 ] 2675 2676 [[package]] 2677 name = "deno_native_certs" 2678 version = "0.3.1" 2679 source = "registry+https://github.com/rust-lang/crates.io-index" 2680 checksum = "86bc737e098a45aa5742d51ce694ac7236a1e69fb0d9df8c862e9b4c9583c5f9" 2681 dependencies = [ 2682 - "dlopen2", 2683 "dlopen2_derive", 2684 "once_cell", 2685 "rustls-native-certs 0.7.3", ··· 2688 2689 [[package]] 2690 name = "deno_net" 2691 - version = "0.163.0" 2692 source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "5b769fd37232a38bf15a3834c9da8cc99409b52d0cf4a936f3117744369f8063" 2694 dependencies = [ 2695 "deno_core", 2696 "deno_permissions", 2697 "deno_tls", 2698 "pin-project", 2699 "rustls-tokio-stream", 2700 "serde", 2701 - "socket2 0.5.7", 2702 "tokio", 2703 - "trust-dns-proto", 2704 - "trust-dns-resolver", 2705 ] 2706 2707 [[package]] 2708 name = "deno_ops" 2709 - version = "0.187.0" 2710 source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "e040fd4def8a67538fe38c9955fd970efc9f44284bd69d44f8992a456afd665d" 2712 dependencies = [ 2713 "proc-macro-rules", 2714 "proc-macro2", 2715 "quote", 2716 "strum 0.25.0", 2717 "strum_macros 0.25.3", 2718 - "syn 2.0.81", 2719 - "thiserror", 2720 ] 2721 2722 [[package]] 2723 name = "deno_path_util" 2724 - version = "0.2.0" 2725 source = "registry+https://github.com/rust-lang/crates.io-index" 2726 - checksum = "4889646c1ce8437a6fde3acb057fd7e2d039e62c61f5063fc125ed1ede114dc6" 2727 dependencies = [ 2728 "percent-encoding", 2729 - "thiserror", 2730 "url", 2731 ] 2732 2733 [[package]] 2734 name = "deno_permissions" 2735 - version = "0.31.0" 2736 source = "registry+https://github.com/rust-lang/crates.io-index" 2737 - checksum = "b1328c2d1d26cd066ba9d7d5fb3451081219e373342423f78d7a1b73bfac9849" 2738 dependencies = [ 2739 "deno_core", 2740 "deno_path_util", 2741 - "deno_terminal 0.2.0", 2742 "fqdn", 2743 "libc", 2744 "log", 2745 "once_cell", 2746 "percent-encoding", 2747 "serde", 2748 - "which 4.4.2", 2749 "winapi", 2750 ] 2751 2752 [[package]] 2753 - name = "deno_terminal" 2754 - version = "0.1.1" 2755 source = "registry+https://github.com/rust-lang/crates.io-index" 2756 - checksum = "7e6337d4e7f375f8b986409a76fbeecfa4bd8a1343e63355729ae4befa058eaf" 2757 dependencies = [ 2758 "once_cell", 2759 - "termcolor", 2760 ] 2761 2762 [[package]] ··· 2771 2772 [[package]] 2773 name = "deno_tls" 2774 - version = "0.158.0" 2775 source = "registry+https://github.com/rust-lang/crates.io-index" 2776 - checksum = "22a1abc6bd8af41aa2496ceceef94f4277092c781a9495c437327a17659553a2" 2777 dependencies = [ 2778 "deno_core", 2779 "deno_native_certs", 2780 - "rustls 0.23.15", 2781 "rustls-pemfile 2.2.0", 2782 "rustls-tokio-stream", 2783 "rustls-webpki 0.102.8", 2784 "serde", 2785 "tokio", 2786 - "webpki-roots 0.26.6", 2787 ] 2788 2789 [[package]] 2790 name = "deno_unsync" 2791 - version = "0.4.1" 2792 source = "registry+https://github.com/rust-lang/crates.io-index" 2793 - checksum = "2f36b4ef61a04ce201b925a5dffa90f88437d37fee4836c758470dd15ba7f05e" 2794 dependencies = [ 2795 "parking_lot", 2796 "tokio", 2797 ] 2798 2799 [[package]] 2800 name = "deno_url" 2801 - version = "0.171.0" 2802 source = "registry+https://github.com/rust-lang/crates.io-index" 2803 - checksum = "68eb6834d66ff13c19633b0e1b621292461b744858130b0a1c51f34a57ba1a03" 2804 dependencies = [ 2805 "deno_core", 2806 "urlpattern", 2807 ] 2808 2809 [[package]] 2810 name = "deno_web" 2811 - version = "0.202.0" 2812 source = "registry+https://github.com/rust-lang/crates.io-index" 2813 - checksum = "e0862246372f5b559b788aa07ca1b9385909d59630251156a54c4d2c5342d1eb" 2814 dependencies = [ 2815 "async-trait", 2816 "base64-simd 0.8.0", 2817 "bytes", 2818 "deno_core", 2819 "deno_permissions", 2820 "encoding_rs", 2821 "flate2", 2822 "futures", 2823 "serde", 2824 "tokio", 2825 - "uuid 1.11.0", 2826 ] 2827 2828 [[package]] 2829 name = "deno_webidl" 2830 - version = "0.171.0" 2831 source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "5e969b61b740479379eaf303a6900d11f162f9de610640398f89f0aa58abb7c4" 2833 dependencies = [ 2834 "deno_core", 2835 ] 2836 2837 [[package]] 2838 - name = "der" 2839 - version = "0.6.1" 2840 source = "registry+https://github.com/rust-lang/crates.io-index" 2841 - checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 2842 dependencies = [ 2843 - "const-oid", 2844 - "pem-rfc7468 0.6.0", 2845 - "zeroize", 2846 ] 2847 2848 [[package]] ··· 2852 checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 2853 dependencies = [ 2854 "const-oid", 2855 - "pem-rfc7468 0.7.0", 2856 "zeroize", 2857 ] 2858 2859 [[package]] 2860 name = "deranged" 2861 version = "0.3.11" 2862 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2899 2900 [[package]] 2901 name = "derive_more" 2902 - version = "0.99.18" 2903 source = "registry+https://github.com/rust-lang/crates.io-index" 2904 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 2905 dependencies = [ 2906 "convert_case 0.4.0", 2907 "proc-macro2", 2908 "quote", 2909 "rustc_version 0.4.1", 2910 - "syn 2.0.81", 2911 ] 2912 2913 [[package]] ··· 2917 checksum = "ac41dd49fb554432020d52c875fc290e110113f864c6b1b525cd62c7e7747a5d" 2918 dependencies = [ 2919 "byteorder", 2920 - "cipher", 2921 "opaque-debug", 2922 ] 2923 ··· 2944 2945 [[package]] 2946 name = "dirs" 2947 version = "5.0.1" 2948 source = "registry+https://github.com/rust-lang/crates.io-index" 2949 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 2950 dependencies = [ 2951 - "dirs-sys", 2952 ] 2953 2954 [[package]] ··· 2963 2964 [[package]] 2965 name = "dirs-sys" 2966 version = "0.4.1" 2967 source = "registry+https://github.com/rust-lang/crates.io-index" 2968 checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" ··· 2985 ] 2986 2987 [[package]] 2988 name = "dlopen2" 2989 version = "0.7.0" 2990 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3004 dependencies = [ 3005 "proc-macro2", 3006 "quote", 3007 - "syn 2.0.81", 3008 ] 3009 3010 [[package]] ··· 3014 checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 3015 3016 [[package]] 3017 name = "dotenv" 3018 version = "0.15.0" 3019 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3047 ] 3048 3049 [[package]] 3050 name = "dyn-clone" 3051 - version = "1.0.17" 3052 source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 3054 3055 [[package]] 3056 name = "dyn-iter" ··· 3069 ] 3070 3071 [[package]] 3072 name = "ecdsa" 3073 version = "0.16.9" 3074 source = "registry+https://github.com/rust-lang/crates.io-index" 3075 checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 3076 dependencies = [ 3077 - "der 0.7.9", 3078 "digest 0.10.7", 3079 "elliptic-curve", 3080 "rfc6979", 3081 - "signature 2.2.0", 3082 - "spki 0.7.3", 3083 ] 3084 3085 [[package]] ··· 3088 source = "registry+https://github.com/rust-lang/crates.io-index" 3089 checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 3090 dependencies = [ 3091 - "pkcs8 0.10.2", 3092 - "signature 2.2.0", 3093 ] 3094 3095 [[package]] ··· 3100 dependencies = [ 3101 "curve25519-dalek", 3102 "ed25519", 3103 "serde", 3104 "sha2 0.10.8", 3105 "subtle", 3106 "zeroize", 3107 ] 3108 3109 [[package]] 3110 name = "either" 3111 - version = "1.13.0" 3112 source = "registry+https://github.com/rust-lang/crates.io-index" 3113 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 3114 dependencies = [ 3115 "serde", 3116 ] ··· 3122 checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 3123 dependencies = [ 3124 "base16ct", 3125 "crypto-bigint", 3126 "digest 0.10.7", 3127 "ff", 3128 "generic-array", 3129 "group", 3130 "hkdf", 3131 - "pem-rfc7468 0.7.0", 3132 - "pkcs8 0.10.2", 3133 "rand_core 0.6.4", 3134 "sec1", 3135 "subtle", 3136 "zeroize", 3137 ] 3138 3139 [[package]] 3140 name = "encode_unicode" 3141 - version = "0.3.6" 3142 source = "registry+https://github.com/rust-lang/crates.io-index" 3143 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 3144 3145 [[package]] 3146 name = "encoding_rs" ··· 3152 ] 3153 3154 [[package]] 3155 name = "enum-as-inner" 3156 version = "0.6.1" 3157 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3160 "heck 0.5.0", 3161 "proc-macro2", 3162 "quote", 3163 - "syn 2.0.81", 3164 ] 3165 3166 [[package]] 3167 name = "enumflags2" 3168 - version = "0.7.10" 3169 source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 3171 dependencies = [ 3172 "enumflags2_derive", 3173 ] 3174 3175 [[package]] 3176 name = "enumflags2_derive" 3177 - version = "0.7.10" 3178 source = "registry+https://github.com/rust-lang/crates.io-index" 3179 - checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 3180 dependencies = [ 3181 "proc-macro2", 3182 "quote", 3183 - "syn 2.0.81", 3184 ] 3185 3186 [[package]] 3187 name = "equivalent" 3188 - version = "1.0.1" 3189 source = "registry+https://github.com/rust-lang/crates.io-index" 3190 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 3191 3192 [[package]] 3193 name = "errno" 3194 - version = "0.3.9" 3195 source = "registry+https://github.com/rust-lang/crates.io-index" 3196 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 3197 dependencies = [ 3198 "libc", 3199 - "windows-sys 0.52.0", 3200 ] 3201 3202 [[package]] 3203 name = "error_reporter" ··· 3233 3234 [[package]] 3235 name = "event-listener" 3236 - version = "5.3.1" 3237 source = "registry+https://github.com/rust-lang/crates.io-index" 3238 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 3239 dependencies = [ 3240 "concurrent-queue", 3241 "parking", ··· 3243 ] 3244 3245 [[package]] 3246 - name = "event-listener-strategy" 3247 - version = "0.5.2" 3248 source = "registry+https://github.com/rust-lang/crates.io-index" 3249 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 3250 - dependencies = [ 3251 - "event-listener 5.3.1", 3252 - "pin-project-lite", 3253 - ] 3254 3255 [[package]] 3256 name = "fallible-iterator" 3257 - version = "0.2.0" 3258 source = "registry+https://github.com/rust-lang/crates.io-index" 3259 - checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 3260 3261 [[package]] 3262 name = "fastdivide" 3263 - version = "0.4.1" 3264 source = "registry+https://github.com/rust-lang/crates.io-index" 3265 - checksum = "59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b" 3266 3267 [[package]] 3268 name = "fastrand" ··· 3275 3276 [[package]] 3277 name = "fastrand" 3278 - version = "2.1.1" 3279 source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 3281 3282 [[package]] 3283 name = "ff" ··· 3288 "rand_core 0.6.4", 3289 "subtle", 3290 ] 3291 3292 [[package]] 3293 name = "fiat-crypto" ··· 3314 checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 3315 3316 [[package]] 3317 name = "flatbuffers" 3318 - version = "24.3.25" 3319 source = "registry+https://github.com/rust-lang/crates.io-index" 3320 - checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" 3321 dependencies = [ 3322 "bitflags 1.3.2", 3323 "rustc_version 0.4.1", ··· 3325 3326 [[package]] 3327 name = "flate2" 3328 - version = "1.0.34" 3329 source = "registry+https://github.com/rust-lang/crates.io-index" 3330 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 3331 dependencies = [ 3332 "crc32fast", 3333 "libz-sys", 3334 - "miniz_oxide 0.8.0", 3335 ] 3336 3337 [[package]] ··· 3353 3354 [[package]] 3355 name = "foldhash" 3356 - version = "0.1.3" 3357 source = "registry+https://github.com/rust-lang/crates.io-index" 3358 - checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" 3359 3360 [[package]] 3361 name = "foreign-types" ··· 3363 source = "registry+https://github.com/rust-lang/crates.io-index" 3364 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 3365 dependencies = [ 3366 - "foreign-types-shared", 3367 ] 3368 3369 [[package]] ··· 3371 version = "0.1.1" 3372 source = "registry+https://github.com/rust-lang/crates.io-index" 3373 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 3374 3375 [[package]] 3376 name = "form_urlencoded" ··· 3395 dependencies = [ 3396 "proc-macro2", 3397 "swc_macros_common", 3398 - "syn 2.0.81", 3399 ] 3400 3401 [[package]] 3402 - name = "frunk" 3403 - version = "0.4.3" 3404 source = "registry+https://github.com/rust-lang/crates.io-index" 3405 - checksum = "874b6a17738fc273ec753618bac60ddaeac48cb1d7684c3e7bd472e57a28b817" 3406 dependencies = [ 3407 - "frunk_core", 3408 - "frunk_derives", 3409 - "frunk_proc_macros", 3410 - "serde", 3411 - ] 3412 - 3413 - [[package]] 3414 - name = "frunk_core" 3415 - version = "0.4.3" 3416 - source = "registry+https://github.com/rust-lang/crates.io-index" 3417 - checksum = "3529a07095650187788833d585c219761114005d5976185760cf794d265b6a5c" 3418 - dependencies = [ 3419 - "serde", 3420 - ] 3421 - 3422 - [[package]] 3423 - name = "frunk_derives" 3424 - version = "0.4.3" 3425 - source = "registry+https://github.com/rust-lang/crates.io-index" 3426 - checksum = "e99b8b3c28ae0e84b604c75f721c21dc77afb3706076af5e8216d15fd1deaae3" 3427 - dependencies = [ 3428 - "frunk_proc_macro_helpers", 3429 - "quote", 3430 - "syn 2.0.81", 3431 - ] 3432 - 3433 - [[package]] 3434 - name = "frunk_proc_macro_helpers" 3435 - version = "0.1.3" 3436 - source = "registry+https://github.com/rust-lang/crates.io-index" 3437 - checksum = "05a956ef36c377977e512e227dcad20f68c2786ac7a54dacece3746046fea5ce" 3438 - dependencies = [ 3439 - "frunk_core", 3440 - "proc-macro2", 3441 - "quote", 3442 - "syn 2.0.81", 3443 - ] 3444 - 3445 - [[package]] 3446 - name = "frunk_proc_macros" 3447 - version = "0.1.3" 3448 - source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "67e86c2c9183662713fea27ea527aad20fb15fee635a71081ff91bf93df4dc51" 3450 - dependencies = [ 3451 - "frunk_core", 3452 - "frunk_proc_macro_helpers", 3453 - "quote", 3454 - "syn 2.0.81", 3455 ] 3456 3457 [[package]] ··· 3462 dependencies = [ 3463 "rustix", 3464 "windows-sys 0.52.0", 3465 ] 3466 3467 [[package]] ··· 3556 3557 [[package]] 3558 name = "futures-lite" 3559 - version = "2.3.0" 3560 source = "registry+https://github.com/rust-lang/crates.io-index" 3561 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 3562 dependencies = [ 3563 - "fastrand 2.1.1", 3564 "futures-core", 3565 "futures-io", 3566 "parking", ··· 3575 dependencies = [ 3576 "proc-macro2", 3577 "quote", 3578 - "syn 2.0.81", 3579 ] 3580 3581 [[package]] ··· 3617 "async-trait", 3618 "base64 0.21.7", 3619 "dirs-next", 3620 - "hyper 0.14.31", 3621 "hyper-rustls 0.24.2", 3622 "ring 0.16.20", 3623 "rustls 0.21.12", 3624 "rustls-pemfile 1.0.4", 3625 "serde", 3626 "serde_json", 3627 - "thiserror", 3628 "time", 3629 "tokio", 3630 "tracing", ··· 3752 ] 3753 3754 [[package]] 3755 name = "generic-array" 3756 version = "0.14.7" 3757 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3778 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 3780 dependencies = [ 3781 - "unicode-width", 3782 ] 3783 3784 [[package]] ··· 3806 ] 3807 3808 [[package]] 3809 name = "gimli" 3810 version = "0.31.1" 3811 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3828 dependencies = [ 3829 "proc-macro2", 3830 "quote", 3831 - "syn 2.0.81", 3832 ] 3833 3834 [[package]] ··· 3845 ] 3846 3847 [[package]] 3848 name = "glob" 3849 - version = "0.3.1" 3850 source = "registry+https://github.com/rust-lang/crates.io-index" 3851 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 3852 3853 [[package]] 3854 name = "gloo-timers" ··· 3863 ] 3864 3865 [[package]] 3866 name = "gosyn" 3867 version = "0.2.9" 3868 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3870 dependencies = [ 3871 "anyhow", 3872 "strum 0.25.0", 3873 - "thiserror", 3874 "unic-ucd-category", 3875 ] 3876 3877 [[package]] 3878 name = "group" 3879 version = "0.13.0" 3880 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3906 "futures-sink", 3907 "futures-util", 3908 "http 0.2.12", 3909 - "indexmap 2.6.0", 3910 "slab", 3911 "tokio", 3912 "tokio-util", ··· 3915 3916 [[package]] 3917 name = "h2" 3918 - version = "0.4.6" 3919 source = "registry+https://github.com/rust-lang/crates.io-index" 3920 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 3921 dependencies = [ 3922 "atomic-waker", 3923 "bytes", 3924 "fnv", 3925 "futures-core", 3926 "futures-sink", 3927 - "http 1.1.0", 3928 - "indexmap 2.6.0", 3929 "slab", 3930 "tokio", 3931 "tokio-util", ··· 3944 "num-traits", 3945 "rand 0.8.5", 3946 "rand_distr", 3947 ] 3948 3949 [[package]] ··· 3976 3977 [[package]] 3978 name = "hashbrown" 3979 - version = "0.15.0" 3980 source = "registry+https://github.com/rust-lang/crates.io-index" 3981 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 3982 dependencies = [ 3983 "allocator-api2", 3984 "equivalent", ··· 3986 ] 3987 3988 [[package]] 3989 name = "hashlink" 3990 version = "0.9.1" 3991 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3995 ] 3996 3997 [[package]] 3998 name = "heck" 3999 version = "0.4.1" 4000 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4013 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 4014 4015 [[package]] 4016 - name = "hermit-abi" 4017 - version = "0.4.0" 4018 - source = "registry+https://github.com/rust-lang/crates.io-index" 4019 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 4020 - 4021 - [[package]] 4022 name = "hex" 4023 version = "0.4.3" 4024 source = "registry+https://github.com/rust-lang/crates.io-index" 4025 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 4026 4027 [[package]] 4028 name = "hf-hub" ··· 4030 source = "registry+https://github.com/rust-lang/crates.io-index" 4031 checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732" 4032 dependencies = [ 4033 - "dirs", 4034 "indicatif", 4035 "log", 4036 "native-tls", 4037 "rand 0.8.5", 4038 "serde", 4039 "serde_json", 4040 - "thiserror", 4041 "ureq", 4042 ] 4043 4044 [[package]] 4045 name = "hkdf" 4046 version = "0.12.4" 4047 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4061 4062 [[package]] 4063 name = "home" 4064 - version = "0.5.9" 4065 source = "registry+https://github.com/rust-lang/crates.io-index" 4066 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 4067 dependencies = [ 4068 - "windows-sys 0.52.0", 4069 ] 4070 4071 [[package]] ··· 4081 4082 [[package]] 4083 name = "hstr" 4084 - version = "0.2.12" 4085 source = "registry+https://github.com/rust-lang/crates.io-index" 4086 - checksum = "dae404c0c5d4e95d4858876ab02eecd6a196bb8caa42050dfa809938833fc412" 4087 dependencies = [ 4088 "hashbrown 0.14.5", 4089 "new_debug_unreachable", ··· 4112 4113 [[package]] 4114 name = "http" 4115 - version = "1.1.0" 4116 source = "registry+https://github.com/rust-lang/crates.io-index" 4117 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 4118 dependencies = [ 4119 "bytes", 4120 "fnv", ··· 4139 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 4140 dependencies = [ 4141 "bytes", 4142 - "http 1.1.0", 4143 ] 4144 4145 [[package]] ··· 4150 dependencies = [ 4151 "bytes", 4152 "futures-util", 4153 - "http 1.1.0", 4154 "http-body 1.0.1", 4155 "pin-project-lite", 4156 ] ··· 4162 checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 4163 dependencies = [ 4164 "anyhow", 4165 - "async-channel 1.9.0", 4166 "base64 0.13.1", 4167 "futures-lite 1.13.0", 4168 "http 0.2.12", ··· 4178 4179 [[package]] 4180 name = "httparse" 4181 - version = "1.9.5" 4182 source = "registry+https://github.com/rust-lang/crates.io-index" 4183 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 4184 4185 [[package]] 4186 name = "httpdate" ··· 4196 4197 [[package]] 4198 name = "hyper" 4199 - version = "0.14.31" 4200 source = "registry+https://github.com/rust-lang/crates.io-index" 4201 - checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" 4202 dependencies = [ 4203 "bytes", 4204 "futures-channel", ··· 4211 "httpdate", 4212 "itoa", 4213 "pin-project-lite", 4214 - "socket2 0.5.7", 4215 "tokio", 4216 "tower-service", 4217 "tracing", ··· 4220 4221 [[package]] 4222 name = "hyper" 4223 - version = "1.5.0" 4224 source = "registry+https://github.com/rust-lang/crates.io-index" 4225 - checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" 4226 dependencies = [ 4227 "bytes", 4228 "futures-channel", 4229 "futures-util", 4230 - "h2 0.4.6", 4231 - "http 1.1.0", 4232 "http-body 1.0.1", 4233 "httparse", 4234 "httpdate", ··· 4240 ] 4241 4242 [[package]] 4243 name = "hyper-rustls" 4244 version = "0.24.2" 4245 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4247 dependencies = [ 4248 "futures-util", 4249 "http 0.2.12", 4250 - "hyper 0.14.31", 4251 "log", 4252 "rustls 0.21.12", 4253 "rustls-native-certs 0.6.3", ··· 4257 4258 [[package]] 4259 name = "hyper-rustls" 4260 - version = "0.27.3" 4261 source = "registry+https://github.com/rust-lang/crates.io-index" 4262 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 4263 dependencies = [ 4264 "futures-util", 4265 - "http 1.1.0", 4266 - "hyper 1.5.0", 4267 "hyper-util", 4268 - "rustls 0.23.15", 4269 - "rustls-native-certs 0.8.0", 4270 "rustls-pki-types", 4271 "tokio", 4272 - "tokio-rustls 0.26.0", 4273 "tower-service", 4274 ] 4275 ··· 4280 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 4281 dependencies = [ 4282 "bytes", 4283 - "hyper 0.14.31", 4284 "native-tls", 4285 "tokio", 4286 "tokio-native-tls", ··· 4294 dependencies = [ 4295 "bytes", 4296 "http-body-util", 4297 - "hyper 1.5.0", 4298 "hyper-util", 4299 "native-tls", 4300 "tokio", ··· 4304 4305 [[package]] 4306 name = "hyper-util" 4307 - version = "0.1.7" 4308 source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" 4310 dependencies = [ 4311 "bytes", 4312 "futures-channel", 4313 "futures-util", 4314 - "http 1.1.0", 4315 "http-body 1.0.1", 4316 - "hyper 1.5.0", 4317 "pin-project-lite", 4318 - "socket2 0.5.7", 4319 "tokio", 4320 - "tower 0.4.13", 4321 "tower-service", 4322 "tracing", 4323 ] 4324 4325 [[package]] 4326 name = "iana-time-zone" 4327 version = "0.1.61" 4328 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4333 "iana-time-zone-haiku", 4334 "js-sys", 4335 "wasm-bindgen", 4336 - "windows-core", 4337 ] 4338 4339 [[package]] ··· 4346 ] 4347 4348 [[package]] 4349 name = "ident_case" 4350 version = "1.0.1" 4351 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4353 4354 [[package]] 4355 name = "idna" 4356 - version = "0.4.0" 4357 source = "registry+https://github.com/rust-lang/crates.io-index" 4358 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 4359 dependencies = [ 4360 - "unicode-bidi", 4361 - "unicode-normalization", 4362 ] 4363 4364 [[package]] 4365 - name = "idna" 4366 - version = "0.5.0" 4367 source = "registry+https://github.com/rust-lang/crates.io-index" 4368 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 4369 dependencies = [ 4370 - "unicode-bidi", 4371 - "unicode-normalization", 4372 ] 4373 4374 [[package]] ··· 4378 checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 4379 4380 [[package]] 4381 name = "indexmap" 4382 version = "1.9.3" 4383 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4390 4391 [[package]] 4392 name = "indexmap" 4393 - version = "2.6.0" 4394 source = "registry+https://github.com/rust-lang/crates.io-index" 4395 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 4396 dependencies = [ 4397 "equivalent", 4398 - "hashbrown 0.15.0", 4399 "serde", 4400 ] 4401 4402 [[package]] 4403 name = "indicatif" 4404 - version = "0.17.8" 4405 source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 4407 dependencies = [ 4408 "console", 4409 - "instant", 4410 "number_prefix", 4411 "portable-atomic", 4412 - "unicode-width", 4413 ] 4414 4415 [[package]] ··· 4419 checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 4420 4421 [[package]] 4422 name = "instant" 4423 version = "0.1.13" 4424 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4442 source = "registry+https://github.com/rust-lang/crates.io-index" 4443 checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 4444 dependencies = [ 4445 - "socket2 0.5.7", 4446 "widestring", 4447 "windows-sys 0.48.0", 4448 "winreg", ··· 4450 4451 [[package]] 4452 name = "ipnet" 4453 - version = "2.10.1" 4454 source = "registry+https://github.com/rust-lang/crates.io-index" 4455 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 4456 4457 [[package]] 4458 name = "is-macro" 4459 - version = "0.3.6" 4460 source = "registry+https://github.com/rust-lang/crates.io-index" 4461 - checksum = "2069faacbe981460232f880d26bf3c7634e322d49053aa48c27e3ae642f728f1" 4462 dependencies = [ 4463 - "Inflector", 4464 "proc-macro2", 4465 "quote", 4466 - "syn 2.0.81", 4467 ] 4468 4469 [[package]] ··· 4509 ] 4510 4511 [[package]] 4512 name = "itoa" 4513 - version = "1.0.11" 4514 source = "registry+https://github.com/rust-lang/crates.io-index" 4515 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 4516 4517 [[package]] 4518 name = "jobserver" ··· 4525 4526 [[package]] 4527 name = "js-sys" 4528 - version = "0.3.69" 4529 source = "registry+https://github.com/rust-lang/crates.io-index" 4530 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 4531 dependencies = [ 4532 "wasm-bindgen", 4533 ] 4534 4535 [[package]] ··· 4547 ] 4548 4549 [[package]] 4550 name = "keyed_priority_queue" 4551 version = "0.4.2" 4552 source = "registry+https://github.com/rust-lang/crates.io-index" 4553 checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" 4554 dependencies = [ 4555 - "indexmap 2.6.0", 4556 ] 4557 4558 [[package]] 4559 name = "konst" 4560 version = "0.2.19" 4561 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4571 checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" 4572 4573 [[package]] 4574 - name = "kv-log-macro" 4575 - version = "1.0.7" 4576 source = "registry+https://github.com/rust-lang/crates.io-index" 4577 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 4578 dependencies = [ 4579 - "log", 4580 ] 4581 4582 [[package]] ··· 4584 version = "0.20.2" 4585 source = "registry+https://github.com/rust-lang/crates.io-index" 4586 checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" 4587 4588 [[package]] 4589 name = "lazy_static" ··· 4672 4673 [[package]] 4674 name = "libc" 4675 - version = "0.2.161" 4676 source = "registry+https://github.com/rust-lang/crates.io-index" 4677 - checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 4678 4679 [[package]] 4680 name = "libgit2-sys" ··· 4690 4691 [[package]] 4692 name = "libloading" 4693 - version = "0.8.5" 4694 source = "registry+https://github.com/rust-lang/crates.io-index" 4695 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 4696 dependencies = [ 4697 "cfg-if", 4698 "windows-targets 0.52.6", ··· 4700 4701 [[package]] 4702 name = "libm" 4703 - version = "0.2.8" 4704 source = "registry+https://github.com/rust-lang/crates.io-index" 4705 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 4706 4707 [[package]] 4708 name = "libredox" ··· 4710 source = "registry+https://github.com/rust-lang/crates.io-index" 4711 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 4712 dependencies = [ 4713 - "bitflags 2.6.0", 4714 "libc", 4715 - "redox_syscall 0.5.7", 4716 ] 4717 4718 [[package]] ··· 4739 4740 [[package]] 4741 name = "libz-sys" 4742 - version = "1.1.20" 4743 source = "registry+https://github.com/rust-lang/crates.io-index" 4744 - checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" 4745 dependencies = [ 4746 "cc", 4747 "libc", ··· 4757 4758 [[package]] 4759 name = "linux-raw-sys" 4760 - version = "0.4.14" 4761 source = "registry+https://github.com/rust-lang/crates.io-index" 4762 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 4763 4764 [[package]] 4765 name = "lock_api" ··· 4773 4774 [[package]] 4775 name = "log" 4776 - version = "0.4.22" 4777 source = "registry+https://github.com/rust-lang/crates.io-index" 4778 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 4779 - dependencies = [ 4780 - "value-bag", 4781 - ] 4782 4783 [[package]] 4784 name = "loki-api" 4785 - version = "0.1.2" 4786 source = "registry+https://github.com/rust-lang/crates.io-index" 4787 - checksum = "674883a98273598ac3aad4301724c56734bea90574c5033af067e8f9fb5eb399" 4788 dependencies = [ 4789 "prost", 4790 "prost-types", 4791 ] 4792 4793 [[package]] 4794 - name = "lru" 4795 - version = "0.12.5" 4796 source = "registry+https://github.com/rust-lang/crates.io-index" 4797 - checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 4798 dependencies = [ 4799 - "hashbrown 0.15.0", 4800 ] 4801 4802 [[package]] 4803 - name = "lru-cache" 4804 - version = "0.1.2" 4805 source = "registry+https://github.com/rust-lang/crates.io-index" 4806 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 4807 dependencies = [ 4808 - "linked-hash-map", 4809 ] 4810 4811 [[package]] ··· 4814 source = "registry+https://github.com/rust-lang/crates.io-index" 4815 checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 4816 dependencies = [ 4817 - "twox-hash", 4818 ] 4819 4820 [[package]] ··· 4850 source = "registry+https://github.com/rust-lang/crates.io-index" 4851 checksum = "6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053" 4852 dependencies = [ 4853 - "aes", 4854 "base64 0.21.7", 4855 "block-modes", 4856 "crc-any", ··· 4872 4873 [[package]] 4874 name = "mail-parser" 4875 - version = "0.9.4" 4876 source = "registry+https://github.com/rust-lang/crates.io-index" 4877 - checksum = "93c3b9e5d8b17faf573330bbc43b37d6e918c0a3bf8a88e7d0a220ebc84af9fc" 4878 dependencies = [ 4879 "encoding_rs", 4880 "serde", 4881 ] 4882 ··· 4889 "base64 0.22.1", 4890 "gethostname", 4891 "mail-builder", 4892 - "rustls 0.23.15", 4893 "rustls-pki-types", 4894 "smtp-proto", 4895 "tokio", 4896 - "tokio-rustls 0.26.0", 4897 - "webpki-roots 0.26.6", 4898 ] 4899 4900 [[package]] 4901 name = "malachite" 4902 - version = "0.4.16" 4903 source = "registry+https://github.com/rust-lang/crates.io-index" 4904 - checksum = "5616515d632967cd329b6f6db96be9a03ea0b3a49cdbc45b0016803dad8a77b7" 4905 dependencies = [ 4906 "malachite-base", 4907 "malachite-nz", ··· 4910 4911 [[package]] 4912 name = "malachite-base" 4913 - version = "0.4.16" 4914 source = "registry+https://github.com/rust-lang/crates.io-index" 4915 - checksum = "46059721011b0458b7bd6d9179be5d0b60294281c23320c207adceaecc54d13b" 4916 dependencies = [ 4917 "hashbrown 0.14.5", 4918 "itertools 0.11.0", ··· 4935 4936 [[package]] 4937 name = "malachite-nz" 4938 - version = "0.4.16" 4939 source = "registry+https://github.com/rust-lang/crates.io-index" 4940 - checksum = "1503b27e825cabd1c3d0ff1e95a39fb2ec9eab6fd3da6cfa41aec7091d273e78" 4941 dependencies = [ 4942 "itertools 0.11.0", 4943 "libm", ··· 4946 4947 [[package]] 4948 name = "malachite-q" 4949 - version = "0.4.16" 4950 source = "registry+https://github.com/rust-lang/crates.io-index" 4951 - checksum = "a475503a70a3679dbe3b9b230a23622516742528ba614a7b2490f180ea9cb514" 4952 dependencies = [ 4953 "itertools 0.11.0", 4954 "malachite-base", 4955 "malachite-nz", 4956 ] 4957 4958 [[package]] ··· 5010 ] 5011 5012 [[package]] 5013 name = "measure_time" 5014 version = "0.8.3" 5015 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5027 5028 [[package]] 5029 name = "memmap2" 5030 version = "0.9.5" 5031 source = "registry+https://github.com/rust-lang/crates.io-index" 5032 checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" ··· 5036 ] 5037 5038 [[package]] 5039 name = "memoffset" 5040 version = "0.9.1" 5041 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5045 ] 5046 5047 [[package]] 5048 name = "mime" 5049 version = "0.3.17" 5050 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5061 ] 5062 5063 [[package]] 5064 name = "minimal-lexical" 5065 version = "0.2.1" 5066 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5077 5078 [[package]] 5079 name = "miniz_oxide" 5080 - version = "0.8.0" 5081 source = "registry+https://github.com/rust-lang/crates.io-index" 5082 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 5083 dependencies = [ 5084 "adler2", 5085 ] 5086 5087 [[package]] ··· 5091 checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 5092 dependencies = [ 5093 "libc", 5094 "wasi 0.11.0+wasi-snapshot-preview1", 5095 "windows-sys 0.48.0", 5096 ] 5097 5098 [[package]] 5099 name = "monostate" 5100 - version = "0.1.13" 5101 source = "registry+https://github.com/rust-lang/crates.io-index" 5102 - checksum = "0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e" 5103 dependencies = [ 5104 "monostate-impl", 5105 "serde", ··· 5107 5108 [[package]] 5109 name = "monostate-impl" 5110 - version = "0.1.13" 5111 source = "registry+https://github.com/rust-lang/crates.io-index" 5112 - checksum = "a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0" 5113 dependencies = [ 5114 "proc-macro2", 5115 "quote", 5116 - "syn 2.0.81", 5117 ] 5118 5119 [[package]] ··· 5125 "bytes", 5126 "encoding_rs", 5127 "futures-util", 5128 - "http 1.1.0", 5129 "httparse", 5130 "memchr", 5131 "mime", ··· 5134 ] 5135 5136 [[package]] 5137 name = "murmurhash32" 5138 version = "0.3.1" 5139 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5141 5142 [[package]] 5143 name = "mysql-common-derive" 5144 - version = "0.31.1" 5145 source = "registry+https://github.com/rust-lang/crates.io-index" 5146 - checksum = "afe0450cc9344afff34915f8328600ab5ae19260802a334d0f72d2d5bdda3bfe" 5147 dependencies = [ 5148 "darling 0.20.10", 5149 - "heck 0.4.1", 5150 "num-bigint", 5151 "proc-macro-crate", 5152 - "proc-macro-error", 5153 "proc-macro2", 5154 "quote", 5155 - "syn 2.0.81", 5156 "termcolor", 5157 - "thiserror", 5158 ] 5159 5160 [[package]] 5161 name = "mysql_async" 5162 - version = "0.34.2" 5163 source = "registry+https://github.com/rust-lang/crates.io-index" 5164 - checksum = "a0b66e411c31265e879d9814d03721f2daa7ad07337b6308cb4bb0cde7e6fd47" 5165 dependencies = [ 5166 "bytes", 5167 "crossbeam", ··· 5173 "lru", 5174 "mysql_common", 5175 "native-tls", 5176 - "pem 3.0.4", 5177 "percent-encoding", 5178 "pin-project", 5179 "rand 0.8.5", 5180 "serde", 5181 "serde_json", 5182 - "socket2 0.5.7", 5183 - "thiserror", 5184 "tokio", 5185 "tokio-native-tls", 5186 "tokio-util", 5187 - "twox-hash", 5188 "url", 5189 ] 5190 5191 [[package]] 5192 name = "mysql_common" 5193 - version = "0.32.4" 5194 source = "registry+https://github.com/rust-lang/crates.io-index" 5195 - checksum = "478b0ff3f7d67b79da2b96f56f334431aef65e15ba4b29dd74a4236e29582bdc" 5196 dependencies = [ 5197 - "base64 0.21.7", 5198 - "bigdecimal", 5199 - "bindgen 0.70.1", 5200 - "bitflags 2.6.0", 5201 - "bitvec", 5202 "btoi", 5203 "byteorder", 5204 "bytes", ··· 5206 "cmake", 5207 "crc32fast", 5208 "flate2", 5209 - "frunk", 5210 "lazy_static", 5211 "mysql-common-derive", 5212 "num-bigint", ··· 5219 "serde_json", 5220 "sha1", 5221 "sha2 0.10.8", 5222 - "smallvec", 5223 "subprocess", 5224 - "thiserror", 5225 - "time", 5226 - "uuid 1.11.0", 5227 - "zstd 0.13.2", 5228 ] 5229 5230 [[package]] 5231 name = "native-tls" 5232 - version = "0.2.12" 5233 source = "registry+https://github.com/rust-lang/crates.io-index" 5234 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 5235 dependencies = [ 5236 "libc", 5237 "log", ··· 5239 "openssl-probe", 5240 "openssl-sys", 5241 "schannel", 5242 - "security-framework", 5243 "security-framework-sys", 5244 "tempfile", 5245 ] 5246 5247 [[package]] 5248 name = "new_debug_unreachable" 5249 version = "1.0.6" 5250 source = "registry+https://github.com/rust-lang/crates.io-index" 5251 checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 5252 5253 [[package]] 5254 name = "nix" 5255 version = "0.27.1" 5256 source = "registry+https://github.com/rust-lang/crates.io-index" 5257 checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 5258 dependencies = [ 5259 - "bitflags 2.6.0", 5260 "cfg-if", 5261 "libc", 5262 ] 5263 5264 [[package]] 5265 name = "nom" 5266 version = "7.1.3" 5267 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5272 ] 5273 5274 [[package]] 5275 name = "nu-ansi-term" 5276 version = "0.46.0" 5277 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5282 ] 5283 5284 [[package]] 5285 name = "num" 5286 version = "0.4.3" 5287 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5320 "num-iter", 5321 "num-traits", 5322 "rand 0.8.5", 5323 "smallvec", 5324 "zeroize", 5325 ] ··· 5387 source = "registry+https://github.com/rust-lang/crates.io-index" 5388 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 5389 dependencies = [ 5390 - "hermit-abi 0.3.9", 5391 "libc", 5392 ] 5393 5394 [[package]] 5395 name = "number_prefix" 5396 version = "0.4.0" 5397 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5399 5400 [[package]] 5401 name = "oauth2" 5402 - version = "4.4.2" 5403 source = "registry+https://github.com/rust-lang/crates.io-index" 5404 - checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f" 5405 dependencies = [ 5406 - "base64 0.13.1", 5407 "chrono", 5408 "getrandom 0.2.15", 5409 - "http 0.2.12", 5410 "rand 0.8.5", 5411 - "reqwest 0.11.27", 5412 "serde", 5413 "serde_json", 5414 "serde_path_to_error", 5415 "sha2 0.10.8", 5416 - "thiserror", 5417 "url", 5418 ] 5419 5420 [[package]] 5421 name = "object" 5422 - version = "0.36.5" 5423 source = "registry+https://github.com/rust-lang/crates.io-index" 5424 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 5425 dependencies = [ 5426 "memchr", 5427 ] ··· 5438 "chrono", 5439 "futures", 5440 "humantime", 5441 - "hyper 1.5.0", 5442 "itertools 0.13.0", 5443 "md-5 0.10.6", 5444 "parking_lot", 5445 "percent-encoding", 5446 "quick-xml 0.36.2", 5447 "rand 0.8.5", 5448 - "reqwest 0.12.8", 5449 - "ring 0.17.8", 5450 "serde", 5451 "serde_json", 5452 "snafu", ··· 5457 ] 5458 5459 [[package]] 5460 name = "once_cell" 5461 - version = "1.20.2" 5462 source = "registry+https://github.com/rust-lang/crates.io-index" 5463 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 5464 5465 [[package]] 5466 name = "oneshot" 5467 - version = "0.1.8" 5468 source = "registry+https://github.com/rust-lang/crates.io-index" 5469 - checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29" 5470 5471 [[package]] 5472 name = "onig" ··· 5509 5510 [[package]] 5511 name = "openidconnect" 5512 - version = "3.5.0" 5513 source = "registry+https://github.com/rust-lang/crates.io-index" 5514 - checksum = "f47e80a9cfae4462dd29c41e987edd228971d6565553fbc14b8a11e666d91590" 5515 dependencies = [ 5516 - "base64 0.13.1", 5517 "chrono", 5518 "dyn-clone", 5519 "ed25519-dalek", 5520 "hmac", 5521 - "http 0.2.12", 5522 "itertools 0.10.5", 5523 "log", 5524 "oauth2", 5525 "p256", 5526 "p384", 5527 "rand 0.8.5", 5528 - "rsa 0.9.6", 5529 "serde", 5530 "serde-value", 5531 - "serde_derive", 5532 "serde_json", 5533 "serde_path_to_error", 5534 "serde_plain", 5535 "serde_with", 5536 "sha2 0.10.8", 5537 "subtle", 5538 - "thiserror", 5539 "url", 5540 ] 5541 5542 [[package]] 5543 name = "openssl" 5544 - version = "0.10.68" 5545 source = "registry+https://github.com/rust-lang/crates.io-index" 5546 - checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 5547 dependencies = [ 5548 - "bitflags 2.6.0", 5549 "cfg-if", 5550 - "foreign-types", 5551 "libc", 5552 "once_cell", 5553 "openssl-macros", ··· 5562 dependencies = [ 5563 "proc-macro2", 5564 "quote", 5565 - "syn 2.0.81", 5566 ] 5567 5568 [[package]] 5569 name = "openssl-probe" 5570 - version = "0.1.5" 5571 source = "registry+https://github.com/rust-lang/crates.io-index" 5572 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 5573 5574 [[package]] 5575 name = "openssl-sys" 5576 - version = "0.9.104" 5577 source = "registry+https://github.com/rust-lang/crates.io-index" 5578 - checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 5579 dependencies = [ 5580 "cc", 5581 "libc", 5582 "pkg-config", 5583 "vcpkg", 5584 ] 5585 5586 [[package]] 5587 name = "option-ext" 5588 version = "0.2.0" 5589 source = "registry+https://github.com/rust-lang/crates.io-index" 5590 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 5591 5592 [[package]] 5593 name = "ordered-float" 5594 version = "2.10.1" 5595 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5599 ] 5600 5601 [[package]] 5602 name = "outref" 5603 version = "0.1.0" 5604 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5606 5607 [[package]] 5608 name = "outref" 5609 - version = "0.5.1" 5610 source = "registry+https://github.com/rust-lang/crates.io-index" 5611 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 5612 5613 [[package]] 5614 name = "overload" ··· 5626 ] 5627 5628 [[package]] 5629 name = "p256" 5630 version = "0.13.2" 5631 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5639 5640 [[package]] 5641 name = "p384" 5642 - version = "0.13.0" 5643 source = "registry+https://github.com/rust-lang/crates.io-index" 5644 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 5645 dependencies = [ 5646 "ecdsa", 5647 "elliptic-curve", 5648 "primeorder", 5649 "sha2 0.10.8", 5650 ] 5651 ··· 5673 dependencies = [ 5674 "cfg-if", 5675 "libc", 5676 - "redox_syscall 0.5.7", 5677 "smallvec", 5678 "windows-targets 0.52.6", 5679 ] ··· 5709 "snap", 5710 "thrift", 5711 "tokio", 5712 - "twox-hash", 5713 - "zstd 0.13.2", 5714 "zstd-sys", 5715 ] 5716 ··· 5741 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 5742 5743 [[package]] 5744 name = "pathdiff" 5745 - version = "0.2.2" 5746 source = "registry+https://github.com/rust-lang/crates.io-index" 5747 - checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" 5748 5749 [[package]] 5750 name = "pem" ··· 5757 5758 [[package]] 5759 name = "pem" 5760 - version = "3.0.4" 5761 source = "registry+https://github.com/rust-lang/crates.io-index" 5762 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 5763 dependencies = [ 5764 "base64 0.22.1", 5765 "serde", ··· 5767 5768 [[package]] 5769 name = "pem-rfc7468" 5770 - version = "0.6.0" 5771 - source = "registry+https://github.com/rust-lang/crates.io-index" 5772 - checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" 5773 - dependencies = [ 5774 - "base64ct", 5775 - ] 5776 - 5777 - [[package]] 5778 - name = "pem-rfc7468" 5779 version = "0.7.0" 5780 source = "registry+https://github.com/rust-lang/crates.io-index" 5781 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" ··· 5795 source = "registry+https://github.com/rust-lang/crates.io-index" 5796 checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 5797 dependencies = [ 5798 - "fixedbitset", 5799 - "indexmap 2.6.0", 5800 ] 5801 5802 [[package]] 5803 name = "phf" 5804 - version = "0.11.2" 5805 source = "registry+https://github.com/rust-lang/crates.io-index" 5806 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 5807 dependencies = [ 5808 "phf_macros", 5809 "phf_shared", ··· 5811 5812 [[package]] 5813 name = "phf_codegen" 5814 - version = "0.11.2" 5815 source = "registry+https://github.com/rust-lang/crates.io-index" 5816 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 5817 dependencies = [ 5818 "phf_generator", 5819 "phf_shared", ··· 5821 5822 [[package]] 5823 name = "phf_generator" 5824 - version = "0.11.2" 5825 source = "registry+https://github.com/rust-lang/crates.io-index" 5826 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 5827 dependencies = [ 5828 "phf_shared", 5829 "rand 0.8.5", ··· 5831 5832 [[package]] 5833 name = "phf_macros" 5834 - version = "0.11.2" 5835 source = "registry+https://github.com/rust-lang/crates.io-index" 5836 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 5837 dependencies = [ 5838 "phf_generator", 5839 "phf_shared", 5840 "proc-macro2", 5841 "quote", 5842 - "syn 2.0.81", 5843 ] 5844 5845 [[package]] 5846 name = "phf_shared" 5847 - version = "0.11.2" 5848 source = "registry+https://github.com/rust-lang/crates.io-index" 5849 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 5850 dependencies = [ 5851 - "siphasher", 5852 ] 5853 5854 [[package]] ··· 5865 5866 [[package]] 5867 name = "pin-project" 5868 - version = "1.1.6" 5869 source = "registry+https://github.com/rust-lang/crates.io-index" 5870 - checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 5871 dependencies = [ 5872 "pin-project-internal", 5873 ] 5874 5875 [[package]] 5876 name = "pin-project-internal" 5877 - version = "1.1.6" 5878 source = "registry+https://github.com/rust-lang/crates.io-index" 5879 - checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 5880 dependencies = [ 5881 "proc-macro2", 5882 "quote", 5883 - "syn 2.0.81", 5884 ] 5885 5886 [[package]] 5887 name = "pin-project-lite" 5888 - version = "0.2.14" 5889 source = "registry+https://github.com/rust-lang/crates.io-index" 5890 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 5891 5892 [[package]] 5893 name = "pin-utils" ··· 5896 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 5897 5898 [[package]] 5899 - name = "piper" 5900 - version = "0.2.4" 5901 - source = "registry+https://github.com/rust-lang/crates.io-index" 5902 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 5903 - dependencies = [ 5904 - "atomic-waker", 5905 - "fastrand 2.1.1", 5906 - "futures-io", 5907 - ] 5908 - 5909 - [[package]] 5910 - name = "pkcs1" 5911 - version = "0.4.1" 5912 - source = "registry+https://github.com/rust-lang/crates.io-index" 5913 - checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719" 5914 - dependencies = [ 5915 - "der 0.6.1", 5916 - "pkcs8 0.9.0", 5917 - "spki 0.6.0", 5918 - "zeroize", 5919 - ] 5920 - 5921 - [[package]] 5922 name = "pkcs1" 5923 version = "0.7.5" 5924 source = "registry+https://github.com/rust-lang/crates.io-index" 5925 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 5926 dependencies = [ 5927 - "der 0.7.9", 5928 - "pkcs8 0.10.2", 5929 - "spki 0.7.3", 5930 ] 5931 5932 [[package]] 5933 - name = "pkcs8" 5934 - version = "0.9.0" 5935 source = "registry+https://github.com/rust-lang/crates.io-index" 5936 - checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 5937 dependencies = [ 5938 - "der 0.6.1", 5939 - "spki 0.6.0", 5940 ] 5941 5942 [[package]] ··· 5945 source = "registry+https://github.com/rust-lang/crates.io-index" 5946 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 5947 dependencies = [ 5948 - "der 0.7.9", 5949 - "spki 0.7.3", 5950 ] 5951 5952 [[package]] 5953 name = "pkg-config" 5954 - version = "0.3.31" 5955 source = "registry+https://github.com/rust-lang/crates.io-index" 5956 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 5957 5958 [[package]] 5959 - name = "polling" 5960 - version = "3.7.3" 5961 source = "registry+https://github.com/rust-lang/crates.io-index" 5962 - checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 5963 dependencies = [ 5964 "cfg-if", 5965 - "concurrent-queue", 5966 - "hermit-abi 0.4.0", 5967 - "pin-project-lite", 5968 - "rustix", 5969 - "tracing", 5970 - "windows-sys 0.59.0", 5971 ] 5972 5973 [[package]] 5974 name = "portable-atomic" 5975 - version = "1.9.0" 5976 source = "registry+https://github.com/rust-lang/crates.io-index" 5977 - checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 5978 5979 [[package]] 5980 name = "postgres-native-tls" 5981 version = "0.5.0" 5982 source = "registry+https://github.com/rust-lang/crates.io-index" 5983 - checksum = "2d442770e2b1e244bb5eb03b31c79b65bb2568f413b899eaba850fa945a65954" 5984 dependencies = [ 5985 - "futures", 5986 "native-tls", 5987 "tokio", 5988 "tokio-native-tls", 5989 - "tokio-postgres", 5990 ] 5991 5992 [[package]] 5993 name = "postgres-protocol" 5994 version = "0.6.7" 5995 - source = "registry+https://github.com/rust-lang/crates.io-index" 5996 - checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23" 5997 dependencies = [ 5998 "base64 0.22.1", 5999 "byteorder", 6000 "bytes", 6001 - "fallible-iterator", 6002 "hmac", 6003 "md-5 0.10.6", 6004 "memchr", ··· 6008 ] 6009 6010 [[package]] 6011 name = "postgres-types" 6012 - version = "0.2.8" 6013 source = "registry+https://github.com/rust-lang/crates.io-index" 6014 - checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" 6015 dependencies = [ 6016 "array-init", 6017 "bit-vec", 6018 "bytes", 6019 "chrono", 6020 - "fallible-iterator", 6021 - "postgres-protocol", 6022 "serde", 6023 "serde_json", 6024 - "uuid 1.11.0", 6025 ] 6026 6027 [[package]] ··· 6036 source = "registry+https://github.com/rust-lang/crates.io-index" 6037 checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 6038 dependencies = [ 6039 - "zerocopy", 6040 ] 6041 6042 [[package]] ··· 6057 6058 [[package]] 6059 name = "prettyplease" 6060 - version = "0.2.24" 6061 source = "registry+https://github.com/rust-lang/crates.io-index" 6062 - checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d" 6063 dependencies = [ 6064 "proc-macro2", 6065 - "syn 2.0.81", 6066 ] 6067 6068 [[package]] ··· 6080 source = "registry+https://github.com/rust-lang/crates.io-index" 6081 checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 6082 dependencies = [ 6083 - "toml_edit 0.22.22", 6084 ] 6085 6086 [[package]] ··· 6108 ] 6109 6110 [[package]] 6111 name = "proc-macro-rules" 6112 version = "0.4.0" 6113 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6115 dependencies = [ 6116 "proc-macro-rules-macros", 6117 "proc-macro2", 6118 - "syn 2.0.81", 6119 ] 6120 6121 [[package]] ··· 6127 "once_cell", 6128 "proc-macro2", 6129 "quote", 6130 - "syn 2.0.81", 6131 ] 6132 6133 [[package]] 6134 name = "proc-macro2" 6135 - version = "1.0.88" 6136 source = "registry+https://github.com/rust-lang/crates.io-index" 6137 - checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" 6138 dependencies = [ 6139 "unicode-ident", 6140 ] 6141 6142 [[package]] 6143 name = "progenitor" 6144 version = "0.3.0" 6145 source = "git+https://github.com/oxidecomputer/progenitor?rev=3d96016ae8d422e90513b2d34fb5b63eeab30b01#3d96016ae8d422e90513b2d34fb5b63eeab30b01" ··· 6188 "schemars", 6189 "serde", 6190 "serde_json", 6191 - "syn 2.0.81", 6192 - "thiserror", 6193 "typify", 6194 "unicode-ident", 6195 ] ··· 6208 "serde_json", 6209 "serde_tokenstream", 6210 "serde_yaml", 6211 - "syn 2.0.81", 6212 ] 6213 6214 [[package]] ··· 6228 "lazy_static", 6229 "memchr", 6230 "parking_lot", 6231 - "thiserror", 6232 ] 6233 6234 [[package]] 6235 name = "prost" 6236 - version = "0.12.6" 6237 source = "registry+https://github.com/rust-lang/crates.io-index" 6238 - checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 6239 dependencies = [ 6240 "bytes", 6241 "prost-derive", 6242 ] 6243 6244 [[package]] 6245 name = "prost-derive" 6246 - version = "0.12.6" 6247 source = "registry+https://github.com/rust-lang/crates.io-index" 6248 - checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 6249 dependencies = [ 6250 "anyhow", 6251 - "itertools 0.12.1", 6252 "proc-macro2", 6253 "quote", 6254 - "syn 2.0.81", 6255 ] 6256 6257 [[package]] 6258 name = "prost-types" 6259 - version = "0.12.6" 6260 source = "registry+https://github.com/rust-lang/crates.io-index" 6261 - checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 6262 dependencies = [ 6263 "prost", 6264 ] 6265 6266 [[package]] 6267 name = "psm" 6268 - version = "0.1.23" 6269 source = "registry+https://github.com/rust-lang/crates.io-index" 6270 - checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" 6271 dependencies = [ 6272 "cc", 6273 ] ··· 6298 source = "registry+https://github.com/rust-lang/crates.io-index" 6299 checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 6300 dependencies = [ 6301 - "bitflags 2.6.0", 6302 "getopts", 6303 "memchr", 6304 "unicase", ··· 6344 6345 [[package]] 6346 name = "quick_cache" 6347 - version = "0.6.9" 6348 source = "registry+https://github.com/rust-lang/crates.io-index" 6349 - checksum = "7d7c94f8935a9df96bb6380e8592c70edf497a643f94bd23b2f76b399385dbf4" 6350 dependencies = [ 6351 "ahash 0.8.11", 6352 "equivalent", 6353 - "hashbrown 0.14.5", 6354 "parking_lot", 6355 ] 6356 6357 [[package]] 6358 name = "quinn" 6359 - version = "0.11.5" 6360 source = "registry+https://github.com/rust-lang/crates.io-index" 6361 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 6362 dependencies = [ 6363 "bytes", 6364 "pin-project-lite", 6365 "quinn-proto", 6366 "quinn-udp", 6367 - "rustc-hash 2.0.0", 6368 - "rustls 0.23.15", 6369 - "socket2 0.5.7", 6370 - "thiserror", 6371 "tokio", 6372 "tracing", 6373 ] 6374 6375 [[package]] 6376 name = "quinn-proto" 6377 - version = "0.11.8" 6378 source = "registry+https://github.com/rust-lang/crates.io-index" 6379 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 6380 dependencies = [ 6381 "bytes", 6382 "rand 0.8.5", 6383 - "ring 0.17.8", 6384 - "rustc-hash 2.0.0", 6385 - "rustls 0.23.15", 6386 "slab", 6387 - "thiserror", 6388 "tinyvec", 6389 "tracing", 6390 ] 6391 6392 [[package]] 6393 name = "quinn-udp" 6394 - version = "0.5.5" 6395 source = "registry+https://github.com/rust-lang/crates.io-index" 6396 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 6397 dependencies = [ 6398 "libc", 6399 "once_cell", 6400 - "socket2 0.5.7", 6401 "tracing", 6402 "windows-sys 0.59.0", 6403 ] 6404 6405 [[package]] 6406 name = "quote" 6407 - version = "1.0.37" 6408 source = "registry+https://github.com/rust-lang/crates.io-index" 6409 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 6410 dependencies = [ 6411 "proc-macro2", 6412 ] ··· 6418 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 6419 6420 [[package]] 6421 - name = "radix_fmt" 6422 - version = "1.0.0" 6423 source = "registry+https://github.com/rust-lang/crates.io-index" 6424 - checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" 6425 6426 [[package]] 6427 name = "rand" ··· 6448 ] 6449 6450 [[package]] 6451 name = "rand_chacha" 6452 version = "0.2.2" 6453 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6468 ] 6469 6470 [[package]] 6471 name = "rand_core" 6472 version = "0.5.1" 6473 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6486 ] 6487 6488 [[package]] 6489 name = "rand_distr" 6490 version = "0.4.3" 6491 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6503 dependencies = [ 6504 "rand_core 0.5.1", 6505 ] 6506 6507 [[package]] 6508 name = "raw-cpuid" ··· 6512 dependencies = [ 6513 "bitflags 1.3.2", 6514 ] 6515 6516 [[package]] 6517 name = "rayon" ··· 6545 ] 6546 6547 [[package]] 6548 - name = "reborrow" 6549 - version = "0.5.5" 6550 source = "registry+https://github.com/rust-lang/crates.io-index" 6551 - checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" 6552 6553 [[package]] 6554 - name = "redis" 6555 - version = "0.23.3" 6556 source = "registry+https://github.com/rust-lang/crates.io-index" 6557 - checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" 6558 dependencies = [ 6559 - "async-std", 6560 - "async-trait", 6561 - "bytes", 6562 - "combine", 6563 - "futures-util", 6564 - "itoa", 6565 - "percent-encoding", 6566 - "pin-project-lite", 6567 - "ryu", 6568 - "sha1_smol", 6569 - "socket2 0.4.10", 6570 - "tokio", 6571 - "tokio-util", 6572 - "url", 6573 ] 6574 6575 [[package]] 6576 name = "redox_syscall" 6577 version = "0.3.5" 6578 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6583 6584 [[package]] 6585 name = "redox_syscall" 6586 - version = "0.5.7" 6587 source = "registry+https://github.com/rust-lang/crates.io-index" 6588 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 6589 dependencies = [ 6590 - "bitflags 2.6.0", 6591 ] 6592 6593 [[package]] ··· 6598 dependencies = [ 6599 "getrandom 0.2.15", 6600 "libredox", 6601 - "thiserror", 6602 ] 6603 6604 [[package]] 6605 name = "regex" 6606 - version = "1.11.0" 6607 source = "registry+https://github.com/rust-lang/crates.io-index" 6608 - checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 6609 dependencies = [ 6610 "aho-corasick", 6611 "memchr", 6612 - "regex-automata 0.4.8", 6613 "regex-syntax 0.8.5", 6614 ] 6615 ··· 6624 6625 [[package]] 6626 name = "regex-automata" 6627 - version = "0.4.8" 6628 source = "registry+https://github.com/rust-lang/crates.io-index" 6629 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 6630 dependencies = [ 6631 "aho-corasick", 6632 "memchr", ··· 6690 "h2 0.3.26", 6691 "http 0.2.12", 6692 "http-body 0.4.6", 6693 - "hyper 0.14.31", 6694 - "hyper-rustls 0.24.2", 6695 "hyper-tls 0.5.0", 6696 "ipnet", 6697 "js-sys", ··· 6701 "once_cell", 6702 "percent-encoding", 6703 "pin-project-lite", 6704 - "rustls 0.21.12", 6705 "rustls-pemfile 1.0.4", 6706 "serde", 6707 "serde_json", ··· 6710 "system-configuration 0.5.1", 6711 "tokio", 6712 "tokio-native-tls", 6713 - "tokio-rustls 0.24.1", 6714 "tokio-util", 6715 "tower-service", 6716 "url", ··· 6718 "wasm-bindgen-futures", 6719 "wasm-streams", 6720 "web-sys", 6721 - "webpki-roots 0.25.4", 6722 "winreg", 6723 ] 6724 6725 [[package]] 6726 name = "reqwest" 6727 - version = "0.12.8" 6728 source = "registry+https://github.com/rust-lang/crates.io-index" 6729 - checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 6730 dependencies = [ 6731 - "async-compression 0.4.16", 6732 "base64 0.22.1", 6733 "bytes", 6734 "encoding_rs", 6735 "futures-core", 6736 "futures-util", 6737 - "h2 0.4.6", 6738 - "http 1.1.0", 6739 "http-body 1.0.1", 6740 "http-body-util", 6741 - "hyper 1.5.0", 6742 - "hyper-rustls 0.27.3", 6743 "hyper-tls 0.6.0", 6744 "hyper-util", 6745 "ipnet", ··· 6751 "percent-encoding", 6752 "pin-project-lite", 6753 "quinn", 6754 - "rustls 0.23.15", 6755 - "rustls-native-certs 0.8.0", 6756 "rustls-pemfile 2.2.0", 6757 "rustls-pki-types", 6758 "serde", 6759 "serde_json", 6760 "serde_urlencoded", 6761 - "sync_wrapper 1.0.1", 6762 "system-configuration 0.6.1", 6763 "tokio", 6764 "tokio-native-tls", 6765 - "tokio-rustls 0.26.0", 6766 "tokio-util", 6767 "tower-service", 6768 "url", 6769 "wasm-bindgen", 6770 "wasm-bindgen-futures", 6771 "wasm-streams", 6772 "web-sys", 6773 "windows-registry", 6774 ] 6775 ··· 6816 6817 [[package]] 6818 name = "ring" 6819 - version = "0.17.8" 6820 source = "registry+https://github.com/rust-lang/crates.io-index" 6821 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 6822 dependencies = [ 6823 "cc", 6824 "cfg-if", 6825 "getrandom 0.2.15", 6826 "libc", 6827 - "spin 0.9.8", 6828 "untrusted 0.9.0", 6829 "windows-sys 0.52.0", 6830 ] 6831 6832 [[package]] 6833 name = "rkyv" 6834 version = "0.7.45" 6835 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6844 "rkyv_derive", 6845 "seahash", 6846 "tinyvec", 6847 - "uuid 1.11.0", 6848 ] 6849 6850 [[package]] ··· 6859 ] 6860 6861 [[package]] 6862 - name = "rsa" 6863 - version = "0.7.2" 6864 source = "registry+https://github.com/rust-lang/crates.io-index" 6865 - checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c" 6866 dependencies = [ 6867 - "byteorder", 6868 - "digest 0.10.7", 6869 - "num-bigint-dig", 6870 - "num-integer", 6871 - "num-iter", 6872 - "num-traits", 6873 - "pkcs1 0.4.1", 6874 - "pkcs8 0.9.0", 6875 - "rand_core 0.6.4", 6876 - "signature 1.6.4", 6877 - "smallvec", 6878 - "subtle", 6879 - "zeroize", 6880 ] 6881 6882 [[package]] 6883 name = "rsa" 6884 - version = "0.9.6" 6885 source = "registry+https://github.com/rust-lang/crates.io-index" 6886 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 6887 dependencies = [ 6888 "const-oid", 6889 "digest 0.10.7", 6890 "num-bigint-dig", 6891 "num-integer", 6892 "num-traits", 6893 - "pkcs1 0.7.5", 6894 - "pkcs8 0.10.2", 6895 "rand_core 0.6.4", 6896 - "signature 2.2.0", 6897 - "spki 0.7.3", 6898 "subtle", 6899 "zeroize", 6900 ] 6901 6902 [[package]] 6903 - name = "rsmq_async" 6904 - version = "5.2.1" 6905 source = "registry+https://github.com/rust-lang/crates.io-index" 6906 - checksum = "3b21409a26e25b1946ce3ab9903a2710fbae8727a05c17f79d165908592743cb" 6907 dependencies = [ 6908 - "async-trait", 6909 - "bb8", 6910 - "lazy_static", 6911 - "radix_fmt", 6912 - "rand 0.8.5", 6913 - "redis", 6914 - "thiserror", 6915 ] 6916 6917 [[package]] ··· 6934 "proc-macro2", 6935 "quote", 6936 "rust-embed-utils", 6937 - "syn 2.0.81", 6938 "walkdir", 6939 ] 6940 ··· 6968 "borsh", 6969 "bytes", 6970 "num-traits", 6971 - "postgres-types", 6972 "rand 0.8.5", 6973 "rkyv", 6974 "serde", ··· 6989 6990 [[package]] 6991 name = "rustc-hash" 6992 - version = "2.0.0" 6993 source = "registry+https://github.com/rust-lang/crates.io-index" 6994 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 6995 6996 [[package]] 6997 name = "rustc_version" ··· 7008 source = "registry+https://github.com/rust-lang/crates.io-index" 7009 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 7010 dependencies = [ 7011 - "semver 1.0.23", 7012 ] 7013 7014 [[package]] ··· 7019 dependencies = [ 7020 "serde", 7021 "tempfile", 7022 - "thiserror", 7023 - "toml 0.8.19", 7024 "toolchain_find", 7025 ] 7026 7027 [[package]] 7028 name = "rustix" 7029 - version = "0.38.37" 7030 source = "registry+https://github.com/rust-lang/crates.io-index" 7031 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 7032 dependencies = [ 7033 - "bitflags 2.6.0", 7034 "errno", 7035 "libc", 7036 "linux-raw-sys", 7037 - "windows-sys 0.52.0", 7038 ] 7039 7040 [[package]] ··· 7044 checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 7045 dependencies = [ 7046 "log", 7047 - "ring 0.17.8", 7048 "rustls-webpki 0.101.7", 7049 "sct", 7050 ] 7051 7052 [[package]] 7053 name = "rustls" 7054 - version = "0.23.15" 7055 source = "registry+https://github.com/rust-lang/crates.io-index" 7056 - checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" 7057 dependencies = [ 7058 "log", 7059 "once_cell", 7060 - "ring 0.17.8", 7061 "rustls-pki-types", 7062 "rustls-webpki 0.102.8", 7063 "subtle", ··· 7073 "openssl-probe", 7074 "rustls-pemfile 1.0.4", 7075 "schannel", 7076 - "security-framework", 7077 ] 7078 7079 [[package]] ··· 7086 "rustls-pemfile 2.2.0", 7087 "rustls-pki-types", 7088 "schannel", 7089 - "security-framework", 7090 ] 7091 7092 [[package]] 7093 name = "rustls-native-certs" 7094 - version = "0.8.0" 7095 source = "registry+https://github.com/rust-lang/crates.io-index" 7096 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 7097 dependencies = [ 7098 "openssl-probe", 7099 - "rustls-pemfile 2.2.0", 7100 "rustls-pki-types", 7101 "schannel", 7102 - "security-framework", 7103 ] 7104 7105 [[package]] ··· 7122 7123 [[package]] 7124 name = "rustls-pki-types" 7125 - version = "1.10.0" 7126 source = "registry+https://github.com/rust-lang/crates.io-index" 7127 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 7128 7129 [[package]] 7130 name = "rustls-tokio-stream" ··· 7133 checksum = "22557157d7395bc30727745b365d923f1ecc230c4c80b176545f3f4f08c46e33" 7134 dependencies = [ 7135 "futures", 7136 - "rustls 0.23.15", 7137 - "socket2 0.5.7", 7138 "tokio", 7139 ] 7140 ··· 7144 source = "registry+https://github.com/rust-lang/crates.io-index" 7145 checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 7146 dependencies = [ 7147 - "ring 0.17.8", 7148 "untrusted 0.9.0", 7149 ] 7150 ··· 7154 source = "registry+https://github.com/rust-lang/crates.io-index" 7155 checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 7156 dependencies = [ 7157 - "ring 0.17.8", 7158 "rustls-pki-types", 7159 "untrusted 0.9.0", 7160 ] 7161 7162 [[package]] 7163 name = "rustpython-ast" 7164 - version = "0.3.1" 7165 - source = "git+https://github.com/RustPython/Parser?rev=9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57#9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57" 7166 dependencies = [ 7167 "is-macro", 7168 "malachite-bigint", ··· 7172 7173 [[package]] 7174 name = "rustpython-parser" 7175 - version = "0.3.1" 7176 - source = "git+https://github.com/RustPython/Parser?rev=9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57#9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57" 7177 dependencies = [ 7178 "anyhow", 7179 "is-macro", ··· 7195 7196 [[package]] 7197 name = "rustpython-parser-core" 7198 - version = "0.3.1" 7199 - source = "git+https://github.com/RustPython/Parser?rev=9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57#9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57" 7200 dependencies = [ 7201 "is-macro", 7202 "memchr", ··· 7205 7206 [[package]] 7207 name = "rustpython-parser-vendored" 7208 - version = "0.3.1" 7209 - source = "git+https://github.com/RustPython/Parser?rev=9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57#9ce55aefdeb35e2f706ce0b02d5a2dfe6295fc57" 7210 dependencies = [ 7211 "memchr", 7212 "once_cell", ··· 7214 7215 [[package]] 7216 name = "rustversion" 7217 - version = "1.0.18" 7218 source = "registry+https://github.com/rust-lang/crates.io-index" 7219 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 7220 7221 [[package]] 7222 name = "ryu" 7223 - version = "1.0.18" 7224 source = "registry+https://github.com/rust-lang/crates.io-index" 7225 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 7226 7227 [[package]] 7228 name = "ryu-js" 7229 - version = "1.0.1" 7230 source = "registry+https://github.com/rust-lang/crates.io-index" 7231 - checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" 7232 7233 [[package]] 7234 name = "safetensors" ··· 7241 ] 7242 7243 [[package]] 7244 name = "samael" 7245 version = "0.0.14" 7246 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7262 "quick-xml 0.30.0", 7263 "rand 0.8.5", 7264 "serde", 7265 - "thiserror", 7266 "url", 7267 - "uuid 1.11.0", 7268 ] 7269 7270 [[package]] ··· 7284 7285 [[package]] 7286 name = "schannel" 7287 - version = "0.1.26" 7288 source = "registry+https://github.com/rust-lang/crates.io-index" 7289 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 7290 dependencies = [ 7291 "windows-sys 0.59.0", 7292 ] 7293 7294 [[package]] 7295 name = "schemars" 7296 - version = "0.8.21" 7297 source = "registry+https://github.com/rust-lang/crates.io-index" 7298 - checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" 7299 dependencies = [ 7300 "chrono", 7301 "dyn-clone", 7302 "schemars_derive", 7303 "serde", 7304 "serde_json", 7305 - "uuid 1.11.0", 7306 ] 7307 7308 [[package]] 7309 name = "schemars_derive" 7310 - version = "0.8.21" 7311 source = "registry+https://github.com/rust-lang/crates.io-index" 7312 - checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" 7313 dependencies = [ 7314 "proc-macro2", 7315 "quote", 7316 "serde_derive_internals", 7317 - "syn 2.0.81", 7318 ] 7319 7320 [[package]] ··· 7330 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 7331 7332 [[package]] 7333 name = "sct" 7334 version = "0.7.1" 7335 source = "registry+https://github.com/rust-lang/crates.io-index" 7336 checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 7337 dependencies = [ 7338 - "ring 0.17.8", 7339 "untrusted 0.9.0", 7340 ] 7341 ··· 7352 checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 7353 dependencies = [ 7354 "base16ct", 7355 - "der 0.7.9", 7356 "generic-array", 7357 - "pkcs8 0.10.2", 7358 "subtle", 7359 "zeroize", 7360 ] ··· 7365 source = "registry+https://github.com/rust-lang/crates.io-index" 7366 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 7367 dependencies = [ 7368 - "bitflags 2.6.0", 7369 - "core-foundation", 7370 "core-foundation-sys", 7371 "libc", 7372 "security-framework-sys", ··· 7374 7375 [[package]] 7376 name = "security-framework-sys" 7377 - version = "2.12.0" 7378 source = "registry+https://github.com/rust-lang/crates.io-index" 7379 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 7380 dependencies = [ 7381 "core-foundation-sys", 7382 "libc", ··· 7393 7394 [[package]] 7395 name = "semver" 7396 - version = "1.0.23" 7397 source = "registry+https://github.com/rust-lang/crates.io-index" 7398 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 7399 dependencies = [ 7400 "serde", 7401 ] ··· 7414 7415 [[package]] 7416 name = "serde" 7417 - version = "1.0.210" 7418 source = "registry+https://github.com/rust-lang/crates.io-index" 7419 - checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 7420 dependencies = [ 7421 "serde_derive", 7422 ] 7423 7424 [[package]] 7425 name = "serde-aux" 7426 - version = "4.5.0" 7427 source = "registry+https://github.com/rust-lang/crates.io-index" 7428 - checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95" 7429 dependencies = [ 7430 "chrono", 7431 "serde", 7432 "serde_json", 7433 ] 7434 ··· 7454 ] 7455 7456 [[package]] 7457 name = "serde_derive" 7458 - version = "1.0.210" 7459 source = "registry+https://github.com/rust-lang/crates.io-index" 7460 - checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 7461 dependencies = [ 7462 "proc-macro2", 7463 "quote", 7464 - "syn 2.0.81", 7465 ] 7466 7467 [[package]] ··· 7472 dependencies = [ 7473 "proc-macro2", 7474 "quote", 7475 - "syn 2.0.81", 7476 ] 7477 7478 [[package]] 7479 name = "serde_json" 7480 - version = "1.0.132" 7481 source = "registry+https://github.com/rust-lang/crates.io-index" 7482 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 7483 dependencies = [ 7484 - "indexmap 2.6.0", 7485 "itoa", 7486 "memchr", 7487 "ryu", ··· 7489 ] 7490 7491 [[package]] 7492 name = "serde_path_to_error" 7493 - version = "0.1.16" 7494 source = "registry+https://github.com/rust-lang/crates.io-index" 7495 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 7496 dependencies = [ 7497 "itoa", 7498 "serde", ··· 7515 dependencies = [ 7516 "percent-encoding", 7517 "serde", 7518 - "thiserror", 7519 ] 7520 7521 [[package]] ··· 7526 dependencies = [ 7527 "percent-encoding", 7528 "serde", 7529 - "thiserror", 7530 ] 7531 7532 [[package]] ··· 7547 "proc-macro2", 7548 "quote", 7549 "serde", 7550 - "syn 2.0.81", 7551 ] 7552 7553 [[package]] ··· 7564 7565 [[package]] 7566 name = "serde_v8" 7567 - version = "0.220.0" 7568 source = "registry+https://github.com/rust-lang/crates.io-index" 7569 - checksum = "6e7a65d91d79acc82aa229aeb084f4a39bda269069bc1520df40f679495388e4" 7570 dependencies = [ 7571 "num-bigint", 7572 "serde", 7573 "smallvec", 7574 - "thiserror", 7575 "v8", 7576 ] 7577 7578 [[package]] 7579 name = "serde_with" 7580 - version = "3.11.0" 7581 source = "registry+https://github.com/rust-lang/crates.io-index" 7582 - checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" 7583 dependencies = [ 7584 "base64 0.22.1", 7585 "chrono", 7586 "hex", 7587 "indexmap 1.9.3", 7588 - "indexmap 2.6.0", 7589 "serde", 7590 "serde_derive", 7591 "serde_json", ··· 7595 7596 [[package]] 7597 name = "serde_with_macros" 7598 - version = "3.11.0" 7599 source = "registry+https://github.com/rust-lang/crates.io-index" 7600 - checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" 7601 dependencies = [ 7602 "darling 0.20.10", 7603 "proc-macro2", 7604 "quote", 7605 - "syn 2.0.81", 7606 ] 7607 7608 [[package]] ··· 7611 source = "registry+https://github.com/rust-lang/crates.io-index" 7612 checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 7613 dependencies = [ 7614 - "indexmap 2.6.0", 7615 "itoa", 7616 "ryu", 7617 "serde", 7618 "unsafe-libyaml", 7619 ] 7620 7621 [[package]] ··· 7630 ] 7631 7632 [[package]] 7633 - name = "sha1_smol" 7634 - version = "1.0.1" 7635 - source = "registry+https://github.com/rust-lang/crates.io-index" 7636 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 7637 - 7638 - [[package]] 7639 name = "sha2" 7640 version = "0.9.9" 7641 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7660 ] 7661 7662 [[package]] 7663 name = "sharded-slab" 7664 version = "0.1.7" 7665 source = "registry+https://github.com/rust-lang/crates.io-index" 7666 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 7667 dependencies = [ 7668 "lazy_static", 7669 ] 7670 7671 [[package]] ··· 7675 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 7676 7677 [[package]] 7678 name = "signal-hook-registry" 7679 version = "1.4.2" 7680 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7684 ] 7685 7686 [[package]] 7687 - name = "signature" 7688 - version = "1.6.4" 7689 source = "registry+https://github.com/rust-lang/crates.io-index" 7690 - checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 7691 dependencies = [ 7692 - "digest 0.10.7", 7693 "rand_core 0.6.4", 7694 ] 7695 7696 [[package]] ··· 7713 ] 7714 7715 [[package]] 7716 name = "simdutf8" 7717 version = "0.1.5" 7718 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7720 7721 [[package]] 7722 name = "simple_asn1" 7723 - version = "0.6.2" 7724 source = "registry+https://github.com/rust-lang/crates.io-index" 7725 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 7726 dependencies = [ 7727 "num-bigint", 7728 "num-traits", 7729 - "thiserror", 7730 "time", 7731 ] 7732 ··· 7737 checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 7738 7739 [[package]] 7740 name = "sketches-ddsketch" 7741 version = "0.2.2" 7742 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7755 ] 7756 7757 [[package]] 7758 name = "smallvec" 7759 - version = "1.13.2" 7760 source = "registry+https://github.com/rust-lang/crates.io-index" 7761 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 7762 dependencies = [ 7763 "serde", 7764 ] ··· 7796 7797 [[package]] 7798 name = "smtp-proto" 7799 - version = "0.1.5" 7800 source = "registry+https://github.com/rust-lang/crates.io-index" 7801 - checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a" 7802 7803 [[package]] 7804 name = "snafu" ··· 7830 7831 [[package]] 7832 name = "socket2" 7833 - version = "0.4.10" 7834 source = "registry+https://github.com/rust-lang/crates.io-index" 7835 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 7836 - dependencies = [ 7837 - "libc", 7838 - "winapi", 7839 - ] 7840 - 7841 - [[package]] 7842 - name = "socket2" 7843 - version = "0.5.7" 7844 - source = "registry+https://github.com/rust-lang/crates.io-index" 7845 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 7846 dependencies = [ 7847 "libc", 7848 "windows-sys 0.52.0", ··· 7869 7870 [[package]] 7871 name = "sourcemap" 7872 - version = "9.0.0" 7873 source = "registry+https://github.com/rust-lang/crates.io-index" 7874 - checksum = "dab08a862c70980b8e23698b507e272317ae52a608a164a844111f5372374f1f" 7875 dependencies = [ 7876 "base64-simd 0.7.0", 7877 "bitvec", ··· 7902 ] 7903 7904 [[package]] 7905 - name = "spki" 7906 - version = "0.6.0" 7907 source = "registry+https://github.com/rust-lang/crates.io-index" 7908 - checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 7909 dependencies = [ 7910 - "base64ct", 7911 - "der 0.6.1", 7912 ] 7913 7914 [[package]] ··· 7918 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 7919 dependencies = [ 7920 "base64ct", 7921 - "der 0.7.9", 7922 ] 7923 7924 [[package]] ··· 7928 checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 7929 dependencies = [ 7930 "base64 0.13.1", 7931 - "nom", 7932 "serde", 7933 "unicode-segmentation", 7934 ] 7935 7936 [[package]] 7937 name = "sql-builder" 7938 version = "3.1.1" 7939 source = "registry+https://github.com/rust-lang/crates.io-index" 7940 checksum = "b1008d95d2ec2d062959352527be30e10fec42a1aa5e5a48d990a5ff0fb9bdc0" 7941 dependencies = [ 7942 "anyhow", 7943 - "thiserror", 7944 - ] 7945 - 7946 - [[package]] 7947 - name = "sqlformat" 7948 - version = "0.2.6" 7949 - source = "registry+https://github.com/rust-lang/crates.io-index" 7950 - checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 7951 - dependencies = [ 7952 - "nom", 7953 - "unicode_categories", 7954 ] 7955 7956 [[package]] ··· 7971 dependencies = [ 7972 "proc-macro2", 7973 "quote", 7974 - "syn 2.0.81", 7975 ] 7976 7977 [[package]] 7978 name = "sqlx" 7979 - version = "0.8.2" 7980 source = "registry+https://github.com/rust-lang/crates.io-index" 7981 - checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e" 7982 dependencies = [ 7983 "sqlx-core", 7984 "sqlx-macros", ··· 7989 7990 [[package]] 7991 name = "sqlx-core" 7992 - version = "0.8.2" 7993 source = "registry+https://github.com/rust-lang/crates.io-index" 7994 - checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e" 7995 dependencies = [ 7996 - "atoi", 7997 "bigdecimal", 7998 - "byteorder", 7999 "bytes", 8000 "chrono", 8001 "crc", 8002 "crossbeam-queue", 8003 "either", 8004 - "event-listener 5.3.1", 8005 - "futures-channel", 8006 "futures-core", 8007 "futures-intrusive", 8008 "futures-io", 8009 "futures-util", 8010 - "hashbrown 0.14.5", 8011 - "hashlink", 8012 - "hex", 8013 - "indexmap 2.6.0", 8014 "log", 8015 "memchr", 8016 "once_cell", 8017 - "paste", 8018 "percent-encoding", 8019 - "rustls 0.23.15", 8020 "rustls-pemfile 2.2.0", 8021 "serde", 8022 "serde_json", 8023 "sha2 0.10.8", 8024 "smallvec", 8025 - "sqlformat", 8026 - "thiserror", 8027 "tokio", 8028 "tokio-stream", 8029 "tracing", 8030 "url", 8031 - "uuid 1.11.0", 8032 - "webpki-roots 0.26.6", 8033 ] 8034 8035 [[package]] 8036 name = "sqlx-macros" 8037 - version = "0.8.2" 8038 source = "registry+https://github.com/rust-lang/crates.io-index" 8039 - checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657" 8040 dependencies = [ 8041 "proc-macro2", 8042 "quote", 8043 "sqlx-core", 8044 "sqlx-macros-core", 8045 - "syn 2.0.81", 8046 ] 8047 8048 [[package]] 8049 name = "sqlx-macros-core" 8050 - version = "0.8.2" 8051 source = "registry+https://github.com/rust-lang/crates.io-index" 8052 - checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5" 8053 dependencies = [ 8054 "dotenvy", 8055 "either", ··· 8065 "sqlx-mysql", 8066 "sqlx-postgres", 8067 "sqlx-sqlite", 8068 - "syn 2.0.81", 8069 "tempfile", 8070 "tokio", 8071 "url", ··· 8073 8074 [[package]] 8075 name = "sqlx-mysql" 8076 - version = "0.8.2" 8077 source = "registry+https://github.com/rust-lang/crates.io-index" 8078 - checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a" 8079 dependencies = [ 8080 "atoi", 8081 "base64 0.22.1", 8082 "bigdecimal", 8083 - "bitflags 2.6.0", 8084 "byteorder", 8085 "bytes", 8086 "chrono", ··· 8103 "once_cell", 8104 "percent-encoding", 8105 "rand 0.8.5", 8106 - "rsa 0.9.6", 8107 "serde", 8108 "sha1", 8109 "sha2 0.10.8", 8110 "smallvec", 8111 "sqlx-core", 8112 "stringprep", 8113 - "thiserror", 8114 "tracing", 8115 - "uuid 1.11.0", 8116 "whoami", 8117 ] 8118 8119 [[package]] 8120 name = "sqlx-postgres" 8121 - version = "0.8.2" 8122 source = "registry+https://github.com/rust-lang/crates.io-index" 8123 - checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8" 8124 dependencies = [ 8125 "atoi", 8126 "base64 0.22.1", 8127 "bigdecimal", 8128 - "bitflags 2.6.0", 8129 "byteorder", 8130 "chrono", 8131 "crc", ··· 8133 "etcetera", 8134 "futures-channel", 8135 "futures-core", 8136 - "futures-io", 8137 "futures-util", 8138 "hex", 8139 "hkdf", ··· 8152 "smallvec", 8153 "sqlx-core", 8154 "stringprep", 8155 - "thiserror", 8156 "tracing", 8157 - "uuid 1.11.0", 8158 "whoami", 8159 ] 8160 8161 [[package]] 8162 name = "sqlx-sqlite" 8163 - version = "0.8.2" 8164 source = "registry+https://github.com/rust-lang/crates.io-index" 8165 - checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680" 8166 dependencies = [ 8167 "atoi", 8168 "chrono", ··· 8180 "sqlx-core", 8181 "tracing", 8182 "url", 8183 - "uuid 1.11.0", 8184 ] 8185 8186 [[package]] ··· 8191 8192 [[package]] 8193 name = "stacker" 8194 - version = "0.1.17" 8195 source = "registry+https://github.com/rust-lang/crates.io-index" 8196 - checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" 8197 dependencies = [ 8198 "cc", 8199 "cfg-if", ··· 8217 "proc-macro2", 8218 "quote", 8219 "swc_macros_common", 8220 - "syn 2.0.81", 8221 ] 8222 8223 [[package]] 8224 name = "stringprep" ··· 8271 "proc-macro2", 8272 "quote", 8273 "rustversion", 8274 - "syn 2.0.81", 8275 ] 8276 8277 [[package]] ··· 8284 "proc-macro2", 8285 "quote", 8286 "rustversion", 8287 - "syn 2.0.81", 8288 ] 8289 8290 [[package]] ··· 8358 "once_cell", 8359 "rustc-hash 1.1.0", 8360 "serde", 8361 - "siphasher", 8362 - "sourcemap 9.0.0", 8363 "swc_allocator", 8364 "swc_atoms", 8365 "swc_eq_ignore_macros", 8366 "swc_visit", 8367 "tracing", 8368 - "unicode-width", 8369 "url", 8370 ] 8371 ··· 8376 checksum = "4740e53eaf68b101203c1df0937d5161a29f3c13bceed0836ddfe245b72dd000" 8377 dependencies = [ 8378 "anyhow", 8379 - "indexmap 2.6.0", 8380 "serde", 8381 "serde_json", 8382 "swc_cached", ··· 8392 "proc-macro2", 8393 "quote", 8394 "swc_macros_common", 8395 - "syn 2.0.81", 8396 ] 8397 8398 [[package]] ··· 8401 source = "registry+https://github.com/rust-lang/crates.io-index" 8402 checksum = "a6f866d12e4d519052b92a0a86d1ac7ff17570da1272ca0c89b3d6f802cd79df" 8403 dependencies = [ 8404 - "bitflags 2.6.0", 8405 "is-macro", 8406 "num-bigint", 8407 "phf", ··· 8423 "num-bigint", 8424 "once_cell", 8425 "serde", 8426 - "sourcemap 9.0.0", 8427 "swc_allocator", 8428 "swc_atoms", 8429 "swc_common", ··· 8441 "proc-macro2", 8442 "quote", 8443 "swc_macros_common", 8444 - "syn 2.0.81", 8445 ] 8446 8447 [[package]] ··· 8487 checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1" 8488 dependencies = [ 8489 "better_scoped_tls", 8490 - "bitflags 2.6.0", 8491 - "indexmap 2.6.0", 8492 "once_cell", 8493 "phf", 8494 "rustc-hash 1.1.0", ··· 8526 "proc-macro2", 8527 "quote", 8528 "swc_macros_common", 8529 - "syn 2.0.81", 8530 ] 8531 8532 [[package]] ··· 8557 dependencies = [ 8558 "base64 0.21.7", 8559 "dashmap", 8560 - "indexmap 2.6.0", 8561 "once_cell", 8562 "serde", 8563 "sha1", ··· 8597 source = "registry+https://github.com/rust-lang/crates.io-index" 8598 checksum = "029eec7dd485923a75b5a45befd04510288870250270292fc2c1b3a9e7547408" 8599 dependencies = [ 8600 - "indexmap 2.6.0", 8601 "num_cpus", 8602 "once_cell", 8603 "rustc-hash 1.1.0", ··· 8633 dependencies = [ 8634 "proc-macro2", 8635 "quote", 8636 - "syn 2.0.81", 8637 ] 8638 8639 [[package]] ··· 8644 dependencies = [ 8645 "proc-macro2", 8646 "quote", 8647 - "syn 2.0.81", 8648 ] 8649 8650 [[package]] ··· 8667 "proc-macro2", 8668 "quote", 8669 "swc_macros_common", 8670 - "syn 2.0.81", 8671 ] 8672 8673 [[package]] ··· 8683 8684 [[package]] 8685 name = "syn" 8686 - version = "2.0.81" 8687 source = "registry+https://github.com/rust-lang/crates.io-index" 8688 - checksum = "198514704ca887dd5a1e408c6c6cdcba43672f9b4062e1b24aa34e74e6d7faae" 8689 dependencies = [ 8690 "proc-macro2", 8691 "quote", ··· 8693 ] 8694 8695 [[package]] 8696 - name = "syn_derive" 8697 - version = "0.1.8" 8698 - source = "registry+https://github.com/rust-lang/crates.io-index" 8699 - checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 8700 - dependencies = [ 8701 - "proc-macro-error", 8702 - "proc-macro2", 8703 - "quote", 8704 - "syn 2.0.81", 8705 - ] 8706 - 8707 - [[package]] 8708 name = "sync_wrapper" 8709 version = "0.1.2" 8710 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8712 8713 [[package]] 8714 name = "sync_wrapper" 8715 - version = "1.0.1" 8716 source = "registry+https://github.com/rust-lang/crates.io-index" 8717 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 8718 dependencies = [ 8719 "futures-core", 8720 ] 8721 8722 [[package]] 8723 name = "synstructure" 8724 version = "0.13.1" 8725 source = "registry+https://github.com/rust-lang/crates.io-index" 8726 checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 8727 dependencies = [ 8728 "proc-macro2", 8729 "quote", 8730 - "syn 2.0.81", 8731 ] 8732 8733 [[package]] ··· 8736 source = "registry+https://github.com/rust-lang/crates.io-index" 8737 checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" 8738 dependencies = [ 8739 - "bitflags 2.6.0", 8740 "byteorder", 8741 "enum-as-inner", 8742 "libc", 8743 - "thiserror", 8744 "walkdir", 8745 ] 8746 ··· 8751 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 8752 dependencies = [ 8753 "bitflags 1.3.2", 8754 - "core-foundation", 8755 "system-configuration-sys 0.5.0", 8756 ] 8757 ··· 8761 source = "registry+https://github.com/rust-lang/crates.io-index" 8762 checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 8763 dependencies = [ 8764 - "bitflags 2.6.0", 8765 - "core-foundation", 8766 "system-configuration-sys 0.6.0", 8767 ] 8768 ··· 8787 ] 8788 8789 [[package]] 8790 name = "tantivy" 8791 version = "0.22.0" 8792 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8811 "lru", 8812 "lz4_flex", 8813 "measure_time", 8814 - "memmap2", 8815 "num_cpus", 8816 "once_cell", 8817 "oneshot", ··· 8831 "tantivy-stacker", 8832 "tantivy-tokenizer-api", 8833 "tempfile", 8834 - "thiserror", 8835 "time", 8836 - "uuid 1.11.0", 8837 "winapi", 8838 ] 8839 ··· 8892 source = "registry+https://github.com/rust-lang/crates.io-index" 8893 checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82" 8894 dependencies = [ 8895 - "nom", 8896 ] 8897 8898 [[package]] ··· 8904 "tantivy-bitpacker", 8905 "tantivy-common", 8906 "tantivy-fst", 8907 - "zstd 0.13.2", 8908 ] 8909 8910 [[package]] ··· 8935 8936 [[package]] 8937 name = "tar" 8938 - version = "0.4.42" 8939 source = "registry+https://github.com/rust-lang/crates.io-index" 8940 - checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" 8941 dependencies = [ 8942 "filetime", 8943 "libc", ··· 8946 8947 [[package]] 8948 name = "tempfile" 8949 - version = "3.13.0" 8950 source = "registry+https://github.com/rust-lang/crates.io-index" 8951 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 8952 dependencies = [ 8953 "cfg-if", 8954 - "fastrand 2.1.1", 8955 "once_cell", 8956 "rustix", 8957 "windows-sys 0.59.0", ··· 8977 8978 [[package]] 8979 name = "thiserror" 8980 - version = "1.0.64" 8981 source = "registry+https://github.com/rust-lang/crates.io-index" 8982 - checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 8983 dependencies = [ 8984 - "thiserror-impl", 8985 ] 8986 8987 [[package]] 8988 name = "thiserror-impl" 8989 - version = "1.0.64" 8990 source = "registry+https://github.com/rust-lang/crates.io-index" 8991 - checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 8992 dependencies = [ 8993 "proc-macro2", 8994 "quote", 8995 - "syn 2.0.81", 8996 ] 8997 8998 [[package]] ··· 9018 9019 [[package]] 9020 name = "tiberius" 9021 - version = "0.12.2" 9022 - source = "git+https://github.com/prisma/tiberius?rev=8f66a699dfa041e7b5f736c7e94f92c945453c9e#8f66a699dfa041e7b5f736c7e94f92c945453c9e" 9023 dependencies = [ 9024 "async-trait", 9025 "asynchronous-codec", ··· 9036 "pretty-hex", 9037 "rustls-native-certs 0.6.3", 9038 "rustls-pemfile 1.0.4", 9039 - "thiserror", 9040 "tokio", 9041 "tokio-rustls 0.24.1", 9042 "tokio-util", 9043 "tracing", 9044 - "uuid 1.11.0", 9045 ] 9046 9047 [[package]] ··· 9088 9089 [[package]] 9090 name = "time" 9091 - version = "0.3.36" 9092 source = "registry+https://github.com/rust-lang/crates.io-index" 9093 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 9094 dependencies = [ 9095 "deranged", 9096 "itoa", ··· 9109 9110 [[package]] 9111 name = "time-macros" 9112 - version = "0.2.18" 9113 source = "registry+https://github.com/rust-lang/crates.io-index" 9114 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 9115 dependencies = [ 9116 "num-conv", 9117 "time-core", ··· 9127 ] 9128 9129 [[package]] 9130 name = "tinyvec" 9131 - version = "1.8.0" 9132 source = "registry+https://github.com/rust-lang/crates.io-index" 9133 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 9134 dependencies = [ 9135 "tinyvec_macros", 9136 ] ··· 9152 "rayon", 9153 "schemars", 9154 "serde", 9155 - "thiserror", 9156 "tracing", 9157 ] 9158 ··· 9183 "serde", 9184 "serde_json", 9185 "spm_precompiled", 9186 - "thiserror", 9187 "unicode-normalization-alignments", 9188 "unicode-segmentation", 9189 "unicode_categories", ··· 9191 9192 [[package]] 9193 name = "tokio" 9194 - version = "1.36.0" 9195 source = "registry+https://github.com/rust-lang/crates.io-index" 9196 - checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 9197 dependencies = [ 9198 "backtrace", 9199 "bytes", 9200 "libc", 9201 - "mio", 9202 - "num_cpus", 9203 "parking_lot", 9204 "pin-project-lite", 9205 "signal-hook-registry", 9206 - "socket2 0.5.7", 9207 "tokio-macros", 9208 "tracing", 9209 - "windows-sys 0.48.0", 9210 ] 9211 9212 [[package]] 9213 name = "tokio-macros" 9214 - version = "2.2.0" 9215 source = "registry+https://github.com/rust-lang/crates.io-index" 9216 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 9217 dependencies = [ 9218 "proc-macro2", 9219 "quote", 9220 - "syn 2.0.81", 9221 ] 9222 9223 [[package]] ··· 9232 9233 [[package]] 9234 name = "tokio-postgres" 9235 - version = "0.7.12" 9236 - source = "registry+https://github.com/rust-lang/crates.io-index" 9237 - checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" 9238 dependencies = [ 9239 "async-trait", 9240 "byteorder", 9241 "bytes", 9242 - "fallible-iterator", 9243 "futures-channel", 9244 "futures-util", 9245 "log", ··· 9247 "percent-encoding", 9248 "phf", 9249 "pin-project-lite", 9250 - "postgres-protocol", 9251 - "postgres-types", 9252 "rand 0.8.5", 9253 - "socket2 0.5.7", 9254 "tokio", 9255 "tokio-util", 9256 "whoami", ··· 9268 9269 [[package]] 9270 name = "tokio-rustls" 9271 - version = "0.26.0" 9272 source = "registry+https://github.com/rust-lang/crates.io-index" 9273 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 9274 dependencies = [ 9275 - "rustls 0.23.15", 9276 - "rustls-pki-types", 9277 "tokio", 9278 ] 9279 ··· 9285 dependencies = [ 9286 "either", 9287 "futures-util", 9288 - "thiserror", 9289 "tokio", 9290 ] 9291 9292 [[package]] 9293 name = "tokio-stream" 9294 - version = "0.1.16" 9295 source = "registry+https://github.com/rust-lang/crates.io-index" 9296 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 9297 dependencies = [ 9298 "futures-core", 9299 "pin-project-lite", ··· 9331 9332 [[package]] 9333 name = "tokio-util" 9334 - version = "0.7.12" 9335 source = "registry+https://github.com/rust-lang/crates.io-index" 9336 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 9337 dependencies = [ 9338 "bytes", 9339 "futures-core", 9340 "futures-io", 9341 "futures-sink", 9342 "pin-project-lite", 9343 "tokio", 9344 ] 9345 9346 [[package]] 9347 name = "toml" 9348 version = "0.7.8" 9349 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9357 9358 [[package]] 9359 name = "toml" 9360 - version = "0.8.19" 9361 source = "registry+https://github.com/rust-lang/crates.io-index" 9362 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 9363 dependencies = [ 9364 "serde", 9365 "serde_spanned", 9366 "toml_datetime", 9367 - "toml_edit 0.22.22", 9368 ] 9369 9370 [[package]] ··· 9382 source = "registry+https://github.com/rust-lang/crates.io-index" 9383 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 9384 dependencies = [ 9385 - "indexmap 2.6.0", 9386 "serde", 9387 "serde_spanned", 9388 "toml_datetime", ··· 9391 9392 [[package]] 9393 name = "toml_edit" 9394 - version = "0.22.22" 9395 source = "registry+https://github.com/rust-lang/crates.io-index" 9396 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 9397 dependencies = [ 9398 - "indexmap 2.6.0", 9399 "serde", 9400 "serde_spanned", 9401 "toml_datetime", 9402 - "winnow 0.6.20", 9403 ] 9404 9405 [[package]] ··· 9411 "home", 9412 "once_cell", 9413 "regex", 9414 - "semver 1.0.23", 9415 "walkdir", 9416 ] 9417 ··· 9423 dependencies = [ 9424 "futures-core", 9425 "futures-util", 9426 "pin-project", 9427 "pin-project-lite", 9428 "tokio", 9429 "tower-layer", 9430 "tower-service", 9431 ] 9432 9433 [[package]] 9434 name = "tower" 9435 - version = "0.5.1" 9436 source = "registry+https://github.com/rust-lang/crates.io-index" 9437 - checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" 9438 dependencies = [ 9439 "futures-core", 9440 "futures-util", 9441 "pin-project-lite", 9442 - "sync_wrapper 0.1.2", 9443 "tokio", 9444 "tower-layer", 9445 "tower-service", ··· 9456 "axum-core", 9457 "cookie 0.18.1", 9458 "futures-util", 9459 - "http 1.1.0", 9460 "parking_lot", 9461 "pin-project-lite", 9462 "tower-layer", ··· 9465 9466 [[package]] 9467 name = "tower-http" 9468 - version = "0.5.2" 9469 - source = "registry+https://github.com/rust-lang/crates.io-index" 9470 - checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 9471 - dependencies = [ 9472 - "bitflags 2.6.0", 9473 - "bytes", 9474 - "http 1.1.0", 9475 - "http-body 1.0.1", 9476 - "http-body-util", 9477 - "pin-project-lite", 9478 - "tower-layer", 9479 - "tower-service", 9480 - "tracing", 9481 - ] 9482 - 9483 - [[package]] 9484 - name = "tower-http" 9485 - version = "0.6.1" 9486 source = "registry+https://github.com/rust-lang/crates.io-index" 9487 - checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" 9488 dependencies = [ 9489 - "async-compression 0.4.16", 9490 - "bitflags 2.6.0", 9491 "bytes", 9492 "futures-core", 9493 - "http 1.1.0", 9494 "http-body 1.0.1", 9495 "http-body-util", 9496 "pin-project-lite", ··· 9498 "tokio-util", 9499 "tower-layer", 9500 "tower-service", 9501 ] 9502 9503 [[package]] ··· 9514 9515 [[package]] 9516 name = "tracing" 9517 - version = "0.1.40" 9518 source = "registry+https://github.com/rust-lang/crates.io-index" 9519 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 9520 dependencies = [ 9521 "log", 9522 "pin-project-lite", ··· 9531 checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" 9532 dependencies = [ 9533 "crossbeam-channel", 9534 - "thiserror", 9535 "time", 9536 "tracing-subscriber", 9537 ] 9538 9539 [[package]] 9540 name = "tracing-attributes" 9541 - version = "0.1.27" 9542 source = "registry+https://github.com/rust-lang/crates.io-index" 9543 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 9544 dependencies = [ 9545 "proc-macro2", 9546 "quote", 9547 - "syn 2.0.81", 9548 ] 9549 9550 [[package]] 9551 name = "tracing-core" 9552 - version = "0.1.32" 9553 source = "registry+https://github.com/rust-lang/crates.io-index" 9554 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 9555 dependencies = [ 9556 "once_cell", 9557 "valuable", 9558 ] 9559 9560 [[package]] 9561 - name = "tracing-flame" 9562 - version = "0.2.0" 9563 - source = "registry+https://github.com/rust-lang/crates.io-index" 9564 - checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" 9565 - dependencies = [ 9566 - "lazy_static", 9567 - "tracing", 9568 - "tracing-subscriber", 9569 - ] 9570 - 9571 - [[package]] 9572 name = "tracing-futures" 9573 version = "0.2.5" 9574 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9580 9581 [[package]] 9582 name = "tracing-log" 9583 - version = "0.1.4" 9584 - source = "registry+https://github.com/rust-lang/crates.io-index" 9585 - checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" 9586 - dependencies = [ 9587 - "log", 9588 - "once_cell", 9589 - "tracing-core", 9590 - ] 9591 - 9592 - [[package]] 9593 - name = "tracing-log" 9594 version = "0.2.0" 9595 source = "registry+https://github.com/rust-lang/crates.io-index" 9596 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" ··· 9602 9603 [[package]] 9604 name = "tracing-loki" 9605 - version = "0.2.5" 9606 source = "registry+https://github.com/rust-lang/crates.io-index" 9607 - checksum = "fea6023f9fe4b69267ccd3ed7d203d931c43c5f82dbaa0f07202bc17193a5f43" 9608 dependencies = [ 9609 "loki-api", 9610 - "reqwest 0.12.8", 9611 "serde", 9612 "serde_json", 9613 "snap", ··· 9615 "tokio-stream", 9616 "tracing", 9617 "tracing-core", 9618 - "tracing-log 0.1.4", 9619 "tracing-serde", 9620 "tracing-subscriber", 9621 "url", 9622 ] 9623 9624 [[package]] 9625 name = "tracing-serde" 9626 - version = "0.1.3" 9627 source = "registry+https://github.com/rust-lang/crates.io-index" 9628 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 9629 dependencies = [ 9630 "serde", 9631 "tracing-core", ··· 9633 9634 [[package]] 9635 name = "tracing-subscriber" 9636 - version = "0.3.18" 9637 source = "registry+https://github.com/rust-lang/crates.io-index" 9638 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 9639 dependencies = [ 9640 "matchers", 9641 "nu-ansi-term", ··· 9648 "thread_local", 9649 "tracing", 9650 "tracing-core", 9651 - "tracing-log 0.2.0", 9652 "tracing-serde", 9653 ] 9654 9655 [[package]] 9656 - name = "triomphe" 9657 - version = "0.1.14" 9658 source = "registry+https://github.com/rust-lang/crates.io-index" 9659 - checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" 9660 dependencies = [ 9661 - "serde", 9662 - "stable_deref_trait", 9663 ] 9664 9665 [[package]] 9666 - name = "trust-dns-proto" 9667 - version = "0.23.2" 9668 source = "registry+https://github.com/rust-lang/crates.io-index" 9669 - checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" 9670 dependencies = [ 9671 - "async-trait", 9672 - "cfg-if", 9673 - "data-encoding", 9674 - "enum-as-inner", 9675 - "futures-channel", 9676 - "futures-io", 9677 - "futures-util", 9678 - "idna 0.4.0", 9679 - "ipnet", 9680 - "once_cell", 9681 - "rand 0.8.5", 9682 - "serde", 9683 - "smallvec", 9684 - "thiserror", 9685 - "tinyvec", 9686 - "tokio", 9687 - "tracing", 9688 - "url", 9689 ] 9690 9691 [[package]] 9692 - name = "trust-dns-resolver" 9693 - version = "0.23.2" 9694 source = "registry+https://github.com/rust-lang/crates.io-index" 9695 - checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" 9696 dependencies = [ 9697 - "cfg-if", 9698 - "futures-util", 9699 - "ipconfig", 9700 - "lru-cache", 9701 - "once_cell", 9702 - "parking_lot", 9703 - "rand 0.8.5", 9704 - "resolv-conf", 9705 "serde", 9706 - "smallvec", 9707 - "thiserror", 9708 - "tokio", 9709 - "tracing", 9710 - "trust-dns-proto", 9711 ] 9712 9713 [[package]] ··· 9717 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 9718 9719 [[package]] 9720 name = "tungstenite" 9721 version = "0.24.0" 9722 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9725 "byteorder", 9726 "bytes", 9727 "data-encoding", 9728 - "http 1.1.0", 9729 "httparse", 9730 "log", 9731 "native-tls", 9732 "rand 0.8.5", 9733 "sha1", 9734 - "thiserror", 9735 "utf-8", 9736 ] 9737 ··· 9747 ] 9748 9749 [[package]] 9750 name = "typed-arena" 9751 version = "2.0.2" 9752 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9754 9755 [[package]] 9756 name = "typenum" 9757 - version = "1.17.0" 9758 source = "registry+https://github.com/rust-lang/crates.io-index" 9759 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 9760 9761 [[package]] 9762 name = "typify" ··· 9781 "regress", 9782 "schemars", 9783 "serde_json", 9784 - "syn 2.0.81", 9785 - "thiserror", 9786 "unicode-ident", 9787 ] 9788 ··· 9798 "serde", 9799 "serde_json", 9800 "serde_tokenstream", 9801 - "syn 2.0.81", 9802 "typify-impl", 9803 ] 9804 9805 [[package]] 9806 name = "ulid" 9807 - version = "1.1.3" 9808 source = "registry+https://github.com/rust-lang/crates.io-index" 9809 - checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" 9810 dependencies = [ 9811 - "getrandom 0.2.15", 9812 - "rand 0.8.5", 9813 - "uuid 1.11.0", 9814 "web-time", 9815 ] 9816 ··· 9880 9881 [[package]] 9882 name = "unicase" 9883 - version = "2.8.0" 9884 source = "registry+https://github.com/rust-lang/crates.io-index" 9885 - checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" 9886 9887 [[package]] 9888 name = "unicode-bidi" 9889 - version = "0.3.17" 9890 source = "registry+https://github.com/rust-lang/crates.io-index" 9891 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 9892 9893 [[package]] 9894 name = "unicode-id" ··· 9898 9899 [[package]] 9900 name = "unicode-id-start" 9901 - version = "1.3.0" 9902 source = "registry+https://github.com/rust-lang/crates.io-index" 9903 - checksum = "97e2a3c5fc9de285c0e805d98eba666adb4b2d9e1049ce44821ff7707cc34e91" 9904 9905 [[package]] 9906 name = "unicode-ident" 9907 - version = "1.0.13" 9908 source = "registry+https://github.com/rust-lang/crates.io-index" 9909 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 9910 9911 [[package]] 9912 name = "unicode-normalization" ··· 9945 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 9946 9947 [[package]] 9948 name = "unicode-xid" 9949 version = "0.2.6" 9950 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9979 ] 9980 9981 [[package]] 9982 name = "unsafe-libyaml" 9983 version = "0.2.11" 9984 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9998 9999 [[package]] 10000 name = "ureq" 10001 - version = "2.10.1" 10002 source = "registry+https://github.com/rust-lang/crates.io-index" 10003 - checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 10004 dependencies = [ 10005 "base64 0.22.1", 10006 "flate2", 10007 "log", 10008 "native-tls", 10009 "once_cell", 10010 - "rustls 0.23.15", 10011 "rustls-pki-types", 10012 "serde", 10013 "serde_json", 10014 "url", 10015 - "webpki-roots 0.26.6", 10016 ] 10017 10018 [[package]] 10019 name = "url" 10020 - version = "2.5.2" 10021 source = "registry+https://github.com/rust-lang/crates.io-index" 10022 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 10023 dependencies = [ 10024 "form_urlencoded", 10025 - "idna 0.5.0", 10026 "percent-encoding", 10027 "serde", 10028 ] ··· 10052 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 10053 10054 [[package]] 10055 name = "utf8-ranges" 10056 version = "1.0.5" 10057 source = "registry+https://github.com/rust-lang/crates.io-index" 10058 checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 10059 10060 [[package]] 10061 name = "utf8parse" ··· 10074 10075 [[package]] 10076 name = "uuid" 10077 - version = "1.11.0" 10078 source = "registry+https://github.com/rust-lang/crates.io-index" 10079 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 10080 dependencies = [ 10081 - "getrandom 0.2.15", 10082 "serde", 10083 ] 10084 10085 [[package]] 10086 name = "v8" 10087 - version = "0.106.0" 10088 source = "registry+https://github.com/rust-lang/crates.io-index" 10089 - checksum = "a381badc47c6f15acb5fe0b5b40234162349ed9d4e4fd7c83a7f5547c0fc69c5" 10090 dependencies = [ 10091 - "bindgen 0.69.5", 10092 - "bitflags 2.6.0", 10093 "fslock", 10094 "gzip-header", 10095 "home", ··· 10100 ] 10101 10102 [[package]] 10103 name = "valuable" 10104 - version = "0.1.0" 10105 source = "registry+https://github.com/rust-lang/crates.io-index" 10106 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 10107 10108 [[package]] 10109 - name = "value-bag" 10110 - version = "1.9.0" 10111 source = "registry+https://github.com/rust-lang/crates.io-index" 10112 - checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 10113 10114 [[package]] 10115 name = "vcpkg" ··· 10167 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 10168 10169 [[package]] 10170 name = "wasite" 10171 version = "0.1.0" 10172 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 10174 10175 [[package]] 10176 name = "wasm-bindgen" 10177 - version = "0.2.92" 10178 source = "registry+https://github.com/rust-lang/crates.io-index" 10179 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 10180 dependencies = [ 10181 "cfg-if", 10182 "wasm-bindgen-macro", 10183 ] 10184 10185 [[package]] 10186 name = "wasm-bindgen-backend" 10187 - version = "0.2.92" 10188 source = "registry+https://github.com/rust-lang/crates.io-index" 10189 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 10190 dependencies = [ 10191 "bumpalo", 10192 "log", 10193 - "once_cell", 10194 "proc-macro2", 10195 "quote", 10196 - "syn 2.0.81", 10197 "wasm-bindgen-shared", 10198 ] 10199 10200 [[package]] 10201 name = "wasm-bindgen-futures" 10202 - version = "0.4.42" 10203 source = "registry+https://github.com/rust-lang/crates.io-index" 10204 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 10205 dependencies = [ 10206 "cfg-if", 10207 "js-sys", 10208 "wasm-bindgen", 10209 "web-sys", 10210 ] 10211 10212 [[package]] 10213 name = "wasm-bindgen-macro" 10214 - version = "0.2.92" 10215 source = "registry+https://github.com/rust-lang/crates.io-index" 10216 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 10217 dependencies = [ 10218 "quote", 10219 "wasm-bindgen-macro-support", ··· 10221 10222 [[package]] 10223 name = "wasm-bindgen-macro-support" 10224 - version = "0.2.92" 10225 source = "registry+https://github.com/rust-lang/crates.io-index" 10226 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 10227 dependencies = [ 10228 "proc-macro2", 10229 "quote", 10230 - "syn 2.0.81", 10231 "wasm-bindgen-backend", 10232 "wasm-bindgen-shared", 10233 ] 10234 10235 [[package]] 10236 name = "wasm-bindgen-shared" 10237 - version = "0.2.92" 10238 source = "registry+https://github.com/rust-lang/crates.io-index" 10239 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 10240 10241 [[package]] 10242 name = "wasm-bindgen-test" 10243 - version = "0.3.42" 10244 source = "registry+https://github.com/rust-lang/crates.io-index" 10245 - checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" 10246 dependencies = [ 10247 - "console_error_panic_hook", 10248 "js-sys", 10249 - "scoped-tls", 10250 "wasm-bindgen", 10251 "wasm-bindgen-futures", 10252 "wasm-bindgen-test-macro", ··· 10254 10255 [[package]] 10256 name = "wasm-bindgen-test-macro" 10257 - version = "0.3.42" 10258 source = "registry+https://github.com/rust-lang/crates.io-index" 10259 - checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" 10260 dependencies = [ 10261 "proc-macro2", 10262 "quote", 10263 - "syn 2.0.81", 10264 ] 10265 10266 [[package]] 10267 name = "wasm-streams" 10268 - version = "0.4.1" 10269 source = "registry+https://github.com/rust-lang/crates.io-index" 10270 - checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 10271 dependencies = [ 10272 "futures-util", 10273 "js-sys", 10274 "wasm-bindgen", 10275 "wasm-bindgen-futures", 10276 "web-sys", 10277 ] 10278 10279 [[package]] ··· 10287 10288 [[package]] 10289 name = "web-sys" 10290 - version = "0.3.69" 10291 source = "registry+https://github.com/rust-lang/crates.io-index" 10292 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 10293 dependencies = [ 10294 "js-sys", 10295 "wasm-bindgen", ··· 10306 ] 10307 10308 [[package]] 10309 - name = "webpki-roots" 10310 - version = "0.25.4" 10311 source = "registry+https://github.com/rust-lang/crates.io-index" 10312 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 10313 10314 [[package]] 10315 name = "webpki-roots" 10316 - version = "0.26.6" 10317 source = "registry+https://github.com/rust-lang/crates.io-index" 10318 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 10319 dependencies = [ 10320 "rustls-pki-types", 10321 ] 10322 10323 [[package]] 10324 name = "which" 10325 version = "4.4.2" 10326 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 10350 source = "registry+https://github.com/rust-lang/crates.io-index" 10351 checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 10352 dependencies = [ 10353 - "redox_syscall 0.5.7", 10354 "wasite", 10355 "web-sys", 10356 ] ··· 10394 10395 [[package]] 10396 name = "windmill" 10397 - version = "1.410.3" 10398 dependencies = [ 10399 "anyhow", 10400 "axum", 10401 - "base64 0.21.7", 10402 "chrono", 10403 "deno_core", 10404 "dotenv", ··· 10406 "gethostname", 10407 "git-version", 10408 "lazy_static", 10409 "object_store", 10410 "once_cell", 10411 "prometheus", 10412 "quote", 10413 - "rand 0.8.5", 10414 - "reqwest 0.12.8", 10415 - "rsmq_async", 10416 "serde", 10417 "serde_json", 10418 "sha2 0.10.8", ··· 10423 "tokio", 10424 "tracing", 10425 "url", 10426 - "uuid 1.11.0", 10427 "windmill-api", 10428 "windmill-api-client", 10429 "windmill-common", 10430 "windmill-git-sync", 10431 "windmill-indexer", ··· 10435 10436 [[package]] 10437 name = "windmill-api" 10438 - version = "1.410.3" 10439 dependencies = [ 10440 "anyhow", 10441 "argon2", 10442 "async-oauth2", 10443 "async-recursion", 10444 "async-stream", 10445 "async-stripe", 10446 "async_zip", 10447 "axum", 10448 "base32", 10449 - "base64 0.21.7", 10450 "bytes", 10451 "candle-core", 10452 "candle-nn", 10453 "candle-transformers", 10454 "chrono", 10455 - "chrono-tz 0.10.0", 10456 "cookie 0.17.0", 10457 "cron", 10458 "datafusion", ··· 10461 "hex", 10462 "hf-hub", 10463 "hmac", 10464 - "http 1.1.0", 10465 - "hyper 1.5.0", 10466 - "itertools 0.13.0", 10467 "jsonwebtoken", 10468 "lazy_static", 10469 "magic-crypt", ··· 10471 "matchit", 10472 "mime_guess", 10473 "native-tls", 10474 "object_store", 10475 "openidconnect", 10476 "openssl", 10477 "pin-project", 10478 "prometheus", 10479 "quick_cache", 10480 - "rand 0.8.5", 10481 "regex", 10482 - "reqwest 0.12.8", 10483 - "rsa 0.7.2", 10484 - "rsmq_async", 10485 "rust-embed", 10486 "samael", 10487 "serde", 10488 "serde_json", ··· 10491 "sql-builder", 10492 "sqlx", 10493 "tempfile", 10494 "time", 10495 "tinyvector", 10496 "tokenizers", 10497 "tokio", 10498 "tokio-native-tls", 10499 "tokio-tar", 10500 "tokio-tungstenite", 10501 "tokio-util", 10502 - "tower 0.5.1", 10503 "tower-cookies", 10504 - "tower-http 0.5.2", 10505 "tracing", 10506 "tracing-subscriber", 10507 "ulid", 10508 "url", 10509 "urlencoding", 10510 - "uuid 1.11.0", 10511 "windmill-audit", 10512 "windmill-common", 10513 "windmill-git-sync", 10514 "windmill-indexer", 10515 "windmill-parser", 10516 - "windmill-parser-py-imports", 10517 "windmill-parser-ts", 10518 "windmill-queue", 10519 ] 10520 10521 [[package]] 10522 name = "windmill-api-client" 10523 - version = "1.410.3" 10524 dependencies = [ 10525 - "base64 0.21.7", 10526 "chrono", 10527 "openapiv3", 10528 "prettyplease 0.1.25", 10529 "progenitor", 10530 "progenitor-client", 10531 - "rand 0.8.5", 10532 "reqwest 0.11.27", 10533 "serde", 10534 "serde_json", 10535 "syn 1.0.109", 10536 - "uuid 1.11.0", 10537 ] 10538 10539 [[package]] 10540 name = "windmill-audit" 10541 - version = "1.410.3" 10542 dependencies = [ 10543 "chrono", 10544 "serde", ··· 10550 ] 10551 10552 [[package]] 10553 name = "windmill-common" 10554 - version = "1.410.3" 10555 dependencies = [ 10556 "anyhow", 10557 "async-stream", 10558 "aws-config", 10559 "aws-sdk-sts", 10560 "axum", 10561 "bytes", 10562 "chrono", 10563 "const_format", 10564 "crc", 10565 "cron", 10566 "futures-core", 10567 "gethostname", 10568 "git-version", 10569 "hex", 10570 "hmac", 10571 - "hyper 1.5.0", 10572 - "indexmap 2.6.0", 10573 - "itertools 0.13.0", 10574 "lazy_static", 10575 "magic-crypt", 10576 "mail-send", 10577 "object_store", 10578 "prometheus", 10579 - "rand 0.8.5", 10580 "regex", 10581 - "reqwest 0.12.8", 10582 "serde", 10583 "serde_json", 10584 "sha2 0.10.8", 10585 "sqlx", 10586 - "thiserror", 10587 "tikv-jemalloc-ctl", 10588 "tokio", 10589 "tracing", 10590 "tracing-appender", 10591 - "tracing-flame", 10592 "tracing-loki", 10593 "tracing-subscriber", 10594 - "uuid 1.11.0", 10595 "windmill-macros", 10596 ] 10597 10598 [[package]] 10599 name = "windmill-git-sync" 10600 - version = "1.410.3" 10601 dependencies = [ 10602 "regex", 10603 - "rsmq_async", 10604 "serde", 10605 "serde_json", 10606 "sqlx", 10607 "tracing", 10608 - "uuid 1.11.0", 10609 "windmill-common", 10610 "windmill-queue", 10611 ] 10612 10613 [[package]] 10614 name = "windmill-indexer" 10615 - version = "1.410.3" 10616 dependencies = [ 10617 "anyhow", 10618 "bytes", 10619 "chrono", 10620 "futures", 10621 "lazy_static", 10622 "object_store", ··· 10628 "tokio", 10629 "tokio-tar", 10630 "tracing", 10631 - "uuid 1.11.0", 10632 "windmill-common", 10633 ] 10634 10635 [[package]] 10636 name = "windmill-macros" 10637 - version = "1.410.3" 10638 dependencies = [ 10639 - "itertools 0.13.0", 10640 "lazy_static", 10641 "proc-macro2", 10642 "quote", 10643 "regex", 10644 - "syn 2.0.81", 10645 ] 10646 10647 [[package]] 10648 name = "windmill-parser" 10649 - version = "1.410.3" 10650 dependencies = [ 10651 "convert_case 0.6.0", 10652 "serde", ··· 10655 10656 [[package]] 10657 name = "windmill-parser-bash" 10658 - version = "1.410.3" 10659 dependencies = [ 10660 "anyhow", 10661 "lazy_static", ··· 10666 ] 10667 10668 [[package]] 10669 name = "windmill-parser-go" 10670 - version = "1.410.3" 10671 dependencies = [ 10672 "anyhow", 10673 "gosyn", 10674 - "itertools 0.13.0", 10675 "lazy_static", 10676 "regex", 10677 "windmill-parser", ··· 10679 10680 [[package]] 10681 name = "windmill-parser-graphql" 10682 - version = "1.410.3" 10683 dependencies = [ 10684 "anyhow", 10685 "lazy_static", ··· 10691 10692 [[package]] 10693 name = "windmill-parser-php" 10694 - version = "1.410.3" 10695 dependencies = [ 10696 "anyhow", 10697 - "itertools 0.13.0", 10698 "php-parser-rs", 10699 "serde_json", 10700 "windmill-parser", ··· 10702 10703 [[package]] 10704 name = "windmill-parser-py" 10705 - version = "1.410.3" 10706 dependencies = [ 10707 "anyhow", 10708 - "itertools 0.13.0", 10709 "rustpython-parser", 10710 "serde_json", 10711 "windmill-parser", ··· 10713 10714 [[package]] 10715 name = "windmill-parser-py-imports" 10716 - version = "1.410.3" 10717 dependencies = [ 10718 "anyhow", 10719 "async-recursion", 10720 - "itertools 0.13.0", 10721 "lazy_static", 10722 "phf", 10723 "regex", 10724 "regex-lite", ··· 10731 10732 [[package]] 10733 name = "windmill-parser-rust" 10734 - version = "1.410.3" 10735 dependencies = [ 10736 "anyhow", 10737 "convert_case 0.6.0", 10738 - "itertools 0.13.0", 10739 "lazy_static", 10740 "pulldown-cmark", 10741 "quote", 10742 "regex", 10743 "serde_json", 10744 - "syn 2.0.81", 10745 "toml 0.7.8", 10746 "windmill-parser", 10747 ] 10748 10749 [[package]] 10750 name = "windmill-parser-sql" 10751 - version = "1.410.3" 10752 dependencies = [ 10753 "anyhow", 10754 "lazy_static", ··· 10760 10761 [[package]] 10762 name = "windmill-parser-ts" 10763 - version = "1.410.3" 10764 dependencies = [ 10765 "anyhow", 10766 "lazy_static", ··· 10778 10779 [[package]] 10780 name = "windmill-parser-wasm" 10781 - version = "1.410.3" 10782 dependencies = [ 10783 "anyhow", 10784 "getrandom 0.2.15", ··· 10787 "wasm-bindgen-test", 10788 "windmill-parser", 10789 "windmill-parser-bash", 10790 "windmill-parser-go", 10791 "windmill-parser-graphql", 10792 "windmill-parser-php", ··· 10799 10800 [[package]] 10801 name = "windmill-parser-yaml" 10802 - version = "1.410.3" 10803 dependencies = [ 10804 "anyhow", 10805 "serde_json", ··· 10809 10810 [[package]] 10811 name = "windmill-queue" 10812 - version = "1.410.3" 10813 dependencies = [ 10814 "anyhow", 10815 "async-recursion", 10816 "axum", 10817 - "bigdecimal", 10818 "chrono", 10819 - "chrono-tz 0.10.0", 10820 "cron", 10821 "futures-core", 10822 "hex", 10823 "hmac", 10824 - "itertools 0.13.0", 10825 "lazy_static", 10826 "prometheus", 10827 "regex", 10828 - "reqwest 0.12.8", 10829 - "rsmq_async", 10830 "serde", 10831 "serde_json", 10832 "serde_urlencoded", ··· 10835 "tokio", 10836 "tracing", 10837 "ulid", 10838 - "uuid 1.11.0", 10839 "windmill-audit", 10840 "windmill-common", 10841 ] 10842 10843 [[package]] 10844 name = "windmill-sql-datatype-parser-wasm" 10845 - version = "1.410.3" 10846 dependencies = [ 10847 "wasm-bindgen", 10848 "wasm-bindgen-test", ··· 10852 10853 [[package]] 10854 name = "windmill-worker" 10855 - version = "1.410.3" 10856 dependencies = [ 10857 "anyhow", 10858 "async-recursion", 10859 - "base64 0.21.7", 10860 "bit-vec", 10861 "bytes", 10862 "chrono", 10863 "const_format", ··· 10865 "deno_ast", 10866 "deno_console", 10867 "deno_core", 10868 "deno_fetch", 10869 "deno_net", 10870 "deno_tls", 10871 "deno_url", 10872 "deno_web", ··· 10877 "gcp_auth", 10878 "git-version", 10879 "hex", 10880 - "itertools 0.13.0", 10881 "jsonwebtoken", 10882 "lazy_static", 10883 "mappable-rc", ··· 10886 "nix", 10887 "object_store", 10888 "once_cell", 10889 - "openidconnect", 10890 - "pem 3.0.4", 10891 - "postgres-native-tls", 10892 "prometheus", 10893 - "rand 0.8.5", 10894 "regex", 10895 - "reqwest 0.12.8", 10896 - "rsmq_async", 10897 "rust_decimal", 10898 "serde", 10899 "serde_json", 10900 "sha2 0.10.8", 10901 "sqlx", 10902 - "swc_ecma_parser", 10903 "tar", 10904 "tiberius", 10905 "tokio", 10906 - "tokio-postgres", 10907 "tokio-util", 10908 "tracing", 10909 "urlencoding", 10910 - "uuid 1.11.0", 10911 "windmill-audit", 10912 "windmill-common", 10913 "windmill-git-sync", 10914 "windmill-parser", 10915 "windmill-parser-bash", 10916 "windmill-parser-go", 10917 "windmill-parser-graphql", 10918 "windmill-parser-php", ··· 10924 "windmill-parser-yaml", 10925 "windmill-queue", 10926 "yaml-rust", 10927 - "zstd 0.12.4", 10928 ] 10929 10930 [[package]] ··· 10937 ] 10938 10939 [[package]] 10940 name = "windows-registry" 10941 version = "0.2.0" 10942 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11125 11126 [[package]] 11127 name = "winnow" 11128 - version = "0.6.20" 11129 source = "registry+https://github.com/rust-lang/crates.io-index" 11130 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 11131 dependencies = [ 11132 "memchr", 11133 ] ··· 11149 checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 11150 11151 [[package]] 11152 name = "wyz" 11153 version = "0.5.1" 11154 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11158 ] 11159 11160 [[package]] 11161 name = "xattr" 11162 - version = "1.3.1" 11163 source = "registry+https://github.com/rust-lang/crates.io-index" 11164 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 11165 dependencies = [ 11166 "libc", 11167 "linux-raw-sys", ··· 11169 ] 11170 11171 [[package]] 11172 name = "xmlparser" 11173 version = "0.13.6" 11174 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11200 11201 [[package]] 11202 name = "yoke" 11203 - version = "0.7.4" 11204 source = "registry+https://github.com/rust-lang/crates.io-index" 11205 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 11206 dependencies = [ 11207 "serde", 11208 "stable_deref_trait", ··· 11212 11213 [[package]] 11214 name = "yoke-derive" 11215 - version = "0.7.4" 11216 source = "registry+https://github.com/rust-lang/crates.io-index" 11217 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 11218 dependencies = [ 11219 "proc-macro2", 11220 "quote", 11221 - "syn 2.0.81", 11222 - "synstructure", 11223 ] 11224 11225 [[package]] ··· 11229 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 11230 dependencies = [ 11231 "byteorder", 11232 - "zerocopy-derive", 11233 ] 11234 11235 [[package]] ··· 11240 dependencies = [ 11241 "proc-macro2", 11242 "quote", 11243 - "syn 2.0.81", 11244 ] 11245 11246 [[package]] 11247 name = "zerofrom" 11248 - version = "0.1.4" 11249 source = "registry+https://github.com/rust-lang/crates.io-index" 11250 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 11251 dependencies = [ 11252 "zerofrom-derive", 11253 ] 11254 11255 [[package]] 11256 name = "zerofrom-derive" 11257 - version = "0.1.4" 11258 source = "registry+https://github.com/rust-lang/crates.io-index" 11259 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 11260 dependencies = [ 11261 "proc-macro2", 11262 "quote", 11263 - "syn 2.0.81", 11264 - "synstructure", 11265 ] 11266 11267 [[package]] ··· 11269 version = "1.8.1" 11270 source = "registry+https://github.com/rust-lang/crates.io-index" 11271 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 11272 - 11273 - [[package]] 11274 - name = "zip" 11275 - version = "0.6.6" 11276 - source = "registry+https://github.com/rust-lang/crates.io-index" 11277 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 11278 dependencies = [ 11279 - "byteorder", 11280 - "crc32fast", 11281 - "crossbeam-utils", 11282 ] 11283 11284 [[package]] 11285 - name = "zstd" 11286 - version = "0.11.2+zstd.1.5.2" 11287 source = "registry+https://github.com/rust-lang/crates.io-index" 11288 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 11289 dependencies = [ 11290 - "zstd-safe 5.0.2+zstd.1.5.2", 11291 ] 11292 11293 [[package]] 11294 - name = "zstd" 11295 - version = "0.12.4" 11296 source = "registry+https://github.com/rust-lang/crates.io-index" 11297 - checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" 11298 dependencies = [ 11299 - "zstd-safe 6.0.6", 11300 ] 11301 11302 [[package]] 11303 - name = "zstd" 11304 - version = "0.13.2" 11305 source = "registry+https://github.com/rust-lang/crates.io-index" 11306 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 11307 dependencies = [ 11308 - "zstd-safe 7.2.1", 11309 ] 11310 11311 [[package]] 11312 - name = "zstd-safe" 11313 - version = "5.0.2+zstd.1.5.2" 11314 source = "registry+https://github.com/rust-lang/crates.io-index" 11315 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 11316 dependencies = [ 11317 - "libc", 11318 - "zstd-sys", 11319 ] 11320 11321 [[package]] 11322 - name = "zstd-safe" 11323 - version = "6.0.6" 11324 source = "registry+https://github.com/rust-lang/crates.io-index" 11325 - checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" 11326 dependencies = [ 11327 - "libc", 11328 - "zstd-sys", 11329 ] 11330 11331 [[package]]
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 + version = 4 4 5 [[package]] 6 name = "Inflector" ··· 34 checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 35 36 [[package]] 37 + name = "aead" 38 + version = "0.5.2" 39 + source = "registry+https://github.com/rust-lang/crates.io-index" 40 + checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 41 + dependencies = [ 42 + "crypto-common", 43 + "generic-array", 44 + ] 45 + 46 + [[package]] 47 + name = "aead-gcm-stream" 48 + version = "0.4.0" 49 + source = "registry+https://github.com/rust-lang/crates.io-index" 50 + checksum = "e70c8dec860340effb00f6945c49c0daaa6dac963602750db862eabb74bf7886" 51 + dependencies = [ 52 + "aead", 53 + "aes 0.8.3", 54 + "cipher 0.4.4", 55 + "ctr", 56 + "ghash", 57 + "subtle", 58 + ] 59 + 60 + [[package]] 61 name = "aes" 62 version = "0.7.5" 63 source = "registry+https://github.com/rust-lang/crates.io-index" 64 checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 65 dependencies = [ 66 "cfg-if", 67 + "cipher 0.3.0", 68 "cpufeatures", 69 "opaque-debug", 70 ] 71 72 [[package]] 73 + name = "aes" 74 + version = "0.8.3" 75 + source = "registry+https://github.com/rust-lang/crates.io-index" 76 + checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" 77 + dependencies = [ 78 + "cfg-if", 79 + "cipher 0.4.4", 80 + "cpufeatures", 81 + ] 82 + 83 + [[package]] 84 + name = "aes-gcm" 85 + version = "0.10.3" 86 + source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 88 + dependencies = [ 89 + "aead", 90 + "aes 0.8.3", 91 + "cipher 0.4.4", 92 + "ctr", 93 + "ghash", 94 + "subtle", 95 + ] 96 + 97 + [[package]] 98 + name = "aes-kw" 99 + version = "0.2.1" 100 + source = "registry+https://github.com/rust-lang/crates.io-index" 101 + checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" 102 + dependencies = [ 103 + "aes 0.8.3", 104 + ] 105 + 106 + [[package]] 107 name = "ahash" 108 version = "0.7.8" 109 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 125 "getrandom 0.2.15", 126 "once_cell", 127 "version_check", 128 + "zerocopy 0.7.35", 129 ] 130 131 [[package]] ··· 154 155 [[package]] 156 name = "allocator-api2" 157 + version = "0.2.21" 158 source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 160 161 [[package]] 162 name = "android-tzdata" ··· 175 176 [[package]] 177 name = "anstream" 178 + version = "0.6.18" 179 source = "registry+https://github.com/rust-lang/crates.io-index" 180 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 181 dependencies = [ 182 "anstyle", 183 "anstyle-parse", ··· 190 191 [[package]] 192 name = "anstyle" 193 + version = "1.0.10" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 196 197 [[package]] 198 name = "anstyle-parse" 199 + version = "0.2.6" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 + checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 202 dependencies = [ 203 "utf8parse", 204 ] 205 206 [[package]] 207 name = "anstyle-query" 208 + version = "1.1.2" 209 source = "registry+https://github.com/rust-lang/crates.io-index" 210 + checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 211 dependencies = [ 212 + "windows-sys 0.59.0", 213 ] 214 215 [[package]] 216 name = "anstyle-wincon" 217 + version = "3.0.7" 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 + checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 220 dependencies = [ 221 "anstyle", 222 + "once_cell", 223 + "windows-sys 0.59.0", 224 ] 225 226 [[package]] 227 name = "anyhow" 228 + version = "1.0.97" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" 231 232 [[package]] 233 name = "arc-swap" ··· 273 version = "0.7.6" 274 source = "registry+https://github.com/rust-lang/crates.io-index" 275 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 276 + dependencies = [ 277 + "serde", 278 + ] 279 280 [[package]] 281 name = "arrow" ··· 421 "arrow-schema", 422 "chrono", 423 "half", 424 + "indexmap 2.7.1", 425 "lexical-core", 426 "num", 427 "serde", ··· 495 ] 496 497 [[package]] 498 + name = "ash" 499 + version = "0.37.3+1.3.251" 500 source = "registry+https://github.com/rust-lang/crates.io-index" 501 + checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 502 + dependencies = [ 503 + "libloading 0.7.4", 504 + ] 505 + 506 + [[package]] 507 + name = "asn1-rs" 508 + version = "0.5.2" 509 + source = "registry+https://github.com/rust-lang/crates.io-index" 510 + checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 511 + dependencies = [ 512 + "asn1-rs-derive", 513 + "asn1-rs-impl", 514 + "displaydoc", 515 + "nom 7.1.3", 516 + "num-traits", 517 + "rusticata-macros", 518 + "thiserror 1.0.69", 519 + "time", 520 + ] 521 + 522 + [[package]] 523 + name = "asn1-rs-derive" 524 + version = "0.4.0" 525 + source = "registry+https://github.com/rust-lang/crates.io-index" 526 + checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 527 dependencies = [ 528 "proc-macro2", 529 "quote", 530 + "syn 1.0.109", 531 + "synstructure 0.12.6", 532 ] 533 534 [[package]] 535 + name = "asn1-rs-impl" 536 + version = "0.1.0" 537 source = "registry+https://github.com/rust-lang/crates.io-index" 538 + checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 539 dependencies = [ 540 + "proc-macro2", 541 + "quote", 542 + "syn 1.0.109", 543 ] 544 545 [[package]] 546 + name = "ast_node" 547 + version = "0.9.9" 548 source = "registry+https://github.com/rust-lang/crates.io-index" 549 + checksum = "f9184f2b369b3e8625712493c89b785881f27eedc6cde480a81883cef78868b2" 550 dependencies = [ 551 + "proc-macro2", 552 + "quote", 553 + "swc_macros_common", 554 + "syn 2.0.99", 555 ] 556 557 [[package]] 558 + name = "async-channel" 559 + version = "1.9.0" 560 source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 562 dependencies = [ 563 + "concurrent-queue", 564 + "event-listener 2.5.3", 565 "futures-core", 566 ] 567 568 [[package]] 569 name = "async-compression" 570 + version = "0.4.19" 571 source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c" 573 dependencies = [ 574 "brotli 7.0.0", 575 + "bzip2 0.5.2", 576 "flate2", 577 "futures-core", 578 "futures-io", ··· 580 "pin-project-lite", 581 "tokio", 582 "xz2", 583 + "zstd", 584 + "zstd-safe", 585 ] 586 587 [[package]] 588 + name = "async-nats" 589 + version = "0.38.0" 590 source = "registry+https://github.com/rust-lang/crates.io-index" 591 + checksum = "76433c4de73442daedb3a59e991d94e85c14ebfc33db53dfcd347a21cd6ef4f8" 592 dependencies = [ 593 + "base64 0.22.1", 594 + "bytes", 595 + "futures", 596 + "memchr", 597 + "nkeys", 598 + "nuid", 599 "once_cell", 600 + "pin-project", 601 + "portable-atomic", 602 + "rand 0.8.5", 603 + "regex", 604 + "ring 0.17.11", 605 + "rustls-native-certs 0.7.3", 606 + "rustls-pemfile 2.2.0", 607 + "rustls-webpki 0.102.8", 608 + "serde", 609 + "serde_json", 610 + "serde_nanos", 611 + "serde_repr", 612 + "thiserror 1.0.69", 613 + "time", 614 + "tokio", 615 + "tokio-rustls 0.26.2", 616 + "tokio-util", 617 + "tokio-websockets", 618 "tracing", 619 + "tryhard", 620 + "url", 621 ] 622 623 [[package]] ··· 628 dependencies = [ 629 "base64 0.22.1", 630 "bytes", 631 + "http 1.2.0", 632 "rand 0.8.5", 633 + "reqwest 0.12.12", 634 "serde", 635 "serde-aux", 636 "serde_json", 637 "sha2 0.10.8", 638 + "thiserror 1.0.69", 639 "url", 640 ] 641 642 [[package]] 643 + name = "async-once-cell" 644 + version = "0.5.4" 645 + source = "registry+https://github.com/rust-lang/crates.io-index" 646 + checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a" 647 + 648 + [[package]] 649 name = "async-recursion" 650 version = "1.1.1" 651 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 653 dependencies = [ 654 "proc-macro2", 655 "quote", 656 + "syn 2.0.99", 657 ] 658 659 [[package]] ··· 675 dependencies = [ 676 "proc-macro2", 677 "quote", 678 + "syn 2.0.99", 679 ] 680 681 [[package]] 682 name = "async-stripe" 683 + version = "0.39.1" 684 source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "58d670cf4d47a1b8ffef54286a5625382e360a34ee76902fd93ad8c7032a0c30" 686 dependencies = [ 687 "chrono", 688 "futures-util", 689 "hex", 690 "hmac", 691 "http-types", 692 + "hyper 0.14.32", 693 "hyper-tls 0.5.0", 694 "serde", 695 "serde_json", ··· 698 "sha2 0.10.8", 699 "smart-default", 700 "smol_str", 701 + "thiserror 1.0.69", 702 "tokio", 703 "uuid 0.8.2", 704 ] 705 706 [[package]] 707 name = "async-trait" 708 + version = "0.1.87" 709 source = "registry+https://github.com/rust-lang/crates.io-index" 710 + checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" 711 dependencies = [ 712 "proc-macro2", 713 "quote", 714 + "syn 2.0.99", 715 ] 716 717 [[package]] 718 name = "async_zip" 719 + version = "0.0.17" 720 source = "registry+https://github.com/rust-lang/crates.io-index" 721 + checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52" 722 dependencies = [ 723 + "async-compression", 724 "chrono", 725 "crc32fast", 726 + "futures-lite 2.6.0", 727 "pin-project", 728 + "thiserror 1.0.69", 729 "tokio", 730 + "tokio-util", 731 ] 732 733 [[package]] ··· 766 767 [[package]] 768 name = "aws-config" 769 + version = "1.5.17" 770 source = "registry+https://github.com/rust-lang/crates.io-index" 771 + checksum = "490aa7465ee685b2ced076bb87ef654a47724a7844e2c7d3af4e749ce5b875dd" 772 dependencies = [ 773 "aws-credential-types", 774 "aws-runtime", ··· 783 "aws-smithy-types", 784 "aws-types", 785 "bytes", 786 + "fastrand 2.3.0", 787 "hex", 788 "http 0.2.12", 789 + "ring 0.17.11", 790 "time", 791 "tokio", 792 "tracing", ··· 808 809 [[package]] 810 name = "aws-runtime" 811 + version = "1.5.5" 812 source = "registry+https://github.com/rust-lang/crates.io-index" 813 + checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad" 814 dependencies = [ 815 "aws-credential-types", 816 "aws-sigv4", ··· 821 "aws-smithy-types", 822 "aws-types", 823 "bytes", 824 + "fastrand 2.3.0", 825 "http 0.2.12", 826 "http-body 0.4.6", 827 "once_cell", 828 "percent-encoding", 829 "pin-project-lite", 830 "tracing", 831 + "uuid 1.15.1", 832 + ] 833 + 834 + [[package]] 835 + name = "aws-sdk-sqs" 836 + version = "1.60.0" 837 + source = "registry+https://github.com/rust-lang/crates.io-index" 838 + checksum = "79658931b5ceb0b88779f521b891c6e60f28c464775e3482ae56dfc518052159" 839 + dependencies = [ 840 + "aws-credential-types", 841 + "aws-runtime", 842 + "aws-smithy-async", 843 + "aws-smithy-http", 844 + "aws-smithy-json", 845 + "aws-smithy-runtime", 846 + "aws-smithy-runtime-api", 847 + "aws-smithy-types", 848 + "aws-types", 849 + "bytes", 850 + "http 0.2.12", 851 + "once_cell", 852 + "regex-lite", 853 + "tracing", 854 ] 855 856 [[package]] 857 name = "aws-sdk-sso" 858 + version = "1.60.0" 859 source = "registry+https://github.com/rust-lang/crates.io-index" 860 + checksum = "60186fab60b24376d3e33b9ff0a43485f99efd470e3b75a9160c849741d63d56" 861 dependencies = [ 862 "aws-credential-types", 863 "aws-runtime", ··· 877 878 [[package]] 879 name = "aws-sdk-ssooidc" 880 + version = "1.61.0" 881 source = "registry+https://github.com/rust-lang/crates.io-index" 882 + checksum = "7033130ce1ee13e6018905b7b976c915963755aef299c1521897679d6cd4f8ef" 883 dependencies = [ 884 "aws-credential-types", 885 "aws-runtime", ··· 899 900 [[package]] 901 name = "aws-sdk-sts" 902 + version = "1.61.0" 903 source = "registry+https://github.com/rust-lang/crates.io-index" 904 + checksum = "c5c1cac7677179d622b4448b0d31bcb359185295dc6fca891920cfb17e2b5156" 905 dependencies = [ 906 "aws-credential-types", 907 "aws-runtime", ··· 922 923 [[package]] 924 name = "aws-sigv4" 925 + version = "1.2.9" 926 source = "registry+https://github.com/rust-lang/crates.io-index" 927 + checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051" 928 dependencies = [ 929 "aws-credential-types", 930 "aws-smithy-http", ··· 935 "hex", 936 "hmac", 937 "http 0.2.12", 938 + "http 1.2.0", 939 "once_cell", 940 "percent-encoding", 941 "sha2 0.10.8", ··· 945 946 [[package]] 947 name = "aws-smithy-async" 948 + version = "1.2.4" 949 source = "registry+https://github.com/rust-lang/crates.io-index" 950 + checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e" 951 dependencies = [ 952 "futures-util", 953 "pin-project-lite", ··· 956 957 [[package]] 958 name = "aws-smithy-http" 959 + version = "0.60.12" 960 source = "registry+https://github.com/rust-lang/crates.io-index" 961 + checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc" 962 dependencies = [ 963 "aws-smithy-runtime-api", 964 "aws-smithy-types", ··· 976 977 [[package]] 978 name = "aws-smithy-json" 979 + version = "0.61.2" 980 source = "registry+https://github.com/rust-lang/crates.io-index" 981 + checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422" 982 dependencies = [ 983 "aws-smithy-types", 984 ] ··· 995 996 [[package]] 997 name = "aws-smithy-runtime" 998 + version = "1.7.8" 999 source = "registry+https://github.com/rust-lang/crates.io-index" 1000 + checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92" 1001 dependencies = [ 1002 "aws-smithy-async", 1003 "aws-smithy-http", 1004 "aws-smithy-runtime-api", 1005 "aws-smithy-types", 1006 "bytes", 1007 + "fastrand 2.3.0", 1008 "h2 0.3.26", 1009 "http 0.2.12", 1010 "http-body 0.4.6", 1011 "http-body 1.0.1", 1012 "httparse", 1013 + "hyper 0.14.32", 1014 "hyper-rustls 0.24.2", 1015 "once_cell", 1016 "pin-project-lite", ··· 1022 1023 [[package]] 1024 name = "aws-smithy-runtime-api" 1025 + version = "1.7.3" 1026 source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd" 1028 dependencies = [ 1029 "aws-smithy-async", 1030 "aws-smithy-types", 1031 "bytes", 1032 "http 0.2.12", 1033 + "http 1.2.0", 1034 "pin-project-lite", 1035 "tokio", 1036 "tracing", ··· 1039 1040 [[package]] 1041 name = "aws-smithy-types" 1042 + version = "1.2.13" 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1044 + checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042" 1045 dependencies = [ 1046 "base64-simd 0.8.0", 1047 "bytes", 1048 "bytes-utils", 1049 "futures-core", 1050 "http 0.2.12", 1051 + "http 1.2.0", 1052 "http-body 0.4.6", 1053 "http-body 1.0.1", 1054 "http-body-util", ··· 1074 1075 [[package]] 1076 name = "aws-types" 1077 + version = "1.3.5" 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 1079 + checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f" 1080 dependencies = [ 1081 "aws-credential-types", 1082 "aws-smithy-async", ··· 1088 1089 [[package]] 1090 name = "axum" 1091 + version = "0.7.9" 1092 source = "registry+https://github.com/rust-lang/crates.io-index" 1093 + checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" 1094 dependencies = [ 1095 "async-trait", 1096 "axum-core", 1097 "bytes", 1098 "futures-util", 1099 + "http 1.2.0", 1100 "http-body 1.0.1", 1101 "http-body-util", 1102 + "hyper 1.6.0", 1103 "hyper-util", 1104 "itoa", 1105 "matchit", ··· 1113 "serde_json", 1114 "serde_path_to_error", 1115 "serde_urlencoded", 1116 + "sync_wrapper 1.0.2", 1117 "tokio", 1118 + "tower 0.5.2", 1119 "tower-layer", 1120 "tower-service", 1121 "tracing", ··· 1130 "async-trait", 1131 "bytes", 1132 "futures-util", 1133 + "http 1.2.0", 1134 "http-body 1.0.1", 1135 "http-body-util", 1136 "mime", 1137 "pin-project-lite", 1138 "rustversion", 1139 + "sync_wrapper 1.0.2", 1140 "tower-layer", 1141 "tower-service", 1142 "tracing", 1143 ] 1144 1145 [[package]] 1146 + name = "az" 1147 + version = "1.2.1" 1148 + source = "registry+https://github.com/rust-lang/crates.io-index" 1149 + checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" 1150 + 1151 + [[package]] 1152 + name = "backon" 1153 + version = "1.4.0" 1154 + source = "registry+https://github.com/rust-lang/crates.io-index" 1155 + checksum = "49fef586913a57ff189f25c9b3d034356a5bf6b3fa9a7f067588fe1698ba1f5d" 1156 + dependencies = [ 1157 + "fastrand 2.3.0", 1158 + "gloo-timers", 1159 + "tokio", 1160 + ] 1161 + 1162 + [[package]] 1163 name = "backtrace" 1164 version = "0.3.74" 1165 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1168 "addr2line", 1169 "cfg-if", 1170 "libc", 1171 + "miniz_oxide 0.8.5", 1172 "object", 1173 "rustc-demangle", 1174 "windows-targets 0.52.6", ··· 1219 source = "registry+https://github.com/rust-lang/crates.io-index" 1220 checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 1221 dependencies = [ 1222 + "outref 0.5.2", 1223 "vsimd", 1224 ] 1225 ··· 1230 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1231 1232 [[package]] 1233 name = "better_scoped_tls" 1234 version = "0.1.2" 1235 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1240 1241 [[package]] 1242 name = "bigdecimal" 1243 + version = "0.4.7" 1244 source = "registry+https://github.com/rust-lang/crates.io-index" 1245 + checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" 1246 dependencies = [ 1247 "autocfg", 1248 "libm", ··· 1266 source = "registry+https://github.com/rust-lang/crates.io-index" 1267 checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 1268 dependencies = [ 1269 + "bitflags 2.9.0", 1270 "cexpr", 1271 "clang-sys", 1272 "itertools 0.12.1", 1273 "lazy_static", 1274 "lazycell", 1275 "log", 1276 + "prettyplease 0.2.29", 1277 "proc-macro2", 1278 "quote", 1279 "regex", 1280 "rustc-hash 1.1.0", 1281 "shlex", 1282 + "syn 2.0.99", 1283 "which 4.4.2", 1284 ] 1285 ··· 1289 source = "registry+https://github.com/rust-lang/crates.io-index" 1290 checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 1291 dependencies = [ 1292 + "bitflags 2.9.0", 1293 "cexpr", 1294 "clang-sys", 1295 "itertools 0.13.0", 1296 + "log", 1297 + "prettyplease 0.2.29", 1298 "proc-macro2", 1299 "quote", 1300 "regex", 1301 "rustc-hash 1.1.0", 1302 "shlex", 1303 + "syn 2.0.99", 1304 ] 1305 1306 [[package]] ··· 1326 1327 [[package]] 1328 name = "bitflags" 1329 + version = "2.9.0" 1330 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 1332 dependencies = [ 1333 "serde", 1334 ] ··· 1365 1366 [[package]] 1367 name = "blake3" 1368 + version = "1.6.1" 1369 source = "registry+https://github.com/rust-lang/crates.io-index" 1370 + checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753" 1371 dependencies = [ 1372 "arrayref", 1373 "arrayvec", ··· 1377 ] 1378 1379 [[package]] 1380 + name = "block" 1381 + version = "0.1.6" 1382 + source = "registry+https://github.com/rust-lang/crates.io-index" 1383 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 1384 + 1385 + [[package]] 1386 name = "block-buffer" 1387 version = "0.9.0" 1388 source = "registry+https://github.com/rust-lang/crates.io-index" 1389 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 1390 dependencies = [ 1391 + "block-padding 0.2.1", 1392 "generic-array", 1393 ] 1394 ··· 1407 source = "registry+https://github.com/rust-lang/crates.io-index" 1408 checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" 1409 dependencies = [ 1410 + "block-padding 0.2.1", 1411 + "cipher 0.3.0", 1412 ] 1413 1414 [[package]] ··· 1418 checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" 1419 1420 [[package]] 1421 + name = "block-padding" 1422 + version = "0.3.3" 1423 + source = "registry+https://github.com/rust-lang/crates.io-index" 1424 + checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 1425 + dependencies = [ 1426 + "generic-array", 1427 + ] 1428 + 1429 + [[package]] 1430 + name = "bollard" 1431 + version = "0.18.1" 1432 + source = "registry+https://github.com/rust-lang/crates.io-index" 1433 + checksum = "97ccca1260af6a459d75994ad5acc1651bcabcbdbc41467cc9786519ab854c30" 1434 + dependencies = [ 1435 + "base64 0.22.1", 1436 + "bollard-stubs", 1437 + "bytes", 1438 + "futures-core", 1439 + "futures-util", 1440 + "hex", 1441 + "http 1.2.0", 1442 + "http-body-util", 1443 + "hyper 1.6.0", 1444 + "hyper-named-pipe", 1445 + "hyper-util", 1446 + "hyperlocal", 1447 + "log", 1448 + "pin-project-lite", 1449 + "serde", 1450 + "serde_derive", 1451 + "serde_json", 1452 + "serde_repr", 1453 + "serde_urlencoded", 1454 + "thiserror 2.0.12", 1455 + "tokio", 1456 + "tokio-util", 1457 + "tower-service", 1458 + "url", 1459 + "winapi", 1460 + ] 1461 + 1462 + [[package]] 1463 + name = "bollard-stubs" 1464 + version = "1.47.1-rc.27.3.1" 1465 source = "registry+https://github.com/rust-lang/crates.io-index" 1466 + checksum = "3f179cfbddb6e77a5472703d4b30436bff32929c0aa8a9008ecf23d1d3cdd0da" 1467 dependencies = [ 1468 + "serde", 1469 + "serde_repr", 1470 + "serde_with", 1471 ] 1472 1473 [[package]] 1474 name = "borsh" 1475 + version = "1.5.5" 1476 source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc" 1478 dependencies = [ 1479 "borsh-derive", 1480 + "cfg_aliases 0.2.1", 1481 ] 1482 1483 [[package]] 1484 name = "borsh-derive" 1485 + version = "1.5.5" 1486 source = "registry+https://github.com/rust-lang/crates.io-index" 1487 + checksum = "f8b668d39970baad5356d7c83a86fee3a539e6f93bf6764c97368243e17a0487" 1488 dependencies = [ 1489 "once_cell", 1490 "proc-macro-crate", 1491 "proc-macro2", 1492 "quote", 1493 + "syn 2.0.99", 1494 + ] 1495 + 1496 + [[package]] 1497 + name = "boxed_error" 1498 + version = "0.2.3" 1499 + source = "registry+https://github.com/rust-lang/crates.io-index" 1500 + checksum = "17d4f95e880cfd28c4ca5a006cf7f6af52b4bcb7b5866f573b2faa126fb7affb" 1501 + dependencies = [ 1502 + "quote", 1503 + "syn 2.0.99", 1504 ] 1505 1506 [[package]] ··· 1527 1528 [[package]] 1529 name = "brotli-decompressor" 1530 + version = "4.0.2" 1531 source = "registry+https://github.com/rust-lang/crates.io-index" 1532 + checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37" 1533 dependencies = [ 1534 "alloc-no-stdlib", 1535 "alloc-stdlib", 1536 ] 1537 1538 [[package]] 1539 + name = "bstr" 1540 + version = "1.11.3" 1541 + source = "registry+https://github.com/rust-lang/crates.io-index" 1542 + checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" 1543 + dependencies = [ 1544 + "memchr", 1545 + "serde", 1546 + ] 1547 + 1548 + [[package]] 1549 name = "btoi" 1550 version = "0.4.3" 1551 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1566 1567 [[package]] 1568 name = "bumpalo" 1569 + version = "3.17.0" 1570 source = "registry+https://github.com/rust-lang/crates.io-index" 1571 + checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 1572 dependencies = [ 1573 "allocator-api2", 1574 ] ··· 1597 1598 [[package]] 1599 name = "bytemuck" 1600 + version = "1.22.0" 1601 source = "registry+https://github.com/rust-lang/crates.io-index" 1602 + checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" 1603 dependencies = [ 1604 "bytemuck_derive", 1605 ] 1606 1607 [[package]] 1608 name = "bytemuck_derive" 1609 + version = "1.8.1" 1610 source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" 1612 dependencies = [ 1613 "proc-macro2", 1614 "quote", 1615 + "syn 2.0.99", 1616 ] 1617 1618 [[package]] ··· 1623 1624 [[package]] 1625 name = "bytes" 1626 + version = "1.10.0" 1627 source = "registry+https://github.com/rust-lang/crates.io-index" 1628 + checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" 1629 + dependencies = [ 1630 + "serde", 1631 + ] 1632 1633 [[package]] 1634 name = "bytes-utils" ··· 1651 ] 1652 1653 [[package]] 1654 + name = "bzip2" 1655 + version = "0.5.2" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47" 1658 + dependencies = [ 1659 + "bzip2-sys", 1660 + ] 1661 + 1662 + [[package]] 1663 name = "bzip2-sys" 1664 + version = "0.1.13+1.0.8" 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" 1667 dependencies = [ 1668 "cc", 1669 "pkg-config", 1670 ] 1671 1672 [[package]] 1673 + name = "cache_control" 1674 + version = "0.2.0" 1675 + source = "registry+https://github.com/rust-lang/crates.io-index" 1676 + checksum = "1bf2a5fb3207c12b5d208ebc145f967fea5cac41a021c37417ccc31ba40f39ee" 1677 + 1678 + [[package]] 1679 name = "candle-core" 1680 version = "0.3.3" 1681 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1684 "byteorder", 1685 "gemm", 1686 "half", 1687 + "memmap2 0.9.5", 1688 "num-traits", 1689 "num_cpus", 1690 "rand 0.8.5", 1691 "rand_distr", 1692 "rayon", 1693 "safetensors", 1694 + "thiserror 1.0.69", 1695 "yoke", 1696 "zip", 1697 ] ··· 1708 "rayon", 1709 "safetensors", 1710 "serde", 1711 + "thiserror 1.0.69", 1712 ] 1713 1714 [[package]] ··· 1731 ] 1732 1733 [[package]] 1734 + name = "capacity_builder" 1735 + version = "0.1.3" 1736 + source = "registry+https://github.com/rust-lang/crates.io-index" 1737 + checksum = "58ec49028cb308564429cd8fac4ef21290067a0afe8f5955330a8d487d0d790c" 1738 + dependencies = [ 1739 + "itoa", 1740 + ] 1741 + 1742 + [[package]] 1743 + name = "capacity_builder" 1744 + version = "0.5.0" 1745 + source = "registry+https://github.com/rust-lang/crates.io-index" 1746 + checksum = "8f2d24a6dcf0cd402a21b65d35340f3a49ff3475dc5fdac91d22d2733e6641c6" 1747 + dependencies = [ 1748 + "capacity_builder_macros", 1749 + "ecow", 1750 + "hipstr", 1751 + "itoa", 1752 + ] 1753 + 1754 + [[package]] 1755 + name = "capacity_builder_macros" 1756 + version = "0.3.0" 1757 + source = "registry+https://github.com/rust-lang/crates.io-index" 1758 + checksum = "3b4a6cae9efc04cc6cbb8faf338d2c497c165c83e74509cf4dbedea948bbf6e5" 1759 + dependencies = [ 1760 + "quote", 1761 + "syn 2.0.99", 1762 + ] 1763 + 1764 + [[package]] 1765 name = "cargo-lock" 1766 version = "9.0.0" 1767 source = "registry+https://github.com/rust-lang/crates.io-index" 1768 checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" 1769 dependencies = [ 1770 + "semver 1.0.25", 1771 "serde", 1772 "toml 0.7.8", 1773 "url", 1774 ] 1775 1776 [[package]] 1777 + name = "cbc" 1778 + version = "0.1.2" 1779 + source = "registry+https://github.com/rust-lang/crates.io-index" 1780 + checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 1781 + dependencies = [ 1782 + "cipher 0.4.4", 1783 + ] 1784 + 1785 + [[package]] 1786 name = "cc" 1787 + version = "1.2.16" 1788 source = "registry+https://github.com/rust-lang/crates.io-index" 1789 + checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" 1790 dependencies = [ 1791 "jobserver", 1792 "libc", ··· 1805 source = "registry+https://github.com/rust-lang/crates.io-index" 1806 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 1807 dependencies = [ 1808 + "nom 7.1.3", 1809 ] 1810 1811 [[package]] ··· 1816 1817 [[package]] 1818 name = "cfg_aliases" 1819 + version = "0.1.1" 1820 + source = "registry+https://github.com/rust-lang/crates.io-index" 1821 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 1822 + 1823 + [[package]] 1824 + name = "cfg_aliases" 1825 version = "0.2.1" 1826 source = "registry+https://github.com/rust-lang/crates.io-index" 1827 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1828 1829 [[package]] 1830 name = "chrono" 1831 + version = "0.4.39" 1832 source = "registry+https://github.com/rust-lang/crates.io-index" 1833 + checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" 1834 dependencies = [ 1835 "android-tzdata", 1836 "iana-time-zone", ··· 1854 1855 [[package]] 1856 name = "chrono-tz" 1857 + version = "0.10.1" 1858 source = "registry+https://github.com/rust-lang/crates.io-index" 1859 + checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f" 1860 dependencies = [ 1861 "chrono", 1862 "chrono-tz-build 0.4.0", ··· 1894 ] 1895 1896 [[package]] 1897 + name = "cipher" 1898 + version = "0.4.4" 1899 + source = "registry+https://github.com/rust-lang/crates.io-index" 1900 + checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1901 + dependencies = [ 1902 + "crypto-common", 1903 + "inout", 1904 + ] 1905 + 1906 + [[package]] 1907 name = "clang-sys" 1908 version = "1.8.1" 1909 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1911 dependencies = [ 1912 "glob", 1913 "libc", 1914 + "libloading 0.8.6", 1915 ] 1916 1917 [[package]] 1918 name = "clap" 1919 + version = "4.5.31" 1920 source = "registry+https://github.com/rust-lang/crates.io-index" 1921 + checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767" 1922 dependencies = [ 1923 "clap_builder", 1924 "clap_derive", ··· 1926 1927 [[package]] 1928 name = "clap_builder" 1929 + version = "4.5.31" 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1931 + checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863" 1932 dependencies = [ 1933 "anstream", 1934 "anstyle", ··· 1938 1939 [[package]] 1940 name = "clap_derive" 1941 + version = "4.5.28" 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1943 + checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" 1944 dependencies = [ 1945 "heck 0.5.0", 1946 "proc-macro2", 1947 "quote", 1948 + "syn 2.0.99", 1949 ] 1950 1951 [[package]] 1952 name = "clap_lex" 1953 + version = "0.7.4" 1954 + source = "registry+https://github.com/rust-lang/crates.io-index" 1955 + checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 1956 + 1957 + [[package]] 1958 + name = "clipboard-win" 1959 + version = "5.4.0" 1960 source = "registry+https://github.com/rust-lang/crates.io-index" 1961 + checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 1962 + dependencies = [ 1963 + "error-code", 1964 + ] 1965 1966 [[package]] 1967 name = "cmake" 1968 + version = "0.1.54" 1969 source = "registry+https://github.com/rust-lang/crates.io-index" 1970 + checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 1971 dependencies = [ 1972 "cc", 1973 ] 1974 1975 [[package]] 1976 + name = "codespan-reporting" 1977 + version = "0.11.1" 1978 source = "registry+https://github.com/rust-lang/crates.io-index" 1979 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1980 + dependencies = [ 1981 + "termcolor", 1982 + "unicode-width 0.1.14", 1983 + ] 1984 1985 [[package]] 1986 + name = "color-print" 1987 + version = "0.3.7" 1988 source = "registry+https://github.com/rust-lang/crates.io-index" 1989 + checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" 1990 dependencies = [ 1991 + "color-print-proc-macro", 1992 ] 1993 1994 [[package]] 1995 + name = "color-print-proc-macro" 1996 + version = "0.3.7" 1997 + source = "registry+https://github.com/rust-lang/crates.io-index" 1998 + checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" 1999 + dependencies = [ 2000 + "nom 7.1.3", 2001 + "proc-macro2", 2002 + "quote", 2003 + "syn 2.0.99", 2004 + ] 2005 + 2006 + [[package]] 2007 + name = "color_quant" 2008 + version = "1.1.0" 2009 + source = "registry+https://github.com/rust-lang/crates.io-index" 2010 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 2011 + 2012 + [[package]] 2013 + name = "colorchoice" 2014 + version = "1.0.3" 2015 + source = "registry+https://github.com/rust-lang/crates.io-index" 2016 + checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 2017 + 2018 + [[package]] 2019 name = "comfy-table" 2020 + version = "7.1.4" 2021 source = "registry+https://github.com/rust-lang/crates.io-index" 2022 + checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" 2023 dependencies = [ 2024 + "unicode-segmentation", 2025 + "unicode-width 0.2.0", 2026 ] 2027 2028 [[package]] ··· 2042 2043 [[package]] 2044 name = "console" 2045 + version = "0.15.11" 2046 source = "registry+https://github.com/rust-lang/crates.io-index" 2047 + checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 2048 dependencies = [ 2049 "encode_unicode", 2050 "libc", 2051 + "once_cell", 2052 + "unicode-width 0.2.0", 2053 + "windows-sys 0.59.0", 2054 ] 2055 2056 [[package]] ··· 2081 2082 [[package]] 2083 name = "const_format" 2084 + version = "0.2.34" 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 + checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" 2087 dependencies = [ 2088 "const_format_proc_macros", 2089 "konst", ··· 2091 2092 [[package]] 2093 name = "const_format_proc_macros" 2094 + version = "0.2.34" 2095 source = "registry+https://github.com/rust-lang/crates.io-index" 2096 + checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" 2097 dependencies = [ 2098 "proc-macro2", 2099 "quote", ··· 2159 ] 2160 2161 [[package]] 2162 + name = "core-foundation" 2163 + version = "0.10.0" 2164 + source = "registry+https://github.com/rust-lang/crates.io-index" 2165 + checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 2166 + dependencies = [ 2167 + "core-foundation-sys", 2168 + "libc", 2169 + ] 2170 + 2171 + [[package]] 2172 name = "core-foundation-sys" 2173 version = "0.8.7" 2174 source = "registry+https://github.com/rust-lang/crates.io-index" 2175 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 2176 2177 [[package]] 2178 + name = "core-graphics-types" 2179 + version = "0.1.3" 2180 + source = "registry+https://github.com/rust-lang/crates.io-index" 2181 + checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 2182 + dependencies = [ 2183 + "bitflags 1.3.2", 2184 + "core-foundation 0.9.4", 2185 + "libc", 2186 + ] 2187 + 2188 + [[package]] 2189 name = "cpufeatures" 2190 + version = "0.2.17" 2191 source = "registry+https://github.com/rust-lang/crates.io-index" 2192 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 2193 dependencies = [ 2194 "libc", 2195 ] ··· 2229 2230 [[package]] 2231 name = "cron" 2232 + version = "0.15.0" 2233 source = "registry+https://github.com/rust-lang/crates.io-index" 2234 + checksum = "5877d3fbf742507b66bc2a1945106bd30dd8504019d596901ddd012a4dd01740" 2235 dependencies = [ 2236 "chrono", 2237 "once_cell", 2238 + "winnow 0.6.26", 2239 + ] 2240 + 2241 + [[package]] 2242 + name = "croner" 2243 + version = "2.1.0" 2244 + source = "registry+https://github.com/rust-lang/crates.io-index" 2245 + checksum = "38fd53511eaf0b00a185613875fee58b208dfce016577d0ad4bb548e1c4fb3ee" 2246 + dependencies = [ 2247 + "chrono", 2248 ] 2249 2250 [[package]] ··· 2262 2263 [[package]] 2264 name = "crossbeam-channel" 2265 + version = "0.5.14" 2266 source = "registry+https://github.com/rust-lang/crates.io-index" 2267 + checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" 2268 dependencies = [ 2269 "crossbeam-utils", 2270 ] 2271 2272 [[package]] 2273 name = "crossbeam-deque" 2274 + version = "0.8.6" 2275 source = "registry+https://github.com/rust-lang/crates.io-index" 2276 + checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 2277 dependencies = [ 2278 "crossbeam-epoch", 2279 "crossbeam-utils", ··· 2290 2291 [[package]] 2292 name = "crossbeam-queue" 2293 + version = "0.3.12" 2294 source = "registry+https://github.com/rust-lang/crates.io-index" 2295 + checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 2296 dependencies = [ 2297 "crossbeam-utils", 2298 ] 2299 2300 [[package]] 2301 name = "crossbeam-utils" 2302 + version = "0.8.21" 2303 source = "registry+https://github.com/rust-lang/crates.io-index" 2304 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 2305 2306 [[package]] 2307 name = "crunchy" 2308 + version = "0.2.3" 2309 source = "registry+https://github.com/rust-lang/crates.io-index" 2310 + checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" 2311 2312 [[package]] 2313 name = "crypto-bigint" ··· 2328 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 2329 dependencies = [ 2330 "generic-array", 2331 + "rand_core 0.6.4", 2332 "typenum", 2333 ] 2334 2335 [[package]] 2336 name = "csv" 2337 + version = "1.3.1" 2338 source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" 2340 dependencies = [ 2341 "csv-core", 2342 "itoa", ··· 2346 2347 [[package]] 2348 name = "csv-core" 2349 + version = "0.1.12" 2350 source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" 2352 dependencies = [ 2353 "memchr", 2354 ] 2355 2356 [[package]] 2357 + name = "ctr" 2358 + version = "0.9.2" 2359 + source = "registry+https://github.com/rust-lang/crates.io-index" 2360 + checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 2361 + dependencies = [ 2362 + "cipher 0.4.4", 2363 + ] 2364 + 2365 + [[package]] 2366 name = "curve25519-dalek" 2367 version = "4.1.3" 2368 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2372 "cpufeatures", 2373 "curve25519-dalek-derive", 2374 "digest 0.10.7", 2375 + "fiat-crypto 0.2.9", 2376 "rustc_version 0.4.1", 2377 "subtle", 2378 "zeroize", ··· 2386 dependencies = [ 2387 "proc-macro2", 2388 "quote", 2389 + "syn 2.0.99", 2390 + ] 2391 + 2392 + [[package]] 2393 + name = "d3d12" 2394 + version = "0.20.0" 2395 + source = "registry+https://github.com/rust-lang/crates.io-index" 2396 + checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813" 2397 + dependencies = [ 2398 + "bitflags 2.9.0", 2399 + "libloading 0.8.6", 2400 + "winapi", 2401 + ] 2402 + 2403 + [[package]] 2404 + name = "darling" 2405 + version = "0.13.4" 2406 + source = "registry+https://github.com/rust-lang/crates.io-index" 2407 + checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 2408 + dependencies = [ 2409 + "darling_core 0.13.4", 2410 + "darling_macro 0.13.4", 2411 ] 2412 2413 [[package]] ··· 2432 2433 [[package]] 2434 name = "darling_core" 2435 + version = "0.13.4" 2436 + source = "registry+https://github.com/rust-lang/crates.io-index" 2437 + checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 2438 + dependencies = [ 2439 + "fnv", 2440 + "ident_case", 2441 + "proc-macro2", 2442 + "quote", 2443 + "strsim 0.10.0", 2444 + "syn 1.0.109", 2445 + ] 2446 + 2447 + [[package]] 2448 + name = "darling_core" 2449 version = "0.14.4" 2450 source = "registry+https://github.com/rust-lang/crates.io-index" 2451 checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" ··· 2469 "proc-macro2", 2470 "quote", 2471 "strsim 0.11.1", 2472 + "syn 2.0.99", 2473 + ] 2474 + 2475 + [[package]] 2476 + name = "darling_macro" 2477 + version = "0.13.4" 2478 + source = "registry+https://github.com/rust-lang/crates.io-index" 2479 + checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 2480 + dependencies = [ 2481 + "darling_core 0.13.4", 2482 + "quote", 2483 + "syn 1.0.109", 2484 ] 2485 2486 [[package]] ··· 2502 dependencies = [ 2503 "darling_core 0.20.10", 2504 "quote", 2505 + "syn 2.0.99", 2506 ] 2507 2508 [[package]] ··· 2520 2521 [[package]] 2522 name = "data-encoding" 2523 + version = "2.8.0" 2524 source = "registry+https://github.com/rust-lang/crates.io-index" 2525 + checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" 2526 2527 [[package]] 2528 name = "data-url" 2529 + version = "0.3.1" 2530 source = "registry+https://github.com/rust-lang/crates.io-index" 2531 + checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 2532 2533 [[package]] 2534 name = "datafusion" ··· 2541 "arrow-array", 2542 "arrow-ipc", 2543 "arrow-schema", 2544 + "async-compression", 2545 "async-trait", 2546 "bytes", 2547 + "bzip2 0.4.4", 2548 "chrono", 2549 "dashmap", 2550 "datafusion-common", ··· 2564 "glob", 2565 "half", 2566 "hashbrown 0.14.5", 2567 + "indexmap 2.7.1", 2568 "itertools 0.12.1", 2569 "log", 2570 "num_cpus", ··· 2579 "tokio", 2580 "tokio-util", 2581 "url", 2582 + "uuid 1.15.1", 2583 "xz2", 2584 + "zstd", 2585 ] 2586 2587 [[package]] ··· 2679 "regex", 2680 "sha2 0.10.8", 2681 "unicode-segmentation", 2682 + "uuid 1.15.1", 2683 ] 2684 2685 [[package]] ··· 2733 "datafusion-expr", 2734 "datafusion-physical-expr", 2735 "hashbrown 0.14.5", 2736 + "indexmap 2.7.1", 2737 "itertools 0.12.1", 2738 "log", 2739 "regex-syntax 0.8.5", ··· 2762 "half", 2763 "hashbrown 0.14.5", 2764 "hex", 2765 + "indexmap 2.7.1", 2766 "itertools 0.12.1", 2767 "log", 2768 "paste", 2769 + "petgraph 0.6.5", 2770 "regex", 2771 ] 2772 ··· 2806 "futures", 2807 "half", 2808 "hashbrown 0.14.5", 2809 + "indexmap 2.7.1", 2810 "itertools 0.12.1", 2811 "log", 2812 "once_cell", ··· 2846 checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 2847 dependencies = [ 2848 "serde", 2849 + "uuid 1.15.1", 2850 ] 2851 2852 [[package]] 2853 name = "deno_ast" 2854 + version = "0.44.0" 2855 source = "registry+https://github.com/rust-lang/crates.io-index" 2856 + checksum = "eebc7aaabfdb3ddcad32aee1b62d250149dc8b35dfbdccbb125df2bdc62da952" 2857 dependencies = [ 2858 "base64 0.21.7", 2859 + "deno_error", 2860 "deno_media_type", 2861 + "deno_terminal", 2862 "dprint-swc-ext", 2863 "once_cell", 2864 "percent-encoding", 2865 "serde", 2866 + "sourcemap 9.1.2", 2867 "swc_atoms", 2868 "swc_common", 2869 "swc_config", ··· 2886 "swc_visit", 2887 "swc_visit_macros", 2888 "text_lines", 2889 + "thiserror 2.0.12", 2890 + "unicode-width 0.1.14", 2891 + "url", 2892 + ] 2893 + 2894 + [[package]] 2895 + name = "deno_broadcast_channel" 2896 + version = "0.184.0" 2897 + source = "registry+https://github.com/rust-lang/crates.io-index" 2898 + checksum = "33db5dacb54c6fda4c5ea4103c5687b76a51202343379af8b21120ba9d20f3c2" 2899 + dependencies = [ 2900 + "async-trait", 2901 + "deno_core", 2902 + "deno_error", 2903 + "thiserror 2.0.12", 2904 + "tokio", 2905 + "uuid 1.15.1", 2906 + ] 2907 + 2908 + [[package]] 2909 + name = "deno_cache" 2910 + version = "0.122.0" 2911 + source = "registry+https://github.com/rust-lang/crates.io-index" 2912 + checksum = "e0daca6ec4e6142a994d38e7bc587dda7948fa00e6194b671a5d4340f5a918a3" 2913 + dependencies = [ 2914 + "async-trait", 2915 + "deno_core", 2916 + "deno_error", 2917 + "rusqlite", 2918 + "serde", 2919 + "sha2 0.10.8", 2920 + "thiserror 2.0.12", 2921 + "tokio", 2922 + ] 2923 + 2924 + [[package]] 2925 + name = "deno_cache_dir" 2926 + version = "0.17.0" 2927 + source = "registry+https://github.com/rust-lang/crates.io-index" 2928 + checksum = "27429da4d0e601baaa41415a43468d49a586645d13497f12e8a9346f9f6b1347" 2929 + dependencies = [ 2930 + "async-trait", 2931 + "base32", 2932 + "base64 0.21.7", 2933 + "boxed_error", 2934 + "cache_control", 2935 + "chrono", 2936 + "data-url", 2937 + "deno_error", 2938 + "deno_media_type", 2939 + "deno_path_util", 2940 + "http 1.2.0", 2941 + "indexmap 2.7.1", 2942 + "log", 2943 + "once_cell", 2944 + "parking_lot", 2945 + "serde", 2946 + "serde_json", 2947 + "sha2 0.10.8", 2948 + "sys_traits", 2949 + "thiserror 1.0.69", 2950 + "url", 2951 + ] 2952 + 2953 + [[package]] 2954 + name = "deno_canvas" 2955 + version = "0.59.0" 2956 + source = "registry+https://github.com/rust-lang/crates.io-index" 2957 + checksum = "35ca8f93d60d96d6f6cb0da632303afb98567accf07d9b6f8d2ef88617589d9e" 2958 + dependencies = [ 2959 + "deno_core", 2960 + "deno_error", 2961 + "deno_webgpu", 2962 + "image", 2963 + "serde", 2964 + "thiserror 2.0.12", 2965 + ] 2966 + 2967 + [[package]] 2968 + name = "deno_config" 2969 + version = "0.46.0" 2970 + source = "registry+https://github.com/rust-lang/crates.io-index" 2971 + checksum = "08fe512a72c4300bd997c6849450a1f050da0c909a2a4fbdc44891647392bacf" 2972 + dependencies = [ 2973 + "boxed_error", 2974 + "capacity_builder 0.5.0", 2975 + "deno_error", 2976 + "deno_package_json", 2977 + "deno_path_util", 2978 + "deno_semver", 2979 + "glob", 2980 + "ignore", 2981 + "import_map", 2982 + "indexmap 2.7.1", 2983 + "jsonc-parser", 2984 + "log", 2985 + "percent-encoding", 2986 + "phf", 2987 + "serde", 2988 + "serde_json", 2989 + "sys_traits", 2990 + "thiserror 2.0.12", 2991 "url", 2992 ] 2993 2994 [[package]] 2995 name = "deno_console" 2996 + version = "0.190.0" 2997 source = "registry+https://github.com/rust-lang/crates.io-index" 2998 + checksum = "94352b8d75c288a26ef748ad0ddae07e181109374a02c547850f96eef76b5389" 2999 dependencies = [ 3000 "deno_core", 3001 ] 3002 3003 [[package]] 3004 name = "deno_core" 3005 + version = "0.336.0" 3006 source = "registry+https://github.com/rust-lang/crates.io-index" 3007 + checksum = "fdd50476c4325d5fa52bb906804a1e35b127d2a1dcf674e3447b53dcf25525bf" 3008 dependencies = [ 3009 "anyhow", 3010 + "az", 3011 "bincode", 3012 "bit-set", 3013 "bit-vec", 3014 "bytes", 3015 + "capacity_builder 0.1.3", 3016 "cooked-waker", 3017 "deno_core_icudata", 3018 + "deno_error", 3019 "deno_ops", 3020 + "deno_path_util", 3021 "deno_unsync", 3022 "futures", 3023 + "indexmap 2.7.1", 3024 "libc", 3025 "memoffset", 3026 "parking_lot", ··· 3032 "smallvec", 3033 "sourcemap 8.0.1", 3034 "static_assertions", 3035 + "thiserror 2.0.12", 3036 "tokio", 3037 "url", 3038 "v8", 3039 + "wasm_dep_analyzer", 3040 ] 3041 3042 [[package]] 3043 name = "deno_core_icudata" 3044 + version = "0.74.0" 3045 + source = "registry+https://github.com/rust-lang/crates.io-index" 3046 + checksum = "fe4dccb6147bb3f3ba0c7a48e993bfeb999d2c2e47a81badee80e2b370c8d695" 3047 + 3048 + [[package]] 3049 + name = "deno_cron" 3050 + version = "0.70.0" 3051 + source = "registry+https://github.com/rust-lang/crates.io-index" 3052 + checksum = "e8ec283bef14bcf655b209619766bdeab67f2a5e093991cca73f5d502f7bf6e8" 3053 + dependencies = [ 3054 + "anyhow", 3055 + "async-trait", 3056 + "chrono", 3057 + "deno_core", 3058 + "deno_error", 3059 + "saffron", 3060 + "thiserror 2.0.12", 3061 + "tokio", 3062 + ] 3063 + 3064 + [[package]] 3065 + name = "deno_crypto" 3066 + version = "0.204.0" 3067 + source = "registry+https://github.com/rust-lang/crates.io-index" 3068 + checksum = "4f0493142a437e49b46aa8e08d715942076ff48c3cb776f0b015b4224ed0d37a" 3069 + dependencies = [ 3070 + "aes 0.8.3", 3071 + "aes-gcm", 3072 + "aes-kw", 3073 + "base64 0.21.7", 3074 + "cbc", 3075 + "const-oid", 3076 + "ctr", 3077 + "curve25519-dalek", 3078 + "deno_core", 3079 + "deno_error", 3080 + "deno_web", 3081 + "ed448-goldilocks", 3082 + "elliptic-curve", 3083 + "num-traits", 3084 + "once_cell", 3085 + "p256", 3086 + "p384", 3087 + "p521", 3088 + "rand 0.8.5", 3089 + "ring 0.17.11", 3090 + "rsa", 3091 + "sec1", 3092 + "serde", 3093 + "serde_bytes", 3094 + "sha1", 3095 + "sha2 0.10.8", 3096 + "signature", 3097 + "spki", 3098 + "thiserror 2.0.12", 3099 + "tokio", 3100 + "uuid 1.15.1", 3101 + "x25519-dalek", 3102 + ] 3103 + 3104 + [[package]] 3105 + name = "deno_error" 3106 + version = "0.5.5" 3107 source = "registry+https://github.com/rust-lang/crates.io-index" 3108 + checksum = "9c23dbc46d5804814b08b4675838f9884e3a52916987ec5105af36d42f9911b5" 3109 + dependencies = [ 3110 + "deno_error_macro", 3111 + "libc", 3112 + "serde", 3113 + "serde_json", 3114 + "tokio", 3115 + "url", 3116 + ] 3117 + 3118 + [[package]] 3119 + name = "deno_error_macro" 3120 + version = "0.5.5" 3121 + source = "registry+https://github.com/rust-lang/crates.io-index" 3122 + checksum = "babccedee31ce7e57c3e6dff2cb3ab8d68c49d0df8222fe0d11d628e65192790" 3123 + dependencies = [ 3124 + "proc-macro2", 3125 + "quote", 3126 + "syn 2.0.99", 3127 + ] 3128 3129 [[package]] 3130 name = "deno_fetch" 3131 + version = "0.214.0" 3132 source = "registry+https://github.com/rust-lang/crates.io-index" 3133 + checksum = "3df032ca1f7f06a5cc459189b960793f64d415ddc9f59f262e0ad5059865002d" 3134 dependencies = [ 3135 "base64 0.21.7", 3136 "bytes", 3137 "data-url", 3138 "deno_core", 3139 + "deno_error", 3140 + "deno_fs", 3141 + "deno_path_util", 3142 "deno_permissions", 3143 "deno_tls", 3144 "dyn-clone", 3145 "error_reporter", 3146 + "h2 0.4.8", 3147 + "hickory-resolver", 3148 + "http 1.2.0", 3149 "http-body-util", 3150 + "hyper 1.6.0", 3151 + "hyper-rustls 0.27.5", 3152 "hyper-util", 3153 "ipnet", 3154 "percent-encoding", 3155 "rustls-webpki 0.102.8", 3156 "serde", 3157 "serde_json", 3158 + "thiserror 2.0.12", 3159 "tokio", 3160 + "tokio-rustls 0.26.2", 3161 "tokio-socks", 3162 "tokio-util", 3163 + "tower 0.5.2", 3164 + "tower-http", 3165 "tower-service", 3166 ] 3167 3168 [[package]] 3169 + name = "deno_ffi" 3170 + version = "0.177.0" 3171 + source = "registry+https://github.com/rust-lang/crates.io-index" 3172 + checksum = "bfbdc4e55c79ec1bc8a3ac72313e6f70d76340222f1e50c5c91e050296f83544" 3173 + dependencies = [ 3174 + "deno_core", 3175 + "deno_error", 3176 + "deno_permissions", 3177 + "dlopen2 0.6.1", 3178 + "dynasmrt", 3179 + "libffi", 3180 + "libffi-sys", 3181 + "log", 3182 + "num-bigint", 3183 + "serde", 3184 + "serde-value", 3185 + "serde_json", 3186 + "thiserror 2.0.12", 3187 + "tokio", 3188 + "winapi", 3189 + ] 3190 + 3191 + [[package]] 3192 + name = "deno_fs" 3193 + version = "0.100.0" 3194 + source = "registry+https://github.com/rust-lang/crates.io-index" 3195 + checksum = "c82f79b71403b93b248727a89746026104b3a5ac1d82e79a02af6fa8e8487666" 3196 + dependencies = [ 3197 + "async-trait", 3198 + "base32", 3199 + "boxed_error", 3200 + "deno_core", 3201 + "deno_error", 3202 + "deno_io", 3203 + "deno_path_util", 3204 + "deno_permissions", 3205 + "filetime", 3206 + "junction", 3207 + "libc", 3208 + "nix", 3209 + "rand 0.8.5", 3210 + "rayon", 3211 + "serde", 3212 + "thiserror 2.0.12", 3213 + "winapi", 3214 + "windows-sys 0.59.0", 3215 + ] 3216 + 3217 + [[package]] 3218 + name = "deno_http" 3219 + version = "0.188.0" 3220 + source = "registry+https://github.com/rust-lang/crates.io-index" 3221 + checksum = "d0b7e7a3bcac31ebd4677a96318003a98f0fda4613f6ba6d7f5ba57928727191" 3222 + dependencies = [ 3223 + "async-compression", 3224 + "async-trait", 3225 + "base64 0.21.7", 3226 + "brotli 6.0.0", 3227 + "bytes", 3228 + "cache_control", 3229 + "deno_core", 3230 + "deno_error", 3231 + "deno_net", 3232 + "deno_websocket", 3233 + "flate2", 3234 + "http 0.2.12", 3235 + "http 1.2.0", 3236 + "httparse", 3237 + "hyper 0.14.32", 3238 + "hyper 1.6.0", 3239 + "hyper-util", 3240 + "itertools 0.10.5", 3241 + "memmem", 3242 + "mime", 3243 + "once_cell", 3244 + "percent-encoding", 3245 + "phf", 3246 + "pin-project", 3247 + "ring 0.17.11", 3248 + "scopeguard", 3249 + "serde", 3250 + "smallvec", 3251 + "thiserror 2.0.12", 3252 + "tokio", 3253 + "tokio-util", 3254 + ] 3255 + 3256 + [[package]] 3257 + name = "deno_io" 3258 + version = "0.100.0" 3259 + source = "registry+https://github.com/rust-lang/crates.io-index" 3260 + checksum = "1e72489fe0dcada08047611d1ab92db1baebf7b606ab7c78790f622ecb30e22b" 3261 + dependencies = [ 3262 + "async-trait", 3263 + "deno_core", 3264 + "deno_error", 3265 + "filetime", 3266 + "fs3", 3267 + "libc", 3268 + "log", 3269 + "once_cell", 3270 + "os_pipe", 3271 + "parking_lot", 3272 + "pin-project", 3273 + "rand 0.8.5", 3274 + "tokio", 3275 + "uuid 1.15.1", 3276 + "winapi", 3277 + "windows-sys 0.59.0", 3278 + ] 3279 + 3280 + [[package]] 3281 + name = "deno_kv" 3282 + version = "0.98.0" 3283 + source = "registry+https://github.com/rust-lang/crates.io-index" 3284 + checksum = "b0e3930d0195a3350c05eb9a4bc619ec598ea84ad8bdb9b6c3e4bef798e7cf34" 3285 + dependencies = [ 3286 + "anyhow", 3287 + "async-trait", 3288 + "base64 0.21.7", 3289 + "boxed_error", 3290 + "bytes", 3291 + "chrono", 3292 + "deno_core", 3293 + "deno_error", 3294 + "deno_fetch", 3295 + "deno_path_util", 3296 + "deno_permissions", 3297 + "deno_tls", 3298 + "denokv_proto", 3299 + "denokv_remote", 3300 + "denokv_sqlite", 3301 + "faster-hex", 3302 + "http 1.2.0", 3303 + "http-body-util", 3304 + "log", 3305 + "num-bigint", 3306 + "prost", 3307 + "prost-build", 3308 + "rand 0.8.5", 3309 + "rusqlite", 3310 + "serde", 3311 + "thiserror 2.0.12", 3312 + "url", 3313 + ] 3314 + 3315 + [[package]] 3316 + name = "deno_lockfile" 3317 + version = "0.24.0" 3318 + source = "registry+https://github.com/rust-lang/crates.io-index" 3319 + checksum = "632e835a53ed667d62fdd766c5780fe8361c831d3e3fbf1a760a0b7896657587" 3320 + dependencies = [ 3321 + "deno_semver", 3322 + "serde", 3323 + "serde_json", 3324 + "thiserror 2.0.12", 3325 + ] 3326 + 3327 + [[package]] 3328 name = "deno_media_type" 3329 + version = "0.2.5" 3330 source = "registry+https://github.com/rust-lang/crates.io-index" 3331 + checksum = "600222d059ab31ff31182b3e12615df2134a9e01605836b78ad8df91ba39eab3" 3332 dependencies = [ 3333 "data-url", 3334 "serde", ··· 3336 ] 3337 3338 [[package]] 3339 + name = "deno_napi" 3340 + version = "0.121.0" 3341 + source = "registry+https://github.com/rust-lang/crates.io-index" 3342 + checksum = "13f30bf147cc46dba87e3088d037cf99a2845ead1138033d3b346178cb781558" 3343 + dependencies = [ 3344 + "deno_core", 3345 + "deno_error", 3346 + "deno_permissions", 3347 + "libc", 3348 + "libloading 0.7.4", 3349 + "log", 3350 + "napi_sym", 3351 + "thiserror 2.0.12", 3352 + "windows-sys 0.59.0", 3353 + ] 3354 + 3355 + [[package]] 3356 name = "deno_native_certs" 3357 version = "0.3.1" 3358 source = "registry+https://github.com/rust-lang/crates.io-index" 3359 checksum = "86bc737e098a45aa5742d51ce694ac7236a1e69fb0d9df8c862e9b4c9583c5f9" 3360 dependencies = [ 3361 + "dlopen2 0.7.0", 3362 "dlopen2_derive", 3363 "once_cell", 3364 "rustls-native-certs 0.7.3", ··· 3367 3368 [[package]] 3369 name = "deno_net" 3370 + version = "0.182.0" 3371 source = "registry+https://github.com/rust-lang/crates.io-index" 3372 + checksum = "ab869063cbfe428a707511835865d55247886eb175659e538af4d5096c3d4d9d" 3373 dependencies = [ 3374 "deno_core", 3375 + "deno_error", 3376 "deno_permissions", 3377 "deno_tls", 3378 + "hickory-proto", 3379 + "hickory-resolver", 3380 "pin-project", 3381 + "quinn", 3382 "rustls-tokio-stream", 3383 "serde", 3384 + "socket2", 3385 + "thiserror 2.0.12", 3386 + "tokio", 3387 + ] 3388 + 3389 + [[package]] 3390 + name = "deno_node" 3391 + version = "0.128.0" 3392 + source = "registry+https://github.com/rust-lang/crates.io-index" 3393 + checksum = "9638e803a668b0a5793ff94c9b2e82c54a05d9fc510901e9f3093d2d63dbdaab" 3394 + dependencies = [ 3395 + "aead-gcm-stream", 3396 + "aes 0.8.3", 3397 + "async-trait", 3398 + "base64 0.21.7", 3399 + "blake2", 3400 + "boxed_error", 3401 + "brotli 6.0.0", 3402 + "bytes", 3403 + "cbc", 3404 + "const-oid", 3405 + "ctr", 3406 + "data-encoding", 3407 + "deno_core", 3408 + "deno_error", 3409 + "deno_fetch", 3410 + "deno_fs", 3411 + "deno_io", 3412 + "deno_net", 3413 + "deno_package_json", 3414 + "deno_path_util", 3415 + "deno_permissions", 3416 + "deno_process", 3417 + "deno_whoami", 3418 + "der", 3419 + "digest 0.10.7", 3420 + "dsa", 3421 + "ecb", 3422 + "ecdsa", 3423 + "ed25519-dalek", 3424 + "elliptic-curve", 3425 + "errno", 3426 + "faster-hex", 3427 + "h2 0.4.8", 3428 + "hkdf", 3429 + "http 1.2.0", 3430 + "http-body-util", 3431 + "hyper 1.6.0", 3432 + "hyper-util", 3433 + "idna", 3434 + "indexmap 2.7.1", 3435 + "ipnetwork", 3436 + "k256", 3437 + "lazy-regex", 3438 + "libc", 3439 + "libz-sys", 3440 + "md-5 0.10.6", 3441 + "md4", 3442 + "memchr", 3443 + "node_resolver", 3444 + "num-bigint", 3445 + "num-bigint-dig", 3446 + "num-integer", 3447 + "num-traits", 3448 + "once_cell", 3449 + "p224", 3450 + "p256", 3451 + "p384", 3452 + "path-clean", 3453 + "pbkdf2", 3454 + "pkcs8", 3455 + "rand 0.8.5", 3456 + "regex", 3457 + "ring 0.17.11", 3458 + "ripemd", 3459 + "rsa", 3460 + "scrypt", 3461 + "sec1", 3462 + "serde", 3463 + "sha1", 3464 + "sha2 0.10.8", 3465 + "sha3", 3466 + "signature", 3467 + "simd-json", 3468 + "sm3", 3469 + "spki", 3470 + "stable_deref_trait", 3471 + "sys_traits", 3472 + "thiserror 2.0.12", 3473 "tokio", 3474 + "tokio-eld", 3475 + "url", 3476 + "webpki-root-certs", 3477 + "winapi", 3478 + "windows-sys 0.59.0", 3479 + "x25519-dalek", 3480 + "x509-parser", 3481 + "yoke", 3482 + ] 3483 + 3484 + [[package]] 3485 + name = "deno_npm" 3486 + version = "0.27.2" 3487 + source = "registry+https://github.com/rust-lang/crates.io-index" 3488 + checksum = "4adceb4c34f10e837d0e3ae76e88dddefb13e83c05c1ef1699fa5519241c9d27" 3489 + dependencies = [ 3490 + "async-trait", 3491 + "capacity_builder 0.5.0", 3492 + "deno_error", 3493 + "deno_lockfile", 3494 + "deno_semver", 3495 + "futures", 3496 + "log", 3497 + "monch", 3498 + "serde", 3499 + "serde_json", 3500 + "thiserror 2.0.12", 3501 + "url", 3502 ] 3503 3504 [[package]] 3505 name = "deno_ops" 3506 + version = "0.212.0" 3507 source = "registry+https://github.com/rust-lang/crates.io-index" 3508 + checksum = "c2d328067139909aa81522a5d90f119368b541fbddd73ab630e4d9f777865f0d" 3509 dependencies = [ 3510 + "indexmap 2.7.1", 3511 "proc-macro-rules", 3512 "proc-macro2", 3513 "quote", 3514 + "stringcase", 3515 "strum 0.25.0", 3516 "strum_macros 0.25.3", 3517 + "syn 2.0.99", 3518 + "thiserror 2.0.12", 3519 + ] 3520 + 3521 + [[package]] 3522 + name = "deno_os" 3523 + version = "0.7.0" 3524 + source = "registry+https://github.com/rust-lang/crates.io-index" 3525 + checksum = "e8371d206f6265c4e0b74116c1a58cc8c464c45da0b43c1e8c19a911e88feb2b" 3526 + dependencies = [ 3527 + "deno_core", 3528 + "deno_error", 3529 + "deno_path_util", 3530 + "deno_permissions", 3531 + "deno_telemetry", 3532 + "libc", 3533 + "netif", 3534 + "ntapi", 3535 + "once_cell", 3536 + "serde", 3537 + "signal-hook", 3538 + "signal-hook-registry", 3539 + "thiserror 2.0.12", 3540 + "tokio", 3541 + "winapi", 3542 + ] 3543 + 3544 + [[package]] 3545 + name = "deno_package_json" 3546 + version = "0.4.2" 3547 + source = "registry+https://github.com/rust-lang/crates.io-index" 3548 + checksum = "d07d26dbfcc01e636aef86f9baff7faf5338398e74d283d8fe01e39068f48049" 3549 + dependencies = [ 3550 + "boxed_error", 3551 + "deno_error", 3552 + "deno_path_util", 3553 + "deno_semver", 3554 + "indexmap 2.7.1", 3555 + "serde", 3556 + "serde_json", 3557 + "sys_traits", 3558 + "thiserror 2.0.12", 3559 + "url", 3560 ] 3561 3562 [[package]] 3563 name = "deno_path_util" 3564 + version = "0.3.1" 3565 source = "registry+https://github.com/rust-lang/crates.io-index" 3566 + checksum = "c87b8996966ae1b13ee9c20219b1d10fc53905b9570faae6adfa34614fd15224" 3567 dependencies = [ 3568 + "deno_error", 3569 "percent-encoding", 3570 + "sys_traits", 3571 + "thiserror 2.0.12", 3572 "url", 3573 ] 3574 3575 [[package]] 3576 name = "deno_permissions" 3577 + version = "0.49.0" 3578 source = "registry+https://github.com/rust-lang/crates.io-index" 3579 + checksum = "abf879dff0b3de4dbcb78d6dda3a55e711369d5b9f479270a82853ef106c4176" 3580 dependencies = [ 3581 + "capacity_builder 0.5.0", 3582 "deno_core", 3583 + "deno_error", 3584 "deno_path_util", 3585 + "deno_terminal", 3586 "fqdn", 3587 "libc", 3588 "log", 3589 "once_cell", 3590 "percent-encoding", 3591 "serde", 3592 + "thiserror 2.0.12", 3593 + "which 6.0.3", 3594 "winapi", 3595 ] 3596 3597 [[package]] 3598 + name = "deno_process" 3599 + version = "0.5.0" 3600 source = "registry+https://github.com/rust-lang/crates.io-index" 3601 + checksum = "700f8a2c9d369e7035e693f26a671489a73724450cbbc0a1e32f3966ef2f21fb" 3602 dependencies = [ 3603 + "deno_core", 3604 + "deno_error", 3605 + "deno_fs", 3606 + "deno_io", 3607 + "deno_os", 3608 + "deno_path_util", 3609 + "deno_permissions", 3610 + "libc", 3611 + "log", 3612 + "memchr", 3613 + "nix", 3614 + "pin-project-lite", 3615 + "rand 0.8.5", 3616 + "serde", 3617 + "simd-json", 3618 + "tempfile", 3619 + "thiserror 2.0.12", 3620 + "tokio", 3621 + "which 6.0.3", 3622 + "winapi", 3623 + "windows-sys 0.59.0", 3624 + ] 3625 + 3626 + [[package]] 3627 + name = "deno_resolver" 3628 + version = "0.21.0" 3629 + source = "registry+https://github.com/rust-lang/crates.io-index" 3630 + checksum = "93c4ceec7b6e22344047b8a5577bb8239dc0a99884c25c1fa7d8611f4c3ed28b" 3631 + dependencies = [ 3632 + "anyhow", 3633 + "async-once-cell", 3634 + "async-trait", 3635 + "base32", 3636 + "boxed_error", 3637 + "dashmap", 3638 + "deno_cache_dir", 3639 + "deno_config", 3640 + "deno_error", 3641 + "deno_media_type", 3642 + "deno_npm", 3643 + "deno_package_json", 3644 + "deno_path_util", 3645 + "deno_semver", 3646 + "deno_terminal", 3647 + "futures", 3648 + "log", 3649 + "node_resolver", 3650 "once_cell", 3651 + "parking_lot", 3652 + "sys_traits", 3653 + "thiserror 2.0.12", 3654 + "url", 3655 + ] 3656 + 3657 + [[package]] 3658 + name = "deno_runtime" 3659 + version = "0.198.0" 3660 + source = "registry+https://github.com/rust-lang/crates.io-index" 3661 + checksum = "26a54d54ca920e5256c1e910c7574787d009a34afd41b20ad250278bb1aea290" 3662 + dependencies = [ 3663 + "color-print", 3664 + "deno_ast", 3665 + "deno_broadcast_channel", 3666 + "deno_cache", 3667 + "deno_canvas", 3668 + "deno_console", 3669 + "deno_core", 3670 + "deno_cron", 3671 + "deno_crypto", 3672 + "deno_error", 3673 + "deno_fetch", 3674 + "deno_ffi", 3675 + "deno_fs", 3676 + "deno_http", 3677 + "deno_io", 3678 + "deno_kv", 3679 + "deno_napi", 3680 + "deno_net", 3681 + "deno_node", 3682 + "deno_os", 3683 + "deno_path_util", 3684 + "deno_permissions", 3685 + "deno_process", 3686 + "deno_resolver", 3687 + "deno_telemetry", 3688 + "deno_terminal", 3689 + "deno_tls", 3690 + "deno_url", 3691 + "deno_web", 3692 + "deno_webgpu", 3693 + "deno_webidl", 3694 + "deno_websocket", 3695 + "deno_webstorage", 3696 + "dlopen2 0.6.1", 3697 + "encoding_rs", 3698 + "fastwebsockets", 3699 + "http 1.2.0", 3700 + "http-body-util", 3701 + "hyper 0.14.32", 3702 + "hyper 1.6.0", 3703 + "hyper-util", 3704 + "libc", 3705 + "log", 3706 + "nix", 3707 + "node_resolver", 3708 + "notify", 3709 + "ntapi", 3710 + "once_cell", 3711 + "percent-encoding", 3712 + "regex", 3713 + "rustyline", 3714 + "same-file", 3715 + "serde", 3716 + "sys_traits", 3717 + "tempfile", 3718 + "thiserror 2.0.12", 3719 + "tokio", 3720 + "tokio-metrics", 3721 + "twox-hash 1.6.3", 3722 + "uuid 1.15.1", 3723 + "which 6.0.3", 3724 + "winapi", 3725 + "windows-sys 0.59.0", 3726 + ] 3727 + 3728 + [[package]] 3729 + name = "deno_semver" 3730 + version = "0.7.1" 3731 + source = "registry+https://github.com/rust-lang/crates.io-index" 3732 + checksum = "4775271f9b5602482698f76d24ea9ed8ba27af7f587a7e9a876916300c542435" 3733 + dependencies = [ 3734 + "capacity_builder 0.5.0", 3735 + "deno_error", 3736 + "ecow", 3737 + "hipstr", 3738 + "monch", 3739 + "once_cell", 3740 + "serde", 3741 + "thiserror 2.0.12", 3742 + "url", 3743 + ] 3744 + 3745 + [[package]] 3746 + name = "deno_telemetry" 3747 + version = "0.12.0" 3748 + source = "registry+https://github.com/rust-lang/crates.io-index" 3749 + checksum = "d73802ee27361bbb6c0e3c04a799b39f458afbed1972c4aff0867420d1c36fdb" 3750 + dependencies = [ 3751 + "async-trait", 3752 + "deno_core", 3753 + "deno_error", 3754 + "deno_tls", 3755 + "http-body-util", 3756 + "hyper 1.6.0", 3757 + "hyper-rustls 0.27.5", 3758 + "hyper-util", 3759 + "log", 3760 + "once_cell", 3761 + "opentelemetry", 3762 + "opentelemetry-http", 3763 + "opentelemetry-otlp", 3764 + "opentelemetry-semantic-conventions", 3765 + "opentelemetry_sdk", 3766 + "pin-project", 3767 + "serde", 3768 + "thiserror 2.0.12", 3769 + "tokio", 3770 ] 3771 3772 [[package]] ··· 3781 3782 [[package]] 3783 name = "deno_tls" 3784 + version = "0.177.0" 3785 source = "registry+https://github.com/rust-lang/crates.io-index" 3786 + checksum = "a1e3ceb2be448150d8214e8fc454c947e0ea94f6ce16556544f05a67ad5a16b8" 3787 dependencies = [ 3788 "deno_core", 3789 + "deno_error", 3790 "deno_native_certs", 3791 + "rustls 0.23.23", 3792 "rustls-pemfile 2.2.0", 3793 "rustls-tokio-stream", 3794 "rustls-webpki 0.102.8", 3795 "serde", 3796 + "thiserror 2.0.12", 3797 "tokio", 3798 + "webpki-roots", 3799 ] 3800 3801 [[package]] 3802 name = "deno_unsync" 3803 + version = "0.4.2" 3804 source = "registry+https://github.com/rust-lang/crates.io-index" 3805 + checksum = "d774fd83f26b24f0805a6ab8b26834a0d06ceac0db517b769b1e4633c96a2057" 3806 dependencies = [ 3807 + "futures", 3808 "parking_lot", 3809 "tokio", 3810 ] 3811 3812 [[package]] 3813 name = "deno_url" 3814 + version = "0.190.0" 3815 source = "registry+https://github.com/rust-lang/crates.io-index" 3816 + checksum = "d79e743ad841f7826d46c6944580f5ba665fe9ab4c31a68c4eed8b5a78225da3" 3817 dependencies = [ 3818 "deno_core", 3819 + "deno_error", 3820 + "thiserror 2.0.12", 3821 "urlpattern", 3822 ] 3823 3824 [[package]] 3825 name = "deno_web" 3826 + version = "0.221.0" 3827 source = "registry+https://github.com/rust-lang/crates.io-index" 3828 + checksum = "8041ba73bb2f238c61b5e4ed341d2fe1f9464a71115a240ab3390480b3c10e12" 3829 dependencies = [ 3830 "async-trait", 3831 "base64-simd 0.8.0", 3832 "bytes", 3833 "deno_core", 3834 + "deno_error", 3835 "deno_permissions", 3836 "encoding_rs", 3837 "flate2", 3838 "futures", 3839 "serde", 3840 + "thiserror 2.0.12", 3841 "tokio", 3842 + "uuid 1.15.1", 3843 + ] 3844 + 3845 + [[package]] 3846 + name = "deno_webgpu" 3847 + version = "0.157.0" 3848 + source = "registry+https://github.com/rust-lang/crates.io-index" 3849 + checksum = "4077584c0ccfde0737e576c396bbf1645f25ed0ebf4f44543e0ad13729285cf3" 3850 + dependencies = [ 3851 + "deno_core", 3852 + "deno_error", 3853 + "raw-window-handle", 3854 + "serde", 3855 + "thiserror 2.0.12", 3856 + "tokio", 3857 + "wgpu-core", 3858 + "wgpu-types", 3859 ] 3860 3861 [[package]] 3862 name = "deno_webidl" 3863 + version = "0.190.0" 3864 source = "registry+https://github.com/rust-lang/crates.io-index" 3865 + checksum = "c4ff81a990196bf3a80fe5d339b4eb8b411ef17634d60d399a63bae6e71a37c9" 3866 dependencies = [ 3867 "deno_core", 3868 ] 3869 3870 [[package]] 3871 + name = "deno_websocket" 3872 + version = "0.195.0" 3873 + source = "registry+https://github.com/rust-lang/crates.io-index" 3874 + checksum = "2ad15c3856dd1748f9a36102e90b4e345e40d7d64a9bf6672d584201e1fded28" 3875 + dependencies = [ 3876 + "bytes", 3877 + "deno_core", 3878 + "deno_error", 3879 + "deno_net", 3880 + "deno_permissions", 3881 + "deno_tls", 3882 + "fastwebsockets", 3883 + "h2 0.4.8", 3884 + "http 1.2.0", 3885 + "http-body-util", 3886 + "hyper 1.6.0", 3887 + "hyper-util", 3888 + "once_cell", 3889 + "rustls-tokio-stream", 3890 + "serde", 3891 + "thiserror 2.0.12", 3892 + "tokio", 3893 + ] 3894 + 3895 + [[package]] 3896 + name = "deno_webstorage" 3897 + version = "0.185.0" 3898 + source = "registry+https://github.com/rust-lang/crates.io-index" 3899 + checksum = "079dc4f6ce91f53bb848bad8d743dc20d16ca44cbed3425531cf5d922b1a45bc" 3900 + dependencies = [ 3901 + "deno_core", 3902 + "deno_error", 3903 + "deno_web", 3904 + "rusqlite", 3905 + "thiserror 2.0.12", 3906 + ] 3907 + 3908 + [[package]] 3909 + name = "deno_whoami" 3910 + version = "0.1.0" 3911 + source = "registry+https://github.com/rust-lang/crates.io-index" 3912 + checksum = "e75e4caa92b98a27f09c671d1399aee0f5970aa491b9a598523aac000a2192e3" 3913 + dependencies = [ 3914 + "libc", 3915 + "whoami", 3916 + ] 3917 + 3918 + [[package]] 3919 + name = "denokv_proto" 3920 + version = "0.9.0" 3921 + source = "registry+https://github.com/rust-lang/crates.io-index" 3922 + checksum = "d5b77de4d3b9215e14624d4f4eb16cb38c0810e3f5860ba3b3fc47d0537f9a4d" 3923 + dependencies = [ 3924 + "async-trait", 3925 + "chrono", 3926 + "deno_error", 3927 + "futures", 3928 + "num-bigint", 3929 + "prost", 3930 + "serde", 3931 + "uuid 1.15.1", 3932 + ] 3933 + 3934 + [[package]] 3935 + name = "denokv_remote" 3936 + version = "0.9.0" 3937 source = "registry+https://github.com/rust-lang/crates.io-index" 3938 + checksum = "c6497c28eec268ed99f1e8664f0842935f02d1508529c67d94c57ca5d893d743" 3939 dependencies = [ 3940 + "async-stream", 3941 + "async-trait", 3942 + "bytes", 3943 + "chrono", 3944 + "deno_error", 3945 + "denokv_proto", 3946 + "futures", 3947 + "http 1.2.0", 3948 + "log", 3949 + "prost", 3950 + "rand 0.8.5", 3951 + "serde", 3952 + "serde_json", 3953 + "thiserror 2.0.12", 3954 + "tokio", 3955 + "tokio-util", 3956 + "url", 3957 + "uuid 1.15.1", 3958 + ] 3959 + 3960 + [[package]] 3961 + name = "denokv_sqlite" 3962 + version = "0.9.0" 3963 + source = "registry+https://github.com/rust-lang/crates.io-index" 3964 + checksum = "dc0f21a450a35eb85760761401fddf9bfff9840127be07a6ca5c31863127913d" 3965 + dependencies = [ 3966 + "async-stream", 3967 + "async-trait", 3968 + "chrono", 3969 + "deno_error", 3970 + "denokv_proto", 3971 + "futures", 3972 + "hex", 3973 + "log", 3974 + "num-bigint", 3975 + "rand 0.8.5", 3976 + "rusqlite", 3977 + "serde_json", 3978 + "thiserror 2.0.12", 3979 + "tokio", 3980 + "tokio-stream", 3981 + "uuid 1.15.1", 3982 + "v8_valueserializer", 3983 ] 3984 3985 [[package]] ··· 3989 checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 3990 dependencies = [ 3991 "const-oid", 3992 + "der_derive", 3993 + "pem-rfc7468", 3994 "zeroize", 3995 ] 3996 3997 [[package]] 3998 + name = "der-parser" 3999 + version = "8.2.0" 4000 + source = "registry+https://github.com/rust-lang/crates.io-index" 4001 + checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" 4002 + dependencies = [ 4003 + "asn1-rs", 4004 + "displaydoc", 4005 + "nom 7.1.3", 4006 + "num-bigint", 4007 + "num-traits", 4008 + "rusticata-macros", 4009 + ] 4010 + 4011 + [[package]] 4012 + name = "der_derive" 4013 + version = "0.7.3" 4014 + source = "registry+https://github.com/rust-lang/crates.io-index" 4015 + checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" 4016 + dependencies = [ 4017 + "proc-macro2", 4018 + "quote", 4019 + "syn 2.0.99", 4020 + ] 4021 + 4022 + [[package]] 4023 name = "deranged" 4024 version = "0.3.11" 4025 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4062 4063 [[package]] 4064 name = "derive_more" 4065 + version = "0.99.19" 4066 source = "registry+https://github.com/rust-lang/crates.io-index" 4067 + checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" 4068 dependencies = [ 4069 "convert_case 0.4.0", 4070 "proc-macro2", 4071 "quote", 4072 "rustc_version 0.4.1", 4073 + "syn 2.0.99", 4074 ] 4075 4076 [[package]] ··· 4080 checksum = "ac41dd49fb554432020d52c875fc290e110113f864c6b1b525cd62c7e7747a5d" 4081 dependencies = [ 4082 "byteorder", 4083 + "cipher 0.3.0", 4084 "opaque-debug", 4085 ] 4086 ··· 4107 4108 [[package]] 4109 name = "dirs" 4110 + version = "4.0.0" 4111 + source = "registry+https://github.com/rust-lang/crates.io-index" 4112 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 4113 + dependencies = [ 4114 + "dirs-sys 0.3.7", 4115 + ] 4116 + 4117 + [[package]] 4118 + name = "dirs" 4119 version = "5.0.1" 4120 source = "registry+https://github.com/rust-lang/crates.io-index" 4121 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 4122 dependencies = [ 4123 + "dirs-sys 0.4.1", 4124 ] 4125 4126 [[package]] ··· 4135 4136 [[package]] 4137 name = "dirs-sys" 4138 + version = "0.3.7" 4139 + source = "registry+https://github.com/rust-lang/crates.io-index" 4140 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 4141 + dependencies = [ 4142 + "libc", 4143 + "redox_users", 4144 + "winapi", 4145 + ] 4146 + 4147 + [[package]] 4148 + name = "dirs-sys" 4149 version = "0.4.1" 4150 source = "registry+https://github.com/rust-lang/crates.io-index" 4151 checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" ··· 4168 ] 4169 4170 [[package]] 4171 + name = "displaydoc" 4172 + version = "0.2.5" 4173 + source = "registry+https://github.com/rust-lang/crates.io-index" 4174 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 4175 + dependencies = [ 4176 + "proc-macro2", 4177 + "quote", 4178 + "syn 2.0.99", 4179 + ] 4180 + 4181 + [[package]] 4182 + name = "dlopen2" 4183 + version = "0.6.1" 4184 + source = "registry+https://github.com/rust-lang/crates.io-index" 4185 + checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03" 4186 + dependencies = [ 4187 + "dlopen2_derive", 4188 + "libc", 4189 + "once_cell", 4190 + "winapi", 4191 + ] 4192 + 4193 + [[package]] 4194 name = "dlopen2" 4195 version = "0.7.0" 4196 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4210 dependencies = [ 4211 "proc-macro2", 4212 "quote", 4213 + "syn 2.0.99", 4214 ] 4215 4216 [[package]] ··· 4220 checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 4221 4222 [[package]] 4223 + name = "document-features" 4224 + version = "0.2.11" 4225 + source = "registry+https://github.com/rust-lang/crates.io-index" 4226 + checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 4227 + dependencies = [ 4228 + "litrs", 4229 + ] 4230 + 4231 + [[package]] 4232 name = "dotenv" 4233 version = "0.15.0" 4234 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4262 ] 4263 4264 [[package]] 4265 + name = "dsa" 4266 + version = "0.6.3" 4267 + source = "registry+https://github.com/rust-lang/crates.io-index" 4268 + checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689" 4269 + dependencies = [ 4270 + "digest 0.10.7", 4271 + "num-bigint-dig", 4272 + "num-traits", 4273 + "pkcs8", 4274 + "rfc6979", 4275 + "sha2 0.10.8", 4276 + "signature", 4277 + "zeroize", 4278 + ] 4279 + 4280 + [[package]] 4281 name = "dyn-clone" 4282 + version = "1.0.19" 4283 source = "registry+https://github.com/rust-lang/crates.io-index" 4284 + checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 4285 4286 [[package]] 4287 name = "dyn-iter" ··· 4300 ] 4301 4302 [[package]] 4303 + name = "dynasm" 4304 + version = "1.2.3" 4305 + source = "registry+https://github.com/rust-lang/crates.io-index" 4306 + checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b" 4307 + dependencies = [ 4308 + "bitflags 1.3.2", 4309 + "byteorder", 4310 + "lazy_static", 4311 + "proc-macro-error", 4312 + "proc-macro2", 4313 + "quote", 4314 + "syn 1.0.109", 4315 + ] 4316 + 4317 + [[package]] 4318 + name = "dynasmrt" 4319 + version = "1.2.3" 4320 + source = "registry+https://github.com/rust-lang/crates.io-index" 4321 + checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9" 4322 + dependencies = [ 4323 + "byteorder", 4324 + "dynasm", 4325 + "memmap2 0.5.10", 4326 + ] 4327 + 4328 + [[package]] 4329 + name = "ecb" 4330 + version = "0.1.2" 4331 + source = "registry+https://github.com/rust-lang/crates.io-index" 4332 + checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7" 4333 + dependencies = [ 4334 + "cipher 0.4.4", 4335 + ] 4336 + 4337 + [[package]] 4338 name = "ecdsa" 4339 version = "0.16.9" 4340 source = "registry+https://github.com/rust-lang/crates.io-index" 4341 checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 4342 dependencies = [ 4343 + "der", 4344 "digest 0.10.7", 4345 "elliptic-curve", 4346 "rfc6979", 4347 + "signature", 4348 + "spki", 4349 + ] 4350 + 4351 + [[package]] 4352 + name = "ecow" 4353 + version = "0.2.3" 4354 + source = "registry+https://github.com/rust-lang/crates.io-index" 4355 + checksum = "e42fc0a93992b20c58b99e59d61eaf1635a25bfbe49e4275c34ba0aee98119ba" 4356 + dependencies = [ 4357 + "serde", 4358 ] 4359 4360 [[package]] ··· 4363 source = "registry+https://github.com/rust-lang/crates.io-index" 4364 checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 4365 dependencies = [ 4366 + "pkcs8", 4367 + "signature", 4368 ] 4369 4370 [[package]] ··· 4375 dependencies = [ 4376 "curve25519-dalek", 4377 "ed25519", 4378 + "rand_core 0.6.4", 4379 "serde", 4380 "sha2 0.10.8", 4381 + "signature", 4382 + "subtle", 4383 + "zeroize", 4384 + ] 4385 + 4386 + [[package]] 4387 + name = "ed448-goldilocks" 4388 + version = "0.8.3" 4389 + source = "registry+https://github.com/rust-lang/crates.io-index" 4390 + checksum = "06924531e9e90130842b012e447f85bdaf9161bc8a0f8092be8cb70b01ebe092" 4391 + dependencies = [ 4392 + "fiat-crypto 0.1.20", 4393 + "hex", 4394 "subtle", 4395 "zeroize", 4396 ] 4397 4398 [[package]] 4399 name = "either" 4400 + version = "1.14.0" 4401 source = "registry+https://github.com/rust-lang/crates.io-index" 4402 + checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d" 4403 dependencies = [ 4404 "serde", 4405 ] ··· 4411 checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 4412 dependencies = [ 4413 "base16ct", 4414 + "base64ct", 4415 "crypto-bigint", 4416 "digest 0.10.7", 4417 "ff", 4418 "generic-array", 4419 "group", 4420 "hkdf", 4421 + "pem-rfc7468", 4422 + "pkcs8", 4423 "rand_core 0.6.4", 4424 "sec1", 4425 + "serde_json", 4426 + "serdect", 4427 "subtle", 4428 "zeroize", 4429 ] 4430 4431 [[package]] 4432 name = "encode_unicode" 4433 + version = "1.0.0" 4434 source = "registry+https://github.com/rust-lang/crates.io-index" 4435 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 4436 4437 [[package]] 4438 name = "encoding_rs" ··· 4444 ] 4445 4446 [[package]] 4447 + name = "endian-type" 4448 + version = "0.1.2" 4449 + source = "registry+https://github.com/rust-lang/crates.io-index" 4450 + checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 4451 + 4452 + [[package]] 4453 name = "enum-as-inner" 4454 version = "0.6.1" 4455 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4458 "heck 0.5.0", 4459 "proc-macro2", 4460 "quote", 4461 + "syn 2.0.99", 4462 ] 4463 4464 [[package]] 4465 name = "enumflags2" 4466 + version = "0.7.11" 4467 source = "registry+https://github.com/rust-lang/crates.io-index" 4468 + checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147" 4469 dependencies = [ 4470 "enumflags2_derive", 4471 ] 4472 4473 [[package]] 4474 name = "enumflags2_derive" 4475 + version = "0.7.11" 4476 source = "registry+https://github.com/rust-lang/crates.io-index" 4477 + checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" 4478 dependencies = [ 4479 "proc-macro2", 4480 "quote", 4481 + "syn 2.0.99", 4482 ] 4483 4484 [[package]] 4485 name = "equivalent" 4486 + version = "1.0.2" 4487 source = "registry+https://github.com/rust-lang/crates.io-index" 4488 + checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 4489 4490 [[package]] 4491 name = "errno" 4492 + version = "0.3.10" 4493 source = "registry+https://github.com/rust-lang/crates.io-index" 4494 + checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 4495 dependencies = [ 4496 "libc", 4497 + "windows-sys 0.59.0", 4498 ] 4499 + 4500 + [[package]] 4501 + name = "error-code" 4502 + version = "3.3.1" 4503 + source = "registry+https://github.com/rust-lang/crates.io-index" 4504 + checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" 4505 4506 [[package]] 4507 name = "error_reporter" ··· 4537 4538 [[package]] 4539 name = "event-listener" 4540 + version = "5.4.0" 4541 source = "registry+https://github.com/rust-lang/crates.io-index" 4542 + checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 4543 dependencies = [ 4544 "concurrent-queue", 4545 "parking", ··· 4547 ] 4548 4549 [[package]] 4550 + name = "fallible-iterator" 4551 + version = "0.2.0" 4552 source = "registry+https://github.com/rust-lang/crates.io-index" 4553 + checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 4554 4555 [[package]] 4556 name = "fallible-iterator" 4557 + version = "0.3.0" 4558 source = "registry+https://github.com/rust-lang/crates.io-index" 4559 + checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 4560 + 4561 + [[package]] 4562 + name = "fallible-streaming-iterator" 4563 + version = "0.1.9" 4564 + source = "registry+https://github.com/rust-lang/crates.io-index" 4565 + checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 4566 4567 [[package]] 4568 name = "fastdivide" 4569 + version = "0.4.2" 4570 + source = "registry+https://github.com/rust-lang/crates.io-index" 4571 + checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471" 4572 + 4573 + [[package]] 4574 + name = "faster-hex" 4575 + version = "0.9.0" 4576 source = "registry+https://github.com/rust-lang/crates.io-index" 4577 + checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" 4578 + dependencies = [ 4579 + "serde", 4580 + ] 4581 4582 [[package]] 4583 name = "fastrand" ··· 4590 4591 [[package]] 4592 name = "fastrand" 4593 + version = "2.3.0" 4594 source = "registry+https://github.com/rust-lang/crates.io-index" 4595 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 4596 + 4597 + [[package]] 4598 + name = "fastwebsockets" 4599 + version = "0.8.0" 4600 + source = "registry+https://github.com/rust-lang/crates.io-index" 4601 + checksum = "26da0c7b5cef45c521a6f9cdfffdfeb6c9f5804fbac332deb5ae254634c7a6be" 4602 + dependencies = [ 4603 + "base64 0.21.7", 4604 + "bytes", 4605 + "http-body-util", 4606 + "hyper 1.6.0", 4607 + "hyper-util", 4608 + "pin-project", 4609 + "rand 0.8.5", 4610 + "sha1", 4611 + "simdutf8", 4612 + "thiserror 1.0.69", 4613 + "tokio", 4614 + "utf-8", 4615 + ] 4616 + 4617 + [[package]] 4618 + name = "fd-lock" 4619 + version = "4.0.2" 4620 + source = "registry+https://github.com/rust-lang/crates.io-index" 4621 + checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" 4622 + dependencies = [ 4623 + "cfg-if", 4624 + "rustix", 4625 + "windows-sys 0.52.0", 4626 + ] 4627 + 4628 + [[package]] 4629 + name = "fdeflate" 4630 + version = "0.3.7" 4631 + source = "registry+https://github.com/rust-lang/crates.io-index" 4632 + checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 4633 + dependencies = [ 4634 + "simd-adler32", 4635 + ] 4636 4637 [[package]] 4638 name = "ff" ··· 4643 "rand_core 0.6.4", 4644 "subtle", 4645 ] 4646 + 4647 + [[package]] 4648 + name = "fiat-crypto" 4649 + version = "0.1.20" 4650 + source = "registry+https://github.com/rust-lang/crates.io-index" 4651 + checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" 4652 4653 [[package]] 4654 name = "fiat-crypto" ··· 4675 checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 4676 4677 [[package]] 4678 + name = "fixedbitset" 4679 + version = "0.5.7" 4680 + source = "registry+https://github.com/rust-lang/crates.io-index" 4681 + checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 4682 + 4683 + [[package]] 4684 name = "flatbuffers" 4685 + version = "24.12.23" 4686 source = "registry+https://github.com/rust-lang/crates.io-index" 4687 + checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096" 4688 dependencies = [ 4689 "bitflags 1.3.2", 4690 "rustc_version 0.4.1", ··· 4692 4693 [[package]] 4694 name = "flate2" 4695 + version = "1.1.0" 4696 source = "registry+https://github.com/rust-lang/crates.io-index" 4697 + checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc" 4698 dependencies = [ 4699 "crc32fast", 4700 "libz-sys", 4701 + "miniz_oxide 0.8.5", 4702 + ] 4703 + 4704 + [[package]] 4705 + name = "float-cmp" 4706 + version = "0.10.0" 4707 + source = "registry+https://github.com/rust-lang/crates.io-index" 4708 + checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" 4709 + dependencies = [ 4710 + "num-traits", 4711 ] 4712 4713 [[package]] ··· 4729 4730 [[package]] 4731 name = "foldhash" 4732 + version = "0.1.4" 4733 source = "registry+https://github.com/rust-lang/crates.io-index" 4734 + checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" 4735 4736 [[package]] 4737 name = "foreign-types" ··· 4739 source = "registry+https://github.com/rust-lang/crates.io-index" 4740 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 4741 dependencies = [ 4742 + "foreign-types-shared 0.1.1", 4743 + ] 4744 + 4745 + [[package]] 4746 + name = "foreign-types" 4747 + version = "0.5.0" 4748 + source = "registry+https://github.com/rust-lang/crates.io-index" 4749 + checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 4750 + dependencies = [ 4751 + "foreign-types-macros", 4752 + "foreign-types-shared 0.3.1", 4753 + ] 4754 + 4755 + [[package]] 4756 + name = "foreign-types-macros" 4757 + version = "0.2.3" 4758 + source = "registry+https://github.com/rust-lang/crates.io-index" 4759 + checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 4760 + dependencies = [ 4761 + "proc-macro2", 4762 + "quote", 4763 + "syn 2.0.99", 4764 ] 4765 4766 [[package]] ··· 4768 version = "0.1.1" 4769 source = "registry+https://github.com/rust-lang/crates.io-index" 4770 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 4771 + 4772 + [[package]] 4773 + name = "foreign-types-shared" 4774 + version = "0.3.1" 4775 + source = "registry+https://github.com/rust-lang/crates.io-index" 4776 + checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 4777 4778 [[package]] 4779 name = "form_urlencoded" ··· 4798 dependencies = [ 4799 "proc-macro2", 4800 "swc_macros_common", 4801 + "syn 2.0.99", 4802 ] 4803 4804 [[package]] 4805 + name = "fs3" 4806 + version = "0.5.0" 4807 source = "registry+https://github.com/rust-lang/crates.io-index" 4808 + checksum = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90" 4809 dependencies = [ 4810 + "libc", 4811 + "rustc_version 0.2.3", 4812 + "winapi", 4813 ] 4814 4815 [[package]] ··· 4820 dependencies = [ 4821 "rustix", 4822 "windows-sys 0.52.0", 4823 + ] 4824 + 4825 + [[package]] 4826 + name = "fsevent-sys" 4827 + version = "4.1.0" 4828 + source = "registry+https://github.com/rust-lang/crates.io-index" 4829 + checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 4830 + dependencies = [ 4831 + "libc", 4832 ] 4833 4834 [[package]] ··· 4923 4924 [[package]] 4925 name = "futures-lite" 4926 + version = "2.6.0" 4927 source = "registry+https://github.com/rust-lang/crates.io-index" 4928 + checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" 4929 dependencies = [ 4930 + "fastrand 2.3.0", 4931 "futures-core", 4932 "futures-io", 4933 "parking", ··· 4942 dependencies = [ 4943 "proc-macro2", 4944 "quote", 4945 + "syn 2.0.99", 4946 ] 4947 4948 [[package]] ··· 4984 "async-trait", 4985 "base64 0.21.7", 4986 "dirs-next", 4987 + "hyper 0.14.32", 4988 "hyper-rustls 0.24.2", 4989 "ring 0.16.20", 4990 "rustls 0.21.12", 4991 "rustls-pemfile 1.0.4", 4992 "serde", 4993 "serde_json", 4994 + "thiserror 1.0.69", 4995 "time", 4996 "tokio", 4997 "tracing", ··· 5119 ] 5120 5121 [[package]] 5122 + name = "generator" 5123 + version = "0.8.4" 5124 + source = "registry+https://github.com/rust-lang/crates.io-index" 5125 + checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 5126 + dependencies = [ 5127 + "cfg-if", 5128 + "libc", 5129 + "log", 5130 + "rustversion", 5131 + "windows", 5132 + ] 5133 + 5134 + [[package]] 5135 name = "generic-array" 5136 version = "0.14.7" 5137 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5158 source = "registry+https://github.com/rust-lang/crates.io-index" 5159 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 5160 dependencies = [ 5161 + "unicode-width 0.1.14", 5162 ] 5163 5164 [[package]] ··· 5186 ] 5187 5188 [[package]] 5189 + name = "getrandom" 5190 + version = "0.3.1" 5191 + source = "registry+https://github.com/rust-lang/crates.io-index" 5192 + checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" 5193 + dependencies = [ 5194 + "cfg-if", 5195 + "libc", 5196 + "wasi 0.13.3+wasi-0.2.2", 5197 + "windows-targets 0.52.6", 5198 + ] 5199 + 5200 + [[package]] 5201 + name = "ghash" 5202 + version = "0.5.1" 5203 + source = "registry+https://github.com/rust-lang/crates.io-index" 5204 + checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 5205 + dependencies = [ 5206 + "opaque-debug", 5207 + "polyval", 5208 + ] 5209 + 5210 + [[package]] 5211 name = "gimli" 5212 version = "0.31.1" 5213 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5230 dependencies = [ 5231 "proc-macro2", 5232 "quote", 5233 + "syn 2.0.99", 5234 ] 5235 5236 [[package]] ··· 5247 ] 5248 5249 [[package]] 5250 + name = "gl_generator" 5251 + version = "0.14.0" 5252 + source = "registry+https://github.com/rust-lang/crates.io-index" 5253 + checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 5254 + dependencies = [ 5255 + "khronos_api", 5256 + "log", 5257 + "xml-rs", 5258 + ] 5259 + 5260 + [[package]] 5261 name = "glob" 5262 + version = "0.3.2" 5263 + source = "registry+https://github.com/rust-lang/crates.io-index" 5264 + checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 5265 + 5266 + [[package]] 5267 + name = "globset" 5268 + version = "0.4.16" 5269 source = "registry+https://github.com/rust-lang/crates.io-index" 5270 + checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" 5271 + dependencies = [ 5272 + "aho-corasick", 5273 + "bstr", 5274 + "log", 5275 + "regex-automata 0.4.9", 5276 + "regex-syntax 0.8.5", 5277 + ] 5278 5279 [[package]] 5280 name = "gloo-timers" ··· 5289 ] 5290 5291 [[package]] 5292 + name = "glow" 5293 + version = "0.13.1" 5294 + source = "registry+https://github.com/rust-lang/crates.io-index" 5295 + checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 5296 + dependencies = [ 5297 + "js-sys", 5298 + "slotmap", 5299 + "wasm-bindgen", 5300 + "web-sys", 5301 + ] 5302 + 5303 + [[package]] 5304 + name = "glutin_wgl_sys" 5305 + version = "0.5.0" 5306 + source = "registry+https://github.com/rust-lang/crates.io-index" 5307 + checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" 5308 + dependencies = [ 5309 + "gl_generator", 5310 + ] 5311 + 5312 + [[package]] 5313 name = "gosyn" 5314 version = "0.2.9" 5315 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5317 dependencies = [ 5318 "anyhow", 5319 "strum 0.25.0", 5320 + "thiserror 1.0.69", 5321 "unic-ucd-category", 5322 ] 5323 5324 [[package]] 5325 + name = "gpu-alloc" 5326 + version = "0.6.0" 5327 + source = "registry+https://github.com/rust-lang/crates.io-index" 5328 + checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 5329 + dependencies = [ 5330 + "bitflags 2.9.0", 5331 + "gpu-alloc-types", 5332 + ] 5333 + 5334 + [[package]] 5335 + name = "gpu-alloc-types" 5336 + version = "0.3.0" 5337 + source = "registry+https://github.com/rust-lang/crates.io-index" 5338 + checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 5339 + dependencies = [ 5340 + "bitflags 2.9.0", 5341 + ] 5342 + 5343 + [[package]] 5344 + name = "gpu-descriptor" 5345 + version = "0.3.1" 5346 + source = "registry+https://github.com/rust-lang/crates.io-index" 5347 + checksum = "dcf29e94d6d243368b7a56caa16bc213e4f9f8ed38c4d9557069527b5d5281ca" 5348 + dependencies = [ 5349 + "bitflags 2.9.0", 5350 + "gpu-descriptor-types", 5351 + "hashbrown 0.15.2", 5352 + ] 5353 + 5354 + [[package]] 5355 + name = "gpu-descriptor-types" 5356 + version = "0.2.0" 5357 + source = "registry+https://github.com/rust-lang/crates.io-index" 5358 + checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 5359 + dependencies = [ 5360 + "bitflags 2.9.0", 5361 + ] 5362 + 5363 + [[package]] 5364 name = "group" 5365 version = "0.13.0" 5366 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5392 "futures-sink", 5393 "futures-util", 5394 "http 0.2.12", 5395 + "indexmap 2.7.1", 5396 "slab", 5397 "tokio", 5398 "tokio-util", ··· 5401 5402 [[package]] 5403 name = "h2" 5404 + version = "0.4.8" 5405 source = "registry+https://github.com/rust-lang/crates.io-index" 5406 + checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 5407 dependencies = [ 5408 "atomic-waker", 5409 "bytes", 5410 "fnv", 5411 "futures-core", 5412 "futures-sink", 5413 + "http 1.2.0", 5414 + "indexmap 2.7.1", 5415 "slab", 5416 "tokio", 5417 "tokio-util", ··· 5430 "num-traits", 5431 "rand 0.8.5", 5432 "rand_distr", 5433 + ] 5434 + 5435 + [[package]] 5436 + name = "halfbrown" 5437 + version = "0.2.5" 5438 + source = "registry+https://github.com/rust-lang/crates.io-index" 5439 + checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f" 5440 + dependencies = [ 5441 + "hashbrown 0.14.5", 5442 + "serde", 5443 ] 5444 5445 [[package]] ··· 5472 5473 [[package]] 5474 name = "hashbrown" 5475 + version = "0.15.2" 5476 source = "registry+https://github.com/rust-lang/crates.io-index" 5477 + checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 5478 dependencies = [ 5479 "allocator-api2", 5480 "equivalent", ··· 5482 ] 5483 5484 [[package]] 5485 + name = "hashify" 5486 + version = "0.2.6" 5487 + source = "registry+https://github.com/rust-lang/crates.io-index" 5488 + checksum = "f208758247e68e239acaa059e72e4ce1f30f2a4b6523f19c1b923d25b7e9cceb" 5489 + dependencies = [ 5490 + "proc-macro2", 5491 + "quote", 5492 + "syn 2.0.99", 5493 + ] 5494 + 5495 + [[package]] 5496 name = "hashlink" 5497 version = "0.9.1" 5498 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5502 ] 5503 5504 [[package]] 5505 + name = "hashlink" 5506 + version = "0.10.0" 5507 + source = "registry+https://github.com/rust-lang/crates.io-index" 5508 + checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 5509 + dependencies = [ 5510 + "hashbrown 0.15.2", 5511 + ] 5512 + 5513 + [[package]] 5514 + name = "hdrhistogram" 5515 + version = "7.5.4" 5516 + source = "registry+https://github.com/rust-lang/crates.io-index" 5517 + checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" 5518 + dependencies = [ 5519 + "base64 0.21.7", 5520 + "byteorder", 5521 + "crossbeam-channel", 5522 + "flate2", 5523 + "nom 7.1.3", 5524 + "num-traits", 5525 + ] 5526 + 5527 + [[package]] 5528 name = "heck" 5529 version = "0.4.1" 5530 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5543 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 5544 5545 [[package]] 5546 name = "hex" 5547 version = "0.4.3" 5548 source = "registry+https://github.com/rust-lang/crates.io-index" 5549 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 5550 + 5551 + [[package]] 5552 + name = "hexf-parse" 5553 + version = "0.2.1" 5554 + source = "registry+https://github.com/rust-lang/crates.io-index" 5555 + checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 5556 5557 [[package]] 5558 name = "hf-hub" ··· 5560 source = "registry+https://github.com/rust-lang/crates.io-index" 5561 checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732" 5562 dependencies = [ 5563 + "dirs 5.0.1", 5564 "indicatif", 5565 "log", 5566 "native-tls", 5567 "rand 0.8.5", 5568 "serde", 5569 "serde_json", 5570 + "thiserror 1.0.69", 5571 "ureq", 5572 ] 5573 5574 [[package]] 5575 + name = "hickory-proto" 5576 + version = "0.25.0-alpha.5" 5577 + source = "registry+https://github.com/rust-lang/crates.io-index" 5578 + checksum = "1d00147af6310f4392a31680db52a3ed45a2e0f68eb18e8c3fe5537ecc96d9e2" 5579 + dependencies = [ 5580 + "async-recursion", 5581 + "async-trait", 5582 + "cfg-if", 5583 + "data-encoding", 5584 + "enum-as-inner", 5585 + "futures-channel", 5586 + "futures-io", 5587 + "futures-util", 5588 + "idna", 5589 + "ipnet", 5590 + "once_cell", 5591 + "rand 0.9.0", 5592 + "serde", 5593 + "thiserror 2.0.12", 5594 + "tinyvec", 5595 + "tokio", 5596 + "tracing", 5597 + "url", 5598 + ] 5599 + 5600 + [[package]] 5601 + name = "hickory-resolver" 5602 + version = "0.25.0-alpha.5" 5603 + source = "registry+https://github.com/rust-lang/crates.io-index" 5604 + checksum = "5762f69ebdbd4ddb2e975cd24690bf21fe6b2604039189c26acddbc427f12887" 5605 + dependencies = [ 5606 + "cfg-if", 5607 + "futures-util", 5608 + "hickory-proto", 5609 + "ipconfig", 5610 + "moka", 5611 + "once_cell", 5612 + "parking_lot", 5613 + "rand 0.9.0", 5614 + "resolv-conf", 5615 + "serde", 5616 + "smallvec", 5617 + "thiserror 2.0.12", 5618 + "tokio", 5619 + "tracing", 5620 + ] 5621 + 5622 + [[package]] 5623 + name = "hipstr" 5624 + version = "0.6.0" 5625 + source = "registry+https://github.com/rust-lang/crates.io-index" 5626 + checksum = "97971ffc85d4c98de12e2608e992a43f5294ebb625fdb045b27c731b64c4c6d6" 5627 + dependencies = [ 5628 + "serde", 5629 + "serde_bytes", 5630 + "sptr", 5631 + ] 5632 + 5633 + [[package]] 5634 name = "hkdf" 5635 version = "0.12.4" 5636 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5650 5651 [[package]] 5652 name = "home" 5653 + version = "0.5.11" 5654 source = "registry+https://github.com/rust-lang/crates.io-index" 5655 + checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 5656 dependencies = [ 5657 + "windows-sys 0.59.0", 5658 ] 5659 5660 [[package]] ··· 5670 5671 [[package]] 5672 name = "hstr" 5673 + version = "0.2.17" 5674 source = "registry+https://github.com/rust-lang/crates.io-index" 5675 + checksum = "a1a26def229ea95a8709dad32868d975d0dd40235bd2ce82920e4a8fe692b5e0" 5676 dependencies = [ 5677 "hashbrown 0.14.5", 5678 "new_debug_unreachable", ··· 5701 5702 [[package]] 5703 name = "http" 5704 + version = "1.2.0" 5705 source = "registry+https://github.com/rust-lang/crates.io-index" 5706 + checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 5707 dependencies = [ 5708 "bytes", 5709 "fnv", ··· 5728 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 5729 dependencies = [ 5730 "bytes", 5731 + "http 1.2.0", 5732 ] 5733 5734 [[package]] ··· 5739 dependencies = [ 5740 "bytes", 5741 "futures-util", 5742 + "http 1.2.0", 5743 "http-body 1.0.1", 5744 "pin-project-lite", 5745 ] ··· 5751 checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 5752 dependencies = [ 5753 "anyhow", 5754 + "async-channel", 5755 "base64 0.13.1", 5756 "futures-lite 1.13.0", 5757 "http 0.2.12", ··· 5767 5768 [[package]] 5769 name = "httparse" 5770 + version = "1.10.1" 5771 source = "registry+https://github.com/rust-lang/crates.io-index" 5772 + checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 5773 5774 [[package]] 5775 name = "httpdate" ··· 5785 5786 [[package]] 5787 name = "hyper" 5788 + version = "0.14.32" 5789 source = "registry+https://github.com/rust-lang/crates.io-index" 5790 + checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 5791 dependencies = [ 5792 "bytes", 5793 "futures-channel", ··· 5800 "httpdate", 5801 "itoa", 5802 "pin-project-lite", 5803 + "socket2", 5804 "tokio", 5805 "tower-service", 5806 "tracing", ··· 5809 5810 [[package]] 5811 name = "hyper" 5812 + version = "1.6.0" 5813 source = "registry+https://github.com/rust-lang/crates.io-index" 5814 + checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 5815 dependencies = [ 5816 "bytes", 5817 "futures-channel", 5818 "futures-util", 5819 + "h2 0.4.8", 5820 + "http 1.2.0", 5821 "http-body 1.0.1", 5822 "httparse", 5823 "httpdate", ··· 5829 ] 5830 5831 [[package]] 5832 + name = "hyper-named-pipe" 5833 + version = "0.1.0" 5834 + source = "registry+https://github.com/rust-lang/crates.io-index" 5835 + checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" 5836 + dependencies = [ 5837 + "hex", 5838 + "hyper 1.6.0", 5839 + "hyper-util", 5840 + "pin-project-lite", 5841 + "tokio", 5842 + "tower-service", 5843 + "winapi", 5844 + ] 5845 + 5846 + [[package]] 5847 name = "hyper-rustls" 5848 version = "0.24.2" 5849 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5851 dependencies = [ 5852 "futures-util", 5853 "http 0.2.12", 5854 + "hyper 0.14.32", 5855 "log", 5856 "rustls 0.21.12", 5857 "rustls-native-certs 0.6.3", ··· 5861 5862 [[package]] 5863 name = "hyper-rustls" 5864 + version = "0.27.5" 5865 source = "registry+https://github.com/rust-lang/crates.io-index" 5866 + checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 5867 dependencies = [ 5868 "futures-util", 5869 + "http 1.2.0", 5870 + "hyper 1.6.0", 5871 "hyper-util", 5872 + "rustls 0.23.23", 5873 + "rustls-native-certs 0.8.1", 5874 "rustls-pki-types", 5875 "tokio", 5876 + "tokio-rustls 0.26.2", 5877 + "tower-service", 5878 + "webpki-roots", 5879 + ] 5880 + 5881 + [[package]] 5882 + name = "hyper-timeout" 5883 + version = "0.5.2" 5884 + source = "registry+https://github.com/rust-lang/crates.io-index" 5885 + checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" 5886 + dependencies = [ 5887 + "hyper 1.6.0", 5888 + "hyper-util", 5889 + "pin-project-lite", 5890 + "tokio", 5891 "tower-service", 5892 ] 5893 ··· 5898 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 5899 dependencies = [ 5900 "bytes", 5901 + "hyper 0.14.32", 5902 "native-tls", 5903 "tokio", 5904 "tokio-native-tls", ··· 5912 dependencies = [ 5913 "bytes", 5914 "http-body-util", 5915 + "hyper 1.6.0", 5916 "hyper-util", 5917 "native-tls", 5918 "tokio", ··· 5922 5923 [[package]] 5924 name = "hyper-util" 5925 + version = "0.1.10" 5926 source = "registry+https://github.com/rust-lang/crates.io-index" 5927 + checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 5928 dependencies = [ 5929 "bytes", 5930 "futures-channel", 5931 "futures-util", 5932 + "http 1.2.0", 5933 "http-body 1.0.1", 5934 + "hyper 1.6.0", 5935 "pin-project-lite", 5936 + "socket2", 5937 "tokio", 5938 "tower-service", 5939 "tracing", 5940 ] 5941 5942 [[package]] 5943 + name = "hyperlocal" 5944 + version = "0.9.1" 5945 + source = "registry+https://github.com/rust-lang/crates.io-index" 5946 + checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" 5947 + dependencies = [ 5948 + "hex", 5949 + "http-body-util", 5950 + "hyper 1.6.0", 5951 + "hyper-util", 5952 + "pin-project-lite", 5953 + "tokio", 5954 + "tower-service", 5955 + ] 5956 + 5957 + [[package]] 5958 name = "iana-time-zone" 5959 version = "0.1.61" 5960 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5965 "iana-time-zone-haiku", 5966 "js-sys", 5967 "wasm-bindgen", 5968 + "windows-core 0.52.0", 5969 ] 5970 5971 [[package]] ··· 5978 ] 5979 5980 [[package]] 5981 + name = "icu_collections" 5982 + version = "1.5.0" 5983 + source = "registry+https://github.com/rust-lang/crates.io-index" 5984 + checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 5985 + dependencies = [ 5986 + "displaydoc", 5987 + "yoke", 5988 + "zerofrom", 5989 + "zerovec", 5990 + ] 5991 + 5992 + [[package]] 5993 + name = "icu_locid" 5994 + version = "1.5.0" 5995 + source = "registry+https://github.com/rust-lang/crates.io-index" 5996 + checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 5997 + dependencies = [ 5998 + "displaydoc", 5999 + "litemap", 6000 + "tinystr", 6001 + "writeable", 6002 + "zerovec", 6003 + ] 6004 + 6005 + [[package]] 6006 + name = "icu_locid_transform" 6007 + version = "1.5.0" 6008 + source = "registry+https://github.com/rust-lang/crates.io-index" 6009 + checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 6010 + dependencies = [ 6011 + "displaydoc", 6012 + "icu_locid", 6013 + "icu_locid_transform_data", 6014 + "icu_provider", 6015 + "tinystr", 6016 + "zerovec", 6017 + ] 6018 + 6019 + [[package]] 6020 + name = "icu_locid_transform_data" 6021 + version = "1.5.0" 6022 + source = "registry+https://github.com/rust-lang/crates.io-index" 6023 + checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 6024 + 6025 + [[package]] 6026 + name = "icu_normalizer" 6027 + version = "1.5.0" 6028 + source = "registry+https://github.com/rust-lang/crates.io-index" 6029 + checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 6030 + dependencies = [ 6031 + "displaydoc", 6032 + "icu_collections", 6033 + "icu_normalizer_data", 6034 + "icu_properties", 6035 + "icu_provider", 6036 + "smallvec", 6037 + "utf16_iter", 6038 + "utf8_iter", 6039 + "write16", 6040 + "zerovec", 6041 + ] 6042 + 6043 + [[package]] 6044 + name = "icu_normalizer_data" 6045 + version = "1.5.0" 6046 + source = "registry+https://github.com/rust-lang/crates.io-index" 6047 + checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 6048 + 6049 + [[package]] 6050 + name = "icu_properties" 6051 + version = "1.5.1" 6052 + source = "registry+https://github.com/rust-lang/crates.io-index" 6053 + checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 6054 + dependencies = [ 6055 + "displaydoc", 6056 + "icu_collections", 6057 + "icu_locid_transform", 6058 + "icu_properties_data", 6059 + "icu_provider", 6060 + "tinystr", 6061 + "zerovec", 6062 + ] 6063 + 6064 + [[package]] 6065 + name = "icu_properties_data" 6066 + version = "1.5.0" 6067 + source = "registry+https://github.com/rust-lang/crates.io-index" 6068 + checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 6069 + 6070 + [[package]] 6071 + name = "icu_provider" 6072 + version = "1.5.0" 6073 + source = "registry+https://github.com/rust-lang/crates.io-index" 6074 + checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 6075 + dependencies = [ 6076 + "displaydoc", 6077 + "icu_locid", 6078 + "icu_provider_macros", 6079 + "stable_deref_trait", 6080 + "tinystr", 6081 + "writeable", 6082 + "yoke", 6083 + "zerofrom", 6084 + "zerovec", 6085 + ] 6086 + 6087 + [[package]] 6088 + name = "icu_provider_macros" 6089 + version = "1.5.0" 6090 + source = "registry+https://github.com/rust-lang/crates.io-index" 6091 + checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 6092 + dependencies = [ 6093 + "proc-macro2", 6094 + "quote", 6095 + "syn 2.0.99", 6096 + ] 6097 + 6098 + [[package]] 6099 name = "ident_case" 6100 version = "1.0.1" 6101 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6103 6104 [[package]] 6105 name = "idna" 6106 + version = "1.0.3" 6107 source = "registry+https://github.com/rust-lang/crates.io-index" 6108 + checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 6109 dependencies = [ 6110 + "idna_adapter", 6111 + "smallvec", 6112 + "utf8_iter", 6113 ] 6114 6115 [[package]] 6116 + name = "idna_adapter" 6117 + version = "1.2.0" 6118 source = "registry+https://github.com/rust-lang/crates.io-index" 6119 + checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 6120 dependencies = [ 6121 + "icu_normalizer", 6122 + "icu_properties", 6123 ] 6124 6125 [[package]] ··· 6129 checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 6130 6131 [[package]] 6132 + name = "ignore" 6133 + version = "0.4.23" 6134 + source = "registry+https://github.com/rust-lang/crates.io-index" 6135 + checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 6136 + dependencies = [ 6137 + "crossbeam-deque", 6138 + "globset", 6139 + "log", 6140 + "memchr", 6141 + "regex-automata 0.4.9", 6142 + "same-file", 6143 + "walkdir", 6144 + "winapi-util", 6145 + ] 6146 + 6147 + [[package]] 6148 + name = "image" 6149 + version = "0.24.9" 6150 + source = "registry+https://github.com/rust-lang/crates.io-index" 6151 + checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 6152 + dependencies = [ 6153 + "bytemuck", 6154 + "byteorder", 6155 + "color_quant", 6156 + "num-traits", 6157 + "png", 6158 + ] 6159 + 6160 + [[package]] 6161 + name = "import_map" 6162 + version = "0.21.0" 6163 + source = "registry+https://github.com/rust-lang/crates.io-index" 6164 + checksum = "1215d4d92511fbbdaea50e750e91f2429598ef817f02b579158e92803b52c00a" 6165 + dependencies = [ 6166 + "boxed_error", 6167 + "deno_error", 6168 + "indexmap 2.7.1", 6169 + "log", 6170 + "percent-encoding", 6171 + "serde", 6172 + "serde_json", 6173 + "thiserror 2.0.12", 6174 + "url", 6175 + ] 6176 + 6177 + [[package]] 6178 name = "indexmap" 6179 version = "1.9.3" 6180 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6187 6188 [[package]] 6189 name = "indexmap" 6190 + version = "2.7.1" 6191 source = "registry+https://github.com/rust-lang/crates.io-index" 6192 + checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" 6193 dependencies = [ 6194 "equivalent", 6195 + "hashbrown 0.15.2", 6196 "serde", 6197 ] 6198 6199 [[package]] 6200 name = "indicatif" 6201 + version = "0.17.11" 6202 source = "registry+https://github.com/rust-lang/crates.io-index" 6203 + checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 6204 dependencies = [ 6205 "console", 6206 "number_prefix", 6207 "portable-atomic", 6208 + "unicode-width 0.2.0", 6209 + "web-time", 6210 ] 6211 6212 [[package]] ··· 6216 checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 6217 6218 [[package]] 6219 + name = "inotify" 6220 + version = "0.9.6" 6221 + source = "registry+https://github.com/rust-lang/crates.io-index" 6222 + checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 6223 + dependencies = [ 6224 + "bitflags 1.3.2", 6225 + "inotify-sys", 6226 + "libc", 6227 + ] 6228 + 6229 + [[package]] 6230 + name = "inotify-sys" 6231 + version = "0.1.5" 6232 + source = "registry+https://github.com/rust-lang/crates.io-index" 6233 + checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 6234 + dependencies = [ 6235 + "libc", 6236 + ] 6237 + 6238 + [[package]] 6239 + name = "inout" 6240 + version = "0.1.4" 6241 + source = "registry+https://github.com/rust-lang/crates.io-index" 6242 + checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 6243 + dependencies = [ 6244 + "block-padding 0.3.3", 6245 + "generic-array", 6246 + ] 6247 + 6248 + [[package]] 6249 name = "instant" 6250 version = "0.1.13" 6251 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6269 source = "registry+https://github.com/rust-lang/crates.io-index" 6270 checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 6271 dependencies = [ 6272 + "socket2", 6273 "widestring", 6274 "windows-sys 0.48.0", 6275 "winreg", ··· 6277 6278 [[package]] 6279 name = "ipnet" 6280 + version = "2.11.0" 6281 + source = "registry+https://github.com/rust-lang/crates.io-index" 6282 + checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 6283 + 6284 + [[package]] 6285 + name = "ipnetwork" 6286 + version = "0.20.0" 6287 source = "registry+https://github.com/rust-lang/crates.io-index" 6288 + checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" 6289 + dependencies = [ 6290 + "serde", 6291 + ] 6292 6293 [[package]] 6294 name = "is-macro" 6295 + version = "0.3.7" 6296 source = "registry+https://github.com/rust-lang/crates.io-index" 6297 + checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4" 6298 dependencies = [ 6299 + "heck 0.5.0", 6300 "proc-macro2", 6301 "quote", 6302 + "syn 2.0.99", 6303 ] 6304 6305 [[package]] ··· 6345 ] 6346 6347 [[package]] 6348 + name = "itertools" 6349 + version = "0.14.0" 6350 + source = "registry+https://github.com/rust-lang/crates.io-index" 6351 + checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 6352 + dependencies = [ 6353 + "either", 6354 + ] 6355 + 6356 + [[package]] 6357 name = "itoa" 6358 + version = "1.0.14" 6359 source = "registry+https://github.com/rust-lang/crates.io-index" 6360 + checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 6361 + 6362 + [[package]] 6363 + name = "jni-sys" 6364 + version = "0.3.0" 6365 + source = "registry+https://github.com/rust-lang/crates.io-index" 6366 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 6367 6368 [[package]] 6369 name = "jobserver" ··· 6376 6377 [[package]] 6378 name = "js-sys" 6379 + version = "0.3.77" 6380 source = "registry+https://github.com/rust-lang/crates.io-index" 6381 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 6382 dependencies = [ 6383 + "once_cell", 6384 "wasm-bindgen", 6385 + ] 6386 + 6387 + [[package]] 6388 + name = "jsonc-parser" 6389 + version = "0.26.2" 6390 + source = "registry+https://github.com/rust-lang/crates.io-index" 6391 + checksum = "b558af6b49fd918e970471374e7a798b2c9bbcda624a210ffa3901ee5614bc8e" 6392 + dependencies = [ 6393 + "serde_json", 6394 ] 6395 6396 [[package]] ··· 6408 ] 6409 6410 [[package]] 6411 + name = "junction" 6412 + version = "1.2.0" 6413 + source = "registry+https://github.com/rust-lang/crates.io-index" 6414 + checksum = "72bbdfd737a243da3dfc1f99ee8d6e166480f17ab4ac84d7c34aacd73fc7bd16" 6415 + dependencies = [ 6416 + "scopeguard", 6417 + "windows-sys 0.52.0", 6418 + ] 6419 + 6420 + [[package]] 6421 + name = "k256" 6422 + version = "0.13.4" 6423 + source = "registry+https://github.com/rust-lang/crates.io-index" 6424 + checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 6425 + dependencies = [ 6426 + "cfg-if", 6427 + "ecdsa", 6428 + "elliptic-curve", 6429 + "once_cell", 6430 + "sha2 0.10.8", 6431 + "signature", 6432 + ] 6433 + 6434 + [[package]] 6435 + name = "keccak" 6436 + version = "0.1.5" 6437 + source = "registry+https://github.com/rust-lang/crates.io-index" 6438 + checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 6439 + dependencies = [ 6440 + "cpufeatures", 6441 + ] 6442 + 6443 + [[package]] 6444 name = "keyed_priority_queue" 6445 version = "0.4.2" 6446 source = "registry+https://github.com/rust-lang/crates.io-index" 6447 checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" 6448 dependencies = [ 6449 + "indexmap 2.7.1", 6450 ] 6451 6452 [[package]] 6453 + name = "khronos-egl" 6454 + version = "6.0.0" 6455 + source = "registry+https://github.com/rust-lang/crates.io-index" 6456 + checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 6457 + dependencies = [ 6458 + "libc", 6459 + "libloading 0.8.6", 6460 + "pkg-config", 6461 + ] 6462 + 6463 + [[package]] 6464 + name = "khronos_api" 6465 + version = "3.1.0" 6466 + source = "registry+https://github.com/rust-lang/crates.io-index" 6467 + checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 6468 + 6469 + [[package]] 6470 name = "konst" 6471 version = "0.2.19" 6472 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6482 checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" 6483 6484 [[package]] 6485 + name = "kqueue" 6486 + version = "1.0.8" 6487 + source = "registry+https://github.com/rust-lang/crates.io-index" 6488 + checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 6489 + dependencies = [ 6490 + "kqueue-sys", 6491 + "libc", 6492 + ] 6493 + 6494 + [[package]] 6495 + name = "kqueue-sys" 6496 + version = "1.0.4" 6497 source = "registry+https://github.com/rust-lang/crates.io-index" 6498 + checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 6499 dependencies = [ 6500 + "bitflags 1.3.2", 6501 + "libc", 6502 ] 6503 6504 [[package]] ··· 6506 version = "0.20.2" 6507 source = "registry+https://github.com/rust-lang/crates.io-index" 6508 checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" 6509 + 6510 + [[package]] 6511 + name = "lazy-regex" 6512 + version = "3.4.1" 6513 + source = "registry+https://github.com/rust-lang/crates.io-index" 6514 + checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126" 6515 + dependencies = [ 6516 + "lazy-regex-proc_macros", 6517 + "once_cell", 6518 + "regex", 6519 + ] 6520 + 6521 + [[package]] 6522 + name = "lazy-regex-proc_macros" 6523 + version = "3.4.1" 6524 + source = "registry+https://github.com/rust-lang/crates.io-index" 6525 + checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1" 6526 + dependencies = [ 6527 + "proc-macro2", 6528 + "quote", 6529 + "regex", 6530 + "syn 2.0.99", 6531 + ] 6532 6533 [[package]] 6534 name = "lazy_static" ··· 6617 6618 [[package]] 6619 name = "libc" 6620 + version = "0.2.170" 6621 + source = "registry+https://github.com/rust-lang/crates.io-index" 6622 + checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 6623 + 6624 + [[package]] 6625 + name = "libffi" 6626 + version = "3.2.0" 6627 source = "registry+https://github.com/rust-lang/crates.io-index" 6628 + checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" 6629 + dependencies = [ 6630 + "libc", 6631 + "libffi-sys", 6632 + ] 6633 + 6634 + [[package]] 6635 + name = "libffi-sys" 6636 + version = "2.3.0" 6637 + source = "registry+https://github.com/rust-lang/crates.io-index" 6638 + checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" 6639 + dependencies = [ 6640 + "cc", 6641 + ] 6642 6643 [[package]] 6644 name = "libgit2-sys" ··· 6654 6655 [[package]] 6656 name = "libloading" 6657 + version = "0.7.4" 6658 + source = "registry+https://github.com/rust-lang/crates.io-index" 6659 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 6660 + dependencies = [ 6661 + "cfg-if", 6662 + "winapi", 6663 + ] 6664 + 6665 + [[package]] 6666 + name = "libloading" 6667 + version = "0.8.6" 6668 source = "registry+https://github.com/rust-lang/crates.io-index" 6669 + checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 6670 dependencies = [ 6671 "cfg-if", 6672 "windows-targets 0.52.6", ··· 6674 6675 [[package]] 6676 name = "libm" 6677 + version = "0.2.11" 6678 source = "registry+https://github.com/rust-lang/crates.io-index" 6679 + checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 6680 6681 [[package]] 6682 name = "libredox" ··· 6684 source = "registry+https://github.com/rust-lang/crates.io-index" 6685 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 6686 dependencies = [ 6687 + "bitflags 2.9.0", 6688 "libc", 6689 + "redox_syscall 0.5.10", 6690 ] 6691 6692 [[package]] ··· 6713 6714 [[package]] 6715 name = "libz-sys" 6716 + version = "1.1.21" 6717 source = "registry+https://github.com/rust-lang/crates.io-index" 6718 + checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" 6719 dependencies = [ 6720 "cc", 6721 "libc", ··· 6731 6732 [[package]] 6733 name = "linux-raw-sys" 6734 + version = "0.4.15" 6735 + source = "registry+https://github.com/rust-lang/crates.io-index" 6736 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 6737 + 6738 + [[package]] 6739 + name = "litemap" 6740 + version = "0.7.5" 6741 source = "registry+https://github.com/rust-lang/crates.io-index" 6742 + checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 6743 + 6744 + [[package]] 6745 + name = "litrs" 6746 + version = "0.4.1" 6747 + source = "registry+https://github.com/rust-lang/crates.io-index" 6748 + checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 6749 6750 [[package]] 6751 name = "lock_api" ··· 6759 6760 [[package]] 6761 name = "log" 6762 + version = "0.4.26" 6763 source = "registry+https://github.com/rust-lang/crates.io-index" 6764 + checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 6765 6766 [[package]] 6767 name = "loki-api" 6768 + version = "0.1.3" 6769 source = "registry+https://github.com/rust-lang/crates.io-index" 6770 + checksum = "bdc38a304f59a03e6efa3876766a48c70a766a93f88341c3fff4212834b8e327" 6771 dependencies = [ 6772 "prost", 6773 "prost-types", 6774 ] 6775 6776 [[package]] 6777 + name = "loom" 6778 + version = "0.7.2" 6779 source = "registry+https://github.com/rust-lang/crates.io-index" 6780 + checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 6781 dependencies = [ 6782 + "cfg-if", 6783 + "generator", 6784 + "scoped-tls", 6785 + "tracing", 6786 + "tracing-subscriber", 6787 ] 6788 6789 [[package]] 6790 + name = "lru" 6791 + version = "0.12.5" 6792 source = "registry+https://github.com/rust-lang/crates.io-index" 6793 + checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 6794 dependencies = [ 6795 + "hashbrown 0.15.2", 6796 ] 6797 6798 [[package]] ··· 6801 source = "registry+https://github.com/rust-lang/crates.io-index" 6802 checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 6803 dependencies = [ 6804 + "twox-hash 1.6.3", 6805 ] 6806 6807 [[package]] ··· 6837 source = "registry+https://github.com/rust-lang/crates.io-index" 6838 checksum = "6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053" 6839 dependencies = [ 6840 + "aes 0.7.5", 6841 "base64 0.21.7", 6842 "block-modes", 6843 "crc-any", ··· 6859 6860 [[package]] 6861 name = "mail-parser" 6862 + version = "0.10.2" 6863 source = "registry+https://github.com/rust-lang/crates.io-index" 6864 + checksum = "187a2b93c4c8c32f552ee06c2d99915e575de2fc7e04b07891c9edfee5b8edd6" 6865 dependencies = [ 6866 "encoding_rs", 6867 + "hashify", 6868 "serde", 6869 ] 6870 ··· 6877 "base64 0.22.1", 6878 "gethostname", 6879 "mail-builder", 6880 + "rustls 0.23.23", 6881 "rustls-pki-types", 6882 "smtp-proto", 6883 "tokio", 6884 + "tokio-rustls 0.26.2", 6885 + "webpki-roots", 6886 ] 6887 6888 [[package]] 6889 name = "malachite" 6890 + version = "0.4.18" 6891 source = "registry+https://github.com/rust-lang/crates.io-index" 6892 + checksum = "4a6ecab92657eb234bfe98abd0b17920772c6b14ce69256950142e2eb36d000b" 6893 dependencies = [ 6894 "malachite-base", 6895 "malachite-nz", ··· 6898 6899 [[package]] 6900 name = "malachite-base" 6901 + version = "0.4.22" 6902 source = "registry+https://github.com/rust-lang/crates.io-index" 6903 + checksum = "5ea0ed76adf7defc1a92240b5c36d5368cfe9251640dcce5bd2d0b7c1fd87aeb" 6904 dependencies = [ 6905 "hashbrown 0.14.5", 6906 "itertools 0.11.0", ··· 6923 6924 [[package]] 6925 name = "malachite-nz" 6926 + version = "0.4.22" 6927 source = "registry+https://github.com/rust-lang/crates.io-index" 6928 + checksum = "34a79feebb2bc9aa7762047c8e5495269a367da6b5a90a99882a0aeeac1841f7" 6929 dependencies = [ 6930 "itertools 0.11.0", 6931 "libm", ··· 6934 6935 [[package]] 6936 name = "malachite-q" 6937 + version = "0.4.22" 6938 source = "registry+https://github.com/rust-lang/crates.io-index" 6939 + checksum = "50f235d5747b1256b47620f5640c2a17a88c7569eebdf27cd9cb130e1a619191" 6940 dependencies = [ 6941 "itertools 0.11.0", 6942 "malachite-base", 6943 "malachite-nz", 6944 + ] 6945 + 6946 + [[package]] 6947 + name = "malloc_buf" 6948 + version = "0.0.6" 6949 + source = "registry+https://github.com/rust-lang/crates.io-index" 6950 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 6951 + dependencies = [ 6952 + "libc", 6953 ] 6954 6955 [[package]] ··· 7007 ] 7008 7009 [[package]] 7010 + name = "md4" 7011 + version = "0.10.2" 7012 + source = "registry+https://github.com/rust-lang/crates.io-index" 7013 + checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda" 7014 + dependencies = [ 7015 + "digest 0.10.7", 7016 + ] 7017 + 7018 + [[package]] 7019 name = "measure_time" 7020 version = "0.8.3" 7021 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7033 7034 [[package]] 7035 name = "memmap2" 7036 + version = "0.5.10" 7037 + source = "registry+https://github.com/rust-lang/crates.io-index" 7038 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 7039 + dependencies = [ 7040 + "libc", 7041 + ] 7042 + 7043 + [[package]] 7044 + name = "memmap2" 7045 version = "0.9.5" 7046 source = "registry+https://github.com/rust-lang/crates.io-index" 7047 checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" ··· 7051 ] 7052 7053 [[package]] 7054 + name = "memmem" 7055 + version = "0.1.1" 7056 + source = "registry+https://github.com/rust-lang/crates.io-index" 7057 + checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 7058 + 7059 + [[package]] 7060 name = "memoffset" 7061 version = "0.9.1" 7062 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7066 ] 7067 7068 [[package]] 7069 + name = "metal" 7070 + version = "0.28.0" 7071 + source = "registry+https://github.com/rust-lang/crates.io-index" 7072 + checksum = "5637e166ea14be6063a3f8ba5ccb9a4159df7d8f6d61c02fc3d480b1f90dcfcb" 7073 + dependencies = [ 7074 + "bitflags 2.9.0", 7075 + "block", 7076 + "core-graphics-types", 7077 + "foreign-types 0.5.0", 7078 + "log", 7079 + "objc", 7080 + "paste", 7081 + ] 7082 + 7083 + [[package]] 7084 name = "mime" 7085 version = "0.3.17" 7086 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7097 ] 7098 7099 [[package]] 7100 + name = "minicov" 7101 + version = "0.3.7" 7102 + source = "registry+https://github.com/rust-lang/crates.io-index" 7103 + checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b" 7104 + dependencies = [ 7105 + "cc", 7106 + "walkdir", 7107 + ] 7108 + 7109 + [[package]] 7110 name = "minimal-lexical" 7111 version = "0.2.1" 7112 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7123 7124 [[package]] 7125 name = "miniz_oxide" 7126 + version = "0.8.5" 7127 source = "registry+https://github.com/rust-lang/crates.io-index" 7128 + checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" 7129 dependencies = [ 7130 "adler2", 7131 + "simd-adler32", 7132 ] 7133 7134 [[package]] ··· 7138 checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 7139 dependencies = [ 7140 "libc", 7141 + "log", 7142 "wasi 0.11.0+wasi-snapshot-preview1", 7143 "windows-sys 0.48.0", 7144 ] 7145 7146 [[package]] 7147 + name = "mio" 7148 + version = "1.0.3" 7149 + source = "registry+https://github.com/rust-lang/crates.io-index" 7150 + checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 7151 + dependencies = [ 7152 + "libc", 7153 + "wasi 0.11.0+wasi-snapshot-preview1", 7154 + "windows-sys 0.52.0", 7155 + ] 7156 + 7157 + [[package]] 7158 + name = "moka" 7159 + version = "0.12.10" 7160 + source = "registry+https://github.com/rust-lang/crates.io-index" 7161 + checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 7162 + dependencies = [ 7163 + "crossbeam-channel", 7164 + "crossbeam-epoch", 7165 + "crossbeam-utils", 7166 + "loom", 7167 + "parking_lot", 7168 + "portable-atomic", 7169 + "rustc_version 0.4.1", 7170 + "smallvec", 7171 + "tagptr", 7172 + "thiserror 1.0.69", 7173 + "uuid 1.15.1", 7174 + ] 7175 + 7176 + [[package]] 7177 + name = "monch" 7178 + version = "0.5.0" 7179 + source = "registry+https://github.com/rust-lang/crates.io-index" 7180 + checksum = "b52c1b33ff98142aecea13138bd399b68aa7ab5d9546c300988c345004001eea" 7181 + 7182 + [[package]] 7183 name = "monostate" 7184 + version = "0.1.14" 7185 source = "registry+https://github.com/rust-lang/crates.io-index" 7186 + checksum = "aafe1be9d0c75642e3e50fedc7ecadf1ef1cbce6eb66462153fc44245343fbee" 7187 dependencies = [ 7188 "monostate-impl", 7189 "serde", ··· 7191 7192 [[package]] 7193 name = "monostate-impl" 7194 + version = "0.1.14" 7195 source = "registry+https://github.com/rust-lang/crates.io-index" 7196 + checksum = "c402a4092d5e204f32c9e155431046831fa712637043c58cb73bc6bc6c9663b5" 7197 dependencies = [ 7198 "proc-macro2", 7199 "quote", 7200 + "syn 2.0.99", 7201 ] 7202 7203 [[package]] ··· 7209 "bytes", 7210 "encoding_rs", 7211 "futures-util", 7212 + "http 1.2.0", 7213 "httparse", 7214 "memchr", 7215 "mime", ··· 7218 ] 7219 7220 [[package]] 7221 + name = "multimap" 7222 + version = "0.10.0" 7223 + source = "registry+https://github.com/rust-lang/crates.io-index" 7224 + checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 7225 + 7226 + [[package]] 7227 name = "murmurhash32" 7228 version = "0.3.1" 7229 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7231 7232 [[package]] 7233 name = "mysql-common-derive" 7234 + version = "0.32.0" 7235 source = "registry+https://github.com/rust-lang/crates.io-index" 7236 + checksum = "deb6d9ff4094f6d58d3f892fc558e60048476213dd17dcf904b62202e9029da6" 7237 dependencies = [ 7238 "darling 0.20.10", 7239 + "heck 0.5.0", 7240 "num-bigint", 7241 "proc-macro-crate", 7242 + "proc-macro-error2", 7243 "proc-macro2", 7244 "quote", 7245 + "syn 2.0.99", 7246 "termcolor", 7247 + "thiserror 1.0.69", 7248 ] 7249 7250 [[package]] 7251 name = "mysql_async" 7252 + version = "0.35.1" 7253 source = "registry+https://github.com/rust-lang/crates.io-index" 7254 + checksum = "d14cf024116ba8fef4a7fec5abf0bd5de89b9fb29a7e55818a119ac5ec745077" 7255 dependencies = [ 7256 "bytes", 7257 "crossbeam", ··· 7263 "lru", 7264 "mysql_common", 7265 "native-tls", 7266 + "pem 3.0.5", 7267 "percent-encoding", 7268 "pin-project", 7269 "rand 0.8.5", 7270 "serde", 7271 "serde_json", 7272 + "socket2", 7273 + "thiserror 2.0.12", 7274 "tokio", 7275 "tokio-native-tls", 7276 "tokio-util", 7277 + "twox-hash 2.1.0", 7278 "url", 7279 ] 7280 7281 [[package]] 7282 name = "mysql_common" 7283 + version = "0.34.1" 7284 source = "registry+https://github.com/rust-lang/crates.io-index" 7285 + checksum = "34a9141e735d5bb02414a7ac03add09522466d4db65bdd827069f76ae0850e58" 7286 dependencies = [ 7287 + "base64 0.22.1", 7288 + "bitflags 2.9.0", 7289 "btoi", 7290 "byteorder", 7291 "bytes", ··· 7293 "cmake", 7294 "crc32fast", 7295 "flate2", 7296 "lazy_static", 7297 "mysql-common-derive", 7298 "num-bigint", ··· 7305 "serde_json", 7306 "sha1", 7307 "sha2 0.10.8", 7308 "subprocess", 7309 + "thiserror 1.0.69", 7310 + "uuid 1.15.1", 7311 + "zstd", 7312 + ] 7313 + 7314 + [[package]] 7315 + name = "naga" 7316 + version = "0.20.0" 7317 + source = "registry+https://github.com/rust-lang/crates.io-index" 7318 + checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231" 7319 + dependencies = [ 7320 + "arrayvec", 7321 + "bit-set", 7322 + "bitflags 2.9.0", 7323 + "codespan-reporting", 7324 + "hexf-parse", 7325 + "indexmap 2.7.1", 7326 + "log", 7327 + "num-traits", 7328 + "rustc-hash 1.1.0", 7329 + "serde", 7330 + "spirv", 7331 + "termcolor", 7332 + "thiserror 1.0.69", 7333 + "unicode-xid", 7334 + ] 7335 + 7336 + [[package]] 7337 + name = "napi_sym" 7338 + version = "0.120.0" 7339 + source = "registry+https://github.com/rust-lang/crates.io-index" 7340 + checksum = "33a55ec137cebb7f4a594edd16157a5b9d9addf7ebd29c88198ec4e0cff2e93e" 7341 + dependencies = [ 7342 + "quote", 7343 + "serde", 7344 + "serde_json", 7345 + "syn 2.0.99", 7346 ] 7347 7348 [[package]] 7349 name = "native-tls" 7350 + version = "0.2.14" 7351 source = "registry+https://github.com/rust-lang/crates.io-index" 7352 + checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 7353 dependencies = [ 7354 "libc", 7355 "log", ··· 7357 "openssl-probe", 7358 "openssl-sys", 7359 "schannel", 7360 + "security-framework 2.11.1", 7361 "security-framework-sys", 7362 "tempfile", 7363 ] 7364 7365 [[package]] 7366 + name = "ndk-sys" 7367 + version = "0.5.0+25.2.9519653" 7368 + source = "registry+https://github.com/rust-lang/crates.io-index" 7369 + checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 7370 + dependencies = [ 7371 + "jni-sys", 7372 + ] 7373 + 7374 + [[package]] 7375 + name = "netif" 7376 + version = "0.1.6" 7377 + source = "registry+https://github.com/rust-lang/crates.io-index" 7378 + checksum = "d29a01b9f018d6b7b277fef6c79fdbd9bf17bb2d1e298238055cafab49baa5ee" 7379 + dependencies = [ 7380 + "libc", 7381 + "winapi", 7382 + ] 7383 + 7384 + [[package]] 7385 name = "new_debug_unreachable" 7386 version = "1.0.6" 7387 source = "registry+https://github.com/rust-lang/crates.io-index" 7388 checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 7389 7390 [[package]] 7391 + name = "nibble_vec" 7392 + version = "0.1.0" 7393 + source = "registry+https://github.com/rust-lang/crates.io-index" 7394 + checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 7395 + dependencies = [ 7396 + "smallvec", 7397 + ] 7398 + 7399 + [[package]] 7400 name = "nix" 7401 version = "0.27.1" 7402 source = "registry+https://github.com/rust-lang/crates.io-index" 7403 checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 7404 dependencies = [ 7405 + "bitflags 2.9.0", 7406 "cfg-if", 7407 "libc", 7408 ] 7409 7410 [[package]] 7411 + name = "nkeys" 7412 + version = "0.4.4" 7413 + source = "registry+https://github.com/rust-lang/crates.io-index" 7414 + checksum = "9f49e787f4c61cbd0f9320b31cc26e58719f6aa5068e34697dd3aea361412fe3" 7415 + dependencies = [ 7416 + "data-encoding", 7417 + "ed25519", 7418 + "ed25519-dalek", 7419 + "getrandom 0.2.15", 7420 + "log", 7421 + "rand 0.8.5", 7422 + "signatory", 7423 + ] 7424 + 7425 + [[package]] 7426 + name = "node_resolver" 7427 + version = "0.28.0" 7428 + source = "registry+https://github.com/rust-lang/crates.io-index" 7429 + checksum = "808426e80ce77a311b24ac080caf18c23c632e035d797edb217ce74cdf6a0e71" 7430 + dependencies = [ 7431 + "anyhow", 7432 + "async-trait", 7433 + "boxed_error", 7434 + "dashmap", 7435 + "deno_error", 7436 + "deno_media_type", 7437 + "deno_package_json", 7438 + "deno_path_util", 7439 + "futures", 7440 + "lazy-regex", 7441 + "once_cell", 7442 + "path-clean", 7443 + "regex", 7444 + "serde", 7445 + "serde_json", 7446 + "sys_traits", 7447 + "thiserror 2.0.12", 7448 + "url", 7449 + ] 7450 + 7451 + [[package]] 7452 + name = "nom" 7453 + version = "5.1.3" 7454 + source = "registry+https://github.com/rust-lang/crates.io-index" 7455 + checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b" 7456 + dependencies = [ 7457 + "memchr", 7458 + "version_check", 7459 + ] 7460 + 7461 + [[package]] 7462 name = "nom" 7463 version = "7.1.3" 7464 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7469 ] 7470 7471 [[package]] 7472 + name = "notify" 7473 + version = "6.1.1" 7474 + source = "registry+https://github.com/rust-lang/crates.io-index" 7475 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 7476 + dependencies = [ 7477 + "bitflags 2.9.0", 7478 + "crossbeam-channel", 7479 + "filetime", 7480 + "fsevent-sys", 7481 + "inotify", 7482 + "kqueue", 7483 + "libc", 7484 + "log", 7485 + "mio 0.8.11", 7486 + "walkdir", 7487 + "windows-sys 0.48.0", 7488 + ] 7489 + 7490 + [[package]] 7491 + name = "ntapi" 7492 + version = "0.4.1" 7493 + source = "registry+https://github.com/rust-lang/crates.io-index" 7494 + checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 7495 + dependencies = [ 7496 + "winapi", 7497 + ] 7498 + 7499 + [[package]] 7500 name = "nu-ansi-term" 7501 version = "0.46.0" 7502 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7507 ] 7508 7509 [[package]] 7510 + name = "nuid" 7511 + version = "0.5.0" 7512 + source = "registry+https://github.com/rust-lang/crates.io-index" 7513 + checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83" 7514 + dependencies = [ 7515 + "rand 0.8.5", 7516 + ] 7517 + 7518 + [[package]] 7519 name = "num" 7520 version = "0.4.3" 7521 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7554 "num-iter", 7555 "num-traits", 7556 "rand 0.8.5", 7557 + "serde", 7558 "smallvec", 7559 "zeroize", 7560 ] ··· 7622 source = "registry+https://github.com/rust-lang/crates.io-index" 7623 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 7624 dependencies = [ 7625 + "hermit-abi", 7626 "libc", 7627 ] 7628 7629 [[package]] 7630 + name = "num_enum" 7631 + version = "0.7.3" 7632 + source = "registry+https://github.com/rust-lang/crates.io-index" 7633 + checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 7634 + dependencies = [ 7635 + "num_enum_derive", 7636 + ] 7637 + 7638 + [[package]] 7639 + name = "num_enum_derive" 7640 + version = "0.7.3" 7641 + source = "registry+https://github.com/rust-lang/crates.io-index" 7642 + checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 7643 + dependencies = [ 7644 + "proc-macro-crate", 7645 + "proc-macro2", 7646 + "quote", 7647 + "syn 2.0.99", 7648 + ] 7649 + 7650 + [[package]] 7651 name = "number_prefix" 7652 version = "0.4.0" 7653 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7655 7656 [[package]] 7657 name = "oauth2" 7658 + version = "5.0.0" 7659 source = "registry+https://github.com/rust-lang/crates.io-index" 7660 + checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" 7661 dependencies = [ 7662 + "base64 0.22.1", 7663 "chrono", 7664 "getrandom 0.2.15", 7665 + "http 1.2.0", 7666 "rand 0.8.5", 7667 + "reqwest 0.12.12", 7668 "serde", 7669 "serde_json", 7670 "serde_path_to_error", 7671 "sha2 0.10.8", 7672 + "thiserror 1.0.69", 7673 "url", 7674 ] 7675 7676 [[package]] 7677 + name = "objc" 7678 + version = "0.2.7" 7679 + source = "registry+https://github.com/rust-lang/crates.io-index" 7680 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 7681 + dependencies = [ 7682 + "malloc_buf", 7683 + ] 7684 + 7685 + [[package]] 7686 name = "object" 7687 + version = "0.36.7" 7688 source = "registry+https://github.com/rust-lang/crates.io-index" 7689 + checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 7690 dependencies = [ 7691 "memchr", 7692 ] ··· 7703 "chrono", 7704 "futures", 7705 "humantime", 7706 + "hyper 1.6.0", 7707 "itertools 0.13.0", 7708 "md-5 0.10.6", 7709 "parking_lot", 7710 "percent-encoding", 7711 "quick-xml 0.36.2", 7712 "rand 0.8.5", 7713 + "reqwest 0.12.12", 7714 + "ring 0.17.11", 7715 "serde", 7716 "serde_json", 7717 "snafu", ··· 7722 ] 7723 7724 [[package]] 7725 + name = "odpic-sys" 7726 + version = "0.1.1" 7727 + source = "registry+https://github.com/rust-lang/crates.io-index" 7728 + checksum = "920b5474a5128a9f0232df5a0ffc50aaa5b077b29b8b06ab0131985ac82793ed" 7729 + dependencies = [ 7730 + "cc", 7731 + ] 7732 + 7733 + [[package]] 7734 + name = "oid-registry" 7735 + version = "0.6.1" 7736 + source = "registry+https://github.com/rust-lang/crates.io-index" 7737 + checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 7738 + dependencies = [ 7739 + "asn1-rs", 7740 + ] 7741 + 7742 + [[package]] 7743 name = "once_cell" 7744 + version = "1.20.3" 7745 source = "registry+https://github.com/rust-lang/crates.io-index" 7746 + checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 7747 7748 [[package]] 7749 name = "oneshot" 7750 + version = "0.1.11" 7751 source = "registry+https://github.com/rust-lang/crates.io-index" 7752 + checksum = "b4ce411919553d3f9fa53a0880544cda985a112117a0444d5ff1e870a893d6ea" 7753 7754 [[package]] 7755 name = "onig" ··· 7792 7793 [[package]] 7794 name = "openidconnect" 7795 + version = "4.0.0" 7796 source = "registry+https://github.com/rust-lang/crates.io-index" 7797 + checksum = "6dd50d4a5e7730e754f94d977efe61f611aadd3131f6a2b464f6e3a4167e8ef7" 7798 dependencies = [ 7799 + "base64 0.21.7", 7800 "chrono", 7801 "dyn-clone", 7802 "ed25519-dalek", 7803 "hmac", 7804 + "http 1.2.0", 7805 "itertools 0.10.5", 7806 "log", 7807 "oauth2", 7808 "p256", 7809 "p384", 7810 "rand 0.8.5", 7811 + "rsa", 7812 "serde", 7813 "serde-value", 7814 "serde_json", 7815 "serde_path_to_error", 7816 "serde_plain", 7817 "serde_with", 7818 "sha2 0.10.8", 7819 "subtle", 7820 + "thiserror 1.0.69", 7821 "url", 7822 ] 7823 7824 [[package]] 7825 name = "openssl" 7826 + version = "0.10.71" 7827 source = "registry+https://github.com/rust-lang/crates.io-index" 7828 + checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" 7829 dependencies = [ 7830 + "bitflags 2.9.0", 7831 "cfg-if", 7832 + "foreign-types 0.3.2", 7833 "libc", 7834 "once_cell", 7835 "openssl-macros", ··· 7844 dependencies = [ 7845 "proc-macro2", 7846 "quote", 7847 + "syn 2.0.99", 7848 ] 7849 7850 [[package]] 7851 name = "openssl-probe" 7852 + version = "0.1.6" 7853 + source = "registry+https://github.com/rust-lang/crates.io-index" 7854 + checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 7855 + 7856 + [[package]] 7857 + name = "openssl-src" 7858 + version = "300.4.2+3.4.1" 7859 source = "registry+https://github.com/rust-lang/crates.io-index" 7860 + checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2" 7861 + dependencies = [ 7862 + "cc", 7863 + ] 7864 7865 [[package]] 7866 name = "openssl-sys" 7867 + version = "0.9.106" 7868 source = "registry+https://github.com/rust-lang/crates.io-index" 7869 + checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" 7870 dependencies = [ 7871 "cc", 7872 "libc", 7873 + "openssl-src", 7874 "pkg-config", 7875 "vcpkg", 7876 ] 7877 7878 [[package]] 7879 + name = "opentelemetry" 7880 + version = "0.27.1" 7881 + source = "registry+https://github.com/rust-lang/crates.io-index" 7882 + checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7" 7883 + dependencies = [ 7884 + "futures-core", 7885 + "futures-sink", 7886 + "js-sys", 7887 + "pin-project-lite", 7888 + "thiserror 1.0.69", 7889 + "tracing", 7890 + ] 7891 + 7892 + [[package]] 7893 + name = "opentelemetry-appender-tracing" 7894 + version = "0.27.0" 7895 + source = "registry+https://github.com/rust-lang/crates.io-index" 7896 + checksum = "ab5feffc321035ad94088a7e5333abb4d84a8726e54a802e736ce9dd7237e85b" 7897 + dependencies = [ 7898 + "opentelemetry", 7899 + "tracing", 7900 + "tracing-core", 7901 + "tracing-subscriber", 7902 + ] 7903 + 7904 + [[package]] 7905 + name = "opentelemetry-http" 7906 + version = "0.27.0" 7907 + source = "registry+https://github.com/rust-lang/crates.io-index" 7908 + checksum = "10a8a7f5f6ba7c1b286c2fbca0454eaba116f63bbe69ed250b642d36fbb04d80" 7909 + dependencies = [ 7910 + "async-trait", 7911 + "bytes", 7912 + "http 1.2.0", 7913 + "opentelemetry", 7914 + ] 7915 + 7916 + [[package]] 7917 + name = "opentelemetry-otlp" 7918 + version = "0.27.0" 7919 + source = "registry+https://github.com/rust-lang/crates.io-index" 7920 + checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76" 7921 + dependencies = [ 7922 + "async-trait", 7923 + "futures-core", 7924 + "http 1.2.0", 7925 + "opentelemetry", 7926 + "opentelemetry-http", 7927 + "opentelemetry-proto", 7928 + "opentelemetry_sdk", 7929 + "prost", 7930 + "serde_json", 7931 + "thiserror 1.0.69", 7932 + "tokio", 7933 + "tonic", 7934 + "tracing", 7935 + ] 7936 + 7937 + [[package]] 7938 + name = "opentelemetry-proto" 7939 + version = "0.27.0" 7940 + source = "registry+https://github.com/rust-lang/crates.io-index" 7941 + checksum = "a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6" 7942 + dependencies = [ 7943 + "hex", 7944 + "opentelemetry", 7945 + "opentelemetry_sdk", 7946 + "prost", 7947 + "serde", 7948 + "tonic", 7949 + ] 7950 + 7951 + [[package]] 7952 + name = "opentelemetry-semantic-conventions" 7953 + version = "0.27.0" 7954 + source = "registry+https://github.com/rust-lang/crates.io-index" 7955 + checksum = "bc1b6902ff63b32ef6c489e8048c5e253e2e4a803ea3ea7e783914536eb15c52" 7956 + 7957 + [[package]] 7958 + name = "opentelemetry_sdk" 7959 + version = "0.27.1" 7960 + source = "registry+https://github.com/rust-lang/crates.io-index" 7961 + checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8" 7962 + dependencies = [ 7963 + "async-trait", 7964 + "futures-channel", 7965 + "futures-executor", 7966 + "futures-util", 7967 + "glob", 7968 + "opentelemetry", 7969 + "percent-encoding", 7970 + "rand 0.8.5", 7971 + "serde_json", 7972 + "thiserror 1.0.69", 7973 + "tokio", 7974 + "tokio-stream", 7975 + "tracing", 7976 + ] 7977 + 7978 + [[package]] 7979 name = "option-ext" 7980 version = "0.2.0" 7981 source = "registry+https://github.com/rust-lang/crates.io-index" 7982 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 7983 7984 [[package]] 7985 + name = "oracle" 7986 + version = "0.6.3" 7987 + source = "registry+https://github.com/rust-lang/crates.io-index" 7988 + checksum = "3db40fe6e4df881b683691ade5ef1f7b1afd52aefa115581f7b92855524d7ec0" 7989 + dependencies = [ 7990 + "cc", 7991 + "chrono", 7992 + "odpic-sys", 7993 + "once_cell", 7994 + "oracle_procmacro", 7995 + "paste", 7996 + "rustversion", 7997 + ] 7998 + 7999 + [[package]] 8000 + name = "oracle_procmacro" 8001 + version = "0.1.2" 8002 + source = "registry+https://github.com/rust-lang/crates.io-index" 8003 + checksum = "ad247f3421d57de56a0d0408d3249d4b1048a522be2013656d92f022c3d8af27" 8004 + dependencies = [ 8005 + "darling 0.13.4", 8006 + "proc-macro2", 8007 + "quote", 8008 + "syn 1.0.109", 8009 + ] 8010 + 8011 + [[package]] 8012 name = "ordered-float" 8013 version = "2.10.1" 8014 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8018 ] 8019 8020 [[package]] 8021 + name = "os_pipe" 8022 + version = "1.1.5" 8023 + source = "registry+https://github.com/rust-lang/crates.io-index" 8024 + checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" 8025 + dependencies = [ 8026 + "libc", 8027 + "windows-sys 0.52.0", 8028 + ] 8029 + 8030 + [[package]] 8031 name = "outref" 8032 version = "0.1.0" 8033 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8035 8036 [[package]] 8037 name = "outref" 8038 + version = "0.5.2" 8039 source = "registry+https://github.com/rust-lang/crates.io-index" 8040 + checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" 8041 8042 [[package]] 8043 name = "overload" ··· 8055 ] 8056 8057 [[package]] 8058 + name = "p224" 8059 + version = "0.13.2" 8060 + source = "registry+https://github.com/rust-lang/crates.io-index" 8061 + checksum = "30c06436d66652bc2f01ade021592c80a2aad401570a18aa18b82e440d2b9aa1" 8062 + dependencies = [ 8063 + "ecdsa", 8064 + "elliptic-curve", 8065 + "primeorder", 8066 + "sha2 0.10.8", 8067 + ] 8068 + 8069 + [[package]] 8070 name = "p256" 8071 version = "0.13.2" 8072 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8080 8081 [[package]] 8082 name = "p384" 8083 + version = "0.13.1" 8084 + source = "registry+https://github.com/rust-lang/crates.io-index" 8085 + checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 8086 + dependencies = [ 8087 + "ecdsa", 8088 + "elliptic-curve", 8089 + "primeorder", 8090 + "sha2 0.10.8", 8091 + ] 8092 + 8093 + [[package]] 8094 + name = "p521" 8095 + version = "0.13.3" 8096 source = "registry+https://github.com/rust-lang/crates.io-index" 8097 + checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" 8098 dependencies = [ 8099 + "base16ct", 8100 "ecdsa", 8101 "elliptic-curve", 8102 "primeorder", 8103 + "rand_core 0.6.4", 8104 "sha2 0.10.8", 8105 ] 8106 ··· 8128 dependencies = [ 8129 "cfg-if", 8130 "libc", 8131 + "redox_syscall 0.5.10", 8132 "smallvec", 8133 "windows-targets 0.52.6", 8134 ] ··· 8164 "snap", 8165 "thrift", 8166 "tokio", 8167 + "twox-hash 1.6.3", 8168 + "zstd", 8169 "zstd-sys", 8170 ] 8171 ··· 8196 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 8197 8198 [[package]] 8199 + name = "path-clean" 8200 + version = "0.1.0" 8201 + source = "registry+https://github.com/rust-lang/crates.io-index" 8202 + checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" 8203 + 8204 + [[package]] 8205 name = "pathdiff" 8206 + version = "0.2.3" 8207 source = "registry+https://github.com/rust-lang/crates.io-index" 8208 + checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 8209 + 8210 + [[package]] 8211 + name = "pbkdf2" 8212 + version = "0.12.2" 8213 + source = "registry+https://github.com/rust-lang/crates.io-index" 8214 + checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 8215 + dependencies = [ 8216 + "digest 0.10.7", 8217 + "hmac", 8218 + ] 8219 8220 [[package]] 8221 name = "pem" ··· 8228 8229 [[package]] 8230 name = "pem" 8231 + version = "3.0.5" 8232 source = "registry+https://github.com/rust-lang/crates.io-index" 8233 + checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" 8234 dependencies = [ 8235 "base64 0.22.1", 8236 "serde", ··· 8238 8239 [[package]] 8240 name = "pem-rfc7468" 8241 version = "0.7.0" 8242 source = "registry+https://github.com/rust-lang/crates.io-index" 8243 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" ··· 8257 source = "registry+https://github.com/rust-lang/crates.io-index" 8258 checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 8259 dependencies = [ 8260 + "fixedbitset 0.4.2", 8261 + "indexmap 2.7.1", 8262 + ] 8263 + 8264 + [[package]] 8265 + name = "petgraph" 8266 + version = "0.7.1" 8267 + source = "registry+https://github.com/rust-lang/crates.io-index" 8268 + checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 8269 + dependencies = [ 8270 + "fixedbitset 0.5.7", 8271 + "indexmap 2.7.1", 8272 + ] 8273 + 8274 + [[package]] 8275 + name = "pg_escape" 8276 + version = "0.1.1" 8277 + source = "registry+https://github.com/rust-lang/crates.io-index" 8278 + checksum = "44c7bc82ccbe2c7ef7ceed38dcac90d7ff46681e061e9d7310cbcd409113e303" 8279 + dependencies = [ 8280 + "phf", 8281 ] 8282 8283 [[package]] 8284 name = "phf" 8285 + version = "0.11.3" 8286 source = "registry+https://github.com/rust-lang/crates.io-index" 8287 + checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 8288 dependencies = [ 8289 "phf_macros", 8290 "phf_shared", ··· 8292 8293 [[package]] 8294 name = "phf_codegen" 8295 + version = "0.11.3" 8296 source = "registry+https://github.com/rust-lang/crates.io-index" 8297 + checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 8298 dependencies = [ 8299 "phf_generator", 8300 "phf_shared", ··· 8302 8303 [[package]] 8304 name = "phf_generator" 8305 + version = "0.11.3" 8306 source = "registry+https://github.com/rust-lang/crates.io-index" 8307 + checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 8308 dependencies = [ 8309 "phf_shared", 8310 "rand 0.8.5", ··· 8312 8313 [[package]] 8314 name = "phf_macros" 8315 + version = "0.11.3" 8316 source = "registry+https://github.com/rust-lang/crates.io-index" 8317 + checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 8318 dependencies = [ 8319 "phf_generator", 8320 "phf_shared", 8321 "proc-macro2", 8322 "quote", 8323 + "syn 2.0.99", 8324 ] 8325 8326 [[package]] 8327 name = "phf_shared" 8328 + version = "0.11.3" 8329 source = "registry+https://github.com/rust-lang/crates.io-index" 8330 + checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 8331 dependencies = [ 8332 + "siphasher 1.0.1", 8333 ] 8334 8335 [[package]] ··· 8346 8347 [[package]] 8348 name = "pin-project" 8349 + version = "1.1.10" 8350 source = "registry+https://github.com/rust-lang/crates.io-index" 8351 + checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 8352 dependencies = [ 8353 "pin-project-internal", 8354 ] 8355 8356 [[package]] 8357 name = "pin-project-internal" 8358 + version = "1.1.10" 8359 source = "registry+https://github.com/rust-lang/crates.io-index" 8360 + checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 8361 dependencies = [ 8362 "proc-macro2", 8363 "quote", 8364 + "syn 2.0.99", 8365 ] 8366 8367 [[package]] 8368 name = "pin-project-lite" 8369 + version = "0.2.16" 8370 source = "registry+https://github.com/rust-lang/crates.io-index" 8371 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 8372 8373 [[package]] 8374 name = "pin-utils" ··· 8377 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 8378 8379 [[package]] 8380 name = "pkcs1" 8381 version = "0.7.5" 8382 source = "registry+https://github.com/rust-lang/crates.io-index" 8383 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 8384 dependencies = [ 8385 + "der", 8386 + "pkcs8", 8387 + "spki", 8388 ] 8389 8390 [[package]] 8391 + name = "pkcs5" 8392 + version = "0.7.1" 8393 source = "registry+https://github.com/rust-lang/crates.io-index" 8394 + checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" 8395 dependencies = [ 8396 + "aes 0.8.3", 8397 + "cbc", 8398 + "der", 8399 + "pbkdf2", 8400 + "scrypt", 8401 + "sha2 0.10.8", 8402 + "spki", 8403 ] 8404 8405 [[package]] ··· 8408 source = "registry+https://github.com/rust-lang/crates.io-index" 8409 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 8410 dependencies = [ 8411 + "der", 8412 + "pkcs5", 8413 + "rand_core 0.6.4", 8414 + "spki", 8415 ] 8416 8417 [[package]] 8418 name = "pkg-config" 8419 + version = "0.3.32" 8420 + source = "registry+https://github.com/rust-lang/crates.io-index" 8421 + checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 8422 + 8423 + [[package]] 8424 + name = "png" 8425 + version = "0.17.16" 8426 source = "registry+https://github.com/rust-lang/crates.io-index" 8427 + checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 8428 + dependencies = [ 8429 + "bitflags 1.3.2", 8430 + "crc32fast", 8431 + "fdeflate", 8432 + "flate2", 8433 + "miniz_oxide 0.8.5", 8434 + ] 8435 8436 [[package]] 8437 + name = "polyval" 8438 + version = "0.6.2" 8439 source = "registry+https://github.com/rust-lang/crates.io-index" 8440 + checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 8441 dependencies = [ 8442 "cfg-if", 8443 + "cpufeatures", 8444 + "opaque-debug", 8445 + "universal-hash", 8446 ] 8447 8448 [[package]] 8449 name = "portable-atomic" 8450 + version = "1.11.0" 8451 source = "registry+https://github.com/rust-lang/crates.io-index" 8452 + checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 8453 8454 [[package]] 8455 name = "postgres-native-tls" 8456 version = "0.5.0" 8457 + source = "git+https://github.com/imor/rust-postgres?rev=20265ef38e32a06f76b6f9b678e2077fc2211f6b#20265ef38e32a06f76b6f9b678e2077fc2211f6b" 8458 + dependencies = [ 8459 + "native-tls", 8460 + "tokio", 8461 + "tokio-native-tls", 8462 + "tokio-postgres 0.7.11", 8463 + ] 8464 + 8465 + [[package]] 8466 + name = "postgres-native-tls" 8467 + version = "0.5.1" 8468 source = "registry+https://github.com/rust-lang/crates.io-index" 8469 + checksum = "a1f39498473c92f7b6820ae970382c1d83178a3454c618161cb772e8598d9f6f" 8470 dependencies = [ 8471 "native-tls", 8472 "tokio", 8473 "tokio-native-tls", 8474 + "tokio-postgres 0.7.13", 8475 ] 8476 8477 [[package]] 8478 name = "postgres-protocol" 8479 version = "0.6.7" 8480 + source = "git+https://github.com/imor/rust-postgres?rev=20265ef38e32a06f76b6f9b678e2077fc2211f6b#20265ef38e32a06f76b6f9b678e2077fc2211f6b" 8481 dependencies = [ 8482 "base64 0.22.1", 8483 "byteorder", 8484 "bytes", 8485 + "fallible-iterator 0.2.0", 8486 "hmac", 8487 "md-5 0.10.6", 8488 "memchr", ··· 8492 ] 8493 8494 [[package]] 8495 + name = "postgres-protocol" 8496 + version = "0.6.8" 8497 + source = "registry+https://github.com/rust-lang/crates.io-index" 8498 + checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54" 8499 + dependencies = [ 8500 + "base64 0.22.1", 8501 + "byteorder", 8502 + "bytes", 8503 + "fallible-iterator 0.2.0", 8504 + "hmac", 8505 + "md-5 0.10.6", 8506 + "memchr", 8507 + "rand 0.9.0", 8508 + "sha2 0.10.8", 8509 + "stringprep", 8510 + ] 8511 + 8512 + [[package]] 8513 name = "postgres-types" 8514 + version = "0.2.7" 8515 + source = "git+https://github.com/imor/rust-postgres?rev=20265ef38e32a06f76b6f9b678e2077fc2211f6b#20265ef38e32a06f76b6f9b678e2077fc2211f6b" 8516 + dependencies = [ 8517 + "bytes", 8518 + "fallible-iterator 0.2.0", 8519 + "postgres-protocol 0.6.7", 8520 + ] 8521 + 8522 + [[package]] 8523 + name = "postgres-types" 8524 + version = "0.2.9" 8525 source = "registry+https://github.com/rust-lang/crates.io-index" 8526 + checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48" 8527 dependencies = [ 8528 "array-init", 8529 "bit-vec", 8530 "bytes", 8531 "chrono", 8532 + "fallible-iterator 0.2.0", 8533 + "postgres-protocol 0.6.8", 8534 "serde", 8535 "serde_json", 8536 + "uuid 1.15.1", 8537 ] 8538 8539 [[package]] ··· 8548 source = "registry+https://github.com/rust-lang/crates.io-index" 8549 checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 8550 dependencies = [ 8551 + "zerocopy 0.7.35", 8552 ] 8553 8554 [[package]] ··· 8569 8570 [[package]] 8571 name = "prettyplease" 8572 + version = "0.2.29" 8573 source = "registry+https://github.com/rust-lang/crates.io-index" 8574 + checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" 8575 dependencies = [ 8576 "proc-macro2", 8577 + "syn 2.0.99", 8578 ] 8579 8580 [[package]] ··· 8592 source = "registry+https://github.com/rust-lang/crates.io-index" 8593 checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 8594 dependencies = [ 8595 + "toml_edit 0.22.24", 8596 ] 8597 8598 [[package]] ··· 8620 ] 8621 8622 [[package]] 8623 + name = "proc-macro-error-attr2" 8624 + version = "2.0.0" 8625 + source = "registry+https://github.com/rust-lang/crates.io-index" 8626 + checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 8627 + dependencies = [ 8628 + "proc-macro2", 8629 + "quote", 8630 + ] 8631 + 8632 + [[package]] 8633 + name = "proc-macro-error2" 8634 + version = "2.0.1" 8635 + source = "registry+https://github.com/rust-lang/crates.io-index" 8636 + checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 8637 + dependencies = [ 8638 + "proc-macro-error-attr2", 8639 + "proc-macro2", 8640 + "quote", 8641 + "syn 2.0.99", 8642 + ] 8643 + 8644 + [[package]] 8645 name = "proc-macro-rules" 8646 version = "0.4.0" 8647 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 8649 dependencies = [ 8650 "proc-macro-rules-macros", 8651 "proc-macro2", 8652 + "syn 2.0.99", 8653 ] 8654 8655 [[package]] ··· 8661 "once_cell", 8662 "proc-macro2", 8663 "quote", 8664 + "syn 2.0.99", 8665 ] 8666 8667 [[package]] 8668 name = "proc-macro2" 8669 + version = "1.0.94" 8670 source = "registry+https://github.com/rust-lang/crates.io-index" 8671 + checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 8672 dependencies = [ 8673 "unicode-ident", 8674 ] 8675 8676 [[package]] 8677 + name = "profiling" 8678 + version = "1.0.16" 8679 + source = "registry+https://github.com/rust-lang/crates.io-index" 8680 + checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 8681 + 8682 + [[package]] 8683 name = "progenitor" 8684 version = "0.3.0" 8685 source = "git+https://github.com/oxidecomputer/progenitor?rev=3d96016ae8d422e90513b2d34fb5b63eeab30b01#3d96016ae8d422e90513b2d34fb5b63eeab30b01" ··· 8728 "schemars", 8729 "serde", 8730 "serde_json", 8731 + "syn 2.0.99", 8732 + "thiserror 1.0.69", 8733 "typify", 8734 "unicode-ident", 8735 ] ··· 8748 "serde_json", 8749 "serde_tokenstream", 8750 "serde_yaml", 8751 + "syn 2.0.99", 8752 ] 8753 8754 [[package]] ··· 8768 "lazy_static", 8769 "memchr", 8770 "parking_lot", 8771 + "thiserror 1.0.69", 8772 ] 8773 8774 [[package]] 8775 name = "prost" 8776 + version = "0.13.5" 8777 source = "registry+https://github.com/rust-lang/crates.io-index" 8778 + checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 8779 dependencies = [ 8780 "bytes", 8781 "prost-derive", 8782 ] 8783 8784 [[package]] 8785 + name = "prost-build" 8786 + version = "0.13.5" 8787 + source = "registry+https://github.com/rust-lang/crates.io-index" 8788 + checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" 8789 + dependencies = [ 8790 + "heck 0.5.0", 8791 + "itertools 0.14.0", 8792 + "log", 8793 + "multimap", 8794 + "once_cell", 8795 + "petgraph 0.7.1", 8796 + "prettyplease 0.2.29", 8797 + "prost", 8798 + "prost-types", 8799 + "regex", 8800 + "syn 2.0.99", 8801 + "tempfile", 8802 + ] 8803 + 8804 + [[package]] 8805 name = "prost-derive" 8806 + version = "0.13.5" 8807 source = "registry+https://github.com/rust-lang/crates.io-index" 8808 + checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 8809 dependencies = [ 8810 "anyhow", 8811 + "itertools 0.14.0", 8812 "proc-macro2", 8813 "quote", 8814 + "syn 2.0.99", 8815 ] 8816 8817 [[package]] 8818 name = "prost-types" 8819 + version = "0.13.5" 8820 source = "registry+https://github.com/rust-lang/crates.io-index" 8821 + checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" 8822 dependencies = [ 8823 "prost", 8824 ] 8825 8826 [[package]] 8827 name = "psm" 8828 + version = "0.1.25" 8829 source = "registry+https://github.com/rust-lang/crates.io-index" 8830 + checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88" 8831 dependencies = [ 8832 "cc", 8833 ] ··· 8858 source = "registry+https://github.com/rust-lang/crates.io-index" 8859 checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 8860 dependencies = [ 8861 + "bitflags 2.9.0", 8862 "getopts", 8863 "memchr", 8864 "unicase", ··· 8904 8905 [[package]] 8906 name = "quick_cache" 8907 + version = "0.6.11" 8908 source = "registry+https://github.com/rust-lang/crates.io-index" 8909 + checksum = "0af25b4e960ffdf0dead61cf0cec0c2e44c76927bf933ab4f02e2858fb449397" 8910 dependencies = [ 8911 "ahash 0.8.11", 8912 "equivalent", 8913 + "hashbrown 0.15.2", 8914 "parking_lot", 8915 ] 8916 8917 [[package]] 8918 name = "quinn" 8919 + version = "0.11.6" 8920 source = "registry+https://github.com/rust-lang/crates.io-index" 8921 + checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" 8922 dependencies = [ 8923 "bytes", 8924 "pin-project-lite", 8925 "quinn-proto", 8926 "quinn-udp", 8927 + "rustc-hash 2.1.1", 8928 + "rustls 0.23.23", 8929 + "socket2", 8930 + "thiserror 2.0.12", 8931 "tokio", 8932 "tracing", 8933 ] 8934 8935 [[package]] 8936 name = "quinn-proto" 8937 + version = "0.11.9" 8938 source = "registry+https://github.com/rust-lang/crates.io-index" 8939 + checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" 8940 dependencies = [ 8941 "bytes", 8942 + "getrandom 0.2.15", 8943 "rand 0.8.5", 8944 + "ring 0.17.11", 8945 + "rustc-hash 2.1.1", 8946 + "rustls 0.23.23", 8947 + "rustls-pki-types", 8948 "slab", 8949 + "thiserror 2.0.12", 8950 "tinyvec", 8951 "tracing", 8952 + "web-time", 8953 ] 8954 8955 [[package]] 8956 name = "quinn-udp" 8957 + version = "0.5.10" 8958 source = "registry+https://github.com/rust-lang/crates.io-index" 8959 + checksum = "e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944" 8960 dependencies = [ 8961 + "cfg_aliases 0.2.1", 8962 "libc", 8963 "once_cell", 8964 + "socket2", 8965 "tracing", 8966 "windows-sys 0.59.0", 8967 ] 8968 8969 [[package]] 8970 name = "quote" 8971 + version = "1.0.39" 8972 source = "registry+https://github.com/rust-lang/crates.io-index" 8973 + checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" 8974 dependencies = [ 8975 "proc-macro2", 8976 ] ··· 8982 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 8983 8984 [[package]] 8985 + name = "radix_trie" 8986 + version = "0.2.1" 8987 source = "registry+https://github.com/rust-lang/crates.io-index" 8988 + checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 8989 + dependencies = [ 8990 + "endian-type", 8991 + "nibble_vec", 8992 + ] 8993 8994 [[package]] 8995 name = "rand" ··· 9016 ] 9017 9018 [[package]] 9019 + name = "rand" 9020 + version = "0.9.0" 9021 + source = "registry+https://github.com/rust-lang/crates.io-index" 9022 + checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" 9023 + dependencies = [ 9024 + "rand_chacha 0.9.0", 9025 + "rand_core 0.9.3", 9026 + "zerocopy 0.8.21", 9027 + ] 9028 + 9029 + [[package]] 9030 name = "rand_chacha" 9031 version = "0.2.2" 9032 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9047 ] 9048 9049 [[package]] 9050 + name = "rand_chacha" 9051 + version = "0.9.0" 9052 + source = "registry+https://github.com/rust-lang/crates.io-index" 9053 + checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 9054 + dependencies = [ 9055 + "ppv-lite86", 9056 + "rand_core 0.9.3", 9057 + ] 9058 + 9059 + [[package]] 9060 name = "rand_core" 9061 version = "0.5.1" 9062 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9075 ] 9076 9077 [[package]] 9078 + name = "rand_core" 9079 + version = "0.9.3" 9080 + source = "registry+https://github.com/rust-lang/crates.io-index" 9081 + checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 9082 + dependencies = [ 9083 + "getrandom 0.3.1", 9084 + ] 9085 + 9086 + [[package]] 9087 name = "rand_distr" 9088 version = "0.4.3" 9089 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9101 dependencies = [ 9102 "rand_core 0.5.1", 9103 ] 9104 + 9105 + [[package]] 9106 + name = "range-alloc" 9107 + version = "0.1.4" 9108 + source = "registry+https://github.com/rust-lang/crates.io-index" 9109 + checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" 9110 9111 [[package]] 9112 name = "raw-cpuid" ··· 9116 dependencies = [ 9117 "bitflags 1.3.2", 9118 ] 9119 + 9120 + [[package]] 9121 + name = "raw-window-handle" 9122 + version = "0.6.2" 9123 + source = "registry+https://github.com/rust-lang/crates.io-index" 9124 + checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 9125 9126 [[package]] 9127 name = "rayon" ··· 9155 ] 9156 9157 [[package]] 9158 + name = "rdkafka" 9159 + version = "0.36.2" 9160 source = "registry+https://github.com/rust-lang/crates.io-index" 9161 + checksum = "1beea247b9a7600a81d4cc33f659ce1a77e1988323d7d2809c7ed1c21f4c316d" 9162 + dependencies = [ 9163 + "futures-channel", 9164 + "futures-util", 9165 + "libc", 9166 + "log", 9167 + "rdkafka-sys", 9168 + "serde", 9169 + "serde_derive", 9170 + "serde_json", 9171 + "slab", 9172 + "tokio", 9173 + ] 9174 9175 [[package]] 9176 + name = "rdkafka-sys" 9177 + version = "4.8.0+2.3.0" 9178 source = "registry+https://github.com/rust-lang/crates.io-index" 9179 + checksum = "ced38182dc436b3d9df0c77976f37a67134df26b050df1f0006688e46fc4c8be" 9180 dependencies = [ 9181 + "cmake", 9182 + "libc", 9183 + "libz-sys", 9184 + "num_enum", 9185 + "openssl-sys", 9186 + "pkg-config", 9187 ] 9188 9189 [[package]] 9190 + name = "reborrow" 9191 + version = "0.5.5" 9192 + source = "registry+https://github.com/rust-lang/crates.io-index" 9193 + checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" 9194 + 9195 + [[package]] 9196 name = "redox_syscall" 9197 version = "0.3.5" 9198 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9203 9204 [[package]] 9205 name = "redox_syscall" 9206 + version = "0.5.10" 9207 source = "registry+https://github.com/rust-lang/crates.io-index" 9208 + checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" 9209 dependencies = [ 9210 + "bitflags 2.9.0", 9211 ] 9212 9213 [[package]] ··· 9218 dependencies = [ 9219 "getrandom 0.2.15", 9220 "libredox", 9221 + "thiserror 1.0.69", 9222 + ] 9223 + 9224 + [[package]] 9225 + name = "ref-cast" 9226 + version = "1.0.24" 9227 + source = "registry+https://github.com/rust-lang/crates.io-index" 9228 + checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 9229 + dependencies = [ 9230 + "ref-cast-impl", 9231 + ] 9232 + 9233 + [[package]] 9234 + name = "ref-cast-impl" 9235 + version = "1.0.24" 9236 + source = "registry+https://github.com/rust-lang/crates.io-index" 9237 + checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 9238 + dependencies = [ 9239 + "proc-macro2", 9240 + "quote", 9241 + "syn 2.0.99", 9242 ] 9243 9244 [[package]] 9245 name = "regex" 9246 + version = "1.11.1" 9247 source = "registry+https://github.com/rust-lang/crates.io-index" 9248 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 9249 dependencies = [ 9250 "aho-corasick", 9251 "memchr", 9252 + "regex-automata 0.4.9", 9253 "regex-syntax 0.8.5", 9254 ] 9255 ··· 9264 9265 [[package]] 9266 name = "regex-automata" 9267 + version = "0.4.9" 9268 source = "registry+https://github.com/rust-lang/crates.io-index" 9269 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 9270 dependencies = [ 9271 "aho-corasick", 9272 "memchr", ··· 9330 "h2 0.3.26", 9331 "http 0.2.12", 9332 "http-body 0.4.6", 9333 + "hyper 0.14.32", 9334 "hyper-tls 0.5.0", 9335 "ipnet", 9336 "js-sys", ··· 9340 "once_cell", 9341 "percent-encoding", 9342 "pin-project-lite", 9343 "rustls-pemfile 1.0.4", 9344 "serde", 9345 "serde_json", ··· 9348 "system-configuration 0.5.1", 9349 "tokio", 9350 "tokio-native-tls", 9351 "tokio-util", 9352 "tower-service", 9353 "url", ··· 9355 "wasm-bindgen-futures", 9356 "wasm-streams", 9357 "web-sys", 9358 "winreg", 9359 ] 9360 9361 [[package]] 9362 name = "reqwest" 9363 + version = "0.12.12" 9364 source = "registry+https://github.com/rust-lang/crates.io-index" 9365 + checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" 9366 dependencies = [ 9367 + "async-compression", 9368 "base64 0.22.1", 9369 "bytes", 9370 "encoding_rs", 9371 "futures-core", 9372 "futures-util", 9373 + "h2 0.4.8", 9374 + "http 1.2.0", 9375 "http-body 1.0.1", 9376 "http-body-util", 9377 + "hyper 1.6.0", 9378 + "hyper-rustls 0.27.5", 9379 "hyper-tls 0.6.0", 9380 "hyper-util", 9381 "ipnet", ··· 9387 "percent-encoding", 9388 "pin-project-lite", 9389 "quinn", 9390 + "rustls 0.23.23", 9391 + "rustls-native-certs 0.8.1", 9392 "rustls-pemfile 2.2.0", 9393 "rustls-pki-types", 9394 "serde", 9395 "serde_json", 9396 "serde_urlencoded", 9397 + "sync_wrapper 1.0.2", 9398 "system-configuration 0.6.1", 9399 "tokio", 9400 "tokio-native-tls", 9401 + "tokio-rustls 0.26.2", 9402 "tokio-util", 9403 + "tower 0.5.2", 9404 "tower-service", 9405 "url", 9406 "wasm-bindgen", 9407 "wasm-bindgen-futures", 9408 "wasm-streams", 9409 "web-sys", 9410 + "webpki-roots", 9411 "windows-registry", 9412 ] 9413 ··· 9454 9455 [[package]] 9456 name = "ring" 9457 + version = "0.17.11" 9458 source = "registry+https://github.com/rust-lang/crates.io-index" 9459 + checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73" 9460 dependencies = [ 9461 "cc", 9462 "cfg-if", 9463 "getrandom 0.2.15", 9464 "libc", 9465 "untrusted 0.9.0", 9466 "windows-sys 0.52.0", 9467 ] 9468 9469 [[package]] 9470 + name = "ripemd" 9471 + version = "0.1.3" 9472 + source = "registry+https://github.com/rust-lang/crates.io-index" 9473 + checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" 9474 + dependencies = [ 9475 + "digest 0.10.7", 9476 + ] 9477 + 9478 + [[package]] 9479 name = "rkyv" 9480 version = "0.7.45" 9481 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9490 "rkyv_derive", 9491 "seahash", 9492 "tinyvec", 9493 + "uuid 1.15.1", 9494 ] 9495 9496 [[package]] ··· 9505 ] 9506 9507 [[package]] 9508 + name = "ron" 9509 + version = "0.8.1" 9510 source = "registry+https://github.com/rust-lang/crates.io-index" 9511 + checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 9512 dependencies = [ 9513 + "base64 0.21.7", 9514 + "bitflags 2.9.0", 9515 + "serde", 9516 + "serde_derive", 9517 ] 9518 9519 [[package]] 9520 name = "rsa" 9521 + version = "0.9.7" 9522 source = "registry+https://github.com/rust-lang/crates.io-index" 9523 + checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" 9524 dependencies = [ 9525 "const-oid", 9526 "digest 0.10.7", 9527 "num-bigint-dig", 9528 "num-integer", 9529 "num-traits", 9530 + "pkcs1", 9531 + "pkcs8", 9532 "rand_core 0.6.4", 9533 + "signature", 9534 + "spki", 9535 "subtle", 9536 "zeroize", 9537 ] 9538 9539 [[package]] 9540 + name = "rusqlite" 9541 + version = "0.32.1" 9542 source = "registry+https://github.com/rust-lang/crates.io-index" 9543 + checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" 9544 dependencies = [ 9545 + "bitflags 2.9.0", 9546 + "fallible-iterator 0.3.0", 9547 + "fallible-streaming-iterator", 9548 + "hashlink 0.9.1", 9549 + "libsqlite3-sys", 9550 + "smallvec", 9551 ] 9552 9553 [[package]] ··· 9570 "proc-macro2", 9571 "quote", 9572 "rust-embed-utils", 9573 + "shellexpand", 9574 + "syn 2.0.99", 9575 "walkdir", 9576 ] 9577 ··· 9605 "borsh", 9606 "bytes", 9607 "num-traits", 9608 + "postgres-types 0.2.9", 9609 "rand 0.8.5", 9610 "rkyv", 9611 "serde", ··· 9626 9627 [[package]] 9628 name = "rustc-hash" 9629 + version = "2.1.1" 9630 source = "registry+https://github.com/rust-lang/crates.io-index" 9631 + checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 9632 9633 [[package]] 9634 name = "rustc_version" ··· 9645 source = "registry+https://github.com/rust-lang/crates.io-index" 9646 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 9647 dependencies = [ 9648 + "semver 1.0.25", 9649 ] 9650 9651 [[package]] ··· 9656 dependencies = [ 9657 "serde", 9658 "tempfile", 9659 + "thiserror 1.0.69", 9660 + "toml 0.8.20", 9661 "toolchain_find", 9662 ] 9663 9664 [[package]] 9665 + name = "rusticata-macros" 9666 + version = "4.1.0" 9667 + source = "registry+https://github.com/rust-lang/crates.io-index" 9668 + checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 9669 + dependencies = [ 9670 + "nom 7.1.3", 9671 + ] 9672 + 9673 + [[package]] 9674 name = "rustix" 9675 + version = "0.38.44" 9676 source = "registry+https://github.com/rust-lang/crates.io-index" 9677 + checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 9678 dependencies = [ 9679 + "bitflags 2.9.0", 9680 "errno", 9681 "libc", 9682 "linux-raw-sys", 9683 + "windows-sys 0.59.0", 9684 ] 9685 9686 [[package]] ··· 9690 checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 9691 dependencies = [ 9692 "log", 9693 + "ring 0.17.11", 9694 "rustls-webpki 0.101.7", 9695 "sct", 9696 ] 9697 9698 [[package]] 9699 name = "rustls" 9700 + version = "0.23.23" 9701 source = "registry+https://github.com/rust-lang/crates.io-index" 9702 + checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" 9703 dependencies = [ 9704 "log", 9705 "once_cell", 9706 + "ring 0.17.11", 9707 "rustls-pki-types", 9708 "rustls-webpki 0.102.8", 9709 "subtle", ··· 9719 "openssl-probe", 9720 "rustls-pemfile 1.0.4", 9721 "schannel", 9722 + "security-framework 2.11.1", 9723 ] 9724 9725 [[package]] ··· 9732 "rustls-pemfile 2.2.0", 9733 "rustls-pki-types", 9734 "schannel", 9735 + "security-framework 2.11.1", 9736 ] 9737 9738 [[package]] 9739 name = "rustls-native-certs" 9740 + version = "0.8.1" 9741 source = "registry+https://github.com/rust-lang/crates.io-index" 9742 + checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 9743 dependencies = [ 9744 "openssl-probe", 9745 "rustls-pki-types", 9746 "schannel", 9747 + "security-framework 3.2.0", 9748 ] 9749 9750 [[package]] ··· 9767 9768 [[package]] 9769 name = "rustls-pki-types" 9770 + version = "1.11.0" 9771 source = "registry+https://github.com/rust-lang/crates.io-index" 9772 + checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 9773 + dependencies = [ 9774 + "web-time", 9775 + ] 9776 9777 [[package]] 9778 name = "rustls-tokio-stream" ··· 9781 checksum = "22557157d7395bc30727745b365d923f1ecc230c4c80b176545f3f4f08c46e33" 9782 dependencies = [ 9783 "futures", 9784 + "rustls 0.23.23", 9785 + "socket2", 9786 "tokio", 9787 ] 9788 ··· 9792 source = "registry+https://github.com/rust-lang/crates.io-index" 9793 checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 9794 dependencies = [ 9795 + "ring 0.17.11", 9796 "untrusted 0.9.0", 9797 ] 9798 ··· 9802 source = "registry+https://github.com/rust-lang/crates.io-index" 9803 checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 9804 dependencies = [ 9805 + "ring 0.17.11", 9806 "rustls-pki-types", 9807 "untrusted 0.9.0", 9808 ] 9809 9810 [[package]] 9811 name = "rustpython-ast" 9812 + version = "0.4.0" 9813 + source = "registry+https://github.com/rust-lang/crates.io-index" 9814 + checksum = "4cdaf8ee5c1473b993b398c174641d3aa9da847af36e8d5eb8291930b72f31a5" 9815 dependencies = [ 9816 "is-macro", 9817 "malachite-bigint", ··· 9821 9822 [[package]] 9823 name = "rustpython-parser" 9824 + version = "0.4.0" 9825 + source = "registry+https://github.com/rust-lang/crates.io-index" 9826 + checksum = "868f724daac0caf9bd36d38caf45819905193a901e8f1c983345a68e18fb2abb" 9827 dependencies = [ 9828 "anyhow", 9829 "is-macro", ··· 9845 9846 [[package]] 9847 name = "rustpython-parser-core" 9848 + version = "0.4.0" 9849 + source = "registry+https://github.com/rust-lang/crates.io-index" 9850 + checksum = "b4b6c12fa273825edc7bccd9a734f0ad5ba4b8a2f4da5ff7efe946f066d0f4ad" 9851 dependencies = [ 9852 "is-macro", 9853 "memchr", ··· 9856 9857 [[package]] 9858 name = "rustpython-parser-vendored" 9859 + version = "0.4.0" 9860 + source = "registry+https://github.com/rust-lang/crates.io-index" 9861 + checksum = "04fcea49a4630a3a5d940f4d514dc4f575ed63c14c3e3ed07146634aed7f67a6" 9862 dependencies = [ 9863 "memchr", 9864 "once_cell", ··· 9866 9867 [[package]] 9868 name = "rustversion" 9869 + version = "1.0.19" 9870 source = "registry+https://github.com/rust-lang/crates.io-index" 9871 + checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 9872 + 9873 + [[package]] 9874 + name = "rustyline" 9875 + version = "13.0.0" 9876 + source = "registry+https://github.com/rust-lang/crates.io-index" 9877 + checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86" 9878 + dependencies = [ 9879 + "bitflags 2.9.0", 9880 + "cfg-if", 9881 + "clipboard-win", 9882 + "fd-lock", 9883 + "home", 9884 + "libc", 9885 + "log", 9886 + "memchr", 9887 + "nix", 9888 + "radix_trie", 9889 + "unicode-segmentation", 9890 + "unicode-width 0.1.14", 9891 + "utf8parse", 9892 + "winapi", 9893 + ] 9894 9895 [[package]] 9896 name = "ryu" 9897 + version = "1.0.19" 9898 source = "registry+https://github.com/rust-lang/crates.io-index" 9899 + checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" 9900 9901 [[package]] 9902 name = "ryu-js" 9903 + version = "1.0.2" 9904 source = "registry+https://github.com/rust-lang/crates.io-index" 9905 + checksum = "dd29631678d6fb0903b69223673e122c32e9ae559d0960a38d574695ebc0ea15" 9906 9907 [[package]] 9908 name = "safetensors" ··· 9915 ] 9916 9917 [[package]] 9918 + name = "saffron" 9919 + version = "0.1.0" 9920 + source = "registry+https://github.com/rust-lang/crates.io-index" 9921 + checksum = "03fb9a628596fc7590eb7edbf7b0613287be78df107f5f97b118aad59fb2eea9" 9922 + dependencies = [ 9923 + "chrono", 9924 + "nom 5.1.3", 9925 + ] 9926 + 9927 + [[package]] 9928 + name = "salsa20" 9929 + version = "0.10.2" 9930 + source = "registry+https://github.com/rust-lang/crates.io-index" 9931 + checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 9932 + dependencies = [ 9933 + "cipher 0.4.4", 9934 + ] 9935 + 9936 + [[package]] 9937 name = "samael" 9938 version = "0.0.14" 9939 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9955 "quick-xml 0.30.0", 9956 "rand 0.8.5", 9957 "serde", 9958 + "thiserror 1.0.69", 9959 "url", 9960 + "uuid 1.15.1", 9961 ] 9962 9963 [[package]] ··· 9977 9978 [[package]] 9979 name = "schannel" 9980 + version = "0.1.27" 9981 source = "registry+https://github.com/rust-lang/crates.io-index" 9982 + checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 9983 dependencies = [ 9984 "windows-sys 0.59.0", 9985 ] 9986 9987 [[package]] 9988 name = "schemars" 9989 + version = "0.8.22" 9990 source = "registry+https://github.com/rust-lang/crates.io-index" 9991 + checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 9992 dependencies = [ 9993 "chrono", 9994 "dyn-clone", 9995 "schemars_derive", 9996 "serde", 9997 "serde_json", 9998 + "uuid 1.15.1", 9999 ] 10000 10001 [[package]] 10002 name = "schemars_derive" 10003 + version = "0.8.22" 10004 source = "registry+https://github.com/rust-lang/crates.io-index" 10005 + checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 10006 dependencies = [ 10007 "proc-macro2", 10008 "quote", 10009 "serde_derive_internals", 10010 + "syn 2.0.99", 10011 ] 10012 10013 [[package]] ··· 10023 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 10024 10025 [[package]] 10026 + name = "scrypt" 10027 + version = "0.11.0" 10028 + source = "registry+https://github.com/rust-lang/crates.io-index" 10029 + checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 10030 + dependencies = [ 10031 + "password-hash", 10032 + "pbkdf2", 10033 + "salsa20", 10034 + "sha2 0.10.8", 10035 + ] 10036 + 10037 + [[package]] 10038 name = "sct" 10039 version = "0.7.1" 10040 source = "registry+https://github.com/rust-lang/crates.io-index" 10041 checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 10042 dependencies = [ 10043 + "ring 0.17.11", 10044 "untrusted 0.9.0", 10045 ] 10046 ··· 10057 checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 10058 dependencies = [ 10059 "base16ct", 10060 + "der", 10061 "generic-array", 10062 + "pkcs8", 10063 + "serdect", 10064 "subtle", 10065 "zeroize", 10066 ] ··· 10071 source = "registry+https://github.com/rust-lang/crates.io-index" 10072 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 10073 dependencies = [ 10074 + "bitflags 2.9.0", 10075 + "core-foundation 0.9.4", 10076 + "core-foundation-sys", 10077 + "libc", 10078 + "security-framework-sys", 10079 + ] 10080 + 10081 + [[package]] 10082 + name = "security-framework" 10083 + version = "3.2.0" 10084 + source = "registry+https://github.com/rust-lang/crates.io-index" 10085 + checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 10086 + dependencies = [ 10087 + "bitflags 2.9.0", 10088 + "core-foundation 0.10.0", 10089 "core-foundation-sys", 10090 "libc", 10091 "security-framework-sys", ··· 10093 10094 [[package]] 10095 name = "security-framework-sys" 10096 + version = "2.14.0" 10097 source = "registry+https://github.com/rust-lang/crates.io-index" 10098 + checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 10099 dependencies = [ 10100 "core-foundation-sys", 10101 "libc", ··· 10112 10113 [[package]] 10114 name = "semver" 10115 + version = "1.0.25" 10116 source = "registry+https://github.com/rust-lang/crates.io-index" 10117 + checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" 10118 dependencies = [ 10119 "serde", 10120 ] ··· 10133 10134 [[package]] 10135 name = "serde" 10136 + version = "1.0.218" 10137 source = "registry+https://github.com/rust-lang/crates.io-index" 10138 + checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" 10139 dependencies = [ 10140 "serde_derive", 10141 ] 10142 10143 [[package]] 10144 name = "serde-aux" 10145 + version = "4.6.0" 10146 source = "registry+https://github.com/rust-lang/crates.io-index" 10147 + checksum = "5290c39c5f6992b9dddbda28541d965dba46468294e6018a408fa297e6c602de" 10148 dependencies = [ 10149 "chrono", 10150 "serde", 10151 + "serde-value", 10152 "serde_json", 10153 ] 10154 ··· 10174 ] 10175 10176 [[package]] 10177 + name = "serde_bytes" 10178 + version = "0.11.16" 10179 + source = "registry+https://github.com/rust-lang/crates.io-index" 10180 + checksum = "364fec0df39c49a083c9a8a18a23a6bcfd9af130fe9fe321d18520a0d113e09e" 10181 + dependencies = [ 10182 + "serde", 10183 + ] 10184 + 10185 + [[package]] 10186 name = "serde_derive" 10187 + version = "1.0.218" 10188 source = "registry+https://github.com/rust-lang/crates.io-index" 10189 + checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" 10190 dependencies = [ 10191 "proc-macro2", 10192 "quote", 10193 + "syn 2.0.99", 10194 ] 10195 10196 [[package]] ··· 10201 dependencies = [ 10202 "proc-macro2", 10203 "quote", 10204 + "syn 2.0.99", 10205 ] 10206 10207 [[package]] 10208 name = "serde_json" 10209 + version = "1.0.140" 10210 source = "registry+https://github.com/rust-lang/crates.io-index" 10211 + checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 10212 dependencies = [ 10213 + "indexmap 2.7.1", 10214 "itoa", 10215 "memchr", 10216 "ryu", ··· 10218 ] 10219 10220 [[package]] 10221 + name = "serde_nanos" 10222 + version = "0.1.4" 10223 + source = "registry+https://github.com/rust-lang/crates.io-index" 10224 + checksum = "a93142f0367a4cc53ae0fead1bcda39e85beccfad3dcd717656cacab94b12985" 10225 + dependencies = [ 10226 + "serde", 10227 + ] 10228 + 10229 + [[package]] 10230 name = "serde_path_to_error" 10231 + version = "0.1.17" 10232 source = "registry+https://github.com/rust-lang/crates.io-index" 10233 + checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 10234 dependencies = [ 10235 "itoa", 10236 "serde", ··· 10253 dependencies = [ 10254 "percent-encoding", 10255 "serde", 10256 + "thiserror 1.0.69", 10257 ] 10258 10259 [[package]] ··· 10264 dependencies = [ 10265 "percent-encoding", 10266 "serde", 10267 + "thiserror 1.0.69", 10268 + ] 10269 + 10270 + [[package]] 10271 + name = "serde_repr" 10272 + version = "0.1.19" 10273 + source = "registry+https://github.com/rust-lang/crates.io-index" 10274 + checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 10275 + dependencies = [ 10276 + "proc-macro2", 10277 + "quote", 10278 + "syn 2.0.99", 10279 ] 10280 10281 [[package]] ··· 10296 "proc-macro2", 10297 "quote", 10298 "serde", 10299 + "syn 2.0.99", 10300 ] 10301 10302 [[package]] ··· 10313 10314 [[package]] 10315 name = "serde_v8" 10316 + version = "0.245.0" 10317 source = "registry+https://github.com/rust-lang/crates.io-index" 10318 + checksum = "945f93c91e0c7e4799b5fefff076756141aae92e262c4dc4833310dd3d2d845e" 10319 dependencies = [ 10320 + "deno_error", 10321 "num-bigint", 10322 "serde", 10323 "smallvec", 10324 + "thiserror 2.0.12", 10325 "v8", 10326 ] 10327 10328 [[package]] 10329 name = "serde_with" 10330 + version = "3.12.0" 10331 source = "registry+https://github.com/rust-lang/crates.io-index" 10332 + checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" 10333 dependencies = [ 10334 "base64 0.22.1", 10335 "chrono", 10336 "hex", 10337 "indexmap 1.9.3", 10338 + "indexmap 2.7.1", 10339 "serde", 10340 "serde_derive", 10341 "serde_json", ··· 10345 10346 [[package]] 10347 name = "serde_with_macros" 10348 + version = "3.12.0" 10349 source = "registry+https://github.com/rust-lang/crates.io-index" 10350 + checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" 10351 dependencies = [ 10352 "darling 0.20.10", 10353 "proc-macro2", 10354 "quote", 10355 + "syn 2.0.99", 10356 ] 10357 10358 [[package]] ··· 10361 source = "registry+https://github.com/rust-lang/crates.io-index" 10362 checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 10363 dependencies = [ 10364 + "indexmap 2.7.1", 10365 "itoa", 10366 "ryu", 10367 "serde", 10368 "unsafe-libyaml", 10369 + ] 10370 + 10371 + [[package]] 10372 + name = "serdect" 10373 + version = "0.2.0" 10374 + source = "registry+https://github.com/rust-lang/crates.io-index" 10375 + checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 10376 + dependencies = [ 10377 + "base16ct", 10378 + "serde", 10379 ] 10380 10381 [[package]] ··· 10390 ] 10391 10392 [[package]] 10393 name = "sha2" 10394 version = "0.9.9" 10395 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 10414 ] 10415 10416 [[package]] 10417 + name = "sha3" 10418 + version = "0.10.8" 10419 + source = "registry+https://github.com/rust-lang/crates.io-index" 10420 + checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 10421 + dependencies = [ 10422 + "digest 0.10.7", 10423 + "keccak", 10424 + ] 10425 + 10426 + [[package]] 10427 name = "sharded-slab" 10428 version = "0.1.7" 10429 source = "registry+https://github.com/rust-lang/crates.io-index" 10430 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 10431 dependencies = [ 10432 "lazy_static", 10433 + ] 10434 + 10435 + [[package]] 10436 + name = "shellexpand" 10437 + version = "2.1.2" 10438 + source = "registry+https://github.com/rust-lang/crates.io-index" 10439 + checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" 10440 + dependencies = [ 10441 + "dirs 4.0.0", 10442 ] 10443 10444 [[package]] ··· 10448 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 10449 10450 [[package]] 10451 + name = "signal-hook" 10452 + version = "0.3.17" 10453 + source = "registry+https://github.com/rust-lang/crates.io-index" 10454 + checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 10455 + dependencies = [ 10456 + "libc", 10457 + "signal-hook-registry", 10458 + ] 10459 + 10460 + [[package]] 10461 name = "signal-hook-registry" 10462 version = "1.4.2" 10463 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 10467 ] 10468 10469 [[package]] 10470 + name = "signatory" 10471 + version = "0.27.1" 10472 source = "registry+https://github.com/rust-lang/crates.io-index" 10473 + checksum = "c1e303f8205714074f6068773f0e29527e0453937fe837c9717d066635b65f31" 10474 dependencies = [ 10475 + "pkcs8", 10476 "rand_core 0.6.4", 10477 + "signature", 10478 + "zeroize", 10479 ] 10480 10481 [[package]] ··· 10498 ] 10499 10500 [[package]] 10501 + name = "simd-adler32" 10502 + version = "0.3.7" 10503 + source = "registry+https://github.com/rust-lang/crates.io-index" 10504 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 10505 + 10506 + [[package]] 10507 + name = "simd-json" 10508 + version = "0.14.3" 10509 + source = "registry+https://github.com/rust-lang/crates.io-index" 10510 + checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40" 10511 + dependencies = [ 10512 + "getrandom 0.2.15", 10513 + "halfbrown", 10514 + "ref-cast", 10515 + "serde", 10516 + "serde_json", 10517 + "simdutf8", 10518 + "value-trait", 10519 + ] 10520 + 10521 + [[package]] 10522 name = "simdutf8" 10523 version = "0.1.5" 10524 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 10526 10527 [[package]] 10528 name = "simple_asn1" 10529 + version = "0.6.3" 10530 source = "registry+https://github.com/rust-lang/crates.io-index" 10531 + checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" 10532 dependencies = [ 10533 "num-bigint", 10534 "num-traits", 10535 + "thiserror 2.0.12", 10536 "time", 10537 ] 10538 ··· 10543 checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 10544 10545 [[package]] 10546 + name = "siphasher" 10547 + version = "1.0.1" 10548 + source = "registry+https://github.com/rust-lang/crates.io-index" 10549 + checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 10550 + 10551 + [[package]] 10552 name = "sketches-ddsketch" 10553 version = "0.2.2" 10554 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 10567 ] 10568 10569 [[package]] 10570 + name = "slotmap" 10571 + version = "1.0.7" 10572 + source = "registry+https://github.com/rust-lang/crates.io-index" 10573 + checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 10574 + dependencies = [ 10575 + "version_check", 10576 + ] 10577 + 10578 + [[package]] 10579 + name = "sm3" 10580 + version = "0.4.2" 10581 + source = "registry+https://github.com/rust-lang/crates.io-index" 10582 + checksum = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860" 10583 + dependencies = [ 10584 + "digest 0.10.7", 10585 + ] 10586 + 10587 + [[package]] 10588 name = "smallvec" 10589 + version = "1.14.0" 10590 source = "registry+https://github.com/rust-lang/crates.io-index" 10591 + checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" 10592 dependencies = [ 10593 "serde", 10594 ] ··· 10626 10627 [[package]] 10628 name = "smtp-proto" 10629 + version = "0.1.6" 10630 source = "registry+https://github.com/rust-lang/crates.io-index" 10631 + checksum = "b7d3950ab75b03c52f2f13fd52aab91c9d62698b231b67240e85c3ef5301e63e" 10632 10633 [[package]] 10634 name = "snafu" ··· 10660 10661 [[package]] 10662 name = "socket2" 10663 + version = "0.5.8" 10664 source = "registry+https://github.com/rust-lang/crates.io-index" 10665 + checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 10666 dependencies = [ 10667 "libc", 10668 "windows-sys 0.52.0", ··· 10689 10690 [[package]] 10691 name = "sourcemap" 10692 + version = "9.1.2" 10693 source = "registry+https://github.com/rust-lang/crates.io-index" 10694 + checksum = "27c4ea7042fd1a155ad95335b5d505ab00d5124ea0332a06c8390d200bb1a76a" 10695 dependencies = [ 10696 "base64-simd 0.7.0", 10697 "bitvec", ··· 10722 ] 10723 10724 [[package]] 10725 + name = "spirv" 10726 + version = "0.3.0+sdk-1.3.268.0" 10727 source = "registry+https://github.com/rust-lang/crates.io-index" 10728 + checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 10729 dependencies = [ 10730 + "bitflags 2.9.0", 10731 ] 10732 10733 [[package]] ··· 10737 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 10738 dependencies = [ 10739 "base64ct", 10740 + "der", 10741 ] 10742 10743 [[package]] ··· 10747 checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 10748 dependencies = [ 10749 "base64 0.13.1", 10750 + "nom 7.1.3", 10751 "serde", 10752 "unicode-segmentation", 10753 ] 10754 10755 [[package]] 10756 + name = "sptr" 10757 + version = "0.3.2" 10758 + source = "registry+https://github.com/rust-lang/crates.io-index" 10759 + checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 10760 + 10761 + [[package]] 10762 name = "sql-builder" 10763 version = "3.1.1" 10764 source = "registry+https://github.com/rust-lang/crates.io-index" 10765 checksum = "b1008d95d2ec2d062959352527be30e10fec42a1aa5e5a48d990a5ff0fb9bdc0" 10766 dependencies = [ 10767 "anyhow", 10768 + "thiserror 1.0.69", 10769 ] 10770 10771 [[package]] ··· 10786 dependencies = [ 10787 "proc-macro2", 10788 "quote", 10789 + "syn 2.0.99", 10790 ] 10791 10792 [[package]] 10793 name = "sqlx" 10794 + version = "0.8.3" 10795 source = "registry+https://github.com/rust-lang/crates.io-index" 10796 + checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f" 10797 dependencies = [ 10798 "sqlx-core", 10799 "sqlx-macros", ··· 10804 10805 [[package]] 10806 name = "sqlx-core" 10807 + version = "0.8.3" 10808 source = "registry+https://github.com/rust-lang/crates.io-index" 10809 + checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0" 10810 dependencies = [ 10811 "bigdecimal", 10812 "bytes", 10813 "chrono", 10814 "crc", 10815 "crossbeam-queue", 10816 "either", 10817 + "event-listener 5.4.0", 10818 "futures-core", 10819 "futures-intrusive", 10820 "futures-io", 10821 "futures-util", 10822 + "hashbrown 0.15.2", 10823 + "hashlink 0.10.0", 10824 + "indexmap 2.7.1", 10825 "log", 10826 "memchr", 10827 "once_cell", 10828 "percent-encoding", 10829 + "rustls 0.23.23", 10830 "rustls-pemfile 2.2.0", 10831 "serde", 10832 "serde_json", 10833 "sha2 0.10.8", 10834 "smallvec", 10835 + "thiserror 2.0.12", 10836 "tokio", 10837 "tokio-stream", 10838 "tracing", 10839 "url", 10840 + "uuid 1.15.1", 10841 + "webpki-roots", 10842 ] 10843 10844 [[package]] 10845 name = "sqlx-macros" 10846 + version = "0.8.3" 10847 source = "registry+https://github.com/rust-lang/crates.io-index" 10848 + checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310" 10849 dependencies = [ 10850 "proc-macro2", 10851 "quote", 10852 "sqlx-core", 10853 "sqlx-macros-core", 10854 + "syn 2.0.99", 10855 ] 10856 10857 [[package]] 10858 name = "sqlx-macros-core" 10859 + version = "0.8.3" 10860 source = "registry+https://github.com/rust-lang/crates.io-index" 10861 + checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad" 10862 dependencies = [ 10863 "dotenvy", 10864 "either", ··· 10874 "sqlx-mysql", 10875 "sqlx-postgres", 10876 "sqlx-sqlite", 10877 + "syn 2.0.99", 10878 "tempfile", 10879 "tokio", 10880 "url", ··· 10882 10883 [[package]] 10884 name = "sqlx-mysql" 10885 + version = "0.8.3" 10886 source = "registry+https://github.com/rust-lang/crates.io-index" 10887 + checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233" 10888 dependencies = [ 10889 "atoi", 10890 "base64 0.22.1", 10891 "bigdecimal", 10892 + "bitflags 2.9.0", 10893 "byteorder", 10894 "bytes", 10895 "chrono", ··· 10912 "once_cell", 10913 "percent-encoding", 10914 "rand 0.8.5", 10915 + "rsa", 10916 "serde", 10917 "sha1", 10918 "sha2 0.10.8", 10919 "smallvec", 10920 "sqlx-core", 10921 "stringprep", 10922 + "thiserror 2.0.12", 10923 "tracing", 10924 + "uuid 1.15.1", 10925 "whoami", 10926 ] 10927 10928 [[package]] 10929 name = "sqlx-postgres" 10930 + version = "0.8.3" 10931 source = "registry+https://github.com/rust-lang/crates.io-index" 10932 + checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613" 10933 dependencies = [ 10934 "atoi", 10935 "base64 0.22.1", 10936 "bigdecimal", 10937 + "bitflags 2.9.0", 10938 "byteorder", 10939 "chrono", 10940 "crc", ··· 10942 "etcetera", 10943 "futures-channel", 10944 "futures-core", 10945 "futures-util", 10946 "hex", 10947 "hkdf", ··· 10960 "smallvec", 10961 "sqlx-core", 10962 "stringprep", 10963 + "thiserror 2.0.12", 10964 "tracing", 10965 + "uuid 1.15.1", 10966 "whoami", 10967 ] 10968 10969 [[package]] 10970 name = "sqlx-sqlite" 10971 + version = "0.8.3" 10972 source = "registry+https://github.com/rust-lang/crates.io-index" 10973 + checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540" 10974 dependencies = [ 10975 "atoi", 10976 "chrono", ··· 10988 "sqlx-core", 10989 "tracing", 10990 "url", 10991 + "uuid 1.15.1", 10992 ] 10993 10994 [[package]] ··· 10999 11000 [[package]] 11001 name = "stacker" 11002 + version = "0.1.19" 11003 source = "registry+https://github.com/rust-lang/crates.io-index" 11004 + checksum = "d9156ebd5870ef293bfb43f91c7a74528d363ec0d424afe24160ed5a4343d08a" 11005 dependencies = [ 11006 "cc", 11007 "cfg-if", ··· 11025 "proc-macro2", 11026 "quote", 11027 "swc_macros_common", 11028 + "syn 2.0.99", 11029 ] 11030 + 11031 + [[package]] 11032 + name = "stringcase" 11033 + version = "0.3.0" 11034 + source = "registry+https://github.com/rust-lang/crates.io-index" 11035 + checksum = "04028eeb851ed08af6aba5caa29f2d59a13ed168cee4d6bd753aeefcf1d636b0" 11036 11037 [[package]] 11038 name = "stringprep" ··· 11085 "proc-macro2", 11086 "quote", 11087 "rustversion", 11088 + "syn 2.0.99", 11089 ] 11090 11091 [[package]] ··· 11098 "proc-macro2", 11099 "quote", 11100 "rustversion", 11101 + "syn 2.0.99", 11102 ] 11103 11104 [[package]] ··· 11172 "once_cell", 11173 "rustc-hash 1.1.0", 11174 "serde", 11175 + "siphasher 0.3.11", 11176 + "sourcemap 9.1.2", 11177 "swc_allocator", 11178 "swc_atoms", 11179 "swc_eq_ignore_macros", 11180 "swc_visit", 11181 "tracing", 11182 + "unicode-width 0.1.14", 11183 "url", 11184 ] 11185 ··· 11190 checksum = "4740e53eaf68b101203c1df0937d5161a29f3c13bceed0836ddfe245b72dd000" 11191 dependencies = [ 11192 "anyhow", 11193 + "indexmap 2.7.1", 11194 "serde", 11195 "serde_json", 11196 "swc_cached", ··· 11206 "proc-macro2", 11207 "quote", 11208 "swc_macros_common", 11209 + "syn 2.0.99", 11210 ] 11211 11212 [[package]] ··· 11215 source = "registry+https://github.com/rust-lang/crates.io-index" 11216 checksum = "a6f866d12e4d519052b92a0a86d1ac7ff17570da1272ca0c89b3d6f802cd79df" 11217 dependencies = [ 11218 + "bitflags 2.9.0", 11219 "is-macro", 11220 "num-bigint", 11221 "phf", ··· 11237 "num-bigint", 11238 "once_cell", 11239 "serde", 11240 + "sourcemap 9.1.2", 11241 "swc_allocator", 11242 "swc_atoms", 11243 "swc_common", ··· 11255 "proc-macro2", 11256 "quote", 11257 "swc_macros_common", 11258 + "syn 2.0.99", 11259 ] 11260 11261 [[package]] ··· 11301 checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1" 11302 dependencies = [ 11303 "better_scoped_tls", 11304 + "bitflags 2.9.0", 11305 + "indexmap 2.7.1", 11306 "once_cell", 11307 "phf", 11308 "rustc-hash 1.1.0", ··· 11340 "proc-macro2", 11341 "quote", 11342 "swc_macros_common", 11343 + "syn 2.0.99", 11344 ] 11345 11346 [[package]] ··· 11371 dependencies = [ 11372 "base64 0.21.7", 11373 "dashmap", 11374 + "indexmap 2.7.1", 11375 "once_cell", 11376 "serde", 11377 "sha1", ··· 11411 source = "registry+https://github.com/rust-lang/crates.io-index" 11412 checksum = "029eec7dd485923a75b5a45befd04510288870250270292fc2c1b3a9e7547408" 11413 dependencies = [ 11414 + "indexmap 2.7.1", 11415 "num_cpus", 11416 "once_cell", 11417 "rustc-hash 1.1.0", ··· 11447 dependencies = [ 11448 "proc-macro2", 11449 "quote", 11450 + "syn 2.0.99", 11451 ] 11452 11453 [[package]] ··· 11458 dependencies = [ 11459 "proc-macro2", 11460 "quote", 11461 + "syn 2.0.99", 11462 ] 11463 11464 [[package]] ··· 11481 "proc-macro2", 11482 "quote", 11483 "swc_macros_common", 11484 + "syn 2.0.99", 11485 ] 11486 11487 [[package]] ··· 11497 11498 [[package]] 11499 name = "syn" 11500 + version = "2.0.99" 11501 source = "registry+https://github.com/rust-lang/crates.io-index" 11502 + checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2" 11503 dependencies = [ 11504 "proc-macro2", 11505 "quote", ··· 11507 ] 11508 11509 [[package]] 11510 name = "sync_wrapper" 11511 version = "0.1.2" 11512 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11514 11515 [[package]] 11516 name = "sync_wrapper" 11517 + version = "1.0.2" 11518 source = "registry+https://github.com/rust-lang/crates.io-index" 11519 + checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 11520 dependencies = [ 11521 "futures-core", 11522 ] 11523 11524 [[package]] 11525 name = "synstructure" 11526 + version = "0.12.6" 11527 + source = "registry+https://github.com/rust-lang/crates.io-index" 11528 + checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 11529 + dependencies = [ 11530 + "proc-macro2", 11531 + "quote", 11532 + "syn 1.0.109", 11533 + "unicode-xid", 11534 + ] 11535 + 11536 + [[package]] 11537 + name = "synstructure" 11538 version = "0.13.1" 11539 source = "registry+https://github.com/rust-lang/crates.io-index" 11540 checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 11541 dependencies = [ 11542 "proc-macro2", 11543 "quote", 11544 + "syn 2.0.99", 11545 + ] 11546 + 11547 + [[package]] 11548 + name = "sys_traits" 11549 + version = "0.1.7" 11550 + source = "registry+https://github.com/rust-lang/crates.io-index" 11551 + checksum = "5b46ac05dfbe9fd3a9703eff20e17f5b31e7b6a54daf27a421dcd56c7a27ecdd" 11552 + dependencies = [ 11553 + "libc", 11554 + "windows-sys 0.59.0", 11555 ] 11556 11557 [[package]] ··· 11560 source = "registry+https://github.com/rust-lang/crates.io-index" 11561 checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" 11562 dependencies = [ 11563 + "bitflags 2.9.0", 11564 "byteorder", 11565 "enum-as-inner", 11566 "libc", 11567 + "thiserror 1.0.69", 11568 "walkdir", 11569 ] 11570 ··· 11575 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 11576 dependencies = [ 11577 "bitflags 1.3.2", 11578 + "core-foundation 0.9.4", 11579 "system-configuration-sys 0.5.0", 11580 ] 11581 ··· 11585 source = "registry+https://github.com/rust-lang/crates.io-index" 11586 checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 11587 dependencies = [ 11588 + "bitflags 2.9.0", 11589 + "core-foundation 0.9.4", 11590 "system-configuration-sys 0.6.0", 11591 ] 11592 ··· 11611 ] 11612 11613 [[package]] 11614 + name = "tagptr" 11615 + version = "0.2.0" 11616 + source = "registry+https://github.com/rust-lang/crates.io-index" 11617 + checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 11618 + 11619 + [[package]] 11620 name = "tantivy" 11621 version = "0.22.0" 11622 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 11641 "lru", 11642 "lz4_flex", 11643 "measure_time", 11644 + "memmap2 0.9.5", 11645 "num_cpus", 11646 "once_cell", 11647 "oneshot", ··· 11661 "tantivy-stacker", 11662 "tantivy-tokenizer-api", 11663 "tempfile", 11664 + "thiserror 1.0.69", 11665 "time", 11666 + "uuid 1.15.1", 11667 "winapi", 11668 ] 11669 ··· 11722 source = "registry+https://github.com/rust-lang/crates.io-index" 11723 checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82" 11724 dependencies = [ 11725 + "nom 7.1.3", 11726 ] 11727 11728 [[package]] ··· 11734 "tantivy-bitpacker", 11735 "tantivy-common", 11736 "tantivy-fst", 11737 + "zstd", 11738 ] 11739 11740 [[package]] ··· 11765 11766 [[package]] 11767 name = "tar" 11768 + version = "0.4.44" 11769 source = "registry+https://github.com/rust-lang/crates.io-index" 11770 + checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" 11771 dependencies = [ 11772 "filetime", 11773 "libc", ··· 11776 11777 [[package]] 11778 name = "tempfile" 11779 + version = "3.17.1" 11780 source = "registry+https://github.com/rust-lang/crates.io-index" 11781 + checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" 11782 dependencies = [ 11783 "cfg-if", 11784 + "fastrand 2.3.0", 11785 + "getrandom 0.3.1", 11786 "once_cell", 11787 "rustix", 11788 "windows-sys 0.59.0", ··· 11808 11809 [[package]] 11810 name = "thiserror" 11811 + version = "1.0.69" 11812 + source = "registry+https://github.com/rust-lang/crates.io-index" 11813 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 11814 + dependencies = [ 11815 + "thiserror-impl 1.0.69", 11816 + ] 11817 + 11818 + [[package]] 11819 + name = "thiserror" 11820 + version = "2.0.12" 11821 source = "registry+https://github.com/rust-lang/crates.io-index" 11822 + checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 11823 dependencies = [ 11824 + "thiserror-impl 2.0.12", 11825 ] 11826 11827 [[package]] 11828 name = "thiserror-impl" 11829 + version = "1.0.69" 11830 source = "registry+https://github.com/rust-lang/crates.io-index" 11831 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 11832 dependencies = [ 11833 "proc-macro2", 11834 "quote", 11835 + "syn 2.0.99", 11836 + ] 11837 + 11838 + [[package]] 11839 + name = "thiserror-impl" 11840 + version = "2.0.12" 11841 + source = "registry+https://github.com/rust-lang/crates.io-index" 11842 + checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 11843 + dependencies = [ 11844 + "proc-macro2", 11845 + "quote", 11846 + "syn 2.0.99", 11847 ] 11848 11849 [[package]] ··· 11869 11870 [[package]] 11871 name = "tiberius" 11872 + version = "0.12.3" 11873 + source = "registry+https://github.com/rust-lang/crates.io-index" 11874 + checksum = "a1446cb4198848d1562301a3340424b4f425ef79f35ef9ee034769a9dd92c10d" 11875 dependencies = [ 11876 "async-trait", 11877 "asynchronous-codec", ··· 11888 "pretty-hex", 11889 "rustls-native-certs 0.6.3", 11890 "rustls-pemfile 1.0.4", 11891 + "thiserror 1.0.69", 11892 "tokio", 11893 "tokio-rustls 0.24.1", 11894 "tokio-util", 11895 "tracing", 11896 + "uuid 1.15.1", 11897 ] 11898 11899 [[package]] ··· 11940 11941 [[package]] 11942 name = "time" 11943 + version = "0.3.37" 11944 source = "registry+https://github.com/rust-lang/crates.io-index" 11945 + checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" 11946 dependencies = [ 11947 "deranged", 11948 "itoa", ··· 11961 11962 [[package]] 11963 name = "time-macros" 11964 + version = "0.2.19" 11965 source = "registry+https://github.com/rust-lang/crates.io-index" 11966 + checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" 11967 dependencies = [ 11968 "num-conv", 11969 "time-core", ··· 11979 ] 11980 11981 [[package]] 11982 + name = "tinystr" 11983 + version = "0.7.6" 11984 + source = "registry+https://github.com/rust-lang/crates.io-index" 11985 + checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 11986 + dependencies = [ 11987 + "displaydoc", 11988 + "zerovec", 11989 + ] 11990 + 11991 + [[package]] 11992 name = "tinyvec" 11993 + version = "1.9.0" 11994 source = "registry+https://github.com/rust-lang/crates.io-index" 11995 + checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 11996 dependencies = [ 11997 "tinyvec_macros", 11998 ] ··· 12014 "rayon", 12015 "schemars", 12016 "serde", 12017 + "thiserror 1.0.69", 12018 "tracing", 12019 ] 12020 ··· 12045 "serde", 12046 "serde_json", 12047 "spm_precompiled", 12048 + "thiserror 1.0.69", 12049 "unicode-normalization-alignments", 12050 "unicode-segmentation", 12051 "unicode_categories", ··· 12053 12054 [[package]] 12055 name = "tokio" 12056 + version = "1.43.0" 12057 source = "registry+https://github.com/rust-lang/crates.io-index" 12058 + checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" 12059 dependencies = [ 12060 "backtrace", 12061 "bytes", 12062 "libc", 12063 + "mio 1.0.3", 12064 "parking_lot", 12065 "pin-project-lite", 12066 "signal-hook-registry", 12067 + "socket2", 12068 "tokio-macros", 12069 "tracing", 12070 + "windows-sys 0.52.0", 12071 + ] 12072 + 12073 + [[package]] 12074 + name = "tokio-eld" 12075 + version = "0.2.0" 12076 + source = "registry+https://github.com/rust-lang/crates.io-index" 12077 + checksum = "9166030f05d6bc5642bdb8f8c2be31eb3c02cd465d662bcdc2df82d4aa41a584" 12078 + dependencies = [ 12079 + "hdrhistogram", 12080 + "tokio", 12081 ] 12082 12083 [[package]] 12084 name = "tokio-macros" 12085 + version = "2.5.0" 12086 source = "registry+https://github.com/rust-lang/crates.io-index" 12087 + checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 12088 dependencies = [ 12089 "proc-macro2", 12090 "quote", 12091 + "syn 2.0.99", 12092 + ] 12093 + 12094 + [[package]] 12095 + name = "tokio-metrics" 12096 + version = "0.3.1" 12097 + source = "registry+https://github.com/rust-lang/crates.io-index" 12098 + checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112" 12099 + dependencies = [ 12100 + "futures-util", 12101 + "pin-project-lite", 12102 + "tokio", 12103 + "tokio-stream", 12104 ] 12105 12106 [[package]] ··· 12115 12116 [[package]] 12117 name = "tokio-postgres" 12118 + version = "0.7.11" 12119 + source = "git+https://github.com/imor/rust-postgres?rev=20265ef38e32a06f76b6f9b678e2077fc2211f6b#20265ef38e32a06f76b6f9b678e2077fc2211f6b" 12120 dependencies = [ 12121 "async-trait", 12122 "byteorder", 12123 "bytes", 12124 + "fallible-iterator 0.2.0", 12125 "futures-channel", 12126 "futures-util", 12127 "log", ··· 12129 "percent-encoding", 12130 "phf", 12131 "pin-project-lite", 12132 + "postgres-protocol 0.6.7", 12133 + "postgres-types 0.2.7", 12134 "rand 0.8.5", 12135 + "socket2", 12136 + "tokio", 12137 + "tokio-util", 12138 + "whoami", 12139 + ] 12140 + 12141 + [[package]] 12142 + name = "tokio-postgres" 12143 + version = "0.7.13" 12144 + source = "registry+https://github.com/rust-lang/crates.io-index" 12145 + checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0" 12146 + dependencies = [ 12147 + "async-trait", 12148 + "byteorder", 12149 + "bytes", 12150 + "fallible-iterator 0.2.0", 12151 + "futures-channel", 12152 + "futures-util", 12153 + "log", 12154 + "parking_lot", 12155 + "percent-encoding", 12156 + "phf", 12157 + "pin-project-lite", 12158 + "postgres-protocol 0.6.8", 12159 + "postgres-types 0.2.9", 12160 + "rand 0.9.0", 12161 + "socket2", 12162 "tokio", 12163 "tokio-util", 12164 "whoami", ··· 12176 12177 [[package]] 12178 name = "tokio-rustls" 12179 + version = "0.26.2" 12180 source = "registry+https://github.com/rust-lang/crates.io-index" 12181 + checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 12182 dependencies = [ 12183 + "rustls 0.23.23", 12184 "tokio", 12185 ] 12186 ··· 12192 dependencies = [ 12193 "either", 12194 "futures-util", 12195 + "thiserror 1.0.69", 12196 "tokio", 12197 ] 12198 12199 [[package]] 12200 name = "tokio-stream" 12201 + version = "0.1.17" 12202 source = "registry+https://github.com/rust-lang/crates.io-index" 12203 + checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 12204 dependencies = [ 12205 "futures-core", 12206 "pin-project-lite", ··· 12238 12239 [[package]] 12240 name = "tokio-util" 12241 + version = "0.7.13" 12242 source = "registry+https://github.com/rust-lang/crates.io-index" 12243 + checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" 12244 dependencies = [ 12245 "bytes", 12246 "futures-core", 12247 "futures-io", 12248 "futures-sink", 12249 + "futures-util", 12250 + "hashbrown 0.14.5", 12251 "pin-project-lite", 12252 + "slab", 12253 "tokio", 12254 ] 12255 12256 [[package]] 12257 + name = "tokio-websockets" 12258 + version = "0.10.1" 12259 + source = "registry+https://github.com/rust-lang/crates.io-index" 12260 + checksum = "f591660438b3038dd04d16c938271c79e7e06260ad2ea2885a4861bfb238605d" 12261 + dependencies = [ 12262 + "base64 0.22.1", 12263 + "bytes", 12264 + "futures-core", 12265 + "futures-sink", 12266 + "http 1.2.0", 12267 + "httparse", 12268 + "rand 0.8.5", 12269 + "ring 0.17.11", 12270 + "rustls-native-certs 0.8.1", 12271 + "rustls-pki-types", 12272 + "tokio", 12273 + "tokio-rustls 0.26.2", 12274 + "tokio-util", 12275 + ] 12276 + 12277 + [[package]] 12278 name = "toml" 12279 version = "0.7.8" 12280 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12288 12289 [[package]] 12290 name = "toml" 12291 + version = "0.8.20" 12292 source = "registry+https://github.com/rust-lang/crates.io-index" 12293 + checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" 12294 dependencies = [ 12295 "serde", 12296 "serde_spanned", 12297 "toml_datetime", 12298 + "toml_edit 0.22.24", 12299 ] 12300 12301 [[package]] ··· 12313 source = "registry+https://github.com/rust-lang/crates.io-index" 12314 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 12315 dependencies = [ 12316 + "indexmap 2.7.1", 12317 "serde", 12318 "serde_spanned", 12319 "toml_datetime", ··· 12322 12323 [[package]] 12324 name = "toml_edit" 12325 + version = "0.22.24" 12326 source = "registry+https://github.com/rust-lang/crates.io-index" 12327 + checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" 12328 dependencies = [ 12329 + "indexmap 2.7.1", 12330 "serde", 12331 "serde_spanned", 12332 "toml_datetime", 12333 + "winnow 0.7.3", 12334 + ] 12335 + 12336 + [[package]] 12337 + name = "tonic" 12338 + version = "0.12.3" 12339 + source = "registry+https://github.com/rust-lang/crates.io-index" 12340 + checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" 12341 + dependencies = [ 12342 + "async-stream", 12343 + "async-trait", 12344 + "axum", 12345 + "base64 0.22.1", 12346 + "bytes", 12347 + "h2 0.4.8", 12348 + "http 1.2.0", 12349 + "http-body 1.0.1", 12350 + "http-body-util", 12351 + "hyper 1.6.0", 12352 + "hyper-timeout", 12353 + "hyper-util", 12354 + "percent-encoding", 12355 + "pin-project", 12356 + "prost", 12357 + "rustls-native-certs 0.8.1", 12358 + "rustls-pemfile 2.2.0", 12359 + "socket2", 12360 + "tokio", 12361 + "tokio-rustls 0.26.2", 12362 + "tokio-stream", 12363 + "tower 0.4.13", 12364 + "tower-layer", 12365 + "tower-service", 12366 + "tracing", 12367 ] 12368 12369 [[package]] ··· 12375 "home", 12376 "once_cell", 12377 "regex", 12378 + "semver 1.0.25", 12379 "walkdir", 12380 ] 12381 ··· 12387 dependencies = [ 12388 "futures-core", 12389 "futures-util", 12390 + "indexmap 1.9.3", 12391 "pin-project", 12392 "pin-project-lite", 12393 + "rand 0.8.5", 12394 + "slab", 12395 "tokio", 12396 + "tokio-util", 12397 "tower-layer", 12398 "tower-service", 12399 + "tracing", 12400 ] 12401 12402 [[package]] 12403 name = "tower" 12404 + version = "0.5.2" 12405 source = "registry+https://github.com/rust-lang/crates.io-index" 12406 + checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 12407 dependencies = [ 12408 "futures-core", 12409 "futures-util", 12410 "pin-project-lite", 12411 + "sync_wrapper 1.0.2", 12412 "tokio", 12413 "tower-layer", 12414 "tower-service", ··· 12425 "axum-core", 12426 "cookie 0.18.1", 12427 "futures-util", 12428 + "http 1.2.0", 12429 "parking_lot", 12430 "pin-project-lite", 12431 "tower-layer", ··· 12434 12435 [[package]] 12436 name = "tower-http" 12437 + version = "0.6.2" 12438 source = "registry+https://github.com/rust-lang/crates.io-index" 12439 + checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" 12440 dependencies = [ 12441 + "async-compression", 12442 + "bitflags 2.9.0", 12443 "bytes", 12444 "futures-core", 12445 + "http 1.2.0", 12446 "http-body 1.0.1", 12447 "http-body-util", 12448 "pin-project-lite", ··· 12450 "tokio-util", 12451 "tower-layer", 12452 "tower-service", 12453 + "tracing", 12454 ] 12455 12456 [[package]] ··· 12467 12468 [[package]] 12469 name = "tracing" 12470 + version = "0.1.41" 12471 source = "registry+https://github.com/rust-lang/crates.io-index" 12472 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 12473 dependencies = [ 12474 "log", 12475 "pin-project-lite", ··· 12484 checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" 12485 dependencies = [ 12486 "crossbeam-channel", 12487 + "thiserror 1.0.69", 12488 "time", 12489 "tracing-subscriber", 12490 ] 12491 12492 [[package]] 12493 name = "tracing-attributes" 12494 + version = "0.1.28" 12495 source = "registry+https://github.com/rust-lang/crates.io-index" 12496 + checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 12497 dependencies = [ 12498 "proc-macro2", 12499 "quote", 12500 + "syn 2.0.99", 12501 ] 12502 12503 [[package]] 12504 name = "tracing-core" 12505 + version = "0.1.33" 12506 source = "registry+https://github.com/rust-lang/crates.io-index" 12507 + checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 12508 dependencies = [ 12509 "once_cell", 12510 "valuable", 12511 ] 12512 12513 [[package]] 12514 name = "tracing-futures" 12515 version = "0.2.5" 12516 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12522 12523 [[package]] 12524 name = "tracing-log" 12525 version = "0.2.0" 12526 source = "registry+https://github.com/rust-lang/crates.io-index" 12527 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" ··· 12533 12534 [[package]] 12535 name = "tracing-loki" 12536 + version = "0.2.6" 12537 source = "registry+https://github.com/rust-lang/crates.io-index" 12538 + checksum = "ba3beec919fbdf99d719de8eda6adae3281f8a5b71ae40431f44dc7423053d34" 12539 dependencies = [ 12540 "loki-api", 12541 + "reqwest 0.12.12", 12542 "serde", 12543 "serde_json", 12544 "snap", ··· 12546 "tokio-stream", 12547 "tracing", 12548 "tracing-core", 12549 + "tracing-log", 12550 "tracing-serde", 12551 "tracing-subscriber", 12552 "url", 12553 ] 12554 12555 [[package]] 12556 + name = "tracing-opentelemetry" 12557 + version = "0.28.0" 12558 + source = "registry+https://github.com/rust-lang/crates.io-index" 12559 + checksum = "97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053" 12560 + dependencies = [ 12561 + "js-sys", 12562 + "once_cell", 12563 + "opentelemetry", 12564 + "opentelemetry_sdk", 12565 + "smallvec", 12566 + "tracing", 12567 + "tracing-core", 12568 + "tracing-log", 12569 + "tracing-subscriber", 12570 + "web-time", 12571 + ] 12572 + 12573 + [[package]] 12574 name = "tracing-serde" 12575 + version = "0.2.0" 12576 source = "registry+https://github.com/rust-lang/crates.io-index" 12577 + checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" 12578 dependencies = [ 12579 "serde", 12580 "tracing-core", ··· 12582 12583 [[package]] 12584 name = "tracing-subscriber" 12585 + version = "0.3.19" 12586 source = "registry+https://github.com/rust-lang/crates.io-index" 12587 + checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 12588 dependencies = [ 12589 "matchers", 12590 "nu-ansi-term", ··· 12597 "thread_local", 12598 "tracing", 12599 "tracing-core", 12600 + "tracing-log", 12601 "tracing-serde", 12602 ] 12603 12604 [[package]] 12605 + name = "tree-sitter" 12606 + version = "0.23.2" 12607 source = "registry+https://github.com/rust-lang/crates.io-index" 12608 + checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca" 12609 dependencies = [ 12610 + "cc", 12611 + "regex", 12612 + "regex-syntax 0.8.5", 12613 + "tree-sitter-language", 12614 ] 12615 12616 [[package]] 12617 + name = "tree-sitter-c-sharp" 12618 + version = "0.23.1" 12619 source = "registry+https://github.com/rust-lang/crates.io-index" 12620 + checksum = "67f06accca7b45351758663b8215089e643d53bd9a660ce0349314263737fcb0" 12621 dependencies = [ 12622 + "cc", 12623 + "tree-sitter-language", 12624 ] 12625 12626 [[package]] 12627 + name = "tree-sitter-language" 12628 + version = "0.1.5" 12629 source = "registry+https://github.com/rust-lang/crates.io-index" 12630 + checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8" 12631 + 12632 + [[package]] 12633 + name = "triomphe" 12634 + version = "0.1.14" 12635 + source = "registry+https://github.com/rust-lang/crates.io-index" 12636 + checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" 12637 dependencies = [ 12638 "serde", 12639 + "stable_deref_trait", 12640 ] 12641 12642 [[package]] ··· 12646 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 12647 12648 [[package]] 12649 + name = "tryhard" 12650 + version = "0.5.1" 12651 + source = "registry+https://github.com/rust-lang/crates.io-index" 12652 + checksum = "9c9f0a709784e86923586cff0d872dba54cd2d2e116b3bc57587d15737cfce9d" 12653 + dependencies = [ 12654 + "futures", 12655 + "pin-project-lite", 12656 + "tokio", 12657 + ] 12658 + 12659 + [[package]] 12660 name = "tungstenite" 12661 version = "0.24.0" 12662 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12665 "byteorder", 12666 "bytes", 12667 "data-encoding", 12668 + "http 1.2.0", 12669 "httparse", 12670 "log", 12671 "native-tls", 12672 "rand 0.8.5", 12673 "sha1", 12674 + "thiserror 1.0.69", 12675 "utf-8", 12676 ] 12677 ··· 12687 ] 12688 12689 [[package]] 12690 + name = "twox-hash" 12691 + version = "2.1.0" 12692 + source = "registry+https://github.com/rust-lang/crates.io-index" 12693 + checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" 12694 + 12695 + [[package]] 12696 name = "typed-arena" 12697 version = "2.0.2" 12698 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12700 12701 [[package]] 12702 name = "typenum" 12703 + version = "1.18.0" 12704 source = "registry+https://github.com/rust-lang/crates.io-index" 12705 + checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 12706 12707 [[package]] 12708 name = "typify" ··· 12727 "regress", 12728 "schemars", 12729 "serde_json", 12730 + "syn 2.0.99", 12731 + "thiserror 1.0.69", 12732 "unicode-ident", 12733 ] 12734 ··· 12744 "serde", 12745 "serde_json", 12746 "serde_tokenstream", 12747 + "syn 2.0.99", 12748 "typify-impl", 12749 ] 12750 12751 [[package]] 12752 name = "ulid" 12753 + version = "1.2.0" 12754 source = "registry+https://github.com/rust-lang/crates.io-index" 12755 + checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3" 12756 dependencies = [ 12757 + "rand 0.9.0", 12758 + "uuid 1.15.1", 12759 "web-time", 12760 ] 12761 ··· 12825 12826 [[package]] 12827 name = "unicase" 12828 + version = "2.8.1" 12829 source = "registry+https://github.com/rust-lang/crates.io-index" 12830 + checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 12831 12832 [[package]] 12833 name = "unicode-bidi" 12834 + version = "0.3.18" 12835 source = "registry+https://github.com/rust-lang/crates.io-index" 12836 + checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 12837 12838 [[package]] 12839 name = "unicode-id" ··· 12843 12844 [[package]] 12845 name = "unicode-id-start" 12846 + version = "1.3.1" 12847 source = "registry+https://github.com/rust-lang/crates.io-index" 12848 + checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b" 12849 12850 [[package]] 12851 name = "unicode-ident" 12852 + version = "1.0.17" 12853 source = "registry+https://github.com/rust-lang/crates.io-index" 12854 + checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" 12855 12856 [[package]] 12857 name = "unicode-normalization" ··· 12890 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 12891 12892 [[package]] 12893 + name = "unicode-width" 12894 + version = "0.2.0" 12895 + source = "registry+https://github.com/rust-lang/crates.io-index" 12896 + checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 12897 + 12898 + [[package]] 12899 name = "unicode-xid" 12900 version = "0.2.6" 12901 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12930 ] 12931 12932 [[package]] 12933 + name = "universal-hash" 12934 + version = "0.5.1" 12935 + source = "registry+https://github.com/rust-lang/crates.io-index" 12936 + checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 12937 + dependencies = [ 12938 + "crypto-common", 12939 + "subtle", 12940 + ] 12941 + 12942 + [[package]] 12943 name = "unsafe-libyaml" 12944 version = "0.2.11" 12945 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12959 12960 [[package]] 12961 name = "ureq" 12962 + version = "2.12.1" 12963 source = "registry+https://github.com/rust-lang/crates.io-index" 12964 + checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" 12965 dependencies = [ 12966 "base64 0.22.1", 12967 "flate2", 12968 "log", 12969 "native-tls", 12970 "once_cell", 12971 + "rustls 0.23.23", 12972 "rustls-pki-types", 12973 "serde", 12974 "serde_json", 12975 "url", 12976 + "webpki-roots", 12977 ] 12978 12979 [[package]] 12980 name = "url" 12981 + version = "2.5.4" 12982 source = "registry+https://github.com/rust-lang/crates.io-index" 12983 + checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 12984 dependencies = [ 12985 "form_urlencoded", 12986 + "idna", 12987 "percent-encoding", 12988 "serde", 12989 ] ··· 13013 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 13014 13015 [[package]] 13016 + name = "utf16_iter" 13017 + version = "1.0.5" 13018 + source = "registry+https://github.com/rust-lang/crates.io-index" 13019 + checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 13020 + 13021 + [[package]] 13022 name = "utf8-ranges" 13023 version = "1.0.5" 13024 source = "registry+https://github.com/rust-lang/crates.io-index" 13025 checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 13026 + 13027 + [[package]] 13028 + name = "utf8_iter" 13029 + version = "1.0.4" 13030 + source = "registry+https://github.com/rust-lang/crates.io-index" 13031 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 13032 13033 [[package]] 13034 name = "utf8parse" ··· 13047 13048 [[package]] 13049 name = "uuid" 13050 + version = "1.15.1" 13051 source = "registry+https://github.com/rust-lang/crates.io-index" 13052 + checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" 13053 dependencies = [ 13054 + "getrandom 0.3.1", 13055 "serde", 13056 ] 13057 13058 [[package]] 13059 name = "v8" 13060 + version = "130.0.7" 13061 source = "registry+https://github.com/rust-lang/crates.io-index" 13062 + checksum = "a511192602f7b435b0a241c1947aa743eb7717f20a9195f4b5e8ed1952e01db1" 13063 dependencies = [ 13064 + "bindgen 0.70.1", 13065 + "bitflags 2.9.0", 13066 "fslock", 13067 "gzip-header", 13068 "home", ··· 13073 ] 13074 13075 [[package]] 13076 + name = "v8_valueserializer" 13077 + version = "0.1.1" 13078 + source = "registry+https://github.com/rust-lang/crates.io-index" 13079 + checksum = "97599c400fc79925922b58303e98fcb8fa88f573379a08ddb652e72cbd2e70f6" 13080 + dependencies = [ 13081 + "bitflags 2.9.0", 13082 + "encoding_rs", 13083 + "indexmap 2.7.1", 13084 + "num-bigint", 13085 + "serde", 13086 + "thiserror 1.0.69", 13087 + "wtf8", 13088 + ] 13089 + 13090 + [[package]] 13091 name = "valuable" 13092 + version = "0.1.1" 13093 source = "registry+https://github.com/rust-lang/crates.io-index" 13094 + checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 13095 13096 [[package]] 13097 + name = "value-trait" 13098 + version = "0.10.1" 13099 source = "registry+https://github.com/rust-lang/crates.io-index" 13100 + checksum = "9170e001f458781e92711d2ad666110f153e4e50bfd5cbd02db6547625714187" 13101 + dependencies = [ 13102 + "float-cmp", 13103 + "halfbrown", 13104 + "itoa", 13105 + "ryu", 13106 + ] 13107 13108 [[package]] 13109 name = "vcpkg" ··· 13161 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 13162 13163 [[package]] 13164 + name = "wasi" 13165 + version = "0.13.3+wasi-0.2.2" 13166 + source = "registry+https://github.com/rust-lang/crates.io-index" 13167 + checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" 13168 + dependencies = [ 13169 + "wit-bindgen-rt", 13170 + ] 13171 + 13172 + [[package]] 13173 name = "wasite" 13174 version = "0.1.0" 13175 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 13177 13178 [[package]] 13179 name = "wasm-bindgen" 13180 + version = "0.2.100" 13181 source = "registry+https://github.com/rust-lang/crates.io-index" 13182 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 13183 dependencies = [ 13184 "cfg-if", 13185 + "once_cell", 13186 + "rustversion", 13187 "wasm-bindgen-macro", 13188 ] 13189 13190 [[package]] 13191 name = "wasm-bindgen-backend" 13192 + version = "0.2.100" 13193 source = "registry+https://github.com/rust-lang/crates.io-index" 13194 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 13195 dependencies = [ 13196 "bumpalo", 13197 "log", 13198 "proc-macro2", 13199 "quote", 13200 + "syn 2.0.99", 13201 "wasm-bindgen-shared", 13202 ] 13203 13204 [[package]] 13205 name = "wasm-bindgen-futures" 13206 + version = "0.4.50" 13207 source = "registry+https://github.com/rust-lang/crates.io-index" 13208 + checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 13209 dependencies = [ 13210 "cfg-if", 13211 "js-sys", 13212 + "once_cell", 13213 "wasm-bindgen", 13214 "web-sys", 13215 ] 13216 13217 [[package]] 13218 name = "wasm-bindgen-macro" 13219 + version = "0.2.100" 13220 source = "registry+https://github.com/rust-lang/crates.io-index" 13221 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 13222 dependencies = [ 13223 "quote", 13224 "wasm-bindgen-macro-support", ··· 13226 13227 [[package]] 13228 name = "wasm-bindgen-macro-support" 13229 + version = "0.2.100" 13230 source = "registry+https://github.com/rust-lang/crates.io-index" 13231 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 13232 dependencies = [ 13233 "proc-macro2", 13234 "quote", 13235 + "syn 2.0.99", 13236 "wasm-bindgen-backend", 13237 "wasm-bindgen-shared", 13238 ] 13239 13240 [[package]] 13241 name = "wasm-bindgen-shared" 13242 + version = "0.2.100" 13243 source = "registry+https://github.com/rust-lang/crates.io-index" 13244 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 13245 + dependencies = [ 13246 + "unicode-ident", 13247 + ] 13248 13249 [[package]] 13250 name = "wasm-bindgen-test" 13251 + version = "0.3.50" 13252 source = "registry+https://github.com/rust-lang/crates.io-index" 13253 + checksum = "66c8d5e33ca3b6d9fa3b4676d774c5778031d27a578c2b007f905acf816152c3" 13254 dependencies = [ 13255 "js-sys", 13256 + "minicov", 13257 "wasm-bindgen", 13258 "wasm-bindgen-futures", 13259 "wasm-bindgen-test-macro", ··· 13261 13262 [[package]] 13263 name = "wasm-bindgen-test-macro" 13264 + version = "0.3.50" 13265 source = "registry+https://github.com/rust-lang/crates.io-index" 13266 + checksum = "17d5042cc5fa009658f9a7333ef24291b1291a25b6382dd68862a7f3b969f69b" 13267 dependencies = [ 13268 "proc-macro2", 13269 "quote", 13270 + "syn 2.0.99", 13271 ] 13272 13273 [[package]] 13274 name = "wasm-streams" 13275 + version = "0.4.2" 13276 source = "registry+https://github.com/rust-lang/crates.io-index" 13277 + checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 13278 dependencies = [ 13279 "futures-util", 13280 "js-sys", 13281 "wasm-bindgen", 13282 "wasm-bindgen-futures", 13283 "web-sys", 13284 + ] 13285 + 13286 + [[package]] 13287 + name = "wasm_dep_analyzer" 13288 + version = "0.2.0" 13289 + source = "registry+https://github.com/rust-lang/crates.io-index" 13290 + checksum = "2eeee3bdea6257cc36d756fa745a70f9d393571e47d69e0ed97581676a5369ca" 13291 + dependencies = [ 13292 + "deno_error", 13293 + "thiserror 2.0.12", 13294 ] 13295 13296 [[package]] ··· 13304 13305 [[package]] 13306 name = "web-sys" 13307 + version = "0.3.77" 13308 source = "registry+https://github.com/rust-lang/crates.io-index" 13309 + checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 13310 dependencies = [ 13311 "js-sys", 13312 "wasm-bindgen", ··· 13323 ] 13324 13325 [[package]] 13326 + name = "webpki-root-certs" 13327 + version = "0.26.8" 13328 source = "registry+https://github.com/rust-lang/crates.io-index" 13329 + checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4" 13330 + dependencies = [ 13331 + "rustls-pki-types", 13332 + ] 13333 13334 [[package]] 13335 name = "webpki-roots" 13336 + version = "0.26.8" 13337 source = "registry+https://github.com/rust-lang/crates.io-index" 13338 + checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" 13339 dependencies = [ 13340 "rustls-pki-types", 13341 ] 13342 13343 [[package]] 13344 + name = "wgpu-core" 13345 + version = "0.21.1" 13346 + source = "registry+https://github.com/rust-lang/crates.io-index" 13347 + checksum = "d50819ab545b867d8a454d1d756b90cd5f15da1f2943334ca314af10583c9d39" 13348 + dependencies = [ 13349 + "arrayvec", 13350 + "bit-vec", 13351 + "bitflags 2.9.0", 13352 + "cfg_aliases 0.1.1", 13353 + "codespan-reporting", 13354 + "document-features", 13355 + "indexmap 2.7.1", 13356 + "log", 13357 + "naga", 13358 + "once_cell", 13359 + "parking_lot", 13360 + "profiling", 13361 + "raw-window-handle", 13362 + "ron", 13363 + "rustc-hash 1.1.0", 13364 + "serde", 13365 + "smallvec", 13366 + "thiserror 1.0.69", 13367 + "web-sys", 13368 + "wgpu-hal", 13369 + "wgpu-types", 13370 + ] 13371 + 13372 + [[package]] 13373 + name = "wgpu-hal" 13374 + version = "0.21.1" 13375 + source = "registry+https://github.com/rust-lang/crates.io-index" 13376 + checksum = "172e490a87295564f3fcc0f165798d87386f6231b04d4548bca458cbbfd63222" 13377 + dependencies = [ 13378 + "android_system_properties", 13379 + "arrayvec", 13380 + "ash", 13381 + "bit-set", 13382 + "bitflags 2.9.0", 13383 + "block", 13384 + "cfg_aliases 0.1.1", 13385 + "core-graphics-types", 13386 + "d3d12", 13387 + "glow", 13388 + "glutin_wgl_sys", 13389 + "gpu-alloc", 13390 + "gpu-descriptor", 13391 + "js-sys", 13392 + "khronos-egl", 13393 + "libc", 13394 + "libloading 0.8.6", 13395 + "log", 13396 + "metal", 13397 + "naga", 13398 + "ndk-sys", 13399 + "objc", 13400 + "once_cell", 13401 + "parking_lot", 13402 + "profiling", 13403 + "range-alloc", 13404 + "raw-window-handle", 13405 + "rustc-hash 1.1.0", 13406 + "smallvec", 13407 + "thiserror 1.0.69", 13408 + "wasm-bindgen", 13409 + "web-sys", 13410 + "wgpu-types", 13411 + "winapi", 13412 + ] 13413 + 13414 + [[package]] 13415 + name = "wgpu-types" 13416 + version = "0.20.0" 13417 + source = "registry+https://github.com/rust-lang/crates.io-index" 13418 + checksum = "1353d9a46bff7f955a680577f34c69122628cc2076e1d6f3a9be6ef00ae793ef" 13419 + dependencies = [ 13420 + "bitflags 2.9.0", 13421 + "js-sys", 13422 + "serde", 13423 + "web-sys", 13424 + ] 13425 + 13426 + [[package]] 13427 name = "which" 13428 version = "4.4.2" 13429 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 13453 source = "registry+https://github.com/rust-lang/crates.io-index" 13454 checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 13455 dependencies = [ 13456 + "redox_syscall 0.5.10", 13457 "wasite", 13458 "web-sys", 13459 ] ··· 13497 13498 [[package]] 13499 name = "windmill" 13500 + version = "1.473.1" 13501 dependencies = [ 13502 "anyhow", 13503 "axum", 13504 + "base64 0.22.1", 13505 "chrono", 13506 "deno_core", 13507 "dotenv", ··· 13509 "gethostname", 13510 "git-version", 13511 "lazy_static", 13512 + "memchr", 13513 "object_store", 13514 "once_cell", 13515 "prometheus", 13516 "quote", 13517 + "rand 0.9.0", 13518 + "reqwest 0.12.12", 13519 "serde", 13520 "serde_json", 13521 "sha2 0.10.8", ··· 13526 "tokio", 13527 "tracing", 13528 "url", 13529 + "uuid 1.15.1", 13530 + "v8", 13531 "windmill-api", 13532 "windmill-api-client", 13533 + "windmill-autoscaling", 13534 "windmill-common", 13535 "windmill-git-sync", 13536 "windmill-indexer", ··· 13540 13541 [[package]] 13542 name = "windmill-api" 13543 + version = "1.473.1" 13544 dependencies = [ 13545 "anyhow", 13546 "argon2", 13547 + "async-nats", 13548 "async-oauth2", 13549 "async-recursion", 13550 "async-stream", 13551 "async-stripe", 13552 "async_zip", 13553 + "aws-config", 13554 + "aws-sdk-sqs", 13555 "axum", 13556 "base32", 13557 + "base64 0.22.1", 13558 + "byteorder", 13559 "bytes", 13560 "candle-core", 13561 "candle-nn", 13562 "candle-transformers", 13563 "chrono", 13564 + "chrono-tz 0.10.1", 13565 + "const_format", 13566 "cookie 0.17.0", 13567 "cron", 13568 "datafusion", ··· 13571 "hex", 13572 "hf-hub", 13573 "hmac", 13574 + "http 1.2.0", 13575 + "hyper 1.6.0", 13576 + "itertools 0.14.0", 13577 "jsonwebtoken", 13578 "lazy_static", 13579 "magic-crypt", ··· 13581 "matchit", 13582 "mime_guess", 13583 "native-tls", 13584 + "nkeys", 13585 "object_store", 13586 "openidconnect", 13587 "openssl", 13588 + "pg_escape", 13589 "pin-project", 13590 + "postgres-native-tls 0.5.0", 13591 "prometheus", 13592 "quick_cache", 13593 + "rand 0.9.0", 13594 + "rdkafka", 13595 "regex", 13596 + "reqwest 0.12.12", 13597 + "rsa", 13598 "rust-embed", 13599 + "rust_decimal", 13600 "samael", 13601 "serde", 13602 "serde_json", ··· 13605 "sql-builder", 13606 "sqlx", 13607 "tempfile", 13608 + "thiserror 2.0.12", 13609 "time", 13610 "tinyvector", 13611 "tokenizers", 13612 "tokio", 13613 "tokio-native-tls", 13614 + "tokio-postgres 0.7.11", 13615 "tokio-tar", 13616 "tokio-tungstenite", 13617 "tokio-util", 13618 + "tower 0.5.2", 13619 "tower-cookies", 13620 + "tower-http", 13621 "tracing", 13622 "tracing-subscriber", 13623 "ulid", 13624 "url", 13625 "urlencoding", 13626 + "uuid 1.15.1", 13627 "windmill-audit", 13628 "windmill-common", 13629 "windmill-git-sync", 13630 "windmill-indexer", 13631 "windmill-parser", 13632 + "windmill-parser-py", 13633 "windmill-parser-ts", 13634 "windmill-queue", 13635 ] 13636 13637 [[package]] 13638 name = "windmill-api-client" 13639 + version = "1.473.1" 13640 dependencies = [ 13641 + "base64 0.22.1", 13642 "chrono", 13643 "openapiv3", 13644 "prettyplease 0.1.25", 13645 "progenitor", 13646 "progenitor-client", 13647 + "rand 0.9.0", 13648 "reqwest 0.11.27", 13649 "serde", 13650 "serde_json", 13651 "syn 1.0.109", 13652 + "uuid 1.15.1", 13653 ] 13654 13655 [[package]] 13656 name = "windmill-audit" 13657 + version = "1.473.1" 13658 dependencies = [ 13659 "chrono", 13660 "serde", ··· 13666 ] 13667 13668 [[package]] 13669 + name = "windmill-autoscaling" 13670 + version = "1.473.1" 13671 + dependencies = [ 13672 + "anyhow", 13673 + "serde", 13674 + "serde_json", 13675 + "sqlx", 13676 + "tracing", 13677 + "uuid 1.15.1", 13678 + "windmill-common", 13679 + "windmill-queue", 13680 + ] 13681 + 13682 + [[package]] 13683 name = "windmill-common" 13684 + version = "1.473.1" 13685 dependencies = [ 13686 "anyhow", 13687 "async-stream", 13688 "aws-config", 13689 "aws-sdk-sts", 13690 "axum", 13691 + "backon", 13692 "bytes", 13693 "chrono", 13694 + "chrono-tz 0.10.1", 13695 "const_format", 13696 "crc", 13697 "cron", 13698 + "croner", 13699 + "futures", 13700 "futures-core", 13701 "gethostname", 13702 "git-version", 13703 "hex", 13704 "hmac", 13705 + "hyper 1.6.0", 13706 + "indexmap 2.7.1", 13707 + "itertools 0.14.0", 13708 + "jsonwebtoken", 13709 "lazy_static", 13710 "magic-crypt", 13711 "mail-send", 13712 "object_store", 13713 + "opentelemetry", 13714 + "opentelemetry-appender-tracing", 13715 + "opentelemetry-otlp", 13716 + "opentelemetry-semantic-conventions", 13717 + "opentelemetry_sdk", 13718 + "pin-project-lite", 13719 "prometheus", 13720 + "quick_cache", 13721 + "rand 0.9.0", 13722 "regex", 13723 + "reqwest 0.12.12", 13724 + "semver 1.0.25", 13725 "serde", 13726 "serde_json", 13727 "sha2 0.10.8", 13728 "sqlx", 13729 + "tempfile", 13730 + "thiserror 2.0.12", 13731 "tikv-jemalloc-ctl", 13732 "tokio", 13733 + "tonic", 13734 "tracing", 13735 "tracing-appender", 13736 "tracing-loki", 13737 + "tracing-opentelemetry", 13738 "tracing-subscriber", 13739 + "uuid 1.15.1", 13740 "windmill-macros", 13741 ] 13742 13743 [[package]] 13744 name = "windmill-git-sync" 13745 + version = "1.473.1" 13746 dependencies = [ 13747 "regex", 13748 "serde", 13749 "serde_json", 13750 "sqlx", 13751 "tracing", 13752 + "uuid 1.15.1", 13753 "windmill-common", 13754 "windmill-queue", 13755 ] 13756 13757 [[package]] 13758 name = "windmill-indexer" 13759 + version = "1.473.1" 13760 dependencies = [ 13761 "anyhow", 13762 "bytes", 13763 "chrono", 13764 + "const_format", 13765 "futures", 13766 "lazy_static", 13767 "object_store", ··· 13773 "tokio", 13774 "tokio-tar", 13775 "tracing", 13776 + "uuid 1.15.1", 13777 "windmill-common", 13778 ] 13779 13780 [[package]] 13781 name = "windmill-macros" 13782 + version = "1.473.1" 13783 dependencies = [ 13784 + "itertools 0.14.0", 13785 "lazy_static", 13786 "proc-macro2", 13787 "quote", 13788 "regex", 13789 + "syn 2.0.99", 13790 ] 13791 13792 [[package]] 13793 name = "windmill-parser" 13794 + version = "1.473.1" 13795 dependencies = [ 13796 "convert_case 0.6.0", 13797 "serde", ··· 13800 13801 [[package]] 13802 name = "windmill-parser-bash" 13803 + version = "1.473.1" 13804 dependencies = [ 13805 "anyhow", 13806 "lazy_static", ··· 13811 ] 13812 13813 [[package]] 13814 + name = "windmill-parser-csharp" 13815 + version = "1.473.1" 13816 + dependencies = [ 13817 + "anyhow", 13818 + "serde_json", 13819 + "tree-sitter", 13820 + "tree-sitter-c-sharp", 13821 + "wasm-bindgen", 13822 + "windmill-parser", 13823 + ] 13824 + 13825 + [[package]] 13826 name = "windmill-parser-go" 13827 + version = "1.473.1" 13828 dependencies = [ 13829 "anyhow", 13830 "gosyn", 13831 + "itertools 0.14.0", 13832 "lazy_static", 13833 "regex", 13834 "windmill-parser", ··· 13836 13837 [[package]] 13838 name = "windmill-parser-graphql" 13839 + version = "1.473.1" 13840 dependencies = [ 13841 "anyhow", 13842 "lazy_static", ··· 13848 13849 [[package]] 13850 name = "windmill-parser-php" 13851 + version = "1.473.1" 13852 dependencies = [ 13853 "anyhow", 13854 + "itertools 0.14.0", 13855 "php-parser-rs", 13856 "serde_json", 13857 "windmill-parser", ··· 13859 13860 [[package]] 13861 name = "windmill-parser-py" 13862 + version = "1.473.1" 13863 dependencies = [ 13864 "anyhow", 13865 + "itertools 0.14.0", 13866 "rustpython-parser", 13867 "serde_json", 13868 "windmill-parser", ··· 13870 13871 [[package]] 13872 name = "windmill-parser-py-imports" 13873 + version = "1.473.1" 13874 dependencies = [ 13875 "anyhow", 13876 "async-recursion", 13877 + "itertools 0.14.0", 13878 "lazy_static", 13879 + "malachite", 13880 + "malachite-bigint", 13881 "phf", 13882 "regex", 13883 "regex-lite", ··· 13890 13891 [[package]] 13892 name = "windmill-parser-rust" 13893 + version = "1.473.1" 13894 dependencies = [ 13895 "anyhow", 13896 "convert_case 0.6.0", 13897 + "itertools 0.14.0", 13898 "lazy_static", 13899 "pulldown-cmark", 13900 "quote", 13901 "regex", 13902 "serde_json", 13903 + "syn 2.0.99", 13904 "toml 0.7.8", 13905 "windmill-parser", 13906 ] 13907 13908 [[package]] 13909 name = "windmill-parser-sql" 13910 + version = "1.473.1" 13911 dependencies = [ 13912 "anyhow", 13913 "lazy_static", ··· 13919 13920 [[package]] 13921 name = "windmill-parser-ts" 13922 + version = "1.473.1" 13923 dependencies = [ 13924 "anyhow", 13925 "lazy_static", ··· 13937 13938 [[package]] 13939 name = "windmill-parser-wasm" 13940 + version = "1.473.1" 13941 dependencies = [ 13942 "anyhow", 13943 "getrandom 0.2.15", ··· 13946 "wasm-bindgen-test", 13947 "windmill-parser", 13948 "windmill-parser-bash", 13949 + "windmill-parser-csharp", 13950 "windmill-parser-go", 13951 "windmill-parser-graphql", 13952 "windmill-parser-php", ··· 13959 13960 [[package]] 13961 name = "windmill-parser-yaml" 13962 + version = "1.473.1" 13963 dependencies = [ 13964 "anyhow", 13965 "serde_json", ··· 13969 13970 [[package]] 13971 name = "windmill-queue" 13972 + version = "1.473.1" 13973 dependencies = [ 13974 "anyhow", 13975 "async-recursion", 13976 "axum", 13977 + "backon", 13978 "chrono", 13979 + "chrono-tz 0.10.1", 13980 "cron", 13981 + "futures", 13982 "futures-core", 13983 "hex", 13984 "hmac", 13985 + "itertools 0.14.0", 13986 "lazy_static", 13987 "prometheus", 13988 "regex", 13989 + "reqwest 0.12.12", 13990 "serde", 13991 "serde_json", 13992 "serde_urlencoded", ··· 13995 "tokio", 13996 "tracing", 13997 "ulid", 13998 + "uuid 1.15.1", 13999 "windmill-audit", 14000 "windmill-common", 14001 ] 14002 14003 [[package]] 14004 name = "windmill-sql-datatype-parser-wasm" 14005 + version = "1.473.1" 14006 dependencies = [ 14007 "wasm-bindgen", 14008 "wasm-bindgen-test", ··· 14012 14013 [[package]] 14014 name = "windmill-worker" 14015 + version = "1.473.1" 14016 dependencies = [ 14017 "anyhow", 14018 "async-recursion", 14019 + "backon", 14020 + "base64 0.22.1", 14021 "bit-vec", 14022 + "bollard", 14023 "bytes", 14024 "chrono", 14025 "const_format", ··· 14027 "deno_ast", 14028 "deno_console", 14029 "deno_core", 14030 + "deno_error", 14031 "deno_fetch", 14032 + "deno_io", 14033 "deno_net", 14034 + "deno_permissions", 14035 + "deno_runtime", 14036 + "deno_telemetry", 14037 "deno_tls", 14038 "deno_url", 14039 "deno_web", ··· 14044 "gcp_auth", 14045 "git-version", 14046 "hex", 14047 + "itertools 0.14.0", 14048 "jsonwebtoken", 14049 "lazy_static", 14050 "mappable-rc", ··· 14053 "nix", 14054 "object_store", 14055 "once_cell", 14056 + "opentelemetry", 14057 + "oracle", 14058 + "pem 3.0.5", 14059 + "postgres-native-tls 0.5.1", 14060 "prometheus", 14061 + "rand 0.9.0", 14062 "regex", 14063 + "reqwest 0.12.12", 14064 "rust_decimal", 14065 "serde", 14066 "serde_json", 14067 "sha2 0.10.8", 14068 "sqlx", 14069 "tar", 14070 "tiberius", 14071 "tokio", 14072 + "tokio-postgres 0.7.13", 14073 "tokio-util", 14074 "tracing", 14075 "urlencoding", 14076 + "uuid 1.15.1", 14077 "windmill-audit", 14078 "windmill-common", 14079 "windmill-git-sync", 14080 "windmill-parser", 14081 "windmill-parser-bash", 14082 + "windmill-parser-csharp", 14083 "windmill-parser-go", 14084 "windmill-parser-graphql", 14085 "windmill-parser-php", ··· 14091 "windmill-parser-yaml", 14092 "windmill-queue", 14093 "yaml-rust", 14094 + ] 14095 + 14096 + [[package]] 14097 + name = "windows" 14098 + version = "0.58.0" 14099 + source = "registry+https://github.com/rust-lang/crates.io-index" 14100 + checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 14101 + dependencies = [ 14102 + "windows-core 0.58.0", 14103 + "windows-targets 0.52.6", 14104 ] 14105 14106 [[package]] ··· 14113 ] 14114 14115 [[package]] 14116 + name = "windows-core" 14117 + version = "0.58.0" 14118 + source = "registry+https://github.com/rust-lang/crates.io-index" 14119 + checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 14120 + dependencies = [ 14121 + "windows-implement", 14122 + "windows-interface", 14123 + "windows-result", 14124 + "windows-strings", 14125 + "windows-targets 0.52.6", 14126 + ] 14127 + 14128 + [[package]] 14129 + name = "windows-implement" 14130 + version = "0.58.0" 14131 + source = "registry+https://github.com/rust-lang/crates.io-index" 14132 + checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 14133 + dependencies = [ 14134 + "proc-macro2", 14135 + "quote", 14136 + "syn 2.0.99", 14137 + ] 14138 + 14139 + [[package]] 14140 + name = "windows-interface" 14141 + version = "0.58.0" 14142 + source = "registry+https://github.com/rust-lang/crates.io-index" 14143 + checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 14144 + dependencies = [ 14145 + "proc-macro2", 14146 + "quote", 14147 + "syn 2.0.99", 14148 + ] 14149 + 14150 + [[package]] 14151 name = "windows-registry" 14152 version = "0.2.0" 14153 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 14336 14337 [[package]] 14338 name = "winnow" 14339 + version = "0.6.26" 14340 source = "registry+https://github.com/rust-lang/crates.io-index" 14341 + checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" 14342 + dependencies = [ 14343 + "memchr", 14344 + ] 14345 + 14346 + [[package]] 14347 + name = "winnow" 14348 + version = "0.7.3" 14349 + source = "registry+https://github.com/rust-lang/crates.io-index" 14350 + checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" 14351 dependencies = [ 14352 "memchr", 14353 ] ··· 14369 checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 14370 14371 [[package]] 14372 + name = "wit-bindgen-rt" 14373 + version = "0.33.0" 14374 + source = "registry+https://github.com/rust-lang/crates.io-index" 14375 + checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" 14376 + dependencies = [ 14377 + "bitflags 2.9.0", 14378 + ] 14379 + 14380 + [[package]] 14381 + name = "write16" 14382 + version = "1.0.0" 14383 + source = "registry+https://github.com/rust-lang/crates.io-index" 14384 + checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 14385 + 14386 + [[package]] 14387 + name = "writeable" 14388 + version = "0.5.5" 14389 + source = "registry+https://github.com/rust-lang/crates.io-index" 14390 + checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 14391 + 14392 + [[package]] 14393 + name = "wtf8" 14394 + version = "0.1.0" 14395 + source = "registry+https://github.com/rust-lang/crates.io-index" 14396 + checksum = "c01ae8492c38f52376efd3a17d0994b6bcf3df1e39c0226d458b7d81670b2a06" 14397 + 14398 + [[package]] 14399 name = "wyz" 14400 version = "0.5.1" 14401 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 14405 ] 14406 14407 [[package]] 14408 + name = "x25519-dalek" 14409 + version = "2.0.1" 14410 + source = "registry+https://github.com/rust-lang/crates.io-index" 14411 + checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 14412 + dependencies = [ 14413 + "curve25519-dalek", 14414 + "rand_core 0.6.4", 14415 + "serde", 14416 + "zeroize", 14417 + ] 14418 + 14419 + [[package]] 14420 + name = "x509-parser" 14421 + version = "0.15.1" 14422 + source = "registry+https://github.com/rust-lang/crates.io-index" 14423 + checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" 14424 + dependencies = [ 14425 + "asn1-rs", 14426 + "data-encoding", 14427 + "der-parser", 14428 + "lazy_static", 14429 + "nom 7.1.3", 14430 + "oid-registry", 14431 + "rusticata-macros", 14432 + "thiserror 1.0.69", 14433 + "time", 14434 + ] 14435 + 14436 + [[package]] 14437 name = "xattr" 14438 + version = "1.4.0" 14439 source = "registry+https://github.com/rust-lang/crates.io-index" 14440 + checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" 14441 dependencies = [ 14442 "libc", 14443 "linux-raw-sys", ··· 14445 ] 14446 14447 [[package]] 14448 + name = "xml-rs" 14449 + version = "0.8.25" 14450 + source = "registry+https://github.com/rust-lang/crates.io-index" 14451 + checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" 14452 + 14453 + [[package]] 14454 name = "xmlparser" 14455 version = "0.13.6" 14456 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 14482 14483 [[package]] 14484 name = "yoke" 14485 + version = "0.7.5" 14486 source = "registry+https://github.com/rust-lang/crates.io-index" 14487 + checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 14488 dependencies = [ 14489 "serde", 14490 "stable_deref_trait", ··· 14494 14495 [[package]] 14496 name = "yoke-derive" 14497 + version = "0.7.5" 14498 source = "registry+https://github.com/rust-lang/crates.io-index" 14499 + checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 14500 dependencies = [ 14501 "proc-macro2", 14502 "quote", 14503 + "syn 2.0.99", 14504 + "synstructure 0.13.1", 14505 ] 14506 14507 [[package]] ··· 14511 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 14512 dependencies = [ 14513 "byteorder", 14514 + "zerocopy-derive 0.7.35", 14515 + ] 14516 + 14517 + [[package]] 14518 + name = "zerocopy" 14519 + version = "0.8.21" 14520 + source = "registry+https://github.com/rust-lang/crates.io-index" 14521 + checksum = "dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478" 14522 + dependencies = [ 14523 + "zerocopy-derive 0.8.21", 14524 ] 14525 14526 [[package]] ··· 14531 dependencies = [ 14532 "proc-macro2", 14533 "quote", 14534 + "syn 2.0.99", 14535 + ] 14536 + 14537 + [[package]] 14538 + name = "zerocopy-derive" 14539 + version = "0.8.21" 14540 + source = "registry+https://github.com/rust-lang/crates.io-index" 14541 + checksum = "712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2" 14542 + dependencies = [ 14543 + "proc-macro2", 14544 + "quote", 14545 + "syn 2.0.99", 14546 ] 14547 14548 [[package]] 14549 name = "zerofrom" 14550 + version = "0.1.6" 14551 source = "registry+https://github.com/rust-lang/crates.io-index" 14552 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 14553 dependencies = [ 14554 "zerofrom-derive", 14555 ] 14556 14557 [[package]] 14558 name = "zerofrom-derive" 14559 + version = "0.1.6" 14560 source = "registry+https://github.com/rust-lang/crates.io-index" 14561 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 14562 dependencies = [ 14563 "proc-macro2", 14564 "quote", 14565 + "syn 2.0.99", 14566 + "synstructure 0.13.1", 14567 ] 14568 14569 [[package]] ··· 14571 version = "1.8.1" 14572 source = "registry+https://github.com/rust-lang/crates.io-index" 14573 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 14574 dependencies = [ 14575 + "zeroize_derive", 14576 ] 14577 14578 [[package]] 14579 + name = "zeroize_derive" 14580 + version = "1.4.2" 14581 source = "registry+https://github.com/rust-lang/crates.io-index" 14582 + checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 14583 dependencies = [ 14584 + "proc-macro2", 14585 + "quote", 14586 + "syn 2.0.99", 14587 ] 14588 14589 [[package]] 14590 + name = "zerovec" 14591 + version = "0.10.4" 14592 source = "registry+https://github.com/rust-lang/crates.io-index" 14593 + checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 14594 dependencies = [ 14595 + "yoke", 14596 + "zerofrom", 14597 + "zerovec-derive", 14598 ] 14599 14600 [[package]] 14601 + name = "zerovec-derive" 14602 + version = "0.10.3" 14603 source = "registry+https://github.com/rust-lang/crates.io-index" 14604 + checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 14605 dependencies = [ 14606 + "proc-macro2", 14607 + "quote", 14608 + "syn 2.0.99", 14609 ] 14610 14611 [[package]] 14612 + name = "zip" 14613 + version = "0.6.6" 14614 source = "registry+https://github.com/rust-lang/crates.io-index" 14615 + checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 14616 dependencies = [ 14617 + "byteorder", 14618 + "crc32fast", 14619 + "crossbeam-utils", 14620 ] 14621 14622 [[package]] 14623 + name = "zstd" 14624 + version = "0.13.3" 14625 source = "registry+https://github.com/rust-lang/crates.io-index" 14626 + checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 14627 dependencies = [ 14628 + "zstd-safe", 14629 ] 14630 14631 [[package]]
+3 -3
pkgs/by-name/wi/windmill/librusty_v8.nix
··· 2 { fetchLibrustyV8 }: 3 4 fetchLibrustyV8 { 5 - version = "0.106.0"; 6 shas = { 7 # NOTE; Follows supported platforms of package (see meta.platforms attribute)! 8 - x86_64-linux = "18r0bdsl5xpf0x9q6kkylgq52azqmqg9d6danya9znb94by2bdlc"; 9 - aarch64-linux = "175p9ly6fvfy04vhx2rif0riv8drxlq4yz5p42d0yp491qr022dq"; 10 }; 11 }
··· 2 { fetchLibrustyV8 }: 3 4 fetchLibrustyV8 { 5 + version = "130.0.7"; 6 shas = { 7 # NOTE; Follows supported platforms of package (see meta.platforms attribute)! 8 + x86_64-linux = "0pdp6h7vbjvq5l9lh25qilmp6xrxg7mj8m263h44f0lv9swnqix6"; 9 + aarch64-linux = "0nli54vqcrfh9nkz7ma7230k0xmhcrk0jmfbyxcp3rxybarygvxy"; 10 }; 11 }
+4 -5
pkgs/by-name/wi/windmill/package.nix
··· 34 35 let 36 pname = "windmill"; 37 - version = "1.410.3"; 38 39 src = fetchFromGitHub { 40 owner = "windmill-labs"; 41 repo = "windmill"; 42 rev = "v${version}"; 43 - hash = "sha256-QPabzgSs+zxgI2dHcMY9ki4jEwm5jQbzwSMaIfBbFG8="; 44 }; 45 46 pythonEnv = python3.withPackages (ps: [ ps.pip-tools ]); ··· 59 lockFile = ./Cargo.lock; 60 outputHashes = { 61 "php-parser-rs-0.1.3" = "sha256-ZeI3KgUPmtjlRfq6eAYveqt8Ay35gwj6B9iOQRjQa9A="; 62 "progenitor-0.3.0" = "sha256-F6XRZFVIN6/HfcM8yI/PyNke45FL7jbcznIiqj22eIQ="; 63 - "rustpython-ast-0.3.1" = "sha256-q9N+z3F6YICQuUMp3a10OS792tCq0GiSSlkcaLxi3Gs="; 64 - "tiberius-0.12.2" = "sha256-s/S0K3hE+JNCrNVxoSCSs4myLHvukBYTwk2A5vZ7Ae8="; 65 "tinyvector-0.1.0" = "sha256-NYGhofU4rh+2IAM+zwe04YQdXY8Aa4gTmn2V2HtzRfI="; 66 }; 67 }; ··· 127 128 sourceRoot = "${src.name}/frontend"; 129 130 - npmDepsHash = "sha256-3AeDGd/4dGHm8kGKEH3sqNOuQ1LPjP5n4qOEaqVMm0w="; 131 132 # without these you get a 133 # FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
··· 34 35 let 36 pname = "windmill"; 37 + version = "1.473.1"; 38 39 src = fetchFromGitHub { 40 owner = "windmill-labs"; 41 repo = "windmill"; 42 rev = "v${version}"; 43 + hash = "sha256-JhgqBXiX0ClEQZkWl7YBsBlQHk2Jp4jIdHy5CDvdoAM="; 44 }; 45 46 pythonEnv = python3.withPackages (ps: [ ps.pip-tools ]); ··· 59 lockFile = ./Cargo.lock; 60 outputHashes = { 61 "php-parser-rs-0.1.3" = "sha256-ZeI3KgUPmtjlRfq6eAYveqt8Ay35gwj6B9iOQRjQa9A="; 62 + "postgres-native-tls-0.5.0" = "sha256-hhvZkdc2KnU6IkgeTHY4M2dp9//NL8DQjOIcAh3sSRM="; 63 "progenitor-0.3.0" = "sha256-F6XRZFVIN6/HfcM8yI/PyNke45FL7jbcznIiqj22eIQ="; 64 "tinyvector-0.1.0" = "sha256-NYGhofU4rh+2IAM+zwe04YQdXY8Aa4gTmn2V2HtzRfI="; 65 }; 66 }; ··· 126 127 sourceRoot = "${src.name}/frontend"; 128 129 + npmDepsHash = "sha256-mNXWBNRY56w/y4ZPG99COLsLLwGJW7UbT7pDymV5mNE="; 130 131 # without these you get a 132 # FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory