Blob


1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "aho-corasick"
7 version = "1.1.3"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10 dependencies = [
11 "memchr",
12 ]
14 [[package]]
15 name = "android-tzdata"
16 version = "0.1.1"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
20 [[package]]
21 name = "android_system_properties"
22 version = "0.1.5"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25 dependencies = [
26 "libc",
27 ]
29 [[package]]
30 name = "anyhow"
31 version = "1.0.81"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
35 [[package]]
36 name = "autocfg"
37 version = "1.2.0"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
41 [[package]]
42 name = "bumpalo"
43 version = "3.15.4"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
47 [[package]]
48 name = "cc"
49 version = "1.0.90"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
53 [[package]]
54 name = "cfg-if"
55 version = "1.0.0"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
59 [[package]]
60 name = "chrono"
61 version = "0.4.37"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
64 dependencies = [
65 "android-tzdata",
66 "iana-time-zone",
67 "js-sys",
68 "num-traits",
69 "wasm-bindgen",
70 "windows-targets",
71 ]
73 [[package]]
74 name = "core-foundation-sys"
75 version = "0.8.6"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
79 [[package]]
80 name = "either"
81 version = "1.10.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
85 [[package]]
86 name = "getrandom"
87 version = "0.2.14"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
90 dependencies = [
91 "cfg-if",
92 "libc",
93 "wasi",
94 ]
96 [[package]]
97 name = "iana-time-zone"
98 version = "0.1.60"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
101 dependencies = [
102 "android_system_properties",
103 "core-foundation-sys",
104 "iana-time-zone-haiku",
105 "js-sys",
106 "wasm-bindgen",
107 "windows-core",
110 [[package]]
111 name = "iana-time-zone-haiku"
112 version = "0.1.2"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
115 dependencies = [
116 "cc",
119 [[package]]
120 name = "itertools"
121 version = "0.12.1"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
124 dependencies = [
125 "either",
128 [[package]]
129 name = "js-sys"
130 version = "0.3.69"
131 source = "registry+https://github.com/rust-lang/crates.io-index"
132 checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
133 dependencies = [
134 "wasm-bindgen",
137 [[package]]
138 name = "lazy_static"
139 version = "1.4.0"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
143 [[package]]
144 name = "libc"
145 version = "0.2.153"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
149 [[package]]
150 name = "log"
151 version = "0.4.21"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
155 [[package]]
156 name = "memchr"
157 version = "2.7.2"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
161 [[package]]
162 name = "num-traits"
163 version = "0.2.18"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
166 dependencies = [
167 "autocfg",
170 [[package]]
171 name = "once_cell"
172 version = "1.19.0"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
176 [[package]]
177 name = "pledge"
178 version = "0.4.2"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "252599417b7d9a43b7fdc63dd790b0848666a8910b2ebe1a25118309c3c981e5"
181 dependencies = [
182 "libc",
185 [[package]]
186 name = "ppv-lite86"
187 version = "0.2.17"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
191 [[package]]
192 name = "proc-macro2"
193 version = "1.0.79"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
196 dependencies = [
197 "unicode-ident",
200 [[package]]
201 name = "quote"
202 version = "1.0.35"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
205 dependencies = [
206 "proc-macro2",
209 [[package]]
210 name = "rand"
211 version = "0.8.5"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
214 dependencies = [
215 "libc",
216 "rand_chacha",
217 "rand_core",
220 [[package]]
221 name = "rand_chacha"
222 version = "0.3.1"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
225 dependencies = [
226 "ppv-lite86",
227 "rand_core",
230 [[package]]
231 name = "rand_core"
232 version = "0.6.4"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
235 dependencies = [
236 "getrandom",
239 [[package]]
240 name = "regex"
241 version = "1.10.4"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
244 dependencies = [
245 "aho-corasick",
246 "memchr",
247 "regex-automata",
248 "regex-syntax",
251 [[package]]
252 name = "regex-automata"
253 version = "0.4.6"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
256 dependencies = [
257 "aho-corasick",
258 "memchr",
259 "regex-syntax",
262 [[package]]
263 name = "regex-syntax"
264 version = "0.8.3"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
268 [[package]]
269 name = "syn"
270 version = "2.0.57"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
273 dependencies = [
274 "proc-macro2",
275 "quote",
276 "unicode-ident",
279 [[package]]
280 name = "unicode-ident"
281 version = "1.0.12"
282 source = "registry+https://github.com/rust-lang/crates.io-index"
283 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
285 [[package]]
286 name = "unveil"
287 version = "0.3.2"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "5e7fa867d559102001ec694165ed17d5f82e95213060a65f9c8b6280084bbfec"
290 dependencies = [
291 "libc",
294 [[package]]
295 name = "wasi"
296 version = "0.11.0+wasi-snapshot-preview1"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
300 [[package]]
301 name = "wasm-bindgen"
302 version = "0.2.92"
303 source = "registry+https://github.com/rust-lang/crates.io-index"
304 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
305 dependencies = [
306 "cfg-if",
307 "wasm-bindgen-macro",
310 [[package]]
311 name = "wasm-bindgen-backend"
312 version = "0.2.92"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
315 dependencies = [
316 "bumpalo",
317 "log",
318 "once_cell",
319 "proc-macro2",
320 "quote",
321 "syn",
322 "wasm-bindgen-shared",
325 [[package]]
326 name = "wasm-bindgen-macro"
327 version = "0.2.92"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
330 dependencies = [
331 "quote",
332 "wasm-bindgen-macro-support",
335 [[package]]
336 name = "wasm-bindgen-macro-support"
337 version = "0.2.92"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
340 dependencies = [
341 "proc-macro2",
342 "quote",
343 "syn",
344 "wasm-bindgen-backend",
345 "wasm-bindgen-shared",
348 [[package]]
349 name = "wasm-bindgen-shared"
350 version = "0.2.92"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
354 [[package]]
355 name = "windows-core"
356 version = "0.52.0"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
359 dependencies = [
360 "windows-targets",
363 [[package]]
364 name = "windows-targets"
365 version = "0.52.4"
366 source = "registry+https://github.com/rust-lang/crates.io-index"
367 checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
368 dependencies = [
369 "windows_aarch64_gnullvm",
370 "windows_aarch64_msvc",
371 "windows_i686_gnu",
372 "windows_i686_msvc",
373 "windows_x86_64_gnu",
374 "windows_x86_64_gnullvm",
375 "windows_x86_64_msvc",
378 [[package]]
379 name = "windows_aarch64_gnullvm"
380 version = "0.52.4"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
384 [[package]]
385 name = "windows_aarch64_msvc"
386 version = "0.52.4"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
388 checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
390 [[package]]
391 name = "windows_i686_gnu"
392 version = "0.52.4"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
396 [[package]]
397 name = "windows_i686_msvc"
398 version = "0.52.4"
399 source = "registry+https://github.com/rust-lang/crates.io-index"
400 checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
402 [[package]]
403 name = "windows_x86_64_gnu"
404 version = "0.52.4"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
408 [[package]]
409 name = "windows_x86_64_gnullvm"
410 version = "0.52.4"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
414 [[package]]
415 name = "windows_x86_64_msvc"
416 version = "0.52.4"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
420 [[package]]
421 name = "www-cgi"
422 version = "0.1.0"
423 dependencies = [
424 "anyhow",
425 "chrono",
426 "itertools",
427 "lazy_static",
428 "pledge",
429 "rand",
430 "regex",
431 "unveil",