rev. fafabdbc1a7f7f2fd5a9876e2ba44554e9ccde6c (ignoring whitespace)
@@ -88,88 +173,324 @@
88 88 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
89 89 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
90 90 | dependencies = [
|
91 91 | "num-traits",
|
92 92 | ]
|
93 93 |
|
94 94 | [[package]]
|
95 95 | name = "arbitrary"
|
96 96 | version = "1.4.1"
|
97 97 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
98 98 | checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
99 99 |
|
100 100 | [[package]]
|
101 101 | name = "assert-json-diff"
|
102 102 | version = "1.1.0"
|
103 103 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
104 104 | checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
|
105 105 | dependencies = [
|
106 106 | "extend",
|
107 107 | "serde",
|
108 108 | "serde_json",
|
109 109 | ]
|
110 110 |
|
111 111 | [[package]]
|
112 112 | name = "async-channel"
|
113 113 | version = "1.9.0"
|
114 114 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
115 115 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
116 116 | dependencies = [
|
117 117 | "concurrent-queue",
|
118 - | "event-listener",
|
118 + | "event-listener 2.5.3",
|
119 119 | "futures-core",
|
120 120 | ]
|
121 121 |
|
122 + | [[package]]
|
123 + | name = "async-channel"
|
124 + | version = "2.3.1"
|
125 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
126 + | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
127 + | dependencies = [
|
128 + | "concurrent-queue",
|
129 + | "event-listener-strategy",
|
130 + | "futures-core",
|
131 + | "pin-project-lite",
|
132 + | ]
|
133 + |
|
134 + | [[package]]
|
135 + | name = "async-executor"
|
136 + | version = "1.13.1"
|
137 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
138 + | checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
139 + | dependencies = [
|
140 + | "async-task",
|
141 + | "concurrent-queue",
|
142 + | "fastrand",
|
143 + | "futures-lite",
|
144 + | "slab",
|
145 + | ]
|
146 + |
|
147 + | [[package]]
|
148 + | name = "async-global-executor"
|
149 + | version = "2.4.1"
|
150 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
151 + | checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
152 + | dependencies = [
|
153 + | "async-channel 2.3.1",
|
154 + | "async-executor",
|
155 + | "async-io",
|
156 + | "async-lock",
|
157 + | "blocking",
|
158 + | "futures-lite",
|
159 + | "once_cell",
|
160 + | ]
|
161 + |
|
162 + | [[package]]
|
163 + | name = "async-io"
|
164 + | version = "2.4.0"
|
165 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
166 + | checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
167 + | dependencies = [
|
168 + | "async-lock",
|
169 + | "cfg-if",
|
170 + | "concurrent-queue",
|
171 + | "futures-io",
|
172 + | "futures-lite",
|
173 + | "parking",
|
174 + | "polling",
|
175 + | "rustix",
|
176 + | "slab",
|
177 + | "tracing",
|
178 + | "windows-sys 0.59.0",
|
179 + | ]
|
180 + |
|
181 + | [[package]]
|
182 + | name = "async-lock"
|
183 + | version = "3.4.0"
|
184 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
185 + | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
186 + | dependencies = [
|
187 + | "event-listener 5.4.0",
|
188 + | "event-listener-strategy",
|
189 + | "pin-project-lite",
|
190 + | ]
|
191 + |
|
192 + | [[package]]
|
193 + | name = "async-process"
|
194 + | version = "2.3.0"
|
195 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
196 + | checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
197 + | dependencies = [
|
198 + | "async-channel 2.3.1",
|
199 + | "async-io",
|
200 + | "async-lock",
|
201 + | "async-signal",
|
202 + | "async-task",
|
203 + | "blocking",
|
204 + | "cfg-if",
|
205 + | "event-listener 5.4.0",
|
206 + | "futures-lite",
|
207 + | "rustix",
|
208 + | "tracing",
|
209 + | ]
|
210 + |
|
211 + | [[package]]
|
212 + | name = "async-signal"
|
213 + | version = "0.2.10"
|
214 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
215 + | checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
216 + | dependencies = [
|
217 + | "async-io",
|
218 + | "async-lock",
|
219 + | "atomic-waker",
|
220 + | "cfg-if",
|
221 + | "futures-core",
|
222 + | "futures-io",
|
223 + | "rustix",
|
224 + | "signal-hook-registry",
|
225 + | "slab",
|
226 + | "windows-sys 0.59.0",
|
227 + | ]
|
228 + |
|
229 + | [[package]]
|
230 + | name = "async-std"
|
231 + | version = "1.13.0"
|
232 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
233 + | checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
|
234 + | dependencies = [
|
235 + | "async-channel 1.9.0",
|
236 + | "async-global-executor",
|
237 + | "async-io",
|
238 + | "async-lock",
|
239 + | "async-process",
|
240 + | "crossbeam-utils",
|
241 + | "futures-channel",
|
242 + | "futures-core",
|
243 + | "futures-io",
|
244 + | "futures-lite",
|
245 + | "gloo-timers",
|
246 + | "kv-log-macro",
|
247 + | "log",
|
248 + | "memchr",
|
249 + | "once_cell",
|
250 + | "pin-project-lite",
|
251 + | "pin-utils",
|
252 + | "slab",
|
253 + | "wasm-bindgen-futures",
|
254 + | ]
|
255 + |
|
122 256 | [[package]]
|
123 257 | name = "async-stream"
|
124 258 | version = "0.3.6"
|
125 259 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
126 260 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
127 261 | dependencies = [
|
128 262 | "async-stream-impl",
|
129 263 | "futures-core",
|
130 264 | "pin-project-lite",
|
131 265 | ]
|
132 266 |
|
133 267 | [[package]]
|
134 268 | name = "async-stream-impl"
|
135 269 | version = "0.3.6"
|
136 270 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
137 271 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
138 272 | dependencies = [
|
139 273 | "proc-macro2",
|
140 274 | "quote",
|
141 275 | "syn 2.0.98",
|
142 276 | ]
|
143 277 |
|
278 + | [[package]]
|
279 + | name = "async-task"
|
280 + | version = "4.7.1"
|
281 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
282 + | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
283 + |
|
284 + | [[package]]
|
285 + | name = "async-trait"
|
286 + | version = "0.1.86"
|
287 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
288 + | checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
|
289 + | dependencies = [
|
290 + | "proc-macro2",
|
291 + | "quote",
|
292 + | "syn 2.0.98",
|
293 + | ]
|
294 + |
|
144 295 | [[package]]
|
145 296 | name = "atomic-waker"
|
146 297 | version = "1.1.2"
|
147 298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
148 299 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
149 300 |
|
150 301 | [[package]]
|
151 302 | name = "atty"
|
152 303 | version = "0.2.14"
|
153 304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
154 305 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
155 306 | dependencies = [
|
156 307 | "hermit-abi 0.1.19",
|
157 308 | "libc",
|
158 309 | "winapi",
|
159 310 | ]
|
160 311 |
|
161 312 | [[package]]
|
162 313 | name = "autocfg"
|
163 314 | version = "1.4.0"
|
164 315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
165 316 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
166 317 |
|
167 318 | [[package]]
|
168 319 | name = "aws-lc-fips-sys"
|
169 320 | version = "0.13.3"
|
170 321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
171 322 | checksum = "29003a681b2b9465c1139bfb726da452a841a8b025f35953f3bce71139f10b21"
|
172 323 | dependencies = [
|
173 324 | "bindgen",
|
@@ -393,544 +459,634 @@
393 544 | "signal-hook",
|
394 545 | "socket2",
|
395 546 | "thiserror",
|
396 547 | "tls-listener",
|
397 548 | "tokio",
|
398 549 | "tokio-rustls 0.24.1",
|
399 550 | "tokio-stream",
|
400 551 | "tokio-test",
|
401 552 | "tower",
|
402 553 | "tower-test",
|
403 554 | "tracing",
|
404 555 | "tracing-appender",
|
405 556 | "tracing-subscriber",
|
406 557 | ]
|
407 558 |
|
408 559 | [[package]]
|
409 560 | name = "aws-smithy-http-tower"
|
410 561 | version = "0.60.3"
|
411 562 |
|
412 563 | [[package]]
|
413 564 | name = "aws-smithy-json"
|
414 565 | version = "0.61.2"
|
415 566 | dependencies = [
|
416 567 | "aws-smithy-types",
|
417 568 | "proptest",
|
418 569 | "serde_json",
|
419 570 | ]
|
420 571 |
|
421 572 | [[package]]
|
422 573 | name = "aws-smithy-mocks-experimental"
|
423 - | version = "0.2.2"
|
574 + | version = "0.2.3"
|
424 575 | dependencies = [
|
425 576 | "aws-smithy-runtime-api",
|
426 577 | "aws-smithy-types",
|
427 578 | "tokio",
|
428 579 | ]
|
429 580 |
|
581 + | [[package]]
|
582 + | name = "aws-smithy-observability"
|
583 + | version = "0.1.0"
|
584 + | dependencies = [
|
585 + | "aws-smithy-runtime-api",
|
586 + | "once_cell",
|
587 + | "serial_test",
|
588 + | ]
|
589 + |
|
590 + | [[package]]
|
591 + | name = "aws-smithy-observability-otel"
|
592 + | version = "0.1.0"
|
593 + | dependencies = [
|
594 + | "async-global-executor",
|
595 + | "async-task",
|
596 + | "aws-smithy-observability",
|
597 + | "criterion",
|
598 + | "opentelemetry",
|
599 + | "opentelemetry_sdk",
|
600 + | "stats_alloc",
|
601 + | "tokio",
|
602 + | "value-bag",
|
603 + | ]
|
604 + |
|
430 605 | [[package]]
|
431 606 | name = "aws-smithy-protocol-test"
|
432 607 | version = "0.63.0"
|
433 608 | dependencies = [
|
434 609 | "assert-json-diff",
|
435 610 | "aws-smithy-runtime-api",
|
436 611 | "base64-simd",
|
437 612 | "cbor-diag",
|
438 613 | "ciborium",
|
439 614 | "http 0.2.12",
|
440 615 | "pretty_assertions",
|
441 616 | "regex-lite",
|
442 617 | "roxmltree",
|
443 618 | "serde_json",
|
444 619 | "thiserror",
|
445 620 | ]
|
446 621 |
|
447 622 | [[package]]
|
448 623 | name = "aws-smithy-query"
|
449 624 | version = "0.60.7"
|
450 625 | dependencies = [
|
451 626 | "aws-smithy-types",
|
452 627 | "urlencoding",
|
453 628 | ]
|
454 629 |
|
455 630 | [[package]]
|
456 631 | name = "aws-smithy-runtime"
|
457 632 | version = "1.7.8"
|
458 633 | dependencies = [
|
459 634 | "approx",
|
@@ -662,837 +721,909 @@
662 837 | "bit-vec",
|
663 838 | ]
|
664 839 |
|
665 840 | [[package]]
|
666 841 | name = "bit-vec"
|
667 842 | version = "0.8.0"
|
668 843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
669 844 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
670 845 |
|
671 846 | [[package]]
|
672 847 | name = "bitflags"
|
673 848 | version = "1.3.2"
|
674 849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
675 850 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
676 851 |
|
677 852 | [[package]]
|
678 853 | name = "bitflags"
|
679 854 | version = "2.8.0"
|
680 855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
681 856 | checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
682 857 |
|
683 858 | [[package]]
|
684 859 | name = "block-buffer"
|
685 860 | version = "0.10.4"
|
686 861 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
687 862 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
688 863 | dependencies = [
|
689 864 | "generic-array",
|
690 865 | ]
|
691 866 |
|
867 + | [[package]]
|
868 + | name = "blocking"
|
869 + | version = "1.6.1"
|
870 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
871 + | checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
872 + | dependencies = [
|
873 + | "async-channel 2.3.1",
|
874 + | "async-task",
|
875 + | "futures-io",
|
876 + | "futures-lite",
|
877 + | "piper",
|
878 + | ]
|
879 + |
|
692 880 | [[package]]
|
693 881 | name = "bs58"
|
694 882 | version = "0.5.1"
|
695 883 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
696 884 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
697 885 | dependencies = [
|
698 886 | "tinyvec",
|
699 887 | ]
|
700 888 |
|
701 889 | [[package]]
|
702 890 | name = "bumpalo"
|
703 891 | version = "3.17.0"
|
704 892 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
705 893 | checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
706 894 |
|
707 895 | [[package]]
|
708 896 | name = "byteorder"
|
709 897 | version = "1.5.0"
|
710 898 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
711 899 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
712 900 |
|
713 901 | [[package]]
|
714 902 | name = "bytes"
|
715 903 | version = "1.10.0"
|
716 904 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
717 905 | checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
|
718 906 | dependencies = [
|
719 907 | "serde",
|
720 908 | ]
|
721 909 |
|
@@ -983,1171 +1054,1244 @@
983 1171 | [[package]]
|
984 1172 | name = "crc32fast"
|
985 1173 | version = "1.4.2"
|
986 1174 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
987 1175 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
988 1176 | dependencies = [
|
989 1177 | "cfg-if",
|
990 1178 | ]
|
991 1179 |
|
992 1180 | [[package]]
|
993 1181 | name = "crc64fast-nvme"
|
994 1182 | version = "1.1.1"
|
995 1183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
996 1184 | checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
|
997 1185 | dependencies = [
|
998 1186 | "cbindgen",
|
999 1187 | "crc",
|
1000 1188 | ]
|
1001 1189 |
|
1002 1190 | [[package]]
|
1003 1191 | name = "criterion"
|
1004 1192 | version = "0.5.1"
|
1005 1193 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1006 1194 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1007 1195 | dependencies = [
|
1008 1196 | "anes",
|
1009 1197 | "cast",
|
1010 1198 | "ciborium",
|
1011 1199 | "clap 4.5.29",
|
1012 1200 | "criterion-plot",
|
1201 + | "futures",
|
1013 1202 | "is-terminal",
|
1014 1203 | "itertools 0.10.5",
|
1015 1204 | "num-traits",
|
1016 1205 | "once_cell",
|
1017 1206 | "oorandom",
|
1018 1207 | "plotters",
|
1019 1208 | "rayon",
|
1020 1209 | "regex",
|
1021 1210 | "serde",
|
1022 1211 | "serde_derive",
|
1023 1212 | "serde_json",
|
1024 1213 | "tinytemplate",
|
1214 + | "tokio",
|
1025 1215 | "walkdir",
|
1026 1216 | ]
|
1027 1217 |
|
1028 1218 | [[package]]
|
1029 1219 | name = "criterion-plot"
|
1030 1220 | version = "0.5.0"
|
1031 1221 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032 1222 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1033 1223 | dependencies = [
|
1034 1224 | "cast",
|
1035 1225 | "itertools 0.10.5",
|
1036 1226 | ]
|
1037 1227 |
|
1038 1228 | [[package]]
|
1039 1229 | name = "crossbeam-channel"
|
1040 1230 | version = "0.5.14"
|
1041 1231 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042 1232 | checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
1043 1233 | dependencies = [
|
1044 1234 | "crossbeam-utils",
|
1045 1235 | ]
|
1046 1236 |
|
1047 1237 | [[package]]
|
1048 1238 | name = "crossbeam-deque"
|
1049 1239 | version = "0.8.6"
|
1050 1240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1051 1241 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
1052 1242 | dependencies = [
|
1053 1243 | "crossbeam-epoch",
|
1054 1244 | "crossbeam-utils",
|
@@ -1154,1344 +1213,1424 @@
1154 1344 | name = "encoding_rs"
|
1155 1345 | version = "0.8.35"
|
1156 1346 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1157 1347 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
1158 1348 | dependencies = [
|
1159 1349 | "cfg-if",
|
1160 1350 | ]
|
1161 1351 |
|
1162 1352 | [[package]]
|
1163 1353 | name = "equivalent"
|
1164 1354 | version = "1.0.1"
|
1165 1355 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1166 1356 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
1167 1357 |
|
1168 1358 | [[package]]
|
1169 1359 | name = "errno"
|
1170 1360 | version = "0.3.10"
|
1171 1361 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1172 1362 | checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
1173 1363 | dependencies = [
|
1174 1364 | "libc",
|
1175 1365 | "windows-sys 0.59.0",
|
1176 1366 | ]
|
1177 1367 |
|
1178 1368 | [[package]]
|
1179 1369 | name = "event-listener"
|
1180 1370 | version = "2.5.3"
|
1181 1371 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1182 1372 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
1183 1373 |
|
1374 + | [[package]]
|
1375 + | name = "event-listener"
|
1376 + | version = "5.4.0"
|
1377 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1378 + | checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
1379 + | dependencies = [
|
1380 + | "concurrent-queue",
|
1381 + | "parking",
|
1382 + | "pin-project-lite",
|
1383 + | ]
|
1384 + |
|
1385 + | [[package]]
|
1386 + | name = "event-listener-strategy"
|
1387 + | version = "0.5.3"
|
1388 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1389 + | checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
|
1390 + | dependencies = [
|
1391 + | "event-listener 5.4.0",
|
1392 + | "pin-project-lite",
|
1393 + | ]
|
1394 + |
|
1184 1395 | [[package]]
|
1185 1396 | name = "extend"
|
1186 1397 | version = "0.1.2"
|
1187 1398 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1188 1399 | checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
|
1189 1400 | dependencies = [
|
1190 1401 | "proc-macro-error",
|
1191 1402 | "proc-macro2",
|
1192 1403 | "quote",
|
1193 1404 | "syn 1.0.109",
|
1194 1405 | ]
|
1195 1406 |
|
1196 1407 | [[package]]
|
1197 1408 | name = "fastrand"
|
1198 1409 | version = "2.3.0"
|
1199 1410 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1200 1411 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
1201 1412 |
|
1202 1413 | [[package]]
|
1203 1414 | name = "flate2"
|
1204 1415 | version = "1.0.35"
|
1205 1416 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1206 1417 | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
1207 1418 | dependencies = [
|
1208 1419 | "crc32fast",
|
1209 1420 | "miniz_oxide",
|
1210 1421 | ]
|
1211 1422 |
|
1212 1423 | [[package]]
|
1213 1424 | name = "fnv"
|
@@ -1251,1462 +1310,1534 @@
1251 1462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252 1463 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
1253 1464 | dependencies = [
|
1254 1465 | "futures-core",
|
1255 1466 | "futures-sink",
|
1256 1467 | ]
|
1257 1468 |
|
1258 1469 | [[package]]
|
1259 1470 | name = "futures-core"
|
1260 1471 | version = "0.3.31"
|
1261 1472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1262 1473 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
1263 1474 |
|
1264 1475 | [[package]]
|
1265 1476 | name = "futures-executor"
|
1266 1477 | version = "0.3.31"
|
1267 1478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1268 1479 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
1269 1480 | dependencies = [
|
1270 1481 | "futures-core",
|
1271 1482 | "futures-task",
|
1272 1483 | "futures-util",
|
1273 1484 | ]
|
1274 1485 |
|
1275 1486 | [[package]]
|
1276 1487 | name = "futures-io"
|
1277 1488 | version = "0.3.31"
|
1278 1489 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279 1490 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1280 1491 |
|
1492 + | [[package]]
|
1493 + | name = "futures-lite"
|
1494 + | version = "2.6.0"
|
1495 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1496 + | checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
1497 + | dependencies = [
|
1498 + | "fastrand",
|
1499 + | "futures-core",
|
1500 + | "futures-io",
|
1501 + | "parking",
|
1502 + | "pin-project-lite",
|
1503 + | ]
|
1504 + |
|
1281 1505 | [[package]]
|
1282 1506 | name = "futures-macro"
|
1283 1507 | version = "0.3.31"
|
1284 1508 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1285 1509 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
1286 1510 | dependencies = [
|
1287 1511 | "proc-macro2",
|
1288 1512 | "quote",
|
1289 1513 | "syn 2.0.98",
|
1290 1514 | ]
|
1291 1515 |
|
1292 1516 | [[package]]
|
1293 1517 | name = "futures-sink"
|
1294 1518 | version = "0.3.31"
|
1295 1519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1296 1520 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
1297 1521 |
|
1298 1522 | [[package]]
|
1299 1523 | name = "futures-task"
|
1300 1524 | version = "0.3.31"
|
1301 1525 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1302 1526 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
1303 1527 |
|
1304 1528 | [[package]]
|
1305 1529 | name = "futures-util"
|
1306 1530 | version = "0.3.31"
|
1307 1531 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1308 1532 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
1309 1533 | dependencies = [
|
1310 1534 | "futures-channel",
|
@@ -1337,1561 +1396,1632 @@
1337 1561 | dependencies = [
|
1338 1562 | "cfg-if",
|
1339 1563 | "libc",
|
1340 1564 | "wasi 0.11.0+wasi-snapshot-preview1",
|
1341 1565 | ]
|
1342 1566 |
|
1343 1567 | [[package]]
|
1344 1568 | name = "getrandom"
|
1345 1569 | version = "0.3.1"
|
1346 1570 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1347 1571 | checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
1348 1572 | dependencies = [
|
1349 1573 | "cfg-if",
|
1350 1574 | "libc",
|
1351 1575 | "wasi 0.13.3+wasi-0.2.2",
|
1352 1576 | "windows-targets",
|
1353 1577 | ]
|
1354 1578 |
|
1355 1579 | [[package]]
|
1356 1580 | name = "gimli"
|
1357 1581 | version = "0.31.1"
|
1358 1582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359 1583 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
1360 1584 |
|
1361 1585 | [[package]]
|
1362 1586 | name = "glob"
|
1363 1587 | version = "0.3.2"
|
1364 1588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1365 1589 | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
1366 1590 |
|
1591 + | [[package]]
|
1592 + | name = "gloo-timers"
|
1593 + | version = "0.3.0"
|
1594 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1595 + | checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
1596 + | dependencies = [
|
1597 + | "futures-channel",
|
1598 + | "futures-core",
|
1599 + | "js-sys",
|
1600 + | "wasm-bindgen",
|
1601 + | ]
|
1602 + |
|
1367 1603 | [[package]]
|
1368 1604 | name = "h2"
|
1369 1605 | version = "0.3.26"
|
1370 1606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1371 1607 | checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
1372 1608 | dependencies = [
|
1373 1609 | "bytes",
|
1374 1610 | "fnv",
|
1375 1611 | "futures-core",
|
1376 1612 | "futures-sink",
|
1377 1613 | "futures-util",
|
1378 1614 | "http 0.2.12",
|
1379 1615 | "indexmap 2.7.1",
|
1380 1616 | "slab",
|
1381 1617 | "tokio",
|
1382 1618 | "tokio-util",
|
1383 1619 | "tracing",
|
1384 1620 | ]
|
1385 1621 |
|
1386 1622 | [[package]]
|
1387 1623 | name = "h2"
|
1388 1624 | version = "0.4.7"
|
1389 1625 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1390 1626 | checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
1391 1627 | dependencies = [
|
1392 1628 | "atomic-waker",
|
1393 1629 | "bytes",
|
1394 1630 | "fnv",
|
1395 1631 | "futures-core",
|
1396 1632 | "futures-sink",
|
@@ -1883,2119 +1942,2187 @@
1883 2119 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
1884 2120 | dependencies = [
|
1885 2121 | "either",
|
1886 2122 | ]
|
1887 2123 |
|
1888 2124 | [[package]]
|
1889 2125 | name = "itoa"
|
1890 2126 | version = "1.0.14"
|
1891 2127 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1892 2128 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
1893 2129 |
|
1894 2130 | [[package]]
|
1895 2131 | name = "jobserver"
|
1896 2132 | version = "0.1.32"
|
1897 2133 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1898 2134 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
1899 2135 | dependencies = [
|
1900 2136 | "libc",
|
1901 2137 | ]
|
1902 2138 |
|
1903 2139 | [[package]]
|
1904 2140 | name = "js-sys"
|
1905 2141 | version = "0.3.77"
|
1906 2142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1907 2143 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
1908 2144 | dependencies = [
|
1909 2145 | "once_cell",
|
1910 2146 | "wasm-bindgen",
|
1911 2147 | ]
|
1912 2148 |
|
2149 + | [[package]]
|
2150 + | name = "kv-log-macro"
|
2151 + | version = "1.0.7"
|
2152 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2153 + | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2154 + | dependencies = [
|
2155 + | "log",
|
2156 + | ]
|
2157 + |
|
1913 2158 | [[package]]
|
1914 2159 | name = "lambda_http"
|
1915 2160 | version = "0.8.3"
|
1916 2161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1917 2162 | checksum = "2505c4a24f5a8d8ac66a87691215ec1f79736c5bc6e62bb921788dca9753f650"
|
1918 2163 | dependencies = [
|
1919 2164 | "aws_lambda_events",
|
1920 2165 | "base64 0.21.7",
|
1921 2166 | "bytes",
|
1922 2167 | "encoding_rs",
|
1923 2168 | "futures",
|
1924 2169 | "http 0.2.12",
|
1925 2170 | "http-body 0.4.6",
|
1926 2171 | "hyper 0.14.32",
|
1927 2172 | "lambda_runtime",
|
1928 2173 | "mime",
|
1929 2174 | "percent-encoding",
|
1930 2175 | "serde",
|
1931 2176 | "serde_json",
|
1932 2177 | "serde_urlencoded",
|
1933 2178 | "tokio-stream",
|
1934 2179 | "url",
|
1935 2180 | ]
|
1936 2181 |
|
1937 2182 | [[package]]
|
1938 2183 | name = "lambda_runtime"
|
1939 2184 | version = "0.8.3"
|
1940 2185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941 2186 | checksum = "deca8f65d7ce9a8bfddebb49d7d91b22e788a59ca0c5190f26794ab80ed7a702"
|
1942 2187 | dependencies = [
|
@@ -1998,2243 +2103,2351 @@
1998 2243 | "windows-targets",
|
1999 2244 | ]
|
2000 2245 |
|
2001 2246 | [[package]]
|
2002 2247 | name = "linux-raw-sys"
|
2003 2248 | version = "0.4.15"
|
2004 2249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2005 2250 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2006 2251 |
|
2007 2252 | [[package]]
|
2008 2253 | name = "litemap"
|
2009 2254 | version = "0.7.4"
|
2010 2255 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2011 2256 | checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2012 2257 |
|
2013 2258 | [[package]]
|
2014 2259 | name = "lock_api"
|
2015 2260 | version = "0.4.12"
|
2016 2261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017 2262 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2018 2263 | dependencies = [
|
2019 2264 | "autocfg",
|
2020 2265 | "scopeguard",
|
2021 2266 | ]
|
2022 2267 |
|
2023 2268 | [[package]]
|
2024 2269 | name = "log"
|
2025 2270 | version = "0.4.25"
|
2026 2271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2027 2272 | checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2273 + | dependencies = [
|
2274 + | "value-bag",
|
2275 + | ]
|
2028 2276 |
|
2029 2277 | [[package]]
|
2030 2278 | name = "matchers"
|
2031 2279 | version = "0.1.0"
|
2032 2280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2033 2281 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2034 2282 | dependencies = [
|
2035 2283 | "regex-automata 0.1.10",
|
2036 2284 | ]
|
2037 2285 |
|
2038 2286 | [[package]]
|
2039 2287 | name = "md-5"
|
2040 2288 | version = "0.10.6"
|
2041 2289 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2042 2290 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2043 2291 | dependencies = [
|
2044 2292 | "cfg-if",
|
2045 2293 | "digest",
|
2046 2294 | ]
|
2047 2295 |
|
2048 2296 | [[package]]
|
2049 2297 | name = "memchr"
|
2050 2298 | version = "2.7.4"
|
2051 2299 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2052 2300 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2053 2301 |
|
2054 2302 | [[package]]
|
2055 2303 | name = "memoffset"
|
2056 2304 | version = "0.8.0"
|
2057 2305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2058 2306 | checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2059 2307 | dependencies = [
|
2060 2308 | "autocfg",
|
2061 2309 | ]
|
2062 2310 |
|
2063 2311 | [[package]]
|
2064 2312 | name = "mime"
|
2065 2313 | version = "0.3.17"
|
2066 2314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2067 2315 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2068 2316 |
|
2069 2317 | [[package]]
|
2070 2318 | name = "minicbor"
|
2071 - | version = "0.24.2"
|
2319 + | version = "0.24.4"
|
2072 2320 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2073 - | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
2321 + | checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
|
2074 2322 | dependencies = [
|
2075 2323 | "half",
|
2076 2324 | "minicbor-derive",
|
2077 2325 | ]
|
2078 2326 |
|
2079 2327 | [[package]]
|
2080 2328 | name = "minicbor-derive"
|
2081 2329 | version = "0.15.3"
|
2082 2330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2083 2331 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2084 2332 | dependencies = [
|
2085 2333 | "proc-macro2",
|
2086 2334 | "quote",
|
2087 2335 | "syn 2.0.98",
|
2088 2336 | ]
|
2089 2337 |
|
2090 2338 | [[package]]
|
2091 2339 | name = "minimal-lexical"
|
2092 2340 | version = "0.2.1"
|
2093 2341 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2094 2342 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2095 2343 |
|
2096 2344 | [[package]]
|
2097 2345 | name = "miniz_oxide"
|
2098 2346 | version = "0.8.4"
|
2099 2347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2100 2348 | checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b"
|
2101 2349 | dependencies = [
|
2102 2350 | "adler2",
|
2103 2351 | ]
|
@@ -2188,2436 +2265,2555 @@
2188 2436 | "libc",
|
2189 2437 | ]
|
2190 2438 |
|
2191 2439 | [[package]]
|
2192 2440 | name = "object"
|
2193 2441 | version = "0.36.7"
|
2194 2442 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2195 2443 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2196 2444 | dependencies = [
|
2197 2445 | "memchr",
|
2198 2446 | ]
|
2199 2447 |
|
2200 2448 | [[package]]
|
2201 2449 | name = "once_cell"
|
2202 2450 | version = "1.20.3"
|
2203 2451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2204 2452 | checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
2205 2453 |
|
2206 2454 | [[package]]
|
2207 2455 | name = "oorandom"
|
2208 2456 | version = "11.1.4"
|
2209 2457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2210 2458 | checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
2211 2459 |
|
2212 2460 | [[package]]
|
2213 2461 | name = "openssl-probe"
|
2214 2462 | version = "0.1.6"
|
2215 2463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2216 2464 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2217 2465 |
|
2466 + | [[package]]
|
2467 + | name = "opentelemetry"
|
2468 + | version = "0.26.0"
|
2469 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2470 + | checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
2471 + | dependencies = [
|
2472 + | "futures-core",
|
2473 + | "futures-sink",
|
2474 + | "js-sys",
|
2475 + | "once_cell",
|
2476 + | "pin-project-lite",
|
2477 + | "thiserror",
|
2478 + | ]
|
2479 + |
|
2480 + | [[package]]
|
2481 + | name = "opentelemetry_sdk"
|
2482 + | version = "0.26.0"
|
2483 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2484 + | checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
|
2485 + | dependencies = [
|
2486 + | "async-std",
|
2487 + | "async-trait",
|
2488 + | "futures-channel",
|
2489 + | "futures-executor",
|
2490 + | "futures-util",
|
2491 + | "glob",
|
2492 + | "once_cell",
|
2493 + | "opentelemetry",
|
2494 + | "percent-encoding",
|
2495 + | "rand 0.8.5",
|
2496 + | "serde_json",
|
2497 + | "thiserror",
|
2498 + | "tokio",
|
2499 + | "tokio-stream",
|
2500 + | ]
|
2501 + |
|
2218 2502 | [[package]]
|
2219 2503 | name = "os_str_bytes"
|
2220 2504 | version = "6.6.1"
|
2221 2505 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2222 2506 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
2223 2507 |
|
2224 2508 | [[package]]
|
2225 2509 | name = "outref"
|
2226 2510 | version = "0.5.2"
|
2227 2511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228 2512 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
2229 2513 |
|
2230 2514 | [[package]]
|
2231 2515 | name = "overload"
|
2232 2516 | version = "0.1.1"
|
2233 2517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2234 2518 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2235 2519 |
|
2520 + | [[package]]
|
2521 + | name = "parking"
|
2522 + | version = "2.2.1"
|
2523 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2524 + | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2525 + |
|
2236 2526 | [[package]]
|
2237 2527 | name = "parking_lot"
|
2238 2528 | version = "0.12.3"
|
2239 2529 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2240 2530 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2241 2531 | dependencies = [
|
2242 2532 | "lock_api",
|
2243 2533 | "parking_lot_core",
|
2244 2534 | ]
|
2245 2535 |
|
2246 2536 | [[package]]
|
2247 2537 | name = "parking_lot_core"
|
2248 2538 | version = "0.9.10"
|
2249 2539 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2250 2540 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2251 2541 | dependencies = [
|
2252 2542 | "cfg-if",
|
2253 2543 | "libc",
|
2254 2544 | "redox_syscall",
|
2255 2545 | "smallvec",
|
2256 2546 | "windows-targets",
|
2257 2547 | ]
|
2258 2548 |
|
2259 2549 | [[package]]
|
2260 2550 | name = "paste"
|
2261 2551 | version = "1.0.15"
|
2262 2552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2263 2553 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2264 2554 |
|
2265 2555 | [[package]]
|
@@ -2282,2572 +2369,2685 @@
2282 2572 | version = "1.1.9"
|
2283 2573 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2284 2574 | checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
|
2285 2575 | dependencies = [
|
2286 2576 | "pin-project-internal",
|
2287 2577 | ]
|
2288 2578 |
|
2289 2579 | [[package]]
|
2290 2580 | name = "pin-project-internal"
|
2291 2581 | version = "1.1.9"
|
2292 2582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2293 2583 | checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
|
2294 2584 | dependencies = [
|
2295 2585 | "proc-macro2",
|
2296 2586 | "quote",
|
2297 2587 | "syn 2.0.98",
|
2298 2588 | ]
|
2299 2589 |
|
2300 2590 | [[package]]
|
2301 2591 | name = "pin-project-lite"
|
2302 2592 | version = "0.2.16"
|
2303 2593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2304 2594 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2305 2595 |
|
2306 2596 | [[package]]
|
2307 2597 | name = "pin-utils"
|
2308 2598 | version = "0.1.0"
|
2309 2599 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2310 2600 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2311 2601 |
|
2602 + | [[package]]
|
2603 + | name = "piper"
|
2604 + | version = "0.2.4"
|
2605 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2606 + | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2607 + | dependencies = [
|
2608 + | "atomic-waker",
|
2609 + | "fastrand",
|
2610 + | "futures-io",
|
2611 + | ]
|
2612 + |
|
2312 2613 | [[package]]
|
2313 2614 | name = "plotters"
|
2314 2615 | version = "0.3.7"
|
2315 2616 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2316 2617 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
2317 2618 | dependencies = [
|
2318 2619 | "num-traits",
|
2319 2620 | "plotters-backend",
|
2320 2621 | "plotters-svg",
|
2321 2622 | "wasm-bindgen",
|
2322 2623 | "web-sys",
|
2323 2624 | ]
|
2324 2625 |
|
2325 2626 | [[package]]
|
2326 2627 | name = "plotters-backend"
|
2327 2628 | version = "0.3.7"
|
2328 2629 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2329 2630 | checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
2330 2631 |
|
2331 2632 | [[package]]
|
2332 2633 | name = "plotters-svg"
|
2333 2634 | version = "0.3.7"
|
2334 2635 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2335 2636 | checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
2336 2637 | dependencies = [
|
2337 2638 | "plotters-backend",
|
2338 2639 | ]
|
2339 2640 |
|
2641 + | [[package]]
|
2642 + | name = "polling"
|
2643 + | version = "3.7.4"
|
2644 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2645 + | checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
2646 + | dependencies = [
|
2647 + | "cfg-if",
|
2648 + | "concurrent-queue",
|
2649 + | "hermit-abi 0.4.0",
|
2650 + | "pin-project-lite",
|
2651 + | "rustix",
|
2652 + | "tracing",
|
2653 + | "windows-sys 0.59.0",
|
2654 + | ]
|
2655 + |
|
2340 2656 | [[package]]
|
2341 2657 | name = "powerfmt"
|
2342 2658 | version = "0.2.0"
|
2343 2659 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2344 2660 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2345 2661 |
|
2346 2662 | [[package]]
|
2347 2663 | name = "ppv-lite86"
|
2348 2664 | version = "0.2.20"
|
2349 2665 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2350 2666 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
2351 2667 | dependencies = [
|
2352 2668 | "zerocopy 0.7.35",
|
2353 2669 | ]
|
2354 2670 |
|
2355 2671 | [[package]]
|
2356 2672 | name = "pretty_assertions"
|
2357 2673 | version = "1.4.1"
|
2358 2674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2359 2675 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2360 2676 | dependencies = [
|
2361 2677 | "diff",
|
2362 2678 | "yansi",
|
2363 2679 | ]
|
2364 2680 |
|
2365 2681 | [[package]]
|
2366 2682 | name = "prettyplease"
|
2367 2683 | version = "0.2.29"
|
2368 2684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2369 2685 | checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
|
@@ -2421,2737 +2481,2797 @@
2421 2737 | "rand_xorshift",
|
2422 2738 | "regex-syntax 0.8.5",
|
2423 2739 | "rusty-fork",
|
2424 2740 | "tempfile",
|
2425 2741 | "unarray",
|
2426 2742 | ]
|
2427 2743 |
|
2428 2744 | [[package]]
|
2429 2745 | name = "pyo3"
|
2430 2746 | version = "0.18.3"
|
2431 2747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2432 2748 | checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109"
|
2433 2749 | dependencies = [
|
2434 2750 | "cfg-if",
|
2435 2751 | "indoc",
|
2436 2752 | "libc",
|
2437 2753 | "memoffset",
|
2438 2754 | "parking_lot",
|
2439 2755 | "pyo3-build-config",
|
2440 2756 | "pyo3-ffi",
|
2441 2757 | "pyo3-macros",
|
2442 2758 | "unindent",
|
2443 2759 | ]
|
2444 2760 |
|
2445 2761 | [[package]]
|
2446 2762 | name = "pyo3-asyncio"
|
2447 2763 | version = "0.18.0"
|
2448 2764 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2449 2765 | checksum = "d3564762e37035cfc486228e10b0528460fa026d681b5763873c693aa0d5c260"
|
2450 2766 | dependencies = [
|
2451 - | "async-channel",
|
2767 + | "async-channel 1.9.0",
|
2452 2768 | "clap 3.2.25",
|
2453 2769 | "futures",
|
2454 2770 | "inventory",
|
2455 2771 | "once_cell",
|
2456 2772 | "pin-project-lite",
|
2457 2773 | "pyo3",
|
2458 2774 | "pyo3-asyncio-macros",
|
2459 2775 | "tokio",
|
2460 2776 | ]
|
2461 2777 |
|
2462 2778 | [[package]]
|
2463 2779 | name = "pyo3-asyncio-macros"
|
2464 2780 | version = "0.18.0"
|
2465 2781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2466 2782 | checksum = "be72d4cd43a27530306bd0d20d3932182fbdd072c6b98d3638bc37efb9d559dd"
|
2467 2783 | dependencies = [
|
2468 2784 | "proc-macro2",
|
2469 2785 | "quote",
|
2470 2786 | "syn 1.0.109",
|
2471 2787 | ]
|
2472 2788 |
|
2473 2789 | [[package]]
|
2474 2790 | name = "pyo3-build-config"
|
2475 2791 | version = "0.18.3"
|
2476 2792 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2477 2793 | checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3"
|
2478 2794 | dependencies = [
|
2479 2795 | "once_cell",
|
2480 2796 | "target-lexicon",
|
2481 2797 | ]
|
@@ -2867,3183 +2951,3282 @@
2867 3183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2868 3184 | checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2869 3185 |
|
2870 3186 | [[package]]
|
2871 3187 | name = "rusty-fork"
|
2872 3188 | version = "0.3.0"
|
2873 3189 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2874 3190 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
2875 3191 | dependencies = [
|
2876 3192 | "fnv",
|
2877 3193 | "quick-error",
|
2878 3194 | "tempfile",
|
2879 3195 | "wait-timeout",
|
2880 3196 | ]
|
2881 3197 |
|
2882 3198 | [[package]]
|
2883 3199 | name = "ryu"
|
2884 3200 | version = "1.0.19"
|
2885 3201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2886 3202 | checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2887 3203 |
|
2888 3204 | [[package]]
|
2889 3205 | name = "same-file"
|
2890 3206 | version = "1.0.6"
|
2891 3207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2892 3208 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2893 3209 | dependencies = [
|
2894 3210 | "winapi-util",
|
2895 3211 | ]
|
2896 3212 |
|
3213 + | [[package]]
|
3214 + | name = "scc"
|
3215 + | version = "2.3.3"
|
3216 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3217 + | checksum = "ea091f6cac2595aa38993f04f4ee692ed43757035c36e67c180b6828356385b1"
|
3218 + | dependencies = [
|
3219 + | "sdd",
|
3220 + | ]
|
3221 + |
|
2897 3222 | [[package]]
|
2898 3223 | name = "schannel"
|
2899 3224 | version = "0.1.27"
|
2900 3225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2901 3226 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2902 3227 | dependencies = [
|
2903 3228 | "windows-sys 0.59.0",
|
2904 3229 | ]
|
2905 3230 |
|
2906 3231 | [[package]]
|
2907 3232 | name = "scopeguard"
|
2908 3233 | version = "1.2.0"
|
2909 3234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2910 3235 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2911 3236 |
|
2912 3237 | [[package]]
|
2913 3238 | name = "sct"
|
2914 3239 | version = "0.7.1"
|
2915 3240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2916 3241 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2917 3242 | dependencies = [
|
2918 3243 | "ring 0.17.8",
|
2919 3244 | "untrusted 0.9.0",
|
2920 3245 | ]
|
2921 3246 |
|
3247 + | [[package]]
|
3248 + | name = "sdd"
|
3249 + | version = "3.0.7"
|
3250 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3251 + | checksum = "b07779b9b918cc05650cb30f404d4d7835d26df37c235eded8a6832e2fb82cca"
|
3252 + |
|
2922 3253 | [[package]]
|
2923 3254 | name = "security-framework"
|
2924 3255 | version = "2.11.1"
|
2925 3256 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2926 3257 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2927 3258 | dependencies = [
|
2928 3259 | "bitflags 2.8.0",
|
2929 3260 | "core-foundation 0.9.4",
|
2930 3261 | "core-foundation-sys",
|
2931 3262 | "libc",
|
2932 3263 | "security-framework-sys",
|
2933 3264 | ]
|
2934 3265 |
|
2935 3266 | [[package]]
|
2936 3267 | name = "security-framework"
|
2937 3268 | version = "3.2.0"
|
2938 3269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2939 3270 | checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
2940 3271 | dependencies = [
|
2941 3272 | "bitflags 2.8.0",
|
2942 3273 | "core-foundation 0.10.0",
|
2943 3274 | "core-foundation-sys",
|
2944 3275 | "libc",
|
2945 3276 | "security-framework-sys",
|
2946 3277 | ]
|
2947 3278 |
|
2948 3279 | [[package]]
|
2949 3280 | name = "security-framework-sys"
|
2950 3281 | version = "2.14.0"
|
2951 3282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3004,3335 +3063,3419 @@
3004 3335 | name = "serde_path_to_error"
|
3005 3336 | version = "0.1.16"
|
3006 3337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3007 3338 | checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
3008 3339 | dependencies = [
|
3009 3340 | "itoa",
|
3010 3341 | "serde",
|
3011 3342 | ]
|
3012 3343 |
|
3013 3344 | [[package]]
|
3014 3345 | name = "serde_spanned"
|
3015 3346 | version = "0.6.8"
|
3016 3347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3017 3348 | checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
3018 3349 | dependencies = [
|
3019 3350 | "serde",
|
3020 3351 | ]
|
3021 3352 |
|
3022 3353 | [[package]]
|
3023 3354 | name = "serde_urlencoded"
|
3024 3355 | version = "0.7.1"
|
3025 3356 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3026 3357 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
3027 3358 | dependencies = [
|
3028 3359 | "form_urlencoded",
|
3029 3360 | "itoa",
|
3030 3361 | "ryu",
|
3031 3362 | "serde",
|
3032 3363 | ]
|
3033 3364 |
|
3365 + | [[package]]
|
3366 + | name = "serial_test"
|
3367 + | version = "3.2.0"
|
3368 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3369 + | checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
3370 + | dependencies = [
|
3371 + | "futures",
|
3372 + | "log",
|
3373 + | "once_cell",
|
3374 + | "parking_lot",
|
3375 + | "scc",
|
3376 + | "serial_test_derive",
|
3377 + | ]
|
3378 + |
|
3379 + | [[package]]
|
3380 + | name = "serial_test_derive"
|
3381 + | version = "3.2.0"
|
3382 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3383 + | checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
3384 + | dependencies = [
|
3385 + | "proc-macro2",
|
3386 + | "quote",
|
3387 + | "syn 2.0.98",
|
3388 + | ]
|
3389 + |
|
3034 3390 | [[package]]
|
3035 3391 | name = "sha1"
|
3036 3392 | version = "0.10.6"
|
3037 3393 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3038 3394 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3039 3395 | dependencies = [
|
3040 3396 | "cfg-if",
|
3041 3397 | "cpufeatures",
|
3042 3398 | "digest",
|
3043 3399 | ]
|
3044 3400 |
|
3045 3401 | [[package]]
|
3046 3402 | name = "sha2"
|
3047 3403 | version = "0.10.8"
|
3048 3404 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3049 3405 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
3050 3406 | dependencies = [
|
3051 3407 | "cfg-if",
|
3052 3408 | "cpufeatures",
|
3053 3409 | "digest",
|
3054 3410 | ]
|
3055 3411 |
|
3056 3412 | [[package]]
|
3057 3413 | name = "sharded-slab"
|
3058 3414 | version = "0.1.7"
|
3059 3415 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3060 3416 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
3061 3417 | dependencies = [
|
3062 3418 | "lazy_static",
|
3063 3419 | ]
|
@@ -3104,3460 +3163,3525 @@
3104 3460 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
3105 3461 |
|
3106 3462 | [[package]]
|
3107 3463 | name = "socket2"
|
3108 3464 | version = "0.5.8"
|
3109 3465 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3110 3466 | checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
3111 3467 | dependencies = [
|
3112 3468 | "libc",
|
3113 3469 | "windows-sys 0.52.0",
|
3114 3470 | ]
|
3115 3471 |
|
3116 3472 | [[package]]
|
3117 3473 | name = "spin"
|
3118 3474 | version = "0.5.2"
|
3119 3475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3120 3476 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
3121 3477 |
|
3122 3478 | [[package]]
|
3123 3479 | name = "spin"
|
3124 3480 | version = "0.9.8"
|
3125 3481 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3126 3482 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
3127 3483 |
|
3128 3484 | [[package]]
|
3129 3485 | name = "stable_deref_trait"
|
3130 3486 | version = "1.2.0"
|
3131 3487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3132 3488 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
3133 3489 |
|
3490 + | [[package]]
|
3491 + | name = "stats_alloc"
|
3492 + | version = "0.1.10"
|
3493 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3494 + | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
3495 + |
|
3134 3496 | [[package]]
|
3135 3497 | name = "strsim"
|
3136 3498 | version = "0.10.0"
|
3137 3499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3138 3500 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
3139 3501 |
|
3140 3502 | [[package]]
|
3141 3503 | name = "strsim"
|
3142 3504 | version = "0.11.1"
|
3143 3505 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3144 3506 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
3145 3507 |
|
3146 3508 | [[package]]
|
3147 3509 | name = "subtle"
|
3148 3510 | version = "2.6.1"
|
3149 3511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3150 3512 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3151 3513 |
|
3152 3514 | [[package]]
|
3153 3515 | name = "syn"
|
3154 3516 | version = "1.0.109"
|
3155 3517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3156 3518 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3157 3519 | dependencies = [
|
3158 3520 | "proc-macro2",
|
3159 3521 | "quote",
|
3160 3522 | "unicode-ident",
|
3161 3523 | ]
|
3162 3524 |
|
3163 3525 | [[package]]
|
@@ -3681,4043 +3740,4108 @@
3681 4043 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
3682 4044 |
|
3683 4045 | [[package]]
|
3684 4046 | name = "utf8_iter"
|
3685 4047 | version = "1.0.4"
|
3686 4048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3687 4049 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
3688 4050 |
|
3689 4051 | [[package]]
|
3690 4052 | name = "utf8parse"
|
3691 4053 | version = "0.2.2"
|
3692 4054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3693 4055 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
3694 4056 |
|
3695 4057 | [[package]]
|
3696 4058 | name = "uuid"
|
3697 4059 | version = "1.13.1"
|
3698 4060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3699 4061 | checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
|
3700 4062 | dependencies = [
|
3701 4063 | "getrandom 0.3.1",
|
3702 4064 | "rand 0.9.0",
|
3703 4065 | ]
|
3704 4066 |
|
3705 4067 | [[package]]
|
3706 4068 | name = "valuable"
|
3707 4069 | version = "0.1.1"
|
3708 4070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3709 4071 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
3710 4072 |
|
4073 + | [[package]]
|
4074 + | name = "value-bag"
|
4075 + | version = "1.10.0"
|
4076 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4077 + | checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
4078 + |
|
3711 4079 | [[package]]
|
3712 4080 | name = "version_check"
|
3713 4081 | version = "0.9.5"
|
3714 4082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3715 4083 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
3716 4084 |
|
3717 4085 | [[package]]
|
3718 4086 | name = "vsimd"
|
3719 4087 | version = "0.8.0"
|
3720 4088 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3721 4089 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
3722 4090 |
|
3723 4091 | [[package]]
|
3724 4092 | name = "wait-timeout"
|
3725 4093 | version = "0.2.1"
|
3726 4094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3727 4095 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
3728 4096 | dependencies = [
|
3729 4097 | "libc",
|
3730 4098 | ]
|
3731 4099 |
|
3732 4100 | [[package]]
|
3733 4101 | name = "walkdir"
|
3734 4102 | version = "2.5.0"
|
3735 4103 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3736 4104 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
3737 4105 | dependencies = [
|
3738 4106 | "same-file",
|
3739 4107 | "winapi-util",
|
3740 4108 | ]
|
@@ -3771,4139 +3830,4211 @@
3771 4139 | dependencies = [
|
3772 4140 | "wit-bindgen-rt",
|
3773 4141 | ]
|
3774 4142 |
|
3775 4143 | [[package]]
|
3776 4144 | name = "wasm-bindgen"
|
3777 4145 | version = "0.2.100"
|
3778 4146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3779 4147 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
3780 4148 | dependencies = [
|
3781 4149 | "cfg-if",
|
3782 4150 | "once_cell",
|
3783 4151 | "rustversion",
|
3784 4152 | "wasm-bindgen-macro",
|
3785 4153 | ]
|
3786 4154 |
|
3787 4155 | [[package]]
|
3788 4156 | name = "wasm-bindgen-backend"
|
3789 4157 | version = "0.2.100"
|
3790 4158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3791 4159 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
3792 4160 | dependencies = [
|
3793 4161 | "bumpalo",
|
3794 4162 | "log",
|
3795 4163 | "proc-macro2",
|
3796 4164 | "quote",
|
3797 4165 | "syn 2.0.98",
|
3798 4166 | "wasm-bindgen-shared",
|
3799 4167 | ]
|
3800 4168 |
|
4169 + | [[package]]
|
4170 + | name = "wasm-bindgen-futures"
|
4171 + | version = "0.4.50"
|
4172 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4173 + | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
4174 + | dependencies = [
|
4175 + | "cfg-if",
|
4176 + | "js-sys",
|
4177 + | "once_cell",
|
4178 + | "wasm-bindgen",
|
4179 + | "web-sys",
|
4180 + | ]
|
4181 + |
|
3801 4182 | [[package]]
|
3802 4183 | name = "wasm-bindgen-macro"
|
3803 4184 | version = "0.2.100"
|
3804 4185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3805 4186 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
3806 4187 | dependencies = [
|
3807 4188 | "quote",
|
3808 4189 | "wasm-bindgen-macro-support",
|
3809 4190 | ]
|
3810 4191 |
|
3811 4192 | [[package]]
|
3812 4193 | name = "wasm-bindgen-macro-support"
|
3813 4194 | version = "0.2.100"
|
3814 4195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3815 4196 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
3816 4197 | dependencies = [
|
3817 4198 | "proc-macro2",
|
3818 4199 | "quote",
|
3819 4200 | "syn 2.0.98",
|
3820 4201 | "wasm-bindgen-backend",
|
3821 4202 | "wasm-bindgen-shared",
|
3822 4203 | ]
|
3823 4204 |
|
3824 4205 | [[package]]
|
3825 4206 | name = "wasm-bindgen-shared"
|
3826 4207 | version = "0.2.100"
|
3827 4208 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3828 4209 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
3829 4210 | dependencies = [
|
3830 4211 | "unicode-ident",
|