Thu, 01 Dec 2022 23:07:35 +0200
Initial version
0 | 1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. | |
3 | version = 3 | |
4 | ||
5 | [[package]] | |
6 | name = "GSL" | |
7 | version = "6.0.0" | |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 | checksum = "c9becaf6d7d1ba36a457288e661fa6a0472e8328629276f45369eafcd48ef1ce" | |
10 | dependencies = [ | |
11 | "GSL-sys", | |
12 | "paste", | |
13 | ] | |
14 | ||
15 | [[package]] | |
16 | name = "GSL-sys" | |
17 | version = "3.0.0" | |
18 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
19 | checksum = "4577670dcc0720995dc39f04c438595eaae8ccc27f4aafd3e572dd408d01bd9d" | |
20 | dependencies = [ | |
21 | "libc", | |
22 | "pkg-config", | |
23 | ] | |
24 | ||
25 | [[package]] | |
26 | name = "adler" | |
27 | version = "1.0.2" | |
28 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
29 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | |
30 | ||
31 | [[package]] | |
32 | name = "alg_tools" | |
33 | version = "0.1.0" | |
34 | dependencies = [ | |
35 | "colored", | |
36 | "cpu-time", | |
37 | "csv", | |
38 | "itertools", | |
39 | "nalgebra", | |
40 | "num", | |
41 | "num-traits", | |
42 | "numeric_literals", | |
43 | "rayon", | |
44 | "serde", | |
45 | "serde_json", | |
46 | "trait-set", | |
47 | ] | |
48 | ||
49 | [[package]] | |
50 | name = "android_system_properties" | |
51 | version = "0.1.5" | |
52 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
53 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
54 | dependencies = [ | |
55 | "libc", | |
56 | ] | |
57 | ||
58 | [[package]] | |
59 | name = "approx" | |
60 | version = "0.5.1" | |
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
62 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" | |
63 | dependencies = [ | |
64 | "num-traits", | |
65 | ] | |
66 | ||
67 | [[package]] | |
68 | name = "atty" | |
69 | version = "0.2.14" | |
70 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
71 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
72 | dependencies = [ | |
73 | "hermit-abi 0.1.19", | |
74 | "libc", | |
75 | "winapi", | |
76 | ] | |
77 | ||
78 | [[package]] | |
79 | name = "autocfg" | |
80 | version = "1.1.0" | |
81 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
82 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
83 | ||
84 | [[package]] | |
85 | name = "bit_field" | |
86 | version = "0.10.1" | |
87 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
88 | checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4" | |
89 | ||
90 | [[package]] | |
91 | name = "bitflags" | |
92 | version = "1.3.2" | |
93 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
94 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
95 | ||
96 | [[package]] | |
97 | name = "bstr" | |
98 | version = "0.2.17" | |
99 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
100 | checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" | |
101 | dependencies = [ | |
102 | "lazy_static", | |
103 | "memchr", | |
104 | "regex-automata", | |
105 | "serde", | |
106 | ] | |
107 | ||
108 | [[package]] | |
109 | name = "bumpalo" | |
110 | version = "3.11.1" | |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
112 | checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" | |
113 | ||
114 | [[package]] | |
115 | name = "bytemuck" | |
116 | version = "1.12.3" | |
117 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
118 | checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f" | |
119 | ||
120 | [[package]] | |
121 | name = "byteorder" | |
122 | version = "1.4.3" | |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
124 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | |
125 | ||
126 | [[package]] | |
127 | name = "cc" | |
128 | version = "1.0.77" | |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
130 | checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" | |
131 | ||
132 | [[package]] | |
133 | name = "cfg-if" | |
134 | version = "1.0.0" | |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
136 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
137 | ||
138 | [[package]] | |
139 | name = "chrono" | |
140 | version = "0.4.23" | |
141 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
142 | checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" | |
143 | dependencies = [ | |
144 | "iana-time-zone", | |
145 | "js-sys", | |
146 | "num-integer", | |
147 | "num-traits", | |
148 | "serde", | |
149 | "time", | |
150 | "wasm-bindgen", | |
151 | "winapi", | |
152 | ] | |
153 | ||
154 | [[package]] | |
155 | name = "clap" | |
156 | version = "4.0.27" | |
157 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
158 | checksum = "0acbd8d28a0a60d7108d7ae850af6ba34cf2d1257fc646980e5f97ce14275966" | |
159 | dependencies = [ | |
160 | "bitflags", | |
161 | "clap_derive", | |
162 | "clap_lex", | |
163 | "is-terminal", | |
164 | "once_cell", | |
165 | "strsim", | |
166 | "termcolor", | |
167 | "terminal_size", | |
168 | "unicase", | |
169 | "unicode-width", | |
170 | ] | |
171 | ||
172 | [[package]] | |
173 | name = "clap_derive" | |
174 | version = "4.0.21" | |
175 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
176 | checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" | |
177 | dependencies = [ | |
178 | "heck", | |
179 | "proc-macro-error", | |
180 | "proc-macro2", | |
181 | "quote", | |
182 | "syn", | |
183 | ] | |
184 | ||
185 | [[package]] | |
186 | name = "clap_lex" | |
187 | version = "0.3.0" | |
188 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
189 | checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" | |
190 | dependencies = [ | |
191 | "os_str_bytes", | |
192 | ] | |
193 | ||
194 | [[package]] | |
195 | name = "codespan-reporting" | |
196 | version = "0.11.1" | |
197 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
198 | checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" | |
199 | dependencies = [ | |
200 | "termcolor", | |
201 | "unicode-width", | |
202 | ] | |
203 | ||
204 | [[package]] | |
205 | name = "color_quant" | |
206 | version = "1.1.0" | |
207 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
208 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" | |
209 | ||
210 | [[package]] | |
211 | name = "colorbrewer" | |
212 | version = "0.2.0" | |
213 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
214 | checksum = "525be5012d97bc222e124ded87f18601e6fbd24a406761bcb1664475663919a6" | |
215 | dependencies = [ | |
216 | "rgb", | |
217 | ] | |
218 | ||
219 | [[package]] | |
220 | name = "colored" | |
221 | version = "2.0.0" | |
222 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
223 | checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" | |
224 | dependencies = [ | |
225 | "atty", | |
226 | "lazy_static", | |
227 | "winapi", | |
228 | ] | |
229 | ||
230 | [[package]] | |
231 | name = "core-foundation-sys" | |
232 | version = "0.8.3" | |
233 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
234 | checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" | |
235 | ||
236 | [[package]] | |
237 | name = "cpu-time" | |
238 | version = "1.0.0" | |
239 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
240 | checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" | |
241 | dependencies = [ | |
242 | "libc", | |
243 | "winapi", | |
244 | ] | |
245 | ||
246 | [[package]] | |
247 | name = "crc32fast" | |
248 | version = "1.3.2" | |
249 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
250 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" | |
251 | dependencies = [ | |
252 | "cfg-if", | |
253 | ] | |
254 | ||
255 | [[package]] | |
256 | name = "crossbeam-channel" | |
257 | version = "0.5.6" | |
258 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
259 | checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" | |
260 | dependencies = [ | |
261 | "cfg-if", | |
262 | "crossbeam-utils", | |
263 | ] | |
264 | ||
265 | [[package]] | |
266 | name = "crossbeam-deque" | |
267 | version = "0.8.2" | |
268 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
269 | checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" | |
270 | dependencies = [ | |
271 | "cfg-if", | |
272 | "crossbeam-epoch", | |
273 | "crossbeam-utils", | |
274 | ] | |
275 | ||
276 | [[package]] | |
277 | name = "crossbeam-epoch" | |
278 | version = "0.9.13" | |
279 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
280 | checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" | |
281 | dependencies = [ | |
282 | "autocfg", | |
283 | "cfg-if", | |
284 | "crossbeam-utils", | |
285 | "memoffset", | |
286 | "scopeguard", | |
287 | ] | |
288 | ||
289 | [[package]] | |
290 | name = "crossbeam-utils" | |
291 | version = "0.8.14" | |
292 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
293 | checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" | |
294 | dependencies = [ | |
295 | "cfg-if", | |
296 | ] | |
297 | ||
298 | [[package]] | |
299 | name = "crunchy" | |
300 | version = "0.2.2" | |
301 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
302 | checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" | |
303 | ||
304 | [[package]] | |
305 | name = "csv" | |
306 | version = "1.1.6" | |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
308 | checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" | |
309 | dependencies = [ | |
310 | "bstr", | |
311 | "csv-core", | |
312 | "itoa 0.4.8", | |
313 | "ryu", | |
314 | "serde", | |
315 | ] | |
316 | ||
317 | [[package]] | |
318 | name = "csv-core" | |
319 | version = "0.1.10" | |
320 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
321 | checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" | |
322 | dependencies = [ | |
323 | "memchr", | |
324 | ] | |
325 | ||
326 | [[package]] | |
327 | name = "cxx" | |
328 | version = "1.0.82" | |
329 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
330 | checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453" | |
331 | dependencies = [ | |
332 | "cc", | |
333 | "cxxbridge-flags", | |
334 | "cxxbridge-macro", | |
335 | "link-cplusplus", | |
336 | ] | |
337 | ||
338 | [[package]] | |
339 | name = "cxx-build" | |
340 | version = "1.0.82" | |
341 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
342 | checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0" | |
343 | dependencies = [ | |
344 | "cc", | |
345 | "codespan-reporting", | |
346 | "once_cell", | |
347 | "proc-macro2", | |
348 | "quote", | |
349 | "scratch", | |
350 | "syn", | |
351 | ] | |
352 | ||
353 | [[package]] | |
354 | name = "cxxbridge-flags" | |
355 | version = "1.0.82" | |
356 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
357 | checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71" | |
358 | ||
359 | [[package]] | |
360 | name = "cxxbridge-macro" | |
361 | version = "1.0.82" | |
362 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
363 | checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470" | |
364 | dependencies = [ | |
365 | "proc-macro2", | |
366 | "quote", | |
367 | "syn", | |
368 | ] | |
369 | ||
370 | [[package]] | |
371 | name = "either" | |
372 | version = "1.8.0" | |
373 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
374 | checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" | |
375 | ||
376 | [[package]] | |
377 | name = "errno" | |
378 | version = "0.2.8" | |
379 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
380 | checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" | |
381 | dependencies = [ | |
382 | "errno-dragonfly", | |
383 | "libc", | |
384 | "winapi", | |
385 | ] | |
386 | ||
387 | [[package]] | |
388 | name = "errno-dragonfly" | |
389 | version = "0.1.2" | |
390 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
391 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" | |
392 | dependencies = [ | |
393 | "cc", | |
394 | "libc", | |
395 | ] | |
396 | ||
397 | [[package]] | |
398 | name = "exr" | |
399 | version = "1.5.2" | |
400 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
401 | checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded" | |
402 | dependencies = [ | |
403 | "bit_field", | |
404 | "flume", | |
405 | "half", | |
406 | "lebe", | |
407 | "miniz_oxide", | |
408 | "smallvec", | |
409 | "threadpool", | |
410 | ] | |
411 | ||
412 | [[package]] | |
413 | name = "flate2" | |
414 | version = "1.0.25" | |
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
416 | checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" | |
417 | dependencies = [ | |
418 | "crc32fast", | |
419 | "miniz_oxide", | |
420 | ] | |
421 | ||
422 | [[package]] | |
423 | name = "float_extras" | |
424 | version = "0.1.6" | |
425 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
426 | checksum = "b22b70f8649ea2315955f1a36d964b0e4da482dfaa5f0d04df0d1fb7c338ab7a" | |
427 | dependencies = [ | |
428 | "libc", | |
429 | ] | |
430 | ||
431 | [[package]] | |
432 | name = "flume" | |
433 | version = "0.10.14" | |
434 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
435 | checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" | |
436 | dependencies = [ | |
437 | "futures-core", | |
438 | "futures-sink", | |
439 | "nanorand", | |
440 | "pin-project", | |
441 | "spin", | |
442 | ] | |
443 | ||
444 | [[package]] | |
445 | name = "futures-core" | |
446 | version = "0.3.25" | |
447 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
448 | checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" | |
449 | ||
450 | [[package]] | |
451 | name = "futures-sink" | |
452 | version = "0.3.25" | |
453 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
454 | checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" | |
455 | ||
456 | [[package]] | |
457 | name = "getrandom" | |
458 | version = "0.2.8" | |
459 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
460 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" | |
461 | dependencies = [ | |
462 | "cfg-if", | |
463 | "js-sys", | |
464 | "libc", | |
465 | "wasi 0.11.0+wasi-snapshot-preview1", | |
466 | "wasm-bindgen", | |
467 | ] | |
468 | ||
469 | [[package]] | |
470 | name = "gif" | |
471 | version = "0.11.4" | |
472 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
473 | checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" | |
474 | dependencies = [ | |
475 | "color_quant", | |
476 | "weezl", | |
477 | ] | |
478 | ||
479 | [[package]] | |
480 | name = "half" | |
481 | version = "2.1.0" | |
482 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
483 | checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554" | |
484 | dependencies = [ | |
485 | "crunchy", | |
486 | ] | |
487 | ||
488 | [[package]] | |
489 | name = "heck" | |
490 | version = "0.4.0" | |
491 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
492 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" | |
493 | ||
494 | [[package]] | |
495 | name = "hermit-abi" | |
496 | version = "0.1.19" | |
497 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
498 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | |
499 | dependencies = [ | |
500 | "libc", | |
501 | ] | |
502 | ||
503 | [[package]] | |
504 | name = "hermit-abi" | |
505 | version = "0.2.6" | |
506 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
507 | checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" | |
508 | dependencies = [ | |
509 | "libc", | |
510 | ] | |
511 | ||
512 | [[package]] | |
513 | name = "iana-time-zone" | |
514 | version = "0.1.53" | |
515 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
516 | checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" | |
517 | dependencies = [ | |
518 | "android_system_properties", | |
519 | "core-foundation-sys", | |
520 | "iana-time-zone-haiku", | |
521 | "js-sys", | |
522 | "wasm-bindgen", | |
523 | "winapi", | |
524 | ] | |
525 | ||
526 | [[package]] | |
527 | name = "iana-time-zone-haiku" | |
528 | version = "0.1.1" | |
529 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
530 | checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" | |
531 | dependencies = [ | |
532 | "cxx", | |
533 | "cxx-build", | |
534 | ] | |
535 | ||
536 | [[package]] | |
537 | name = "image" | |
538 | version = "0.24.5" | |
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
540 | checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945" | |
541 | dependencies = [ | |
542 | "bytemuck", | |
543 | "byteorder", | |
544 | "color_quant", | |
545 | "exr", | |
546 | "gif", | |
547 | "jpeg-decoder", | |
548 | "num-rational", | |
549 | "num-traits", | |
550 | "png", | |
551 | "scoped_threadpool", | |
552 | "tiff", | |
553 | ] | |
554 | ||
555 | [[package]] | |
556 | name = "io-lifetimes" | |
557 | version = "0.7.5" | |
558 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
559 | checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" | |
560 | ||
561 | [[package]] | |
562 | name = "io-lifetimes" | |
563 | version = "1.0.2" | |
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
565 | checksum = "e394faa0efb47f9f227f1cd89978f854542b318a6f64fa695489c9c993056656" | |
566 | dependencies = [ | |
567 | "libc", | |
568 | "windows-sys", | |
569 | ] | |
570 | ||
571 | [[package]] | |
572 | name = "is-terminal" | |
573 | version = "0.4.0" | |
574 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
575 | checksum = "aae5bc6e2eb41c9def29a3e0f1306382807764b9b53112030eff57435667352d" | |
576 | dependencies = [ | |
577 | "hermit-abi 0.2.6", | |
578 | "io-lifetimes 1.0.2", | |
579 | "rustix 0.36.3", | |
580 | "windows-sys", | |
581 | ] | |
582 | ||
583 | [[package]] | |
584 | name = "itertools" | |
585 | version = "0.10.5" | |
586 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
587 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" | |
588 | dependencies = [ | |
589 | "either", | |
590 | ] | |
591 | ||
592 | [[package]] | |
593 | name = "itoa" | |
594 | version = "0.4.8" | |
595 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
596 | checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" | |
597 | ||
598 | [[package]] | |
599 | name = "itoa" | |
600 | version = "1.0.4" | |
601 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
602 | checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" | |
603 | ||
604 | [[package]] | |
605 | name = "jpeg-decoder" | |
606 | version = "0.3.0" | |
607 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
608 | checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" | |
609 | dependencies = [ | |
610 | "rayon", | |
611 | ] | |
612 | ||
613 | [[package]] | |
614 | name = "js-sys" | |
615 | version = "0.3.60" | |
616 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
617 | checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" | |
618 | dependencies = [ | |
619 | "wasm-bindgen", | |
620 | ] | |
621 | ||
622 | [[package]] | |
623 | name = "lazy_static" | |
624 | version = "1.4.0" | |
625 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
626 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
627 | ||
628 | [[package]] | |
629 | name = "lebe" | |
630 | version = "0.5.2" | |
631 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
632 | checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" | |
633 | ||
634 | [[package]] | |
635 | name = "libc" | |
636 | version = "0.2.137" | |
637 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
638 | checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" | |
639 | ||
640 | [[package]] | |
641 | name = "libm" | |
642 | version = "0.2.6" | |
643 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
644 | checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" | |
645 | ||
646 | [[package]] | |
647 | name = "link-cplusplus" | |
648 | version = "1.0.7" | |
649 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
650 | checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369" | |
651 | dependencies = [ | |
652 | "cc", | |
653 | ] | |
654 | ||
655 | [[package]] | |
656 | name = "linux-raw-sys" | |
657 | version = "0.0.46" | |
658 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
659 | checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" | |
660 | ||
661 | [[package]] | |
662 | name = "linux-raw-sys" | |
663 | version = "0.1.3" | |
664 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
665 | checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" | |
666 | ||
667 | [[package]] | |
668 | name = "lock_api" | |
669 | version = "0.4.9" | |
670 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
671 | checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" | |
672 | dependencies = [ | |
673 | "autocfg", | |
674 | "scopeguard", | |
675 | ] | |
676 | ||
677 | [[package]] | |
678 | name = "log" | |
679 | version = "0.4.17" | |
680 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
681 | checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" | |
682 | dependencies = [ | |
683 | "cfg-if", | |
684 | ] | |
685 | ||
686 | [[package]] | |
687 | name = "matrixmultiply" | |
688 | version = "0.3.2" | |
689 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
690 | checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" | |
691 | dependencies = [ | |
692 | "rawpointer", | |
693 | ] | |
694 | ||
695 | [[package]] | |
696 | name = "memchr" | |
697 | version = "2.5.0" | |
698 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
699 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | |
700 | ||
701 | [[package]] | |
702 | name = "memoffset" | |
703 | version = "0.7.1" | |
704 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
705 | checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" | |
706 | dependencies = [ | |
707 | "autocfg", | |
708 | ] | |
709 | ||
710 | [[package]] | |
711 | name = "miniz_oxide" | |
712 | version = "0.6.2" | |
713 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
714 | checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" | |
715 | dependencies = [ | |
716 | "adler", | |
717 | ] | |
718 | ||
719 | [[package]] | |
720 | name = "nalgebra" | |
721 | version = "0.31.4" | |
722 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
723 | checksum = "20bd243ab3dbb395b39ee730402d2e5405e448c75133ec49cc977762c4cba3d1" | |
724 | dependencies = [ | |
725 | "approx", | |
726 | "matrixmultiply", | |
727 | "nalgebra-macros", | |
728 | "num-complex", | |
729 | "num-rational", | |
730 | "num-traits", | |
731 | "rand", | |
732 | "simba", | |
733 | "typenum", | |
734 | ] | |
735 | ||
736 | [[package]] | |
737 | name = "nalgebra-macros" | |
738 | version = "0.1.0" | |
739 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
740 | checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218" | |
741 | dependencies = [ | |
742 | "proc-macro2", | |
743 | "quote", | |
744 | "syn", | |
745 | ] | |
746 | ||
747 | [[package]] | |
748 | name = "nanorand" | |
749 | version = "0.7.0" | |
750 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
751 | checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" | |
752 | dependencies = [ | |
753 | "getrandom", | |
754 | ] | |
755 | ||
756 | [[package]] | |
757 | name = "num" | |
758 | version = "0.4.0" | |
759 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
760 | checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" | |
761 | dependencies = [ | |
762 | "num-bigint", | |
763 | "num-complex", | |
764 | "num-integer", | |
765 | "num-iter", | |
766 | "num-rational", | |
767 | "num-traits", | |
768 | ] | |
769 | ||
770 | [[package]] | |
771 | name = "num-bigint" | |
772 | version = "0.4.3" | |
773 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
774 | checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" | |
775 | dependencies = [ | |
776 | "autocfg", | |
777 | "num-integer", | |
778 | "num-traits", | |
779 | ] | |
780 | ||
781 | [[package]] | |
782 | name = "num-complex" | |
783 | version = "0.4.2" | |
784 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
785 | checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19" | |
786 | dependencies = [ | |
787 | "num-traits", | |
788 | ] | |
789 | ||
790 | [[package]] | |
791 | name = "num-integer" | |
792 | version = "0.1.45" | |
793 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
794 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" | |
795 | dependencies = [ | |
796 | "autocfg", | |
797 | "num-traits", | |
798 | ] | |
799 | ||
800 | [[package]] | |
801 | name = "num-iter" | |
802 | version = "0.1.43" | |
803 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
804 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" | |
805 | dependencies = [ | |
806 | "autocfg", | |
807 | "num-integer", | |
808 | "num-traits", | |
809 | ] | |
810 | ||
811 | [[package]] | |
812 | name = "num-rational" | |
813 | version = "0.4.1" | |
814 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
815 | checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" | |
816 | dependencies = [ | |
817 | "autocfg", | |
818 | "num-bigint", | |
819 | "num-integer", | |
820 | "num-traits", | |
821 | ] | |
822 | ||
823 | [[package]] | |
824 | name = "num-traits" | |
825 | version = "0.2.15" | |
826 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
827 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" | |
828 | dependencies = [ | |
829 | "autocfg", | |
830 | "libm", | |
831 | ] | |
832 | ||
833 | [[package]] | |
834 | name = "num_cpus" | |
835 | version = "1.14.0" | |
836 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
837 | checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" | |
838 | dependencies = [ | |
839 | "hermit-abi 0.1.19", | |
840 | "libc", | |
841 | ] | |
842 | ||
843 | [[package]] | |
844 | name = "numeric_literals" | |
845 | version = "0.2.0" | |
846 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
847 | checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" | |
848 | dependencies = [ | |
849 | "quote", | |
850 | "syn", | |
851 | ] | |
852 | ||
853 | [[package]] | |
854 | name = "once_cell" | |
855 | version = "1.16.0" | |
856 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
857 | checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" | |
858 | ||
859 | [[package]] | |
860 | name = "os_str_bytes" | |
861 | version = "6.4.1" | |
862 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
863 | checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" | |
864 | ||
865 | [[package]] | |
866 | name = "paste" | |
867 | version = "1.0.9" | |
868 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
869 | checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" | |
870 | ||
871 | [[package]] | |
872 | name = "pin-project" | |
873 | version = "1.0.12" | |
874 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
875 | checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" | |
876 | dependencies = [ | |
877 | "pin-project-internal", | |
878 | ] | |
879 | ||
880 | [[package]] | |
881 | name = "pin-project-internal" | |
882 | version = "1.0.12" | |
883 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
884 | checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" | |
885 | dependencies = [ | |
886 | "proc-macro2", | |
887 | "quote", | |
888 | "syn", | |
889 | ] | |
890 | ||
891 | [[package]] | |
892 | name = "pkg-config" | |
893 | version = "0.3.26" | |
894 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
895 | checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" | |
896 | ||
897 | [[package]] | |
898 | name = "png" | |
899 | version = "0.17.7" | |
900 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
901 | checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" | |
902 | dependencies = [ | |
903 | "bitflags", | |
904 | "crc32fast", | |
905 | "flate2", | |
906 | "miniz_oxide", | |
907 | ] | |
908 | ||
909 | [[package]] | |
910 | name = "pointsource_algs" | |
911 | version = "0.1.0" | |
912 | dependencies = [ | |
913 | "GSL", | |
914 | "alg_tools", | |
915 | "chrono", | |
916 | "clap", | |
917 | "colorbrewer", | |
918 | "colored", | |
919 | "cpu-time", | |
920 | "float_extras", | |
921 | "image", | |
922 | "itertools", | |
923 | "nalgebra", | |
924 | "num-traits", | |
925 | "numeric_literals", | |
926 | "poloto", | |
927 | "rand", | |
928 | "rand_distr", | |
929 | "rgb", | |
930 | "serde", | |
931 | "serde_json", | |
932 | ] | |
933 | ||
934 | [[package]] | |
935 | name = "poloto" | |
936 | version = "3.13.1" | |
937 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
938 | checksum = "a2541c28c0622b297e342444bd8b1d87b02c8478dd3ed0ecc3eee47dc4d13282" | |
939 | dependencies = [ | |
940 | "tagger", | |
941 | ] | |
942 | ||
943 | [[package]] | |
944 | name = "ppv-lite86" | |
945 | version = "0.2.17" | |
946 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
947 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
948 | ||
949 | [[package]] | |
950 | name = "proc-macro-error" | |
951 | version = "1.0.4" | |
952 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
953 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | |
954 | dependencies = [ | |
955 | "proc-macro-error-attr", | |
956 | "proc-macro2", | |
957 | "quote", | |
958 | "syn", | |
959 | "version_check", | |
960 | ] | |
961 | ||
962 | [[package]] | |
963 | name = "proc-macro-error-attr" | |
964 | version = "1.0.4" | |
965 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
966 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | |
967 | dependencies = [ | |
968 | "proc-macro2", | |
969 | "quote", | |
970 | "version_check", | |
971 | ] | |
972 | ||
973 | [[package]] | |
974 | name = "proc-macro2" | |
975 | version = "1.0.47" | |
976 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
977 | checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" | |
978 | dependencies = [ | |
979 | "unicode-ident", | |
980 | ] | |
981 | ||
982 | [[package]] | |
983 | name = "quote" | |
984 | version = "1.0.21" | |
985 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
986 | checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" | |
987 | dependencies = [ | |
988 | "proc-macro2", | |
989 | ] | |
990 | ||
991 | [[package]] | |
992 | name = "rand" | |
993 | version = "0.8.5" | |
994 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
995 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
996 | dependencies = [ | |
997 | "libc", | |
998 | "rand_chacha", | |
999 | "rand_core", | |
1000 | ] | |
1001 | ||
1002 | [[package]] | |
1003 | name = "rand_chacha" | |
1004 | version = "0.3.1" | |
1005 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1006 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
1007 | dependencies = [ | |
1008 | "ppv-lite86", | |
1009 | "rand_core", | |
1010 | ] | |
1011 | ||
1012 | [[package]] | |
1013 | name = "rand_core" | |
1014 | version = "0.6.4" | |
1015 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1016 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
1017 | dependencies = [ | |
1018 | "getrandom", | |
1019 | ] | |
1020 | ||
1021 | [[package]] | |
1022 | name = "rand_distr" | |
1023 | version = "0.4.3" | |
1024 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1025 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" | |
1026 | dependencies = [ | |
1027 | "num-traits", | |
1028 | "rand", | |
1029 | ] | |
1030 | ||
1031 | [[package]] | |
1032 | name = "rawpointer" | |
1033 | version = "0.2.1" | |
1034 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1035 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
1036 | ||
1037 | [[package]] | |
1038 | name = "rayon" | |
1039 | version = "1.6.0" | |
1040 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1041 | checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" | |
1042 | dependencies = [ | |
1043 | "crossbeam-deque", | |
1044 | "either", | |
1045 | "rayon-core", | |
1046 | ] | |
1047 | ||
1048 | [[package]] | |
1049 | name = "rayon-core" | |
1050 | version = "1.10.1" | |
1051 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1052 | checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" | |
1053 | dependencies = [ | |
1054 | "crossbeam-channel", | |
1055 | "crossbeam-deque", | |
1056 | "crossbeam-utils", | |
1057 | "num_cpus", | |
1058 | ] | |
1059 | ||
1060 | [[package]] | |
1061 | name = "regex-automata" | |
1062 | version = "0.1.10" | |
1063 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1064 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" | |
1065 | ||
1066 | [[package]] | |
1067 | name = "rgb" | |
1068 | version = "0.8.34" | |
1069 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1070 | checksum = "3603b7d71ca82644f79b5a06d1220e9a58ede60bd32255f698cb1af8838b8db3" | |
1071 | dependencies = [ | |
1072 | "bytemuck", | |
1073 | ] | |
1074 | ||
1075 | [[package]] | |
1076 | name = "rustix" | |
1077 | version = "0.35.13" | |
1078 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1079 | checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" | |
1080 | dependencies = [ | |
1081 | "bitflags", | |
1082 | "errno", | |
1083 | "io-lifetimes 0.7.5", | |
1084 | "libc", | |
1085 | "linux-raw-sys 0.0.46", | |
1086 | "windows-sys", | |
1087 | ] | |
1088 | ||
1089 | [[package]] | |
1090 | name = "rustix" | |
1091 | version = "0.36.3" | |
1092 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1093 | checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e" | |
1094 | dependencies = [ | |
1095 | "bitflags", | |
1096 | "errno", | |
1097 | "io-lifetimes 1.0.2", | |
1098 | "libc", | |
1099 | "linux-raw-sys 0.1.3", | |
1100 | "windows-sys", | |
1101 | ] | |
1102 | ||
1103 | [[package]] | |
1104 | name = "ryu" | |
1105 | version = "1.0.11" | |
1106 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1107 | checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" | |
1108 | ||
1109 | [[package]] | |
1110 | name = "safe_arch" | |
1111 | version = "0.6.0" | |
1112 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1113 | checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529" | |
1114 | dependencies = [ | |
1115 | "bytemuck", | |
1116 | ] | |
1117 | ||
1118 | [[package]] | |
1119 | name = "scoped_threadpool" | |
1120 | version = "0.1.9" | |
1121 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1122 | checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" | |
1123 | ||
1124 | [[package]] | |
1125 | name = "scopeguard" | |
1126 | version = "1.1.0" | |
1127 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1128 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
1129 | ||
1130 | [[package]] | |
1131 | name = "scratch" | |
1132 | version = "1.0.2" | |
1133 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1134 | checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" | |
1135 | ||
1136 | [[package]] | |
1137 | name = "serde" | |
1138 | version = "1.0.148" | |
1139 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1140 | checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc" | |
1141 | dependencies = [ | |
1142 | "serde_derive", | |
1143 | ] | |
1144 | ||
1145 | [[package]] | |
1146 | name = "serde_derive" | |
1147 | version = "1.0.148" | |
1148 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1149 | checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c" | |
1150 | dependencies = [ | |
1151 | "proc-macro2", | |
1152 | "quote", | |
1153 | "syn", | |
1154 | ] | |
1155 | ||
1156 | [[package]] | |
1157 | name = "serde_json" | |
1158 | version = "1.0.89" | |
1159 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1160 | checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" | |
1161 | dependencies = [ | |
1162 | "itoa 1.0.4", | |
1163 | "ryu", | |
1164 | "serde", | |
1165 | ] | |
1166 | ||
1167 | [[package]] | |
1168 | name = "simba" | |
1169 | version = "0.7.3" | |
1170 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1171 | checksum = "2f3fd720c48c53cace224ae62bef1bbff363a70c68c4802a78b5cc6159618176" | |
1172 | dependencies = [ | |
1173 | "approx", | |
1174 | "num-complex", | |
1175 | "num-traits", | |
1176 | "paste", | |
1177 | "wide", | |
1178 | ] | |
1179 | ||
1180 | [[package]] | |
1181 | name = "smallvec" | |
1182 | version = "1.10.0" | |
1183 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1184 | checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" | |
1185 | ||
1186 | [[package]] | |
1187 | name = "spin" | |
1188 | version = "0.9.4" | |
1189 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1190 | checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" | |
1191 | dependencies = [ | |
1192 | "lock_api", | |
1193 | ] | |
1194 | ||
1195 | [[package]] | |
1196 | name = "strsim" | |
1197 | version = "0.10.0" | |
1198 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1199 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
1200 | ||
1201 | [[package]] | |
1202 | name = "syn" | |
1203 | version = "1.0.104" | |
1204 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1205 | checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce" | |
1206 | dependencies = [ | |
1207 | "proc-macro2", | |
1208 | "quote", | |
1209 | "unicode-ident", | |
1210 | ] | |
1211 | ||
1212 | [[package]] | |
1213 | name = "tagger" | |
1214 | version = "4.3.4" | |
1215 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1216 | checksum = "6aaa6f5d645d1dae4cd0286e9f8bf15b75a31656348e5e106eb1a940abd34b63" | |
1217 | ||
1218 | [[package]] | |
1219 | name = "termcolor" | |
1220 | version = "1.1.3" | |
1221 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1222 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" | |
1223 | dependencies = [ | |
1224 | "winapi-util", | |
1225 | ] | |
1226 | ||
1227 | [[package]] | |
1228 | name = "terminal_size" | |
1229 | version = "0.2.2" | |
1230 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1231 | checksum = "40ca90c434fd12083d1a6bdcbe9f92a14f96c8a1ba600ba451734ac334521f7a" | |
1232 | dependencies = [ | |
1233 | "rustix 0.35.13", | |
1234 | "windows-sys", | |
1235 | ] | |
1236 | ||
1237 | [[package]] | |
1238 | name = "threadpool" | |
1239 | version = "1.8.1" | |
1240 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1241 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" | |
1242 | dependencies = [ | |
1243 | "num_cpus", | |
1244 | ] | |
1245 | ||
1246 | [[package]] | |
1247 | name = "tiff" | |
1248 | version = "0.8.0" | |
1249 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1250 | checksum = "f17def29300a156c19ae30814710d9c63cd50288a49c6fd3a10ccfbe4cf886fd" | |
1251 | dependencies = [ | |
1252 | "flate2", | |
1253 | "jpeg-decoder", | |
1254 | "weezl", | |
1255 | ] | |
1256 | ||
1257 | [[package]] | |
1258 | name = "time" | |
1259 | version = "0.1.45" | |
1260 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1261 | checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" | |
1262 | dependencies = [ | |
1263 | "libc", | |
1264 | "wasi 0.10.0+wasi-snapshot-preview1", | |
1265 | "winapi", | |
1266 | ] | |
1267 | ||
1268 | [[package]] | |
1269 | name = "trait-set" | |
1270 | version = "0.2.0" | |
1271 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1272 | checksum = "875c4c873cc824e362fa9a9419ffa59807244824275a44ad06fec9684fff08f2" | |
1273 | dependencies = [ | |
1274 | "proc-macro2", | |
1275 | "quote", | |
1276 | "syn", | |
1277 | ] | |
1278 | ||
1279 | [[package]] | |
1280 | name = "typenum" | |
1281 | version = "1.15.0" | |
1282 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1283 | checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" | |
1284 | ||
1285 | [[package]] | |
1286 | name = "unicase" | |
1287 | version = "2.6.0" | |
1288 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1289 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | |
1290 | dependencies = [ | |
1291 | "version_check", | |
1292 | ] | |
1293 | ||
1294 | [[package]] | |
1295 | name = "unicode-ident" | |
1296 | version = "1.0.5" | |
1297 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1298 | checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" | |
1299 | ||
1300 | [[package]] | |
1301 | name = "unicode-width" | |
1302 | version = "0.1.10" | |
1303 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1304 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" | |
1305 | ||
1306 | [[package]] | |
1307 | name = "version_check" | |
1308 | version = "0.9.4" | |
1309 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1310 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
1311 | ||
1312 | [[package]] | |
1313 | name = "wasi" | |
1314 | version = "0.10.0+wasi-snapshot-preview1" | |
1315 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1316 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |
1317 | ||
1318 | [[package]] | |
1319 | name = "wasi" | |
1320 | version = "0.11.0+wasi-snapshot-preview1" | |
1321 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1322 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
1323 | ||
1324 | [[package]] | |
1325 | name = "wasm-bindgen" | |
1326 | version = "0.2.83" | |
1327 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1328 | checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" | |
1329 | dependencies = [ | |
1330 | "cfg-if", | |
1331 | "wasm-bindgen-macro", | |
1332 | ] | |
1333 | ||
1334 | [[package]] | |
1335 | name = "wasm-bindgen-backend" | |
1336 | version = "0.2.83" | |
1337 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1338 | checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" | |
1339 | dependencies = [ | |
1340 | "bumpalo", | |
1341 | "log", | |
1342 | "once_cell", | |
1343 | "proc-macro2", | |
1344 | "quote", | |
1345 | "syn", | |
1346 | "wasm-bindgen-shared", | |
1347 | ] | |
1348 | ||
1349 | [[package]] | |
1350 | name = "wasm-bindgen-macro" | |
1351 | version = "0.2.83" | |
1352 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1353 | checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" | |
1354 | dependencies = [ | |
1355 | "quote", | |
1356 | "wasm-bindgen-macro-support", | |
1357 | ] | |
1358 | ||
1359 | [[package]] | |
1360 | name = "wasm-bindgen-macro-support" | |
1361 | version = "0.2.83" | |
1362 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1363 | checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" | |
1364 | dependencies = [ | |
1365 | "proc-macro2", | |
1366 | "quote", | |
1367 | "syn", | |
1368 | "wasm-bindgen-backend", | |
1369 | "wasm-bindgen-shared", | |
1370 | ] | |
1371 | ||
1372 | [[package]] | |
1373 | name = "wasm-bindgen-shared" | |
1374 | version = "0.2.83" | |
1375 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1376 | checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" | |
1377 | ||
1378 | [[package]] | |
1379 | name = "weezl" | |
1380 | version = "0.1.7" | |
1381 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1382 | checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" | |
1383 | ||
1384 | [[package]] | |
1385 | name = "wide" | |
1386 | version = "0.7.5" | |
1387 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1388 | checksum = "ae41ecad2489a1655c8ef8489444b0b113c0a0c795944a3572a0931cf7d2525c" | |
1389 | dependencies = [ | |
1390 | "bytemuck", | |
1391 | "safe_arch", | |
1392 | ] | |
1393 | ||
1394 | [[package]] | |
1395 | name = "winapi" | |
1396 | version = "0.3.9" | |
1397 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1398 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1399 | dependencies = [ | |
1400 | "winapi-i686-pc-windows-gnu", | |
1401 | "winapi-x86_64-pc-windows-gnu", | |
1402 | ] | |
1403 | ||
1404 | [[package]] | |
1405 | name = "winapi-i686-pc-windows-gnu" | |
1406 | version = "0.4.0" | |
1407 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1408 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1409 | ||
1410 | [[package]] | |
1411 | name = "winapi-util" | |
1412 | version = "0.1.5" | |
1413 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1414 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | |
1415 | dependencies = [ | |
1416 | "winapi", | |
1417 | ] | |
1418 | ||
1419 | [[package]] | |
1420 | name = "winapi-x86_64-pc-windows-gnu" | |
1421 | version = "0.4.0" | |
1422 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1423 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1424 | ||
1425 | [[package]] | |
1426 | name = "windows-sys" | |
1427 | version = "0.42.0" | |
1428 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1429 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" | |
1430 | dependencies = [ | |
1431 | "windows_aarch64_gnullvm", | |
1432 | "windows_aarch64_msvc", | |
1433 | "windows_i686_gnu", | |
1434 | "windows_i686_msvc", | |
1435 | "windows_x86_64_gnu", | |
1436 | "windows_x86_64_gnullvm", | |
1437 | "windows_x86_64_msvc", | |
1438 | ] | |
1439 | ||
1440 | [[package]] | |
1441 | name = "windows_aarch64_gnullvm" | |
1442 | version = "0.42.0" | |
1443 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1444 | checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" | |
1445 | ||
1446 | [[package]] | |
1447 | name = "windows_aarch64_msvc" | |
1448 | version = "0.42.0" | |
1449 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1450 | checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" | |
1451 | ||
1452 | [[package]] | |
1453 | name = "windows_i686_gnu" | |
1454 | version = "0.42.0" | |
1455 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1456 | checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" | |
1457 | ||
1458 | [[package]] | |
1459 | name = "windows_i686_msvc" | |
1460 | version = "0.42.0" | |
1461 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1462 | checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" | |
1463 | ||
1464 | [[package]] | |
1465 | name = "windows_x86_64_gnu" | |
1466 | version = "0.42.0" | |
1467 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1468 | checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" | |
1469 | ||
1470 | [[package]] | |
1471 | name = "windows_x86_64_gnullvm" | |
1472 | version = "0.42.0" | |
1473 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1474 | checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" | |
1475 | ||
1476 | [[package]] | |
1477 | name = "windows_x86_64_msvc" | |
1478 | version = "0.42.0" | |
1479 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1480 | checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" |