84 version = "1.1.0" |
134 version = "1.1.0" |
85 source = "registry+https://github.com/rust-lang/crates.io-index" |
135 source = "registry+https://github.com/rust-lang/crates.io-index" |
86 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
136 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
87 |
137 |
88 [[package]] |
138 [[package]] |
89 name = "bit_field" |
|
90 version = "0.10.2" |
|
91 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
92 checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" |
|
93 |
|
94 [[package]] |
|
95 name = "bitflags" |
|
96 version = "1.3.2" |
|
97 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
98 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
99 |
|
100 [[package]] |
|
101 name = "bitflags" |
139 name = "bitflags" |
102 version = "2.4.0" |
140 version = "2.4.0" |
103 source = "registry+https://github.com/rust-lang/crates.io-index" |
141 source = "registry+https://github.com/rust-lang/crates.io-index" |
104 checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
142 checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
105 |
143 |
106 [[package]] |
144 [[package]] |
107 name = "bstr" |
|
108 version = "0.2.17" |
|
109 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
110 checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
|
111 dependencies = [ |
|
112 "lazy_static", |
|
113 "memchr", |
|
114 "regex-automata", |
|
115 "serde", |
|
116 ] |
|
117 |
|
118 [[package]] |
|
119 name = "bumpalo" |
145 name = "bumpalo" |
120 version = "3.14.0" |
146 version = "3.16.0" |
121 source = "registry+https://github.com/rust-lang/crates.io-index" |
147 source = "registry+https://github.com/rust-lang/crates.io-index" |
122 checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
148 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
123 |
149 |
124 [[package]] |
150 [[package]] |
125 name = "bytemuck" |
151 name = "bytemuck" |
126 version = "1.14.0" |
152 version = "1.20.0" |
127 source = "registry+https://github.com/rust-lang/crates.io-index" |
153 source = "registry+https://github.com/rust-lang/crates.io-index" |
128 checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" |
154 checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" |
129 |
|
130 [[package]] |
|
131 name = "byteorder" |
|
132 version = "1.5.0" |
|
133 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
134 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
135 |
155 |
136 [[package]] |
156 [[package]] |
137 name = "cc" |
157 name = "cc" |
138 version = "1.0.83" |
158 version = "1.2.0" |
139 source = "registry+https://github.com/rust-lang/crates.io-index" |
159 source = "registry+https://github.com/rust-lang/crates.io-index" |
140 checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
160 checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" |
141 dependencies = [ |
161 dependencies = [ |
142 "libc", |
162 "shlex", |
143 ] |
163 ] |
144 |
164 |
145 [[package]] |
165 [[package]] |
146 name = "cfg-if" |
166 name = "cfg-if" |
147 version = "1.0.0" |
167 version = "1.0.0" |
148 source = "registry+https://github.com/rust-lang/crates.io-index" |
168 source = "registry+https://github.com/rust-lang/crates.io-index" |
149 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
169 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
150 |
170 |
151 [[package]] |
171 [[package]] |
152 name = "chrono" |
172 name = "chrono" |
153 version = "0.4.31" |
173 version = "0.4.39" |
154 source = "registry+https://github.com/rust-lang/crates.io-index" |
174 source = "registry+https://github.com/rust-lang/crates.io-index" |
155 checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" |
175 checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
156 dependencies = [ |
176 dependencies = [ |
157 "android-tzdata", |
177 "android-tzdata", |
158 "iana-time-zone", |
178 "iana-time-zone", |
159 "js-sys", |
179 "js-sys", |
160 "num-traits", |
180 "num-traits", |
161 "serde", |
181 "serde", |
162 "wasm-bindgen", |
182 "wasm-bindgen", |
163 "windows-targets", |
183 "windows-targets 0.52.6", |
164 ] |
184 ] |
165 |
185 |
166 [[package]] |
186 [[package]] |
167 name = "clap" |
187 name = "clap" |
168 version = "4.0.32" |
188 version = "4.5.23" |
169 source = "registry+https://github.com/rust-lang/crates.io-index" |
189 source = "registry+https://github.com/rust-lang/crates.io-index" |
170 checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" |
190 checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" |
171 dependencies = [ |
191 dependencies = [ |
172 "bitflags 1.3.2", |
192 "clap_builder", |
173 "clap_derive", |
193 "clap_derive", |
|
194 ] |
|
195 |
|
196 [[package]] |
|
197 name = "clap_builder" |
|
198 version = "4.5.23" |
|
199 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
200 checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" |
|
201 dependencies = [ |
|
202 "anstream", |
|
203 "anstyle", |
174 "clap_lex", |
204 "clap_lex", |
175 "is-terminal", |
|
176 "once_cell", |
|
177 "strsim", |
205 "strsim", |
178 "termcolor", |
|
179 "terminal_size", |
206 "terminal_size", |
180 "unicase", |
207 "unicase", |
181 "unicode-width", |
208 "unicode-width", |
182 ] |
209 ] |
183 |
210 |
184 [[package]] |
211 [[package]] |
185 name = "clap_derive" |
212 name = "clap_derive" |
186 version = "4.0.21" |
213 version = "4.5.18" |
187 source = "registry+https://github.com/rust-lang/crates.io-index" |
214 source = "registry+https://github.com/rust-lang/crates.io-index" |
188 checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" |
215 checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" |
189 dependencies = [ |
216 dependencies = [ |
190 "heck", |
217 "heck", |
191 "proc-macro-error", |
|
192 "proc-macro2", |
218 "proc-macro2", |
193 "quote", |
219 "quote", |
194 "syn 1.0.109", |
220 "syn 2.0.93", |
195 ] |
221 ] |
196 |
222 |
197 [[package]] |
223 [[package]] |
198 name = "clap_lex" |
224 name = "clap_lex" |
199 version = "0.3.3" |
225 version = "0.7.4" |
200 source = "registry+https://github.com/rust-lang/crates.io-index" |
226 source = "registry+https://github.com/rust-lang/crates.io-index" |
201 checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" |
227 checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
202 dependencies = [ |
228 |
203 "os_str_bytes", |
229 [[package]] |
204 ] |
230 name = "colorchoice" |
205 |
231 version = "1.0.3" |
206 [[package]] |
232 source = "registry+https://github.com/rust-lang/crates.io-index" |
207 name = "color_quant" |
233 checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
208 version = "1.1.0" |
|
209 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
210 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
211 |
|
212 [[package]] |
|
213 name = "colorbrewer" |
|
214 version = "0.2.0" |
|
215 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
216 checksum = "525be5012d97bc222e124ded87f18601e6fbd24a406761bcb1664475663919a6" |
|
217 dependencies = [ |
|
218 "rgb", |
|
219 ] |
|
220 |
234 |
221 [[package]] |
235 [[package]] |
222 name = "colored" |
236 name = "colored" |
223 version = "2.0.4" |
237 version = "2.1.0" |
224 source = "registry+https://github.com/rust-lang/crates.io-index" |
238 source = "registry+https://github.com/rust-lang/crates.io-index" |
225 checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" |
239 checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
226 dependencies = [ |
240 dependencies = [ |
227 "is-terminal", |
|
228 "lazy_static", |
241 "lazy_static", |
229 "windows-sys", |
242 "windows-sys 0.48.0", |
230 ] |
243 ] |
231 |
244 |
232 [[package]] |
245 [[package]] |
233 name = "core-foundation-sys" |
246 name = "core-foundation-sys" |
234 version = "0.8.4" |
247 version = "0.8.7" |
235 source = "registry+https://github.com/rust-lang/crates.io-index" |
248 source = "registry+https://github.com/rust-lang/crates.io-index" |
236 checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
249 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
237 |
250 |
238 [[package]] |
251 [[package]] |
239 name = "cpu-time" |
252 name = "cpu-time" |
240 version = "1.0.0" |
253 version = "1.0.0" |
241 source = "registry+https://github.com/rust-lang/crates.io-index" |
254 source = "registry+https://github.com/rust-lang/crates.io-index" |
242 checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" |
255 checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" |
243 dependencies = [ |
256 dependencies = [ |
244 "libc", |
257 "libc", |
245 "winapi", |
258 "winapi", |
246 ] |
|
247 |
|
248 [[package]] |
|
249 name = "crc32fast" |
|
250 version = "1.3.2" |
|
251 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
252 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
|
253 dependencies = [ |
|
254 "cfg-if", |
|
255 ] |
259 ] |
256 |
260 |
257 [[package]] |
261 [[package]] |
258 name = "crossbeam-deque" |
262 name = "crossbeam-deque" |
259 version = "0.8.3" |
263 version = "0.8.3" |
448 dependencies = [ |
376 dependencies = [ |
449 "cc", |
377 "cc", |
450 ] |
378 ] |
451 |
379 |
452 [[package]] |
380 [[package]] |
453 name = "image" |
381 name = "is_terminal_polyfill" |
454 version = "0.24.7" |
382 version = "1.70.1" |
455 source = "registry+https://github.com/rust-lang/crates.io-index" |
383 source = "registry+https://github.com/rust-lang/crates.io-index" |
456 checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" |
384 checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
457 dependencies = [ |
|
458 "bytemuck", |
|
459 "byteorder", |
|
460 "color_quant", |
|
461 "exr", |
|
462 "gif", |
|
463 "jpeg-decoder", |
|
464 "num-rational", |
|
465 "num-traits", |
|
466 "png", |
|
467 "qoi", |
|
468 "tiff", |
|
469 ] |
|
470 |
|
471 [[package]] |
|
472 name = "io-lifetimes" |
|
473 version = "1.0.11" |
|
474 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
475 checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
|
476 dependencies = [ |
|
477 "hermit-abi", |
|
478 "libc", |
|
479 "windows-sys", |
|
480 ] |
|
481 |
|
482 [[package]] |
|
483 name = "is-terminal" |
|
484 version = "0.4.9" |
|
485 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
486 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
|
487 dependencies = [ |
|
488 "hermit-abi", |
|
489 "rustix 0.38.19", |
|
490 "windows-sys", |
|
491 ] |
|
492 |
385 |
493 [[package]] |
386 [[package]] |
494 name = "itertools" |
387 name = "itertools" |
495 version = "0.10.5" |
388 version = "0.13.0" |
496 source = "registry+https://github.com/rust-lang/crates.io-index" |
389 source = "registry+https://github.com/rust-lang/crates.io-index" |
497 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
390 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
498 dependencies = [ |
391 dependencies = [ |
499 "either", |
392 "either", |
500 ] |
393 ] |
501 |
|
502 [[package]] |
|
503 name = "itoa" |
|
504 version = "0.4.8" |
|
505 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
506 checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
|
507 |
394 |
508 [[package]] |
395 [[package]] |
509 name = "itoa" |
396 name = "itoa" |
510 version = "1.0.9" |
397 version = "1.0.9" |
511 source = "registry+https://github.com/rust-lang/crates.io-index" |
398 source = "registry+https://github.com/rust-lang/crates.io-index" |
512 checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
399 checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
513 |
400 |
514 [[package]] |
401 [[package]] |
515 name = "jpeg-decoder" |
|
516 version = "0.3.0" |
|
517 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
518 checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" |
|
519 dependencies = [ |
|
520 "rayon", |
|
521 ] |
|
522 |
|
523 [[package]] |
|
524 name = "js-sys" |
402 name = "js-sys" |
525 version = "0.3.64" |
403 version = "0.3.76" |
526 source = "registry+https://github.com/rust-lang/crates.io-index" |
404 source = "registry+https://github.com/rust-lang/crates.io-index" |
527 checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
405 checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" |
528 dependencies = [ |
406 dependencies = [ |
|
407 "once_cell", |
529 "wasm-bindgen", |
408 "wasm-bindgen", |
530 ] |
409 ] |
531 |
410 |
532 [[package]] |
411 [[package]] |
533 name = "lazy_static" |
412 name = "lazy_static" |
534 version = "1.4.0" |
413 version = "1.4.0" |
535 source = "registry+https://github.com/rust-lang/crates.io-index" |
414 source = "registry+https://github.com/rust-lang/crates.io-index" |
536 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
415 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
537 |
416 |
538 [[package]] |
417 [[package]] |
539 name = "lebe" |
|
540 version = "0.5.2" |
|
541 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
542 checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" |
|
543 |
|
544 [[package]] |
|
545 name = "libc" |
418 name = "libc" |
546 version = "0.2.149" |
419 version = "0.2.149" |
547 source = "registry+https://github.com/rust-lang/crates.io-index" |
420 source = "registry+https://github.com/rust-lang/crates.io-index" |
548 checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
421 checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
549 |
422 |
754 version = "0.3.27" |
593 version = "0.3.27" |
755 source = "registry+https://github.com/rust-lang/crates.io-index" |
594 source = "registry+https://github.com/rust-lang/crates.io-index" |
756 checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
595 checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
757 |
596 |
758 [[package]] |
597 [[package]] |
759 name = "png" |
|
760 version = "0.17.10" |
|
761 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
762 checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" |
|
763 dependencies = [ |
|
764 "bitflags 1.3.2", |
|
765 "crc32fast", |
|
766 "fdeflate", |
|
767 "flate2", |
|
768 "miniz_oxide", |
|
769 ] |
|
770 |
|
771 [[package]] |
|
772 name = "pointsource_algs" |
598 name = "pointsource_algs" |
773 version = "2.0.0-dev" |
599 version = "2.0.0-dev" |
774 dependencies = [ |
600 dependencies = [ |
775 "GSL", |
601 "GSL", |
776 "alg_tools", |
602 "alg_tools", |
|
603 "anyhow", |
777 "chrono", |
604 "chrono", |
778 "clap", |
605 "clap", |
779 "colorbrewer", |
|
780 "colored", |
606 "colored", |
781 "cpu-time", |
607 "cpu-time", |
782 "float_extras", |
608 "float_extras", |
783 "image", |
|
784 "itertools", |
609 "itertools", |
785 "nalgebra", |
610 "nalgebra", |
786 "num-traits", |
611 "num-traits", |
787 "numeric_literals", |
612 "numeric_literals", |
788 "poloto", |
|
789 "rand", |
613 "rand", |
790 "rand_distr", |
614 "rand_distr", |
791 "regex", |
615 "regex", |
792 "rgb", |
|
793 "serde", |
616 "serde", |
794 "serde_json", |
617 "serde_json", |
795 ] |
618 ] |
796 |
619 |
797 [[package]] |
620 [[package]] |
798 name = "poloto" |
|
799 version = "3.13.1" |
|
800 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
801 checksum = "a2541c28c0622b297e342444bd8b1d87b02c8478dd3ed0ecc3eee47dc4d13282" |
|
802 dependencies = [ |
|
803 "tagger", |
|
804 ] |
|
805 |
|
806 [[package]] |
|
807 name = "ppv-lite86" |
621 name = "ppv-lite86" |
808 version = "0.2.17" |
622 version = "0.2.17" |
809 source = "registry+https://github.com/rust-lang/crates.io-index" |
623 source = "registry+https://github.com/rust-lang/crates.io-index" |
810 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
624 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
811 |
625 |
812 [[package]] |
626 [[package]] |
813 name = "proc-macro-error" |
|
814 version = "1.0.4" |
|
815 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
816 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
817 dependencies = [ |
|
818 "proc-macro-error-attr", |
|
819 "proc-macro2", |
|
820 "quote", |
|
821 "syn 1.0.109", |
|
822 "version_check", |
|
823 ] |
|
824 |
|
825 [[package]] |
|
826 name = "proc-macro-error-attr" |
|
827 version = "1.0.4" |
|
828 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
829 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
830 dependencies = [ |
|
831 "proc-macro2", |
|
832 "quote", |
|
833 "version_check", |
|
834 ] |
|
835 |
|
836 [[package]] |
|
837 name = "proc-macro2" |
627 name = "proc-macro2" |
838 version = "1.0.69" |
628 version = "1.0.92" |
839 source = "registry+https://github.com/rust-lang/crates.io-index" |
629 source = "registry+https://github.com/rust-lang/crates.io-index" |
840 checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
630 checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
841 dependencies = [ |
631 dependencies = [ |
842 "unicode-ident", |
632 "unicode-ident", |
843 ] |
633 ] |
844 |
634 |
845 [[package]] |
635 [[package]] |
846 name = "qoi" |
|
847 version = "0.4.1" |
|
848 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
849 checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
|
850 dependencies = [ |
|
851 "bytemuck", |
|
852 ] |
|
853 |
|
854 [[package]] |
|
855 name = "quote" |
636 name = "quote" |
856 version = "1.0.33" |
637 version = "1.0.38" |
857 source = "registry+https://github.com/rust-lang/crates.io-index" |
638 source = "registry+https://github.com/rust-lang/crates.io-index" |
858 checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
639 checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
859 dependencies = [ |
640 dependencies = [ |
860 "proc-macro2", |
641 "proc-macro2", |
861 ] |
642 ] |
862 |
643 |
863 [[package]] |
644 [[package]] |
906 source = "registry+https://github.com/rust-lang/crates.io-index" |
687 source = "registry+https://github.com/rust-lang/crates.io-index" |
907 checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
688 checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
908 |
689 |
909 [[package]] |
690 [[package]] |
910 name = "rayon" |
691 name = "rayon" |
911 version = "1.8.0" |
692 version = "1.10.0" |
912 source = "registry+https://github.com/rust-lang/crates.io-index" |
693 source = "registry+https://github.com/rust-lang/crates.io-index" |
913 checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" |
694 checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
914 dependencies = [ |
695 dependencies = [ |
915 "either", |
696 "either", |
916 "rayon-core", |
697 "rayon-core", |
917 ] |
698 ] |
918 |
699 |
919 [[package]] |
700 [[package]] |
920 name = "rayon-core" |
701 name = "rayon-core" |
921 version = "1.12.0" |
702 version = "1.12.1" |
922 source = "registry+https://github.com/rust-lang/crates.io-index" |
703 source = "registry+https://github.com/rust-lang/crates.io-index" |
923 checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" |
704 checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
924 dependencies = [ |
705 dependencies = [ |
925 "crossbeam-deque", |
706 "crossbeam-deque", |
926 "crossbeam-utils", |
707 "crossbeam-utils", |
927 ] |
708 ] |
928 |
709 |
929 [[package]] |
710 [[package]] |
930 name = "regex" |
711 name = "regex" |
931 version = "1.7.3" |
712 version = "1.11.1" |
932 source = "registry+https://github.com/rust-lang/crates.io-index" |
713 source = "registry+https://github.com/rust-lang/crates.io-index" |
933 checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
714 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
715 dependencies = [ |
|
716 "aho-corasick", |
|
717 "memchr", |
|
718 "regex-automata", |
|
719 "regex-syntax", |
|
720 ] |
|
721 |
|
722 [[package]] |
|
723 name = "regex-automata" |
|
724 version = "0.4.9" |
|
725 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
726 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
934 dependencies = [ |
727 dependencies = [ |
935 "aho-corasick", |
728 "aho-corasick", |
936 "memchr", |
729 "memchr", |
937 "regex-syntax", |
730 "regex-syntax", |
938 ] |
731 ] |
939 |
732 |
940 [[package]] |
733 [[package]] |
941 name = "regex-automata" |
|
942 version = "0.1.10" |
|
943 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
944 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
945 |
|
946 [[package]] |
|
947 name = "regex-syntax" |
734 name = "regex-syntax" |
948 version = "0.6.29" |
735 version = "0.8.5" |
949 source = "registry+https://github.com/rust-lang/crates.io-index" |
736 source = "registry+https://github.com/rust-lang/crates.io-index" |
950 checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
737 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
951 |
|
952 [[package]] |
|
953 name = "rgb" |
|
954 version = "0.8.36" |
|
955 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
956 checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" |
|
957 dependencies = [ |
|
958 "bytemuck", |
|
959 ] |
|
960 |
|
961 [[package]] |
|
962 name = "rustix" |
|
963 version = "0.37.25" |
|
964 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
965 checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035" |
|
966 dependencies = [ |
|
967 "bitflags 1.3.2", |
|
968 "errno", |
|
969 "io-lifetimes", |
|
970 "libc", |
|
971 "linux-raw-sys 0.3.8", |
|
972 "windows-sys", |
|
973 ] |
|
974 |
738 |
975 [[package]] |
739 [[package]] |
976 name = "rustix" |
740 name = "rustix" |
977 version = "0.38.19" |
741 version = "0.38.19" |
978 source = "registry+https://github.com/rust-lang/crates.io-index" |
742 source = "registry+https://github.com/rust-lang/crates.io-index" |
979 checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" |
743 checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" |
980 dependencies = [ |
744 dependencies = [ |
981 "bitflags 2.4.0", |
745 "bitflags", |
982 "errno", |
746 "errno", |
983 "libc", |
747 "libc", |
984 "linux-raw-sys 0.4.10", |
748 "linux-raw-sys", |
985 "windows-sys", |
749 "windows-sys 0.48.0", |
986 ] |
750 ] |
987 |
751 |
988 [[package]] |
752 [[package]] |
989 name = "ryu" |
753 name = "ryu" |
990 version = "1.0.15" |
754 version = "1.0.15" |
1021 source = "registry+https://github.com/rust-lang/crates.io-index" |
785 source = "registry+https://github.com/rust-lang/crates.io-index" |
1022 checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" |
786 checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" |
1023 dependencies = [ |
787 dependencies = [ |
1024 "proc-macro2", |
788 "proc-macro2", |
1025 "quote", |
789 "quote", |
1026 "syn 2.0.38", |
790 "syn 2.0.93", |
1027 ] |
791 ] |
1028 |
792 |
1029 [[package]] |
793 [[package]] |
1030 name = "serde_json" |
794 name = "serde_json" |
1031 version = "1.0.107" |
795 version = "1.0.107" |
1032 source = "registry+https://github.com/rust-lang/crates.io-index" |
796 source = "registry+https://github.com/rust-lang/crates.io-index" |
1033 checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
797 checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
1034 dependencies = [ |
798 dependencies = [ |
1035 "itoa 1.0.9", |
799 "itoa", |
1036 "ryu", |
800 "ryu", |
1037 "serde", |
801 "serde", |
1038 ] |
802 ] |
1039 |
803 |
1040 [[package]] |
804 [[package]] |
|
805 name = "shlex" |
|
806 version = "1.3.0" |
|
807 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
808 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
809 |
|
810 [[package]] |
1041 name = "simba" |
811 name = "simba" |
1042 version = "0.7.3" |
812 version = "0.9.0" |
1043 source = "registry+https://github.com/rust-lang/crates.io-index" |
813 source = "registry+https://github.com/rust-lang/crates.io-index" |
1044 checksum = "2f3fd720c48c53cace224ae62bef1bbff363a70c68c4802a78b5cc6159618176" |
814 checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
1045 dependencies = [ |
815 dependencies = [ |
1046 "approx", |
816 "approx", |
1047 "num-complex", |
817 "num-complex", |
1048 "num-traits", |
818 "num-traits", |
1049 "paste", |
819 "paste", |
1050 "wide", |
820 "wide", |
1051 ] |
821 ] |
1052 |
822 |
1053 [[package]] |
823 [[package]] |
1054 name = "simd-adler32" |
|
1055 version = "0.3.7" |
|
1056 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1057 checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
1058 |
|
1059 [[package]] |
|
1060 name = "smallvec" |
|
1061 version = "1.11.1" |
|
1062 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1063 checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" |
|
1064 |
|
1065 [[package]] |
|
1066 name = "spin" |
|
1067 version = "0.9.8" |
|
1068 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1069 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
1070 dependencies = [ |
|
1071 "lock_api", |
|
1072 ] |
|
1073 |
|
1074 [[package]] |
|
1075 name = "strsim" |
824 name = "strsim" |
1076 version = "0.10.0" |
825 version = "0.11.1" |
1077 source = "registry+https://github.com/rust-lang/crates.io-index" |
826 source = "registry+https://github.com/rust-lang/crates.io-index" |
1078 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
827 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
1079 |
828 |
1080 [[package]] |
829 [[package]] |
1081 name = "syn" |
830 name = "syn" |
1082 version = "1.0.109" |
831 version = "1.0.109" |
1083 source = "registry+https://github.com/rust-lang/crates.io-index" |
832 source = "registry+https://github.com/rust-lang/crates.io-index" |
1088 "unicode-ident", |
837 "unicode-ident", |
1089 ] |
838 ] |
1090 |
839 |
1091 [[package]] |
840 [[package]] |
1092 name = "syn" |
841 name = "syn" |
1093 version = "2.0.38" |
842 version = "2.0.93" |
1094 source = "registry+https://github.com/rust-lang/crates.io-index" |
843 source = "registry+https://github.com/rust-lang/crates.io-index" |
1095 checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
844 checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" |
1096 dependencies = [ |
845 dependencies = [ |
1097 "proc-macro2", |
846 "proc-macro2", |
1098 "quote", |
847 "quote", |
1099 "unicode-ident", |
848 "unicode-ident", |
1100 ] |
849 ] |
1101 |
850 |
1102 [[package]] |
851 [[package]] |
1103 name = "tagger" |
|
1104 version = "4.3.5" |
|
1105 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1106 checksum = "094c9f64d6de9a8506b1e49b63a29333b37ed9e821ee04be694d431b3264c3c5" |
|
1107 |
|
1108 [[package]] |
|
1109 name = "termcolor" |
|
1110 version = "1.3.0" |
|
1111 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1112 checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" |
|
1113 dependencies = [ |
|
1114 "winapi-util", |
|
1115 ] |
|
1116 |
|
1117 [[package]] |
|
1118 name = "terminal_size" |
852 name = "terminal_size" |
1119 version = "0.2.6" |
853 version = "0.4.1" |
1120 source = "registry+https://github.com/rust-lang/crates.io-index" |
854 source = "registry+https://github.com/rust-lang/crates.io-index" |
1121 checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" |
855 checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" |
1122 dependencies = [ |
856 dependencies = [ |
1123 "rustix 0.37.25", |
857 "rustix", |
1124 "windows-sys", |
858 "windows-sys 0.59.0", |
1125 ] |
859 ] |
1126 |
860 |
1127 [[package]] |
861 [[package]] |
1128 name = "tiff" |
862 name = "typenum" |
1129 version = "0.9.0" |
863 version = "1.17.0" |
1130 source = "registry+https://github.com/rust-lang/crates.io-index" |
864 source = "registry+https://github.com/rust-lang/crates.io-index" |
1131 checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" |
865 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
1132 dependencies = [ |
866 |
1133 "flate2", |
867 [[package]] |
1134 "jpeg-decoder", |
868 name = "unicase" |
1135 "weezl", |
869 version = "2.7.0" |
1136 ] |
870 source = "registry+https://github.com/rust-lang/crates.io-index" |
1137 |
871 checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
1138 [[package]] |
872 dependencies = [ |
1139 name = "trait-set" |
873 "version_check", |
|
874 ] |
|
875 |
|
876 [[package]] |
|
877 name = "unicode-ident" |
|
878 version = "1.0.12" |
|
879 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
880 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
|
881 |
|
882 [[package]] |
|
883 name = "unicode-width" |
1140 version = "0.2.0" |
884 version = "0.2.0" |
1141 source = "registry+https://github.com/rust-lang/crates.io-index" |
885 source = "registry+https://github.com/rust-lang/crates.io-index" |
1142 checksum = "875c4c873cc824e362fa9a9419ffa59807244824275a44ad06fec9684fff08f2" |
886 checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
1143 dependencies = [ |
887 |
|
888 [[package]] |
|
889 name = "utf8parse" |
|
890 version = "0.2.2" |
|
891 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
892 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
|
893 |
|
894 [[package]] |
|
895 name = "version_check" |
|
896 version = "0.9.4" |
|
897 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
898 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
899 |
|
900 [[package]] |
|
901 name = "wasi" |
|
902 version = "0.11.0+wasi-snapshot-preview1" |
|
903 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
904 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
905 |
|
906 [[package]] |
|
907 name = "wasm-bindgen" |
|
908 version = "0.2.99" |
|
909 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
910 checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" |
|
911 dependencies = [ |
|
912 "cfg-if", |
|
913 "once_cell", |
|
914 "wasm-bindgen-macro", |
|
915 ] |
|
916 |
|
917 [[package]] |
|
918 name = "wasm-bindgen-backend" |
|
919 version = "0.2.99" |
|
920 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
921 checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" |
|
922 dependencies = [ |
|
923 "bumpalo", |
|
924 "log", |
1144 "proc-macro2", |
925 "proc-macro2", |
1145 "quote", |
926 "quote", |
1146 "syn 1.0.109", |
927 "syn 2.0.93", |
1147 ] |
928 "wasm-bindgen-shared", |
1148 |
929 ] |
1149 [[package]] |
930 |
1150 name = "typenum" |
931 [[package]] |
1151 version = "1.17.0" |
932 name = "wasm-bindgen-macro" |
1152 source = "registry+https://github.com/rust-lang/crates.io-index" |
933 version = "0.2.99" |
1153 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
934 source = "registry+https://github.com/rust-lang/crates.io-index" |
1154 |
935 checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" |
1155 [[package]] |
936 dependencies = [ |
1156 name = "unicase" |
937 "quote", |
1157 version = "2.7.0" |
938 "wasm-bindgen-macro-support", |
1158 source = "registry+https://github.com/rust-lang/crates.io-index" |
939 ] |
1159 checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
940 |
1160 dependencies = [ |
941 [[package]] |
1161 "version_check", |
942 name = "wasm-bindgen-macro-support" |
1162 ] |
943 version = "0.2.99" |
1163 |
944 source = "registry+https://github.com/rust-lang/crates.io-index" |
1164 [[package]] |
945 checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" |
1165 name = "unicode-ident" |
946 dependencies = [ |
1166 version = "1.0.12" |
|
1167 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1168 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
|
1169 |
|
1170 [[package]] |
|
1171 name = "unicode-width" |
|
1172 version = "0.1.11" |
|
1173 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1174 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
|
1175 |
|
1176 [[package]] |
|
1177 name = "version_check" |
|
1178 version = "0.9.4" |
|
1179 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1180 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
1181 |
|
1182 [[package]] |
|
1183 name = "wasi" |
|
1184 version = "0.11.0+wasi-snapshot-preview1" |
|
1185 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1186 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
1187 |
|
1188 [[package]] |
|
1189 name = "wasm-bindgen" |
|
1190 version = "0.2.87" |
|
1191 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1192 checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
|
1193 dependencies = [ |
|
1194 "cfg-if", |
|
1195 "wasm-bindgen-macro", |
|
1196 ] |
|
1197 |
|
1198 [[package]] |
|
1199 name = "wasm-bindgen-backend" |
|
1200 version = "0.2.87" |
|
1201 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1202 checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
|
1203 dependencies = [ |
|
1204 "bumpalo", |
|
1205 "log", |
|
1206 "once_cell", |
|
1207 "proc-macro2", |
947 "proc-macro2", |
1208 "quote", |
948 "quote", |
1209 "syn 2.0.38", |
949 "syn 2.0.93", |
1210 "wasm-bindgen-shared", |
|
1211 ] |
|
1212 |
|
1213 [[package]] |
|
1214 name = "wasm-bindgen-macro" |
|
1215 version = "0.2.87" |
|
1216 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1217 checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
|
1218 dependencies = [ |
|
1219 "quote", |
|
1220 "wasm-bindgen-macro-support", |
|
1221 ] |
|
1222 |
|
1223 [[package]] |
|
1224 name = "wasm-bindgen-macro-support" |
|
1225 version = "0.2.87" |
|
1226 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1227 checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
|
1228 dependencies = [ |
|
1229 "proc-macro2", |
|
1230 "quote", |
|
1231 "syn 2.0.38", |
|
1232 "wasm-bindgen-backend", |
950 "wasm-bindgen-backend", |
1233 "wasm-bindgen-shared", |
951 "wasm-bindgen-shared", |
1234 ] |
952 ] |
1235 |
953 |
1236 [[package]] |
954 [[package]] |
1237 name = "wasm-bindgen-shared" |
955 name = "wasm-bindgen-shared" |
1238 version = "0.2.87" |
956 version = "0.2.99" |
1239 source = "registry+https://github.com/rust-lang/crates.io-index" |
957 source = "registry+https://github.com/rust-lang/crates.io-index" |
1240 checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
958 checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" |
1241 |
|
1242 [[package]] |
|
1243 name = "weezl" |
|
1244 version = "0.1.7" |
|
1245 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1246 checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" |
|
1247 |
959 |
1248 [[package]] |
960 [[package]] |
1249 name = "wide" |
961 name = "wide" |
1250 version = "0.7.12" |
962 version = "0.7.12" |
1251 source = "registry+https://github.com/rust-lang/crates.io-index" |
963 source = "registry+https://github.com/rust-lang/crates.io-index" |
1270 version = "0.4.0" |
982 version = "0.4.0" |
1271 source = "registry+https://github.com/rust-lang/crates.io-index" |
983 source = "registry+https://github.com/rust-lang/crates.io-index" |
1272 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
984 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1273 |
985 |
1274 [[package]] |
986 [[package]] |
1275 name = "winapi-util" |
|
1276 version = "0.1.6" |
|
1277 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1278 checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
|
1279 dependencies = [ |
|
1280 "winapi", |
|
1281 ] |
|
1282 |
|
1283 [[package]] |
|
1284 name = "winapi-x86_64-pc-windows-gnu" |
987 name = "winapi-x86_64-pc-windows-gnu" |
1285 version = "0.4.0" |
988 version = "0.4.0" |
1286 source = "registry+https://github.com/rust-lang/crates.io-index" |
989 source = "registry+https://github.com/rust-lang/crates.io-index" |
1287 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
990 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1288 |
991 |
1289 [[package]] |
992 [[package]] |
1290 name = "windows" |
993 name = "windows-core" |
1291 version = "0.48.0" |
994 version = "0.52.0" |
1292 source = "registry+https://github.com/rust-lang/crates.io-index" |
995 source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
996 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
1294 dependencies = [ |
997 dependencies = [ |
1295 "windows-targets", |
998 "windows-targets 0.52.6", |
1296 ] |
999 ] |
1297 |
1000 |
1298 [[package]] |
1001 [[package]] |
1299 name = "windows-sys" |
1002 name = "windows-sys" |
1300 version = "0.48.0" |
1003 version = "0.48.0" |
1301 source = "registry+https://github.com/rust-lang/crates.io-index" |
1004 source = "registry+https://github.com/rust-lang/crates.io-index" |
1302 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
1005 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
1303 dependencies = [ |
1006 dependencies = [ |
1304 "windows-targets", |
1007 "windows-targets 0.48.5", |
|
1008 ] |
|
1009 |
|
1010 [[package]] |
|
1011 name = "windows-sys" |
|
1012 version = "0.59.0" |
|
1013 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1014 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
1015 dependencies = [ |
|
1016 "windows-targets 0.52.6", |
1305 ] |
1017 ] |
1306 |
1018 |
1307 [[package]] |
1019 [[package]] |
1308 name = "windows-targets" |
1020 name = "windows-targets" |
1309 version = "0.48.5" |
1021 version = "0.48.5" |
1310 source = "registry+https://github.com/rust-lang/crates.io-index" |
1022 source = "registry+https://github.com/rust-lang/crates.io-index" |
1311 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
1023 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
1312 dependencies = [ |
1024 dependencies = [ |
1313 "windows_aarch64_gnullvm", |
1025 "windows_aarch64_gnullvm 0.48.5", |
1314 "windows_aarch64_msvc", |
1026 "windows_aarch64_msvc 0.48.5", |
1315 "windows_i686_gnu", |
1027 "windows_i686_gnu 0.48.5", |
1316 "windows_i686_msvc", |
1028 "windows_i686_msvc 0.48.5", |
1317 "windows_x86_64_gnu", |
1029 "windows_x86_64_gnu 0.48.5", |
1318 "windows_x86_64_gnullvm", |
1030 "windows_x86_64_gnullvm 0.48.5", |
1319 "windows_x86_64_msvc", |
1031 "windows_x86_64_msvc 0.48.5", |
|
1032 ] |
|
1033 |
|
1034 [[package]] |
|
1035 name = "windows-targets" |
|
1036 version = "0.52.6" |
|
1037 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1038 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
1039 dependencies = [ |
|
1040 "windows_aarch64_gnullvm 0.52.6", |
|
1041 "windows_aarch64_msvc 0.52.6", |
|
1042 "windows_i686_gnu 0.52.6", |
|
1043 "windows_i686_gnullvm", |
|
1044 "windows_i686_msvc 0.52.6", |
|
1045 "windows_x86_64_gnu 0.52.6", |
|
1046 "windows_x86_64_gnullvm 0.52.6", |
|
1047 "windows_x86_64_msvc 0.52.6", |
1320 ] |
1048 ] |
1321 |
1049 |
1322 [[package]] |
1050 [[package]] |
1323 name = "windows_aarch64_gnullvm" |
1051 name = "windows_aarch64_gnullvm" |
1324 version = "0.48.5" |
1052 version = "0.48.5" |
1325 source = "registry+https://github.com/rust-lang/crates.io-index" |
1053 source = "registry+https://github.com/rust-lang/crates.io-index" |
1326 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
1054 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
1327 |
1055 |
1328 [[package]] |
1056 [[package]] |
|
1057 name = "windows_aarch64_gnullvm" |
|
1058 version = "0.52.6" |
|
1059 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1060 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
1061 |
|
1062 [[package]] |
1329 name = "windows_aarch64_msvc" |
1063 name = "windows_aarch64_msvc" |
1330 version = "0.48.5" |
1064 version = "0.48.5" |
1331 source = "registry+https://github.com/rust-lang/crates.io-index" |
1065 source = "registry+https://github.com/rust-lang/crates.io-index" |
1332 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
1066 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
1333 |
1067 |
1334 [[package]] |
1068 [[package]] |
|
1069 name = "windows_aarch64_msvc" |
|
1070 version = "0.52.6" |
|
1071 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1072 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
1073 |
|
1074 [[package]] |
1335 name = "windows_i686_gnu" |
1075 name = "windows_i686_gnu" |
1336 version = "0.48.5" |
1076 version = "0.48.5" |
1337 source = "registry+https://github.com/rust-lang/crates.io-index" |
1077 source = "registry+https://github.com/rust-lang/crates.io-index" |
1338 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
1078 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
1339 |
1079 |
1340 [[package]] |
1080 [[package]] |
|
1081 name = "windows_i686_gnu" |
|
1082 version = "0.52.6" |
|
1083 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1084 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
1085 |
|
1086 [[package]] |
|
1087 name = "windows_i686_gnullvm" |
|
1088 version = "0.52.6" |
|
1089 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1090 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
1091 |
|
1092 [[package]] |
1341 name = "windows_i686_msvc" |
1093 name = "windows_i686_msvc" |
1342 version = "0.48.5" |
1094 version = "0.48.5" |
1343 source = "registry+https://github.com/rust-lang/crates.io-index" |
1095 source = "registry+https://github.com/rust-lang/crates.io-index" |
1344 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
1096 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
1345 |
1097 |
1346 [[package]] |
1098 [[package]] |
|
1099 name = "windows_i686_msvc" |
|
1100 version = "0.52.6" |
|
1101 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1102 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
1103 |
|
1104 [[package]] |
1347 name = "windows_x86_64_gnu" |
1105 name = "windows_x86_64_gnu" |
1348 version = "0.48.5" |
1106 version = "0.48.5" |
1349 source = "registry+https://github.com/rust-lang/crates.io-index" |
1107 source = "registry+https://github.com/rust-lang/crates.io-index" |
1350 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
1108 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
1351 |
1109 |
1352 [[package]] |
1110 [[package]] |
|
1111 name = "windows_x86_64_gnu" |
|
1112 version = "0.52.6" |
|
1113 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1114 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
1115 |
|
1116 [[package]] |
1353 name = "windows_x86_64_gnullvm" |
1117 name = "windows_x86_64_gnullvm" |
1354 version = "0.48.5" |
1118 version = "0.48.5" |
1355 source = "registry+https://github.com/rust-lang/crates.io-index" |
1119 source = "registry+https://github.com/rust-lang/crates.io-index" |
1356 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
1120 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
1357 |
1121 |
1358 [[package]] |
1122 [[package]] |
|
1123 name = "windows_x86_64_gnullvm" |
|
1124 version = "0.52.6" |
|
1125 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1126 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
1127 |
|
1128 [[package]] |
1359 name = "windows_x86_64_msvc" |
1129 name = "windows_x86_64_msvc" |
1360 version = "0.48.5" |
1130 version = "0.48.5" |
1361 source = "registry+https://github.com/rust-lang/crates.io-index" |
1131 source = "registry+https://github.com/rust-lang/crates.io-index" |
1362 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
1132 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
1363 |
1133 |
1364 [[package]] |
1134 [[package]] |
1365 name = "zune-inflate" |
1135 name = "windows_x86_64_msvc" |
1366 version = "0.2.54" |
1136 version = "0.52.6" |
1367 source = "registry+https://github.com/rust-lang/crates.io-index" |
1137 source = "registry+https://github.com/rust-lang/crates.io-index" |
1368 checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
1138 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
1369 dependencies = [ |
|
1370 "simd-adler32", |
|
1371 ] |
|