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