Cargo.lock

branch
dev
changeset 35
b087e3eab191
parent 34
efa60bc4f743
child 39
6316d68b58af
equal deleted inserted replaced
34:efa60bc4f743 35:b087e3eab191
2 # It is not intended for manual editing. 2 # It is not intended for manual editing.
3 version = 3 3 version = 3
4 4
5 [[package]] 5 [[package]]
6 name = "GSL" 6 name = "GSL"
7 version = "6.0.0" 7 version = "7.0.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index" 8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "c9becaf6d7d1ba36a457288e661fa6a0472e8328629276f45369eafcd48ef1ce" 9 checksum = "db3943d5a15b5c46e991124abee6a1bc89c7c9ffb25dbb8aeb4eab926fd9b307"
10 dependencies = [ 10 dependencies = [
11 "GSL-sys", 11 "GSL-sys",
12 "paste", 12 "paste",
13 ] 13 ]
14 14
21 "libc", 21 "libc",
22 "pkg-config", 22 "pkg-config",
23 ] 23 ]
24 24
25 [[package]] 25 [[package]]
26 name = "adler"
27 version = "1.0.2"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
30
31 [[package]]
32 name = "aho-corasick" 26 name = "aho-corasick"
33 version = "0.7.20" 27 version = "1.1.3"
34 source = "registry+https://github.com/rust-lang/crates.io-index" 28 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 29 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
36 dependencies = [ 30 dependencies = [
37 "memchr", 31 "memchr",
38 ] 32 ]
39 33
40 [[package]] 34 [[package]]
41 name = "alg_tools" 35 name = "alg_tools"
42 version = "0.2.0-dev" 36 version = "0.3.0-dev"
43 dependencies = [ 37 dependencies = [
38 "anyhow",
44 "colored", 39 "colored",
45 "cpu-time", 40 "cpu-time",
46 "csv", 41 "csv",
47 "itertools", 42 "itertools",
48 "nalgebra", 43 "nalgebra",
50 "num-traits", 45 "num-traits",
51 "numeric_literals", 46 "numeric_literals",
52 "rayon", 47 "rayon",
53 "serde", 48 "serde",
54 "serde_json", 49 "serde_json",
55 "trait-set", 50 "simba",
56 ] 51 ]
57 52
58 [[package]] 53 [[package]]
59 name = "android-tzdata" 54 name = "android-tzdata"
60 version = "0.1.1" 55 version = "0.1.1"
69 dependencies = [ 64 dependencies = [
70 "libc", 65 "libc",
71 ] 66 ]
72 67
73 [[package]] 68 [[package]]
69 name = "anstream"
70 version = "0.6.18"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
73 dependencies = [
74 "anstyle",
75 "anstyle-parse",
76 "anstyle-query",
77 "anstyle-wincon",
78 "colorchoice",
79 "is_terminal_polyfill",
80 "utf8parse",
81 ]
82
83 [[package]]
84 name = "anstyle"
85 version = "1.0.10"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
88
89 [[package]]
90 name = "anstyle-parse"
91 version = "0.2.6"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
94 dependencies = [
95 "utf8parse",
96 ]
97
98 [[package]]
99 name = "anstyle-query"
100 version = "1.1.2"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
103 dependencies = [
104 "windows-sys 0.59.0",
105 ]
106
107 [[package]]
108 name = "anstyle-wincon"
109 version = "3.0.6"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
112 dependencies = [
113 "anstyle",
114 "windows-sys 0.59.0",
115 ]
116
117 [[package]]
118 name = "anyhow"
119 version = "1.0.95"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
122
123 [[package]]
74 name = "approx" 124 name = "approx"
75 version = "0.5.1" 125 version = "0.5.1"
76 source = "registry+https://github.com/rust-lang/crates.io-index" 126 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 127 checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
78 dependencies = [ 128 dependencies = [
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"
286 dependencies = [ 290 dependencies = [
287 "cfg-if", 291 "cfg-if",
288 ] 292 ]
289 293
290 [[package]] 294 [[package]]
291 name = "crunchy"
292 version = "0.2.2"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
295
296 [[package]]
297 name = "csv" 295 name = "csv"
298 version = "1.1.6" 296 version = "1.3.1"
299 source = "registry+https://github.com/rust-lang/crates.io-index" 297 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 298 checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
301 dependencies = [ 299 dependencies = [
302 "bstr",
303 "csv-core", 300 "csv-core",
304 "itoa 0.4.8", 301 "itoa",
305 "ryu", 302 "ryu",
306 "serde", 303 "serde",
307 ] 304 ]
308 305
309 [[package]] 306 [[package]]
315 "memchr", 312 "memchr",
316 ] 313 ]
317 314
318 [[package]] 315 [[package]]
319 name = "either" 316 name = "either"
320 version = "1.9.0" 317 version = "1.13.0"
321 source = "registry+https://github.com/rust-lang/crates.io-index" 318 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 319 checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
323 320
324 [[package]] 321 [[package]]
325 name = "errno" 322 name = "errno"
326 version = "0.3.5" 323 version = "0.3.5"
327 source = "registry+https://github.com/rust-lang/crates.io-index" 324 source = "registry+https://github.com/rust-lang/crates.io-index"
328 checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" 325 checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
329 dependencies = [ 326 dependencies = [
330 "libc", 327 "libc",
331 "windows-sys", 328 "windows-sys 0.48.0",
332 ]
333
334 [[package]]
335 name = "exr"
336 version = "1.71.0"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
339 dependencies = [
340 "bit_field",
341 "flume",
342 "half",
343 "lebe",
344 "miniz_oxide",
345 "rayon-core",
346 "smallvec",
347 "zune-inflate",
348 ]
349
350 [[package]]
351 name = "fdeflate"
352 version = "0.3.0"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
355 dependencies = [
356 "simd-adler32",
357 ]
358
359 [[package]]
360 name = "flate2"
361 version = "1.0.28"
362 source = "registry+https://github.com/rust-lang/crates.io-index"
363 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
364 dependencies = [
365 "crc32fast",
366 "miniz_oxide",
367 ] 329 ]
368 330
369 [[package]] 331 [[package]]
370 name = "float_extras" 332 name = "float_extras"
371 version = "0.1.6" 333 version = "0.1.6"
372 source = "registry+https://github.com/rust-lang/crates.io-index" 334 source = "registry+https://github.com/rust-lang/crates.io-index"
373 checksum = "b22b70f8649ea2315955f1a36d964b0e4da482dfaa5f0d04df0d1fb7c338ab7a" 335 checksum = "b22b70f8649ea2315955f1a36d964b0e4da482dfaa5f0d04df0d1fb7c338ab7a"
374 dependencies = [ 336 dependencies = [
375 "libc", 337 "libc",
376 ]
377
378 [[package]]
379 name = "flume"
380 version = "0.11.0"
381 source = "registry+https://github.com/rust-lang/crates.io-index"
382 checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
383 dependencies = [
384 "spin",
385 ] 338 ]
386 339
387 [[package]] 340 [[package]]
388 name = "getrandom" 341 name = "getrandom"
389 version = "0.2.10" 342 version = "0.2.10"
394 "libc", 347 "libc",
395 "wasi", 348 "wasi",
396 ] 349 ]
397 350
398 [[package]] 351 [[package]]
399 name = "gif"
400 version = "0.12.0"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
403 dependencies = [
404 "color_quant",
405 "weezl",
406 ]
407
408 [[package]]
409 name = "half"
410 version = "2.2.1"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
413 dependencies = [
414 "crunchy",
415 ]
416
417 [[package]]
418 name = "heck" 352 name = "heck"
419 version = "0.4.1" 353 version = "0.5.0"
420 source = "registry+https://github.com/rust-lang/crates.io-index" 354 source = "registry+https://github.com/rust-lang/crates.io-index"
421 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 355 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
422
423 [[package]]
424 name = "hermit-abi"
425 version = "0.3.3"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
427 checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
428 356
429 [[package]] 357 [[package]]
430 name = "iana-time-zone" 358 name = "iana-time-zone"
431 version = "0.1.57" 359 version = "0.1.61"
432 source = "registry+https://github.com/rust-lang/crates.io-index" 360 source = "registry+https://github.com/rust-lang/crates.io-index"
433 checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 361 checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
434 dependencies = [ 362 dependencies = [
435 "android_system_properties", 363 "android_system_properties",
436 "core-foundation-sys", 364 "core-foundation-sys",
437 "iana-time-zone-haiku", 365 "iana-time-zone-haiku",
438 "js-sys", 366 "js-sys",
439 "wasm-bindgen", 367 "wasm-bindgen",
440 "windows", 368 "windows-core",
441 ] 369 ]
442 370
443 [[package]] 371 [[package]]
444 name = "iana-time-zone-haiku" 372 name = "iana-time-zone-haiku"
445 version = "0.1.2" 373 version = "0.1.2"
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
553 source = "registry+https://github.com/rust-lang/crates.io-index" 426 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 427 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
555 428
556 [[package]] 429 [[package]]
557 name = "linux-raw-sys" 430 name = "linux-raw-sys"
558 version = "0.3.8"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
561
562 [[package]]
563 name = "linux-raw-sys"
564 version = "0.4.10" 431 version = "0.4.10"
565 source = "registry+https://github.com/rust-lang/crates.io-index" 432 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 433 checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
567 434
568 [[package]] 435 [[package]]
569 name = "lock_api"
570 version = "0.4.10"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
573 dependencies = [
574 "autocfg",
575 "scopeguard",
576 ]
577
578 [[package]]
579 name = "log" 436 name = "log"
580 version = "0.4.20" 437 version = "0.4.22"
581 source = "registry+https://github.com/rust-lang/crates.io-index" 438 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 439 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
583 440
584 [[package]] 441 [[package]]
585 name = "matrixmultiply" 442 name = "matrixmultiply"
586 version = "0.3.8" 443 version = "0.3.8"
587 source = "registry+https://github.com/rust-lang/crates.io-index" 444 source = "registry+https://github.com/rust-lang/crates.io-index"
605 dependencies = [ 462 dependencies = [
606 "autocfg", 463 "autocfg",
607 ] 464 ]
608 465
609 [[package]] 466 [[package]]
610 name = "miniz_oxide"
611 version = "0.7.1"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
614 dependencies = [
615 "adler",
616 "simd-adler32",
617 ]
618
619 [[package]]
620 name = "nalgebra" 467 name = "nalgebra"
621 version = "0.31.4" 468 version = "0.33.2"
622 source = "registry+https://github.com/rust-lang/crates.io-index" 469 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "20bd243ab3dbb395b39ee730402d2e5405e448c75133ec49cc977762c4cba3d1" 470 checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
624 dependencies = [ 471 dependencies = [
625 "approx", 472 "approx",
626 "matrixmultiply", 473 "matrixmultiply",
627 "nalgebra-macros", 474 "nalgebra-macros",
628 "num-complex", 475 "num-complex",
633 "typenum", 480 "typenum",
634 ] 481 ]
635 482
636 [[package]] 483 [[package]]
637 name = "nalgebra-macros" 484 name = "nalgebra-macros"
638 version = "0.1.0" 485 version = "0.2.2"
639 source = "registry+https://github.com/rust-lang/crates.io-index" 486 source = "registry+https://github.com/rust-lang/crates.io-index"
640 checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218" 487 checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc"
641 dependencies = [ 488 dependencies = [
642 "proc-macro2", 489 "proc-macro2",
643 "quote", 490 "quote",
644 "syn 1.0.109", 491 "syn 2.0.93",
645 ] 492 ]
646 493
647 [[package]] 494 [[package]]
648 name = "num" 495 name = "num"
649 version = "0.4.1" 496 version = "0.4.2"
650 source = "registry+https://github.com/rust-lang/crates.io-index" 497 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" 498 checksum = "3135b08af27d103b0a51f2ae0f8632117b7b185ccf931445affa8df530576a41"
652 dependencies = [ 499 dependencies = [
653 "num-bigint", 500 "num-bigint",
654 "num-complex", 501 "num-complex",
655 "num-integer", 502 "num-integer",
656 "num-iter", 503 "num-iter",
658 "num-traits", 505 "num-traits",
659 ] 506 ]
660 507
661 [[package]] 508 [[package]]
662 name = "num-bigint" 509 name = "num-bigint"
663 version = "0.4.4" 510 version = "0.4.6"
664 source = "registry+https://github.com/rust-lang/crates.io-index" 511 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 512 checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
666 dependencies = [ 513 dependencies = [
667 "autocfg",
668 "num-integer", 514 "num-integer",
669 "num-traits", 515 "num-traits",
670 ] 516 ]
671 517
672 [[package]] 518 [[package]]
673 name = "num-complex" 519 name = "num-complex"
674 version = "0.4.4" 520 version = "0.4.6"
675 source = "registry+https://github.com/rust-lang/crates.io-index" 521 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 522 checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
677 dependencies = [ 523 dependencies = [
678 "num-traits", 524 "num-traits",
679 ] 525 ]
680 526
681 [[package]] 527 [[package]]
682 name = "num-integer" 528 name = "num-integer"
529 version = "0.1.46"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
532 dependencies = [
533 "num-traits",
534 ]
535
536 [[package]]
537 name = "num-iter"
683 version = "0.1.45" 538 version = "0.1.45"
684 source = "registry+https://github.com/rust-lang/crates.io-index" 539 source = "registry+https://github.com/rust-lang/crates.io-index"
685 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 540 checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
686 dependencies = [
687 "autocfg",
688 "num-traits",
689 ]
690
691 [[package]]
692 name = "num-iter"
693 version = "0.1.43"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
696 dependencies = [ 541 dependencies = [
697 "autocfg", 542 "autocfg",
698 "num-integer", 543 "num-integer",
699 "num-traits", 544 "num-traits",
700 ] 545 ]
711 "num-traits", 556 "num-traits",
712 ] 557 ]
713 558
714 [[package]] 559 [[package]]
715 name = "num-traits" 560 name = "num-traits"
716 version = "0.2.17" 561 version = "0.2.19"
717 source = "registry+https://github.com/rust-lang/crates.io-index" 562 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 563 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
719 dependencies = [ 564 dependencies = [
720 "autocfg", 565 "autocfg",
721 "libm", 566 "libm",
722 ] 567 ]
723 568
731 "syn 1.0.109", 576 "syn 1.0.109",
732 ] 577 ]
733 578
734 [[package]] 579 [[package]]
735 name = "once_cell" 580 name = "once_cell"
736 version = "1.18.0" 581 version = "1.20.2"
737 source = "registry+https://github.com/rust-lang/crates.io-index" 582 source = "registry+https://github.com/rust-lang/crates.io-index"
738 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 583 checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
739
740 [[package]]
741 name = "os_str_bytes"
742 version = "6.5.1"
743 source = "registry+https://github.com/rust-lang/crates.io-index"
744 checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
745 584
746 [[package]] 585 [[package]]
747 name = "paste" 586 name = "paste"
748 version = "1.0.14" 587 version = "1.0.14"
749 source = "registry+https://github.com/rust-lang/crates.io-index" 588 source = "registry+https://github.com/rust-lang/crates.io-index"
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 ]

mercurial