90 "libc", |
85 "libc", |
91 "winapi", |
86 "winapi", |
92 ] |
87 ] |
93 |
88 |
94 [[package]] |
89 [[package]] |
95 name = "crossbeam-channel" |
|
96 version = "0.5.6" |
|
97 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
98 checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" |
|
99 dependencies = [ |
|
100 "cfg-if", |
|
101 "crossbeam-utils", |
|
102 ] |
|
103 |
|
104 [[package]] |
|
105 name = "crossbeam-deque" |
90 name = "crossbeam-deque" |
106 version = "0.8.2" |
91 version = "0.8.3" |
107 source = "registry+https://github.com/rust-lang/crates.io-index" |
92 source = "registry+https://github.com/rust-lang/crates.io-index" |
108 checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" |
93 checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
109 dependencies = [ |
94 dependencies = [ |
110 "cfg-if", |
95 "cfg-if", |
111 "crossbeam-epoch", |
96 "crossbeam-epoch", |
112 "crossbeam-utils", |
97 "crossbeam-utils", |
113 ] |
98 ] |
114 |
99 |
115 [[package]] |
100 [[package]] |
116 name = "crossbeam-epoch" |
101 name = "crossbeam-epoch" |
117 version = "0.9.11" |
102 version = "0.9.15" |
118 source = "registry+https://github.com/rust-lang/crates.io-index" |
103 source = "registry+https://github.com/rust-lang/crates.io-index" |
119 checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" |
104 checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
120 dependencies = [ |
105 dependencies = [ |
121 "autocfg", |
106 "autocfg", |
122 "cfg-if", |
107 "cfg-if", |
123 "crossbeam-utils", |
108 "crossbeam-utils", |
124 "memoffset", |
109 "memoffset", |
125 "scopeguard", |
110 "scopeguard", |
126 ] |
111 ] |
127 |
112 |
128 [[package]] |
113 [[package]] |
129 name = "crossbeam-utils" |
114 name = "crossbeam-utils" |
130 version = "0.8.12" |
115 version = "0.8.16" |
131 source = "registry+https://github.com/rust-lang/crates.io-index" |
116 source = "registry+https://github.com/rust-lang/crates.io-index" |
132 checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" |
117 checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
133 dependencies = [ |
118 dependencies = [ |
134 "cfg-if", |
119 "cfg-if", |
135 ] |
120 ] |
136 |
121 |
137 [[package]] |
122 [[package]] |
147 "serde", |
132 "serde", |
148 ] |
133 ] |
149 |
134 |
150 [[package]] |
135 [[package]] |
151 name = "csv-core" |
136 name = "csv-core" |
152 version = "0.1.10" |
137 version = "0.1.11" |
153 source = "registry+https://github.com/rust-lang/crates.io-index" |
138 source = "registry+https://github.com/rust-lang/crates.io-index" |
154 checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
139 checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
155 dependencies = [ |
140 dependencies = [ |
156 "memchr", |
141 "memchr", |
157 ] |
142 ] |
158 |
143 |
159 [[package]] |
144 [[package]] |
160 name = "either" |
145 name = "either" |
161 version = "1.8.0" |
146 version = "1.9.0" |
162 source = "registry+https://github.com/rust-lang/crates.io-index" |
147 source = "registry+https://github.com/rust-lang/crates.io-index" |
163 checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" |
148 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
|
149 |
|
150 [[package]] |
|
151 name = "errno" |
|
152 version = "0.3.5" |
|
153 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
154 checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" |
|
155 dependencies = [ |
|
156 "libc", |
|
157 "windows-sys", |
|
158 ] |
164 |
159 |
165 [[package]] |
160 [[package]] |
166 name = "hermit-abi" |
161 name = "hermit-abi" |
167 version = "0.1.19" |
162 version = "0.3.3" |
168 source = "registry+https://github.com/rust-lang/crates.io-index" |
163 source = "registry+https://github.com/rust-lang/crates.io-index" |
169 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
164 checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" |
170 dependencies = [ |
165 |
171 "libc", |
166 [[package]] |
|
167 name = "is-terminal" |
|
168 version = "0.4.9" |
|
169 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
170 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
|
171 dependencies = [ |
|
172 "hermit-abi", |
|
173 "rustix", |
|
174 "windows-sys", |
172 ] |
175 ] |
173 |
176 |
174 [[package]] |
177 [[package]] |
175 name = "itertools" |
178 name = "itertools" |
176 version = "0.10.5" |
179 version = "0.10.5" |
186 source = "registry+https://github.com/rust-lang/crates.io-index" |
189 source = "registry+https://github.com/rust-lang/crates.io-index" |
187 checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
190 checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
188 |
191 |
189 [[package]] |
192 [[package]] |
190 name = "itoa" |
193 name = "itoa" |
191 version = "1.0.3" |
194 version = "1.0.9" |
192 source = "registry+https://github.com/rust-lang/crates.io-index" |
195 source = "registry+https://github.com/rust-lang/crates.io-index" |
193 checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" |
196 checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
194 |
197 |
195 [[package]] |
198 [[package]] |
196 name = "lazy_static" |
199 name = "lazy_static" |
197 version = "1.4.0" |
200 version = "1.4.0" |
198 source = "registry+https://github.com/rust-lang/crates.io-index" |
201 source = "registry+https://github.com/rust-lang/crates.io-index" |
199 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
202 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
200 |
203 |
201 [[package]] |
204 [[package]] |
202 name = "libc" |
205 name = "libc" |
203 version = "0.2.134" |
206 version = "0.2.149" |
204 source = "registry+https://github.com/rust-lang/crates.io-index" |
207 source = "registry+https://github.com/rust-lang/crates.io-index" |
205 checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb" |
208 checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
|
209 |
|
210 [[package]] |
|
211 name = "linux-raw-sys" |
|
212 version = "0.4.10" |
|
213 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
214 checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" |
206 |
215 |
207 [[package]] |
216 [[package]] |
208 name = "matrixmultiply" |
217 name = "matrixmultiply" |
209 version = "0.3.2" |
218 version = "0.3.8" |
210 source = "registry+https://github.com/rust-lang/crates.io-index" |
219 source = "registry+https://github.com/rust-lang/crates.io-index" |
211 checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" |
220 checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" |
212 dependencies = [ |
221 dependencies = [ |
|
222 "autocfg", |
213 "rawpointer", |
223 "rawpointer", |
214 ] |
224 ] |
215 |
225 |
216 [[package]] |
226 [[package]] |
217 name = "memchr" |
227 name = "memchr" |
218 version = "2.5.0" |
228 version = "2.6.4" |
219 source = "registry+https://github.com/rust-lang/crates.io-index" |
229 source = "registry+https://github.com/rust-lang/crates.io-index" |
220 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
230 checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
221 |
231 |
222 [[package]] |
232 [[package]] |
223 name = "memoffset" |
233 name = "memoffset" |
224 version = "0.6.5" |
234 version = "0.9.0" |
225 source = "registry+https://github.com/rust-lang/crates.io-index" |
235 source = "registry+https://github.com/rust-lang/crates.io-index" |
226 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
236 checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
227 dependencies = [ |
237 dependencies = [ |
228 "autocfg", |
238 "autocfg", |
229 ] |
239 ] |
230 |
240 |
231 [[package]] |
241 [[package]] |
232 name = "nalgebra" |
242 name = "nalgebra" |
233 version = "0.31.1" |
243 version = "0.31.4" |
234 source = "registry+https://github.com/rust-lang/crates.io-index" |
244 source = "registry+https://github.com/rust-lang/crates.io-index" |
235 checksum = "e9e0a04ce089f9401aac565c740ed30c46291260f27d4911fdbaa6ca65fa3044" |
245 checksum = "20bd243ab3dbb395b39ee730402d2e5405e448c75133ec49cc977762c4cba3d1" |
236 dependencies = [ |
246 dependencies = [ |
237 "approx", |
247 "approx", |
238 "matrixmultiply", |
248 "matrixmultiply", |
239 "nalgebra-macros", |
249 "nalgebra-macros", |
240 "num-complex", |
250 "num-complex", |
322 "num-traits", |
332 "num-traits", |
323 ] |
333 ] |
324 |
334 |
325 [[package]] |
335 [[package]] |
326 name = "num-traits" |
336 name = "num-traits" |
327 version = "0.2.15" |
337 version = "0.2.17" |
328 source = "registry+https://github.com/rust-lang/crates.io-index" |
338 source = "registry+https://github.com/rust-lang/crates.io-index" |
329 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
339 checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
330 dependencies = [ |
340 dependencies = [ |
331 "autocfg", |
341 "autocfg", |
332 ] |
|
333 |
|
334 [[package]] |
|
335 name = "num_cpus" |
|
336 version = "1.13.1" |
|
337 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
338 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
|
339 dependencies = [ |
|
340 "hermit-abi", |
|
341 "libc", |
|
342 ] |
342 ] |
343 |
343 |
344 [[package]] |
344 [[package]] |
345 name = "numeric_literals" |
345 name = "numeric_literals" |
346 version = "0.2.0" |
346 version = "0.2.0" |
347 source = "registry+https://github.com/rust-lang/crates.io-index" |
347 source = "registry+https://github.com/rust-lang/crates.io-index" |
348 checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" |
348 checksum = "095aa67b0b9f2081746998f4f17106bdb51d56dc8c211afca5531b92b83bf98a" |
349 dependencies = [ |
349 dependencies = [ |
350 "quote", |
350 "quote", |
351 "syn", |
351 "syn 1.0.109", |
352 ] |
352 ] |
353 |
353 |
354 [[package]] |
354 [[package]] |
355 name = "paste" |
355 name = "paste" |
356 version = "1.0.9" |
356 version = "1.0.14" |
357 source = "registry+https://github.com/rust-lang/crates.io-index" |
357 source = "registry+https://github.com/rust-lang/crates.io-index" |
358 checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" |
358 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
359 |
359 |
360 [[package]] |
360 [[package]] |
361 name = "proc-macro2" |
361 name = "proc-macro2" |
362 version = "1.0.46" |
362 version = "1.0.69" |
363 source = "registry+https://github.com/rust-lang/crates.io-index" |
363 source = "registry+https://github.com/rust-lang/crates.io-index" |
364 checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" |
364 checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
365 dependencies = [ |
365 dependencies = [ |
366 "unicode-ident", |
366 "unicode-ident", |
367 ] |
367 ] |
368 |
368 |
369 [[package]] |
369 [[package]] |
370 name = "quote" |
370 name = "quote" |
371 version = "1.0.21" |
371 version = "1.0.33" |
372 source = "registry+https://github.com/rust-lang/crates.io-index" |
372 source = "registry+https://github.com/rust-lang/crates.io-index" |
373 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
373 checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
374 dependencies = [ |
374 dependencies = [ |
375 "proc-macro2", |
375 "proc-macro2", |
376 ] |
376 ] |
377 |
377 |
378 [[package]] |
378 [[package]] |
381 source = "registry+https://github.com/rust-lang/crates.io-index" |
381 source = "registry+https://github.com/rust-lang/crates.io-index" |
382 checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
382 checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
383 |
383 |
384 [[package]] |
384 [[package]] |
385 name = "rayon" |
385 name = "rayon" |
386 version = "1.5.3" |
386 version = "1.8.0" |
387 source = "registry+https://github.com/rust-lang/crates.io-index" |
387 source = "registry+https://github.com/rust-lang/crates.io-index" |
388 checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
388 checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" |
389 dependencies = [ |
389 dependencies = [ |
390 "autocfg", |
|
391 "crossbeam-deque", |
|
392 "either", |
390 "either", |
393 "rayon-core", |
391 "rayon-core", |
394 ] |
392 ] |
395 |
393 |
396 [[package]] |
394 [[package]] |
397 name = "rayon-core" |
395 name = "rayon-core" |
398 version = "1.9.3" |
396 version = "1.12.0" |
399 source = "registry+https://github.com/rust-lang/crates.io-index" |
397 source = "registry+https://github.com/rust-lang/crates.io-index" |
400 checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
398 checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" |
401 dependencies = [ |
399 dependencies = [ |
402 "crossbeam-channel", |
|
403 "crossbeam-deque", |
400 "crossbeam-deque", |
404 "crossbeam-utils", |
401 "crossbeam-utils", |
405 "num_cpus", |
|
406 ] |
402 ] |
407 |
403 |
408 [[package]] |
404 [[package]] |
409 name = "regex-automata" |
405 name = "regex-automata" |
410 version = "0.1.10" |
406 version = "0.1.10" |
411 source = "registry+https://github.com/rust-lang/crates.io-index" |
407 source = "registry+https://github.com/rust-lang/crates.io-index" |
412 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
408 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
413 |
409 |
414 [[package]] |
410 [[package]] |
|
411 name = "rustix" |
|
412 version = "0.38.19" |
|
413 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
414 checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" |
|
415 dependencies = [ |
|
416 "bitflags", |
|
417 "errno", |
|
418 "libc", |
|
419 "linux-raw-sys", |
|
420 "windows-sys", |
|
421 ] |
|
422 |
|
423 [[package]] |
415 name = "ryu" |
424 name = "ryu" |
416 version = "1.0.11" |
425 version = "1.0.15" |
417 source = "registry+https://github.com/rust-lang/crates.io-index" |
426 source = "registry+https://github.com/rust-lang/crates.io-index" |
418 checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" |
427 checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
419 |
428 |
420 [[package]] |
429 [[package]] |
421 name = "safe_arch" |
430 name = "safe_arch" |
422 version = "0.6.0" |
431 version = "0.7.1" |
423 source = "registry+https://github.com/rust-lang/crates.io-index" |
432 source = "registry+https://github.com/rust-lang/crates.io-index" |
424 checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529" |
433 checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" |
425 dependencies = [ |
434 dependencies = [ |
426 "bytemuck", |
435 "bytemuck", |
427 ] |
436 ] |
428 |
437 |
429 [[package]] |
438 [[package]] |
430 name = "scopeguard" |
439 name = "scopeguard" |
431 version = "1.1.0" |
440 version = "1.2.0" |
432 source = "registry+https://github.com/rust-lang/crates.io-index" |
441 source = "registry+https://github.com/rust-lang/crates.io-index" |
433 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
442 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
434 |
443 |
435 [[package]] |
444 [[package]] |
436 name = "serde" |
445 name = "serde" |
437 version = "1.0.145" |
446 version = "1.0.189" |
438 source = "registry+https://github.com/rust-lang/crates.io-index" |
447 source = "registry+https://github.com/rust-lang/crates.io-index" |
439 checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b" |
448 checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" |
440 dependencies = [ |
449 dependencies = [ |
441 "serde_derive", |
450 "serde_derive", |
442 ] |
451 ] |
443 |
452 |
444 [[package]] |
453 [[package]] |
445 name = "serde_derive" |
454 name = "serde_derive" |
446 version = "1.0.145" |
455 version = "1.0.189" |
447 source = "registry+https://github.com/rust-lang/crates.io-index" |
456 source = "registry+https://github.com/rust-lang/crates.io-index" |
448 checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c" |
457 checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" |
449 dependencies = [ |
458 dependencies = [ |
450 "proc-macro2", |
459 "proc-macro2", |
451 "quote", |
460 "quote", |
452 "syn", |
461 "syn 2.0.38", |
453 ] |
462 ] |
454 |
463 |
455 [[package]] |
464 [[package]] |
456 name = "serde_json" |
465 name = "serde_json" |
457 version = "1.0.85" |
466 version = "1.0.107" |
458 source = "registry+https://github.com/rust-lang/crates.io-index" |
467 source = "registry+https://github.com/rust-lang/crates.io-index" |
459 checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" |
468 checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
460 dependencies = [ |
469 dependencies = [ |
461 "itoa 1.0.3", |
470 "itoa 1.0.9", |
462 "ryu", |
471 "ryu", |
463 "serde", |
472 "serde", |
464 ] |
473 ] |
465 |
474 |
466 [[package]] |
475 [[package]] |
467 name = "simba" |
476 name = "simba" |
468 version = "0.7.2" |
477 version = "0.7.3" |
469 source = "registry+https://github.com/rust-lang/crates.io-index" |
478 source = "registry+https://github.com/rust-lang/crates.io-index" |
470 checksum = "c48e45e5961033db030b56ad67aef22e9c908c493a6e8348c0a0f6b93433cd77" |
479 checksum = "2f3fd720c48c53cace224ae62bef1bbff363a70c68c4802a78b5cc6159618176" |
471 dependencies = [ |
480 dependencies = [ |
472 "approx", |
481 "approx", |
473 "num-complex", |
482 "num-complex", |
474 "num-traits", |
483 "num-traits", |
475 "paste", |
484 "paste", |
476 "wide", |
485 "wide", |
477 ] |
486 ] |
478 |
487 |
479 [[package]] |
488 [[package]] |
480 name = "syn" |
489 name = "syn" |
481 version = "1.0.101" |
490 version = "1.0.109" |
482 source = "registry+https://github.com/rust-lang/crates.io-index" |
491 source = "registry+https://github.com/rust-lang/crates.io-index" |
483 checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2" |
492 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
484 dependencies = [ |
493 dependencies = [ |
485 "proc-macro2", |
494 "proc-macro2", |
486 "quote", |
495 "quote", |
487 "unicode-ident", |
496 "unicode-ident", |
488 ] |
497 ] |
489 |
498 |
490 [[package]] |
499 [[package]] |
|
500 name = "syn" |
|
501 version = "2.0.38" |
|
502 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
503 checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
|
504 dependencies = [ |
|
505 "proc-macro2", |
|
506 "quote", |
|
507 "unicode-ident", |
|
508 ] |
|
509 |
|
510 [[package]] |
491 name = "trait-set" |
511 name = "trait-set" |
492 version = "0.2.0" |
512 version = "0.2.0" |
493 source = "registry+https://github.com/rust-lang/crates.io-index" |
513 source = "registry+https://github.com/rust-lang/crates.io-index" |
494 checksum = "875c4c873cc824e362fa9a9419ffa59807244824275a44ad06fec9684fff08f2" |
514 checksum = "875c4c873cc824e362fa9a9419ffa59807244824275a44ad06fec9684fff08f2" |
495 dependencies = [ |
515 dependencies = [ |
496 "proc-macro2", |
516 "proc-macro2", |
497 "quote", |
517 "quote", |
498 "syn", |
518 "syn 1.0.109", |
499 ] |
519 ] |
500 |
520 |
501 [[package]] |
521 [[package]] |
502 name = "typenum" |
522 name = "typenum" |
503 version = "1.15.0" |
523 version = "1.17.0" |
504 source = "registry+https://github.com/rust-lang/crates.io-index" |
524 source = "registry+https://github.com/rust-lang/crates.io-index" |
505 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
525 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
506 |
526 |
507 [[package]] |
527 [[package]] |
508 name = "unicode-ident" |
528 name = "unicode-ident" |
509 version = "1.0.4" |
529 version = "1.0.12" |
510 source = "registry+https://github.com/rust-lang/crates.io-index" |
530 source = "registry+https://github.com/rust-lang/crates.io-index" |
511 checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" |
531 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
512 |
532 |
513 [[package]] |
533 [[package]] |
514 name = "wide" |
534 name = "wide" |
515 version = "0.7.4" |
535 version = "0.7.12" |
516 source = "registry+https://github.com/rust-lang/crates.io-index" |
536 source = "registry+https://github.com/rust-lang/crates.io-index" |
517 checksum = "b3aba2d1dac31ac7cae82847ac5b8be822aee8f99a4e100f279605016b185c5f" |
537 checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598" |
518 dependencies = [ |
538 dependencies = [ |
519 "bytemuck", |
539 "bytemuck", |
520 "safe_arch", |
540 "safe_arch", |
521 ] |
541 ] |
522 |
542 |
539 [[package]] |
559 [[package]] |
540 name = "winapi-x86_64-pc-windows-gnu" |
560 name = "winapi-x86_64-pc-windows-gnu" |
541 version = "0.4.0" |
561 version = "0.4.0" |
542 source = "registry+https://github.com/rust-lang/crates.io-index" |
562 source = "registry+https://github.com/rust-lang/crates.io-index" |
543 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
563 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
564 |
|
565 [[package]] |
|
566 name = "windows-sys" |
|
567 version = "0.48.0" |
|
568 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
569 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
570 dependencies = [ |
|
571 "windows-targets", |
|
572 ] |
|
573 |
|
574 [[package]] |
|
575 name = "windows-targets" |
|
576 version = "0.48.5" |
|
577 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
578 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
579 dependencies = [ |
|
580 "windows_aarch64_gnullvm", |
|
581 "windows_aarch64_msvc", |
|
582 "windows_i686_gnu", |
|
583 "windows_i686_msvc", |
|
584 "windows_x86_64_gnu", |
|
585 "windows_x86_64_gnullvm", |
|
586 "windows_x86_64_msvc", |
|
587 ] |
|
588 |
|
589 [[package]] |
|
590 name = "windows_aarch64_gnullvm" |
|
591 version = "0.48.5" |
|
592 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
593 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
594 |
|
595 [[package]] |
|
596 name = "windows_aarch64_msvc" |
|
597 version = "0.48.5" |
|
598 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
599 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
600 |
|
601 [[package]] |
|
602 name = "windows_i686_gnu" |
|
603 version = "0.48.5" |
|
604 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
605 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
606 |
|
607 [[package]] |
|
608 name = "windows_i686_msvc" |
|
609 version = "0.48.5" |
|
610 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
611 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
612 |
|
613 [[package]] |
|
614 name = "windows_x86_64_gnu" |
|
615 version = "0.48.5" |
|
616 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
617 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
618 |
|
619 [[package]] |
|
620 name = "windows_x86_64_gnullvm" |
|
621 version = "0.48.5" |
|
622 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
623 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
624 |
|
625 [[package]] |
|
626 name = "windows_x86_64_msvc" |
|
627 version = "0.48.5" |
|
628 source = "registry+https://github.com/rust-lang/crates.io-index" |
|
629 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |