ballistics-engine 0.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Cargo.lock +1162 -0
- data/Cargo.toml +23 -0
- data/LICENSE +21 -0
- data/LICENSE-APACHE +201 -0
- data/README.md +222 -0
- data/lib/ballistics_engine.rb +8 -0
- data/src/lib.rs +143 -0
- metadata +99 -0
data/Cargo.lock
ADDED
|
@@ -0,0 +1,1162 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler2"
|
|
7
|
+
version = "2.0.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "aho-corasick"
|
|
13
|
+
version = "1.1.4"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
16
|
+
dependencies = [
|
|
17
|
+
"memchr",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "anstream"
|
|
22
|
+
version = "0.6.21"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"anstyle",
|
|
27
|
+
"anstyle-parse",
|
|
28
|
+
"anstyle-query",
|
|
29
|
+
"anstyle-wincon",
|
|
30
|
+
"colorchoice",
|
|
31
|
+
"is_terminal_polyfill",
|
|
32
|
+
"utf8parse",
|
|
33
|
+
]
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "anstyle"
|
|
37
|
+
version = "1.0.13"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
40
|
+
|
|
41
|
+
[[package]]
|
|
42
|
+
name = "anstyle-parse"
|
|
43
|
+
version = "0.2.7"
|
|
44
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
46
|
+
dependencies = [
|
|
47
|
+
"utf8parse",
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "anstyle-query"
|
|
52
|
+
version = "1.1.5"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
55
|
+
dependencies = [
|
|
56
|
+
"windows-sys",
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
[[package]]
|
|
60
|
+
name = "anstyle-wincon"
|
|
61
|
+
version = "3.0.11"
|
|
62
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
64
|
+
dependencies = [
|
|
65
|
+
"anstyle",
|
|
66
|
+
"once_cell_polyfill",
|
|
67
|
+
"windows-sys",
|
|
68
|
+
]
|
|
69
|
+
|
|
70
|
+
[[package]]
|
|
71
|
+
name = "approx"
|
|
72
|
+
version = "0.5.1"
|
|
73
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
+
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
75
|
+
dependencies = [
|
|
76
|
+
"num-traits",
|
|
77
|
+
]
|
|
78
|
+
|
|
79
|
+
[[package]]
|
|
80
|
+
name = "autocfg"
|
|
81
|
+
version = "1.5.0"
|
|
82
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
84
|
+
|
|
85
|
+
[[package]]
|
|
86
|
+
name = "ballistics-engine"
|
|
87
|
+
version = "0.13.3"
|
|
88
|
+
source = "git+https://github.com/ajokela/ballistics-engine?tag=v0.13.3#d0ace87fddbe2ee25de3cf2b452df72ef18b8ec3"
|
|
89
|
+
dependencies = [
|
|
90
|
+
"clap",
|
|
91
|
+
"csv",
|
|
92
|
+
"getrandom",
|
|
93
|
+
"js-sys",
|
|
94
|
+
"nalgebra",
|
|
95
|
+
"ndarray",
|
|
96
|
+
"ndarray-npy",
|
|
97
|
+
"once_cell",
|
|
98
|
+
"rand",
|
|
99
|
+
"rand_distr",
|
|
100
|
+
"rayon",
|
|
101
|
+
"serde",
|
|
102
|
+
"serde-wasm-bindgen",
|
|
103
|
+
"serde_json",
|
|
104
|
+
"thiserror",
|
|
105
|
+
"wasm-bindgen",
|
|
106
|
+
"wasm-bindgen-futures",
|
|
107
|
+
"web-sys",
|
|
108
|
+
]
|
|
109
|
+
|
|
110
|
+
[[package]]
|
|
111
|
+
name = "ballistics-engine-rb"
|
|
112
|
+
version = "0.13.3"
|
|
113
|
+
dependencies = [
|
|
114
|
+
"ballistics-engine",
|
|
115
|
+
"magnus",
|
|
116
|
+
]
|
|
117
|
+
|
|
118
|
+
[[package]]
|
|
119
|
+
name = "bindgen"
|
|
120
|
+
version = "0.69.5"
|
|
121
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
122
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
123
|
+
dependencies = [
|
|
124
|
+
"bitflags",
|
|
125
|
+
"cexpr",
|
|
126
|
+
"clang-sys",
|
|
127
|
+
"itertools",
|
|
128
|
+
"lazy_static",
|
|
129
|
+
"lazycell",
|
|
130
|
+
"proc-macro2",
|
|
131
|
+
"quote",
|
|
132
|
+
"regex",
|
|
133
|
+
"rustc-hash",
|
|
134
|
+
"shlex",
|
|
135
|
+
"syn",
|
|
136
|
+
]
|
|
137
|
+
|
|
138
|
+
[[package]]
|
|
139
|
+
name = "bitflags"
|
|
140
|
+
version = "2.10.0"
|
|
141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
142
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
143
|
+
|
|
144
|
+
[[package]]
|
|
145
|
+
name = "block-buffer"
|
|
146
|
+
version = "0.10.4"
|
|
147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
148
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
149
|
+
dependencies = [
|
|
150
|
+
"generic-array",
|
|
151
|
+
]
|
|
152
|
+
|
|
153
|
+
[[package]]
|
|
154
|
+
name = "bumpalo"
|
|
155
|
+
version = "3.19.0"
|
|
156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
157
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|
158
|
+
|
|
159
|
+
[[package]]
|
|
160
|
+
name = "bytemuck"
|
|
161
|
+
version = "1.24.0"
|
|
162
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
+
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
|
|
164
|
+
|
|
165
|
+
[[package]]
|
|
166
|
+
name = "byteorder"
|
|
167
|
+
version = "1.5.0"
|
|
168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
170
|
+
|
|
171
|
+
[[package]]
|
|
172
|
+
name = "cexpr"
|
|
173
|
+
version = "0.6.0"
|
|
174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
176
|
+
dependencies = [
|
|
177
|
+
"nom",
|
|
178
|
+
]
|
|
179
|
+
|
|
180
|
+
[[package]]
|
|
181
|
+
name = "cfg-if"
|
|
182
|
+
version = "1.0.4"
|
|
183
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
184
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
185
|
+
|
|
186
|
+
[[package]]
|
|
187
|
+
name = "clang-sys"
|
|
188
|
+
version = "1.8.1"
|
|
189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
191
|
+
dependencies = [
|
|
192
|
+
"glob",
|
|
193
|
+
"libc",
|
|
194
|
+
"libloading",
|
|
195
|
+
]
|
|
196
|
+
|
|
197
|
+
[[package]]
|
|
198
|
+
name = "clap"
|
|
199
|
+
version = "4.5.53"
|
|
200
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
201
|
+
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
|
|
202
|
+
dependencies = [
|
|
203
|
+
"clap_builder",
|
|
204
|
+
"clap_derive",
|
|
205
|
+
]
|
|
206
|
+
|
|
207
|
+
[[package]]
|
|
208
|
+
name = "clap_builder"
|
|
209
|
+
version = "4.5.53"
|
|
210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
211
|
+
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
|
|
212
|
+
dependencies = [
|
|
213
|
+
"anstream",
|
|
214
|
+
"anstyle",
|
|
215
|
+
"clap_lex",
|
|
216
|
+
"strsim",
|
|
217
|
+
]
|
|
218
|
+
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "clap_derive"
|
|
221
|
+
version = "4.5.49"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
224
|
+
dependencies = [
|
|
225
|
+
"heck",
|
|
226
|
+
"proc-macro2",
|
|
227
|
+
"quote",
|
|
228
|
+
"syn",
|
|
229
|
+
]
|
|
230
|
+
|
|
231
|
+
[[package]]
|
|
232
|
+
name = "clap_lex"
|
|
233
|
+
version = "0.7.6"
|
|
234
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
235
|
+
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
|
236
|
+
|
|
237
|
+
[[package]]
|
|
238
|
+
name = "colorchoice"
|
|
239
|
+
version = "1.0.4"
|
|
240
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
242
|
+
|
|
243
|
+
[[package]]
|
|
244
|
+
name = "cpufeatures"
|
|
245
|
+
version = "0.2.17"
|
|
246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
247
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
248
|
+
dependencies = [
|
|
249
|
+
"libc",
|
|
250
|
+
]
|
|
251
|
+
|
|
252
|
+
[[package]]
|
|
253
|
+
name = "crc32fast"
|
|
254
|
+
version = "1.5.0"
|
|
255
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
257
|
+
dependencies = [
|
|
258
|
+
"cfg-if",
|
|
259
|
+
]
|
|
260
|
+
|
|
261
|
+
[[package]]
|
|
262
|
+
name = "crossbeam-deque"
|
|
263
|
+
version = "0.8.6"
|
|
264
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
266
|
+
dependencies = [
|
|
267
|
+
"crossbeam-epoch",
|
|
268
|
+
"crossbeam-utils",
|
|
269
|
+
]
|
|
270
|
+
|
|
271
|
+
[[package]]
|
|
272
|
+
name = "crossbeam-epoch"
|
|
273
|
+
version = "0.9.18"
|
|
274
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
275
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
276
|
+
dependencies = [
|
|
277
|
+
"crossbeam-utils",
|
|
278
|
+
]
|
|
279
|
+
|
|
280
|
+
[[package]]
|
|
281
|
+
name = "crossbeam-utils"
|
|
282
|
+
version = "0.8.21"
|
|
283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
284
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
285
|
+
|
|
286
|
+
[[package]]
|
|
287
|
+
name = "crypto-common"
|
|
288
|
+
version = "0.1.7"
|
|
289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
290
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
291
|
+
dependencies = [
|
|
292
|
+
"generic-array",
|
|
293
|
+
"typenum",
|
|
294
|
+
]
|
|
295
|
+
|
|
296
|
+
[[package]]
|
|
297
|
+
name = "csv"
|
|
298
|
+
version = "1.4.0"
|
|
299
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300
|
+
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
|
|
301
|
+
dependencies = [
|
|
302
|
+
"csv-core",
|
|
303
|
+
"itoa",
|
|
304
|
+
"ryu",
|
|
305
|
+
"serde_core",
|
|
306
|
+
]
|
|
307
|
+
|
|
308
|
+
[[package]]
|
|
309
|
+
name = "csv-core"
|
|
310
|
+
version = "0.1.13"
|
|
311
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
+
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
|
|
313
|
+
dependencies = [
|
|
314
|
+
"memchr",
|
|
315
|
+
]
|
|
316
|
+
|
|
317
|
+
[[package]]
|
|
318
|
+
name = "digest"
|
|
319
|
+
version = "0.10.7"
|
|
320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
322
|
+
dependencies = [
|
|
323
|
+
"block-buffer",
|
|
324
|
+
"crypto-common",
|
|
325
|
+
]
|
|
326
|
+
|
|
327
|
+
[[package]]
|
|
328
|
+
name = "either"
|
|
329
|
+
version = "1.15.0"
|
|
330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
332
|
+
|
|
333
|
+
[[package]]
|
|
334
|
+
name = "flate2"
|
|
335
|
+
version = "1.1.5"
|
|
336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
+
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
|
338
|
+
dependencies = [
|
|
339
|
+
"crc32fast",
|
|
340
|
+
"miniz_oxide",
|
|
341
|
+
]
|
|
342
|
+
|
|
343
|
+
[[package]]
|
|
344
|
+
name = "generic-array"
|
|
345
|
+
version = "0.14.7"
|
|
346
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
347
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
348
|
+
dependencies = [
|
|
349
|
+
"typenum",
|
|
350
|
+
"version_check",
|
|
351
|
+
]
|
|
352
|
+
|
|
353
|
+
[[package]]
|
|
354
|
+
name = "getrandom"
|
|
355
|
+
version = "0.2.16"
|
|
356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
358
|
+
dependencies = [
|
|
359
|
+
"cfg-if",
|
|
360
|
+
"js-sys",
|
|
361
|
+
"libc",
|
|
362
|
+
"wasi",
|
|
363
|
+
"wasm-bindgen",
|
|
364
|
+
]
|
|
365
|
+
|
|
366
|
+
[[package]]
|
|
367
|
+
name = "glob"
|
|
368
|
+
version = "0.3.3"
|
|
369
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
371
|
+
|
|
372
|
+
[[package]]
|
|
373
|
+
name = "heck"
|
|
374
|
+
version = "0.5.0"
|
|
375
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
376
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
377
|
+
|
|
378
|
+
[[package]]
|
|
379
|
+
name = "is_terminal_polyfill"
|
|
380
|
+
version = "1.70.2"
|
|
381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
382
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
383
|
+
|
|
384
|
+
[[package]]
|
|
385
|
+
name = "itertools"
|
|
386
|
+
version = "0.12.1"
|
|
387
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
388
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
389
|
+
dependencies = [
|
|
390
|
+
"either",
|
|
391
|
+
]
|
|
392
|
+
|
|
393
|
+
[[package]]
|
|
394
|
+
name = "itoa"
|
|
395
|
+
version = "1.0.15"
|
|
396
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
397
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
398
|
+
|
|
399
|
+
[[package]]
|
|
400
|
+
name = "js-sys"
|
|
401
|
+
version = "0.3.82"
|
|
402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
+
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
|
|
404
|
+
dependencies = [
|
|
405
|
+
"once_cell",
|
|
406
|
+
"wasm-bindgen",
|
|
407
|
+
]
|
|
408
|
+
|
|
409
|
+
[[package]]
|
|
410
|
+
name = "lazy_static"
|
|
411
|
+
version = "1.5.0"
|
|
412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
414
|
+
|
|
415
|
+
[[package]]
|
|
416
|
+
name = "lazycell"
|
|
417
|
+
version = "1.3.0"
|
|
418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
420
|
+
|
|
421
|
+
[[package]]
|
|
422
|
+
name = "libc"
|
|
423
|
+
version = "0.2.177"
|
|
424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
425
|
+
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
|
426
|
+
|
|
427
|
+
[[package]]
|
|
428
|
+
name = "libloading"
|
|
429
|
+
version = "0.8.9"
|
|
430
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
431
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
432
|
+
dependencies = [
|
|
433
|
+
"cfg-if",
|
|
434
|
+
"windows-link",
|
|
435
|
+
]
|
|
436
|
+
|
|
437
|
+
[[package]]
|
|
438
|
+
name = "libm"
|
|
439
|
+
version = "0.2.15"
|
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
|
442
|
+
|
|
443
|
+
[[package]]
|
|
444
|
+
name = "magnus"
|
|
445
|
+
version = "0.8.2"
|
|
446
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
+
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
|
448
|
+
dependencies = [
|
|
449
|
+
"magnus-macros",
|
|
450
|
+
"rb-sys",
|
|
451
|
+
"rb-sys-env",
|
|
452
|
+
"seq-macro",
|
|
453
|
+
]
|
|
454
|
+
|
|
455
|
+
[[package]]
|
|
456
|
+
name = "magnus-macros"
|
|
457
|
+
version = "0.8.0"
|
|
458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
460
|
+
dependencies = [
|
|
461
|
+
"proc-macro2",
|
|
462
|
+
"quote",
|
|
463
|
+
"syn",
|
|
464
|
+
]
|
|
465
|
+
|
|
466
|
+
[[package]]
|
|
467
|
+
name = "matrixmultiply"
|
|
468
|
+
version = "0.3.10"
|
|
469
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
470
|
+
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
471
|
+
dependencies = [
|
|
472
|
+
"autocfg",
|
|
473
|
+
"rawpointer",
|
|
474
|
+
]
|
|
475
|
+
|
|
476
|
+
[[package]]
|
|
477
|
+
name = "memchr"
|
|
478
|
+
version = "2.7.6"
|
|
479
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
480
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
481
|
+
|
|
482
|
+
[[package]]
|
|
483
|
+
name = "minimal-lexical"
|
|
484
|
+
version = "0.2.1"
|
|
485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
486
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
487
|
+
|
|
488
|
+
[[package]]
|
|
489
|
+
name = "miniz_oxide"
|
|
490
|
+
version = "0.8.9"
|
|
491
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
492
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
493
|
+
dependencies = [
|
|
494
|
+
"adler2",
|
|
495
|
+
"simd-adler32",
|
|
496
|
+
]
|
|
497
|
+
|
|
498
|
+
[[package]]
|
|
499
|
+
name = "nalgebra"
|
|
500
|
+
version = "0.33.2"
|
|
501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
502
|
+
checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
|
|
503
|
+
dependencies = [
|
|
504
|
+
"approx",
|
|
505
|
+
"matrixmultiply",
|
|
506
|
+
"nalgebra-macros",
|
|
507
|
+
"num-complex",
|
|
508
|
+
"num-rational",
|
|
509
|
+
"num-traits",
|
|
510
|
+
"simba",
|
|
511
|
+
"typenum",
|
|
512
|
+
]
|
|
513
|
+
|
|
514
|
+
[[package]]
|
|
515
|
+
name = "nalgebra-macros"
|
|
516
|
+
version = "0.2.2"
|
|
517
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
518
|
+
checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc"
|
|
519
|
+
dependencies = [
|
|
520
|
+
"proc-macro2",
|
|
521
|
+
"quote",
|
|
522
|
+
"syn",
|
|
523
|
+
]
|
|
524
|
+
|
|
525
|
+
[[package]]
|
|
526
|
+
name = "ndarray"
|
|
527
|
+
version = "0.15.6"
|
|
528
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
529
|
+
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
|
|
530
|
+
dependencies = [
|
|
531
|
+
"matrixmultiply",
|
|
532
|
+
"num-complex",
|
|
533
|
+
"num-integer",
|
|
534
|
+
"num-traits",
|
|
535
|
+
"rawpointer",
|
|
536
|
+
]
|
|
537
|
+
|
|
538
|
+
[[package]]
|
|
539
|
+
name = "ndarray-npy"
|
|
540
|
+
version = "0.8.1"
|
|
541
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
542
|
+
checksum = "f85776816e34becd8bd9540818d7dc77bf28307f3b3dcc51cc82403c6931680c"
|
|
543
|
+
dependencies = [
|
|
544
|
+
"byteorder",
|
|
545
|
+
"ndarray",
|
|
546
|
+
"num-complex",
|
|
547
|
+
"num-traits",
|
|
548
|
+
"py_literal",
|
|
549
|
+
"zip",
|
|
550
|
+
]
|
|
551
|
+
|
|
552
|
+
[[package]]
|
|
553
|
+
name = "nom"
|
|
554
|
+
version = "7.1.3"
|
|
555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
556
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
557
|
+
dependencies = [
|
|
558
|
+
"memchr",
|
|
559
|
+
"minimal-lexical",
|
|
560
|
+
]
|
|
561
|
+
|
|
562
|
+
[[package]]
|
|
563
|
+
name = "num-bigint"
|
|
564
|
+
version = "0.4.6"
|
|
565
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
566
|
+
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
567
|
+
dependencies = [
|
|
568
|
+
"num-integer",
|
|
569
|
+
"num-traits",
|
|
570
|
+
]
|
|
571
|
+
|
|
572
|
+
[[package]]
|
|
573
|
+
name = "num-complex"
|
|
574
|
+
version = "0.4.6"
|
|
575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
576
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
577
|
+
dependencies = [
|
|
578
|
+
"num-traits",
|
|
579
|
+
]
|
|
580
|
+
|
|
581
|
+
[[package]]
|
|
582
|
+
name = "num-integer"
|
|
583
|
+
version = "0.1.46"
|
|
584
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
585
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
586
|
+
dependencies = [
|
|
587
|
+
"num-traits",
|
|
588
|
+
]
|
|
589
|
+
|
|
590
|
+
[[package]]
|
|
591
|
+
name = "num-rational"
|
|
592
|
+
version = "0.4.2"
|
|
593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
594
|
+
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
595
|
+
dependencies = [
|
|
596
|
+
"num-bigint",
|
|
597
|
+
"num-integer",
|
|
598
|
+
"num-traits",
|
|
599
|
+
]
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "num-traits"
|
|
603
|
+
version = "0.2.19"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
606
|
+
dependencies = [
|
|
607
|
+
"autocfg",
|
|
608
|
+
"libm",
|
|
609
|
+
]
|
|
610
|
+
|
|
611
|
+
[[package]]
|
|
612
|
+
name = "once_cell"
|
|
613
|
+
version = "1.21.3"
|
|
614
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
615
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
616
|
+
|
|
617
|
+
[[package]]
|
|
618
|
+
name = "once_cell_polyfill"
|
|
619
|
+
version = "1.70.2"
|
|
620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
622
|
+
|
|
623
|
+
[[package]]
|
|
624
|
+
name = "paste"
|
|
625
|
+
version = "1.0.15"
|
|
626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
627
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
628
|
+
|
|
629
|
+
[[package]]
|
|
630
|
+
name = "pest"
|
|
631
|
+
version = "2.8.4"
|
|
632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
+
checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
|
|
634
|
+
dependencies = [
|
|
635
|
+
"memchr",
|
|
636
|
+
"ucd-trie",
|
|
637
|
+
]
|
|
638
|
+
|
|
639
|
+
[[package]]
|
|
640
|
+
name = "pest_derive"
|
|
641
|
+
version = "2.8.4"
|
|
642
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
643
|
+
checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
|
|
644
|
+
dependencies = [
|
|
645
|
+
"pest",
|
|
646
|
+
"pest_generator",
|
|
647
|
+
]
|
|
648
|
+
|
|
649
|
+
[[package]]
|
|
650
|
+
name = "pest_generator"
|
|
651
|
+
version = "2.8.4"
|
|
652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
653
|
+
checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
|
|
654
|
+
dependencies = [
|
|
655
|
+
"pest",
|
|
656
|
+
"pest_meta",
|
|
657
|
+
"proc-macro2",
|
|
658
|
+
"quote",
|
|
659
|
+
"syn",
|
|
660
|
+
]
|
|
661
|
+
|
|
662
|
+
[[package]]
|
|
663
|
+
name = "pest_meta"
|
|
664
|
+
version = "2.8.4"
|
|
665
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666
|
+
checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
|
|
667
|
+
dependencies = [
|
|
668
|
+
"pest",
|
|
669
|
+
"sha2",
|
|
670
|
+
]
|
|
671
|
+
|
|
672
|
+
[[package]]
|
|
673
|
+
name = "ppv-lite86"
|
|
674
|
+
version = "0.2.21"
|
|
675
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
677
|
+
dependencies = [
|
|
678
|
+
"zerocopy",
|
|
679
|
+
]
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "proc-macro2"
|
|
683
|
+
version = "1.0.103"
|
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
686
|
+
dependencies = [
|
|
687
|
+
"unicode-ident",
|
|
688
|
+
]
|
|
689
|
+
|
|
690
|
+
[[package]]
|
|
691
|
+
name = "py_literal"
|
|
692
|
+
version = "0.4.0"
|
|
693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
+
checksum = "102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1"
|
|
695
|
+
dependencies = [
|
|
696
|
+
"num-bigint",
|
|
697
|
+
"num-complex",
|
|
698
|
+
"num-traits",
|
|
699
|
+
"pest",
|
|
700
|
+
"pest_derive",
|
|
701
|
+
]
|
|
702
|
+
|
|
703
|
+
[[package]]
|
|
704
|
+
name = "quote"
|
|
705
|
+
version = "1.0.42"
|
|
706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
707
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
708
|
+
dependencies = [
|
|
709
|
+
"proc-macro2",
|
|
710
|
+
]
|
|
711
|
+
|
|
712
|
+
[[package]]
|
|
713
|
+
name = "rand"
|
|
714
|
+
version = "0.8.5"
|
|
715
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
716
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
717
|
+
dependencies = [
|
|
718
|
+
"libc",
|
|
719
|
+
"rand_chacha",
|
|
720
|
+
"rand_core",
|
|
721
|
+
]
|
|
722
|
+
|
|
723
|
+
[[package]]
|
|
724
|
+
name = "rand_chacha"
|
|
725
|
+
version = "0.3.1"
|
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
728
|
+
dependencies = [
|
|
729
|
+
"ppv-lite86",
|
|
730
|
+
"rand_core",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "rand_core"
|
|
735
|
+
version = "0.6.4"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"getrandom",
|
|
740
|
+
]
|
|
741
|
+
|
|
742
|
+
[[package]]
|
|
743
|
+
name = "rand_distr"
|
|
744
|
+
version = "0.4.3"
|
|
745
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
746
|
+
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
|
747
|
+
dependencies = [
|
|
748
|
+
"num-traits",
|
|
749
|
+
"rand",
|
|
750
|
+
]
|
|
751
|
+
|
|
752
|
+
[[package]]
|
|
753
|
+
name = "rawpointer"
|
|
754
|
+
version = "0.2.1"
|
|
755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
+
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
757
|
+
|
|
758
|
+
[[package]]
|
|
759
|
+
name = "rayon"
|
|
760
|
+
version = "1.11.0"
|
|
761
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
762
|
+
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
763
|
+
dependencies = [
|
|
764
|
+
"either",
|
|
765
|
+
"rayon-core",
|
|
766
|
+
]
|
|
767
|
+
|
|
768
|
+
[[package]]
|
|
769
|
+
name = "rayon-core"
|
|
770
|
+
version = "1.13.0"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
773
|
+
dependencies = [
|
|
774
|
+
"crossbeam-deque",
|
|
775
|
+
"crossbeam-utils",
|
|
776
|
+
]
|
|
777
|
+
|
|
778
|
+
[[package]]
|
|
779
|
+
name = "rb-sys"
|
|
780
|
+
version = "0.9.117"
|
|
781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
+
checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
|
|
783
|
+
dependencies = [
|
|
784
|
+
"rb-sys-build",
|
|
785
|
+
]
|
|
786
|
+
|
|
787
|
+
[[package]]
|
|
788
|
+
name = "rb-sys-build"
|
|
789
|
+
version = "0.9.117"
|
|
790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
+
checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
|
|
792
|
+
dependencies = [
|
|
793
|
+
"bindgen",
|
|
794
|
+
"lazy_static",
|
|
795
|
+
"proc-macro2",
|
|
796
|
+
"quote",
|
|
797
|
+
"regex",
|
|
798
|
+
"shell-words",
|
|
799
|
+
"syn",
|
|
800
|
+
]
|
|
801
|
+
|
|
802
|
+
[[package]]
|
|
803
|
+
name = "rb-sys-env"
|
|
804
|
+
version = "0.2.2"
|
|
805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
+
checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
|
|
807
|
+
|
|
808
|
+
[[package]]
|
|
809
|
+
name = "regex"
|
|
810
|
+
version = "1.12.2"
|
|
811
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
813
|
+
dependencies = [
|
|
814
|
+
"aho-corasick",
|
|
815
|
+
"memchr",
|
|
816
|
+
"regex-automata",
|
|
817
|
+
"regex-syntax",
|
|
818
|
+
]
|
|
819
|
+
|
|
820
|
+
[[package]]
|
|
821
|
+
name = "regex-automata"
|
|
822
|
+
version = "0.4.13"
|
|
823
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
824
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
825
|
+
dependencies = [
|
|
826
|
+
"aho-corasick",
|
|
827
|
+
"memchr",
|
|
828
|
+
"regex-syntax",
|
|
829
|
+
]
|
|
830
|
+
|
|
831
|
+
[[package]]
|
|
832
|
+
name = "regex-syntax"
|
|
833
|
+
version = "0.8.8"
|
|
834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
835
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
836
|
+
|
|
837
|
+
[[package]]
|
|
838
|
+
name = "rustc-hash"
|
|
839
|
+
version = "1.1.0"
|
|
840
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
842
|
+
|
|
843
|
+
[[package]]
|
|
844
|
+
name = "rustversion"
|
|
845
|
+
version = "1.0.22"
|
|
846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
848
|
+
|
|
849
|
+
[[package]]
|
|
850
|
+
name = "ryu"
|
|
851
|
+
version = "1.0.20"
|
|
852
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
853
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
854
|
+
|
|
855
|
+
[[package]]
|
|
856
|
+
name = "safe_arch"
|
|
857
|
+
version = "0.7.4"
|
|
858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
+
checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
|
|
860
|
+
dependencies = [
|
|
861
|
+
"bytemuck",
|
|
862
|
+
]
|
|
863
|
+
|
|
864
|
+
[[package]]
|
|
865
|
+
name = "seq-macro"
|
|
866
|
+
version = "0.3.6"
|
|
867
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
869
|
+
|
|
870
|
+
[[package]]
|
|
871
|
+
name = "serde"
|
|
872
|
+
version = "1.0.228"
|
|
873
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
874
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
875
|
+
dependencies = [
|
|
876
|
+
"serde_core",
|
|
877
|
+
"serde_derive",
|
|
878
|
+
]
|
|
879
|
+
|
|
880
|
+
[[package]]
|
|
881
|
+
name = "serde-wasm-bindgen"
|
|
882
|
+
version = "0.6.5"
|
|
883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
884
|
+
checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
|
|
885
|
+
dependencies = [
|
|
886
|
+
"js-sys",
|
|
887
|
+
"serde",
|
|
888
|
+
"wasm-bindgen",
|
|
889
|
+
]
|
|
890
|
+
|
|
891
|
+
[[package]]
|
|
892
|
+
name = "serde_core"
|
|
893
|
+
version = "1.0.228"
|
|
894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
896
|
+
dependencies = [
|
|
897
|
+
"serde_derive",
|
|
898
|
+
]
|
|
899
|
+
|
|
900
|
+
[[package]]
|
|
901
|
+
name = "serde_derive"
|
|
902
|
+
version = "1.0.228"
|
|
903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
904
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
905
|
+
dependencies = [
|
|
906
|
+
"proc-macro2",
|
|
907
|
+
"quote",
|
|
908
|
+
"syn",
|
|
909
|
+
]
|
|
910
|
+
|
|
911
|
+
[[package]]
|
|
912
|
+
name = "serde_json"
|
|
913
|
+
version = "1.0.145"
|
|
914
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
915
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
916
|
+
dependencies = [
|
|
917
|
+
"itoa",
|
|
918
|
+
"memchr",
|
|
919
|
+
"ryu",
|
|
920
|
+
"serde",
|
|
921
|
+
"serde_core",
|
|
922
|
+
]
|
|
923
|
+
|
|
924
|
+
[[package]]
|
|
925
|
+
name = "sha2"
|
|
926
|
+
version = "0.10.9"
|
|
927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
928
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
929
|
+
dependencies = [
|
|
930
|
+
"cfg-if",
|
|
931
|
+
"cpufeatures",
|
|
932
|
+
"digest",
|
|
933
|
+
]
|
|
934
|
+
|
|
935
|
+
[[package]]
|
|
936
|
+
name = "shell-words"
|
|
937
|
+
version = "1.1.0"
|
|
938
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
940
|
+
|
|
941
|
+
[[package]]
|
|
942
|
+
name = "shlex"
|
|
943
|
+
version = "1.3.0"
|
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
946
|
+
|
|
947
|
+
[[package]]
|
|
948
|
+
name = "simba"
|
|
949
|
+
version = "0.9.1"
|
|
950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
951
|
+
checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
|
|
952
|
+
dependencies = [
|
|
953
|
+
"approx",
|
|
954
|
+
"num-complex",
|
|
955
|
+
"num-traits",
|
|
956
|
+
"paste",
|
|
957
|
+
"wide",
|
|
958
|
+
]
|
|
959
|
+
|
|
960
|
+
[[package]]
|
|
961
|
+
name = "simd-adler32"
|
|
962
|
+
version = "0.3.7"
|
|
963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
964
|
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
965
|
+
|
|
966
|
+
[[package]]
|
|
967
|
+
name = "strsim"
|
|
968
|
+
version = "0.11.1"
|
|
969
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
970
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
971
|
+
|
|
972
|
+
[[package]]
|
|
973
|
+
name = "syn"
|
|
974
|
+
version = "2.0.111"
|
|
975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
+
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
|
977
|
+
dependencies = [
|
|
978
|
+
"proc-macro2",
|
|
979
|
+
"quote",
|
|
980
|
+
"unicode-ident",
|
|
981
|
+
]
|
|
982
|
+
|
|
983
|
+
[[package]]
|
|
984
|
+
name = "thiserror"
|
|
985
|
+
version = "1.0.69"
|
|
986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
988
|
+
dependencies = [
|
|
989
|
+
"thiserror-impl",
|
|
990
|
+
]
|
|
991
|
+
|
|
992
|
+
[[package]]
|
|
993
|
+
name = "thiserror-impl"
|
|
994
|
+
version = "1.0.69"
|
|
995
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
996
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
997
|
+
dependencies = [
|
|
998
|
+
"proc-macro2",
|
|
999
|
+
"quote",
|
|
1000
|
+
"syn",
|
|
1001
|
+
]
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "typenum"
|
|
1005
|
+
version = "1.19.0"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "ucd-trie"
|
|
1011
|
+
version = "0.1.7"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
1014
|
+
|
|
1015
|
+
[[package]]
|
|
1016
|
+
name = "unicode-ident"
|
|
1017
|
+
version = "1.0.22"
|
|
1018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
1020
|
+
|
|
1021
|
+
[[package]]
|
|
1022
|
+
name = "utf8parse"
|
|
1023
|
+
version = "0.2.2"
|
|
1024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1025
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1026
|
+
|
|
1027
|
+
[[package]]
|
|
1028
|
+
name = "version_check"
|
|
1029
|
+
version = "0.9.5"
|
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1031
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
1032
|
+
|
|
1033
|
+
[[package]]
|
|
1034
|
+
name = "wasi"
|
|
1035
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
1036
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1038
|
+
|
|
1039
|
+
[[package]]
|
|
1040
|
+
name = "wasm-bindgen"
|
|
1041
|
+
version = "0.2.105"
|
|
1042
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1043
|
+
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
|
1044
|
+
dependencies = [
|
|
1045
|
+
"cfg-if",
|
|
1046
|
+
"once_cell",
|
|
1047
|
+
"rustversion",
|
|
1048
|
+
"wasm-bindgen-macro",
|
|
1049
|
+
"wasm-bindgen-shared",
|
|
1050
|
+
]
|
|
1051
|
+
|
|
1052
|
+
[[package]]
|
|
1053
|
+
name = "wasm-bindgen-futures"
|
|
1054
|
+
version = "0.4.55"
|
|
1055
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1056
|
+
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
|
1057
|
+
dependencies = [
|
|
1058
|
+
"cfg-if",
|
|
1059
|
+
"js-sys",
|
|
1060
|
+
"once_cell",
|
|
1061
|
+
"wasm-bindgen",
|
|
1062
|
+
"web-sys",
|
|
1063
|
+
]
|
|
1064
|
+
|
|
1065
|
+
[[package]]
|
|
1066
|
+
name = "wasm-bindgen-macro"
|
|
1067
|
+
version = "0.2.105"
|
|
1068
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1069
|
+
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
|
1070
|
+
dependencies = [
|
|
1071
|
+
"quote",
|
|
1072
|
+
"wasm-bindgen-macro-support",
|
|
1073
|
+
]
|
|
1074
|
+
|
|
1075
|
+
[[package]]
|
|
1076
|
+
name = "wasm-bindgen-macro-support"
|
|
1077
|
+
version = "0.2.105"
|
|
1078
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1079
|
+
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
|
1080
|
+
dependencies = [
|
|
1081
|
+
"bumpalo",
|
|
1082
|
+
"proc-macro2",
|
|
1083
|
+
"quote",
|
|
1084
|
+
"syn",
|
|
1085
|
+
"wasm-bindgen-shared",
|
|
1086
|
+
]
|
|
1087
|
+
|
|
1088
|
+
[[package]]
|
|
1089
|
+
name = "wasm-bindgen-shared"
|
|
1090
|
+
version = "0.2.105"
|
|
1091
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
+
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
|
1093
|
+
dependencies = [
|
|
1094
|
+
"unicode-ident",
|
|
1095
|
+
]
|
|
1096
|
+
|
|
1097
|
+
[[package]]
|
|
1098
|
+
name = "web-sys"
|
|
1099
|
+
version = "0.3.82"
|
|
1100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1101
|
+
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
|
1102
|
+
dependencies = [
|
|
1103
|
+
"js-sys",
|
|
1104
|
+
"wasm-bindgen",
|
|
1105
|
+
]
|
|
1106
|
+
|
|
1107
|
+
[[package]]
|
|
1108
|
+
name = "wide"
|
|
1109
|
+
version = "0.7.33"
|
|
1110
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1111
|
+
checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
|
|
1112
|
+
dependencies = [
|
|
1113
|
+
"bytemuck",
|
|
1114
|
+
"safe_arch",
|
|
1115
|
+
]
|
|
1116
|
+
|
|
1117
|
+
[[package]]
|
|
1118
|
+
name = "windows-link"
|
|
1119
|
+
version = "0.2.1"
|
|
1120
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1121
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
1122
|
+
|
|
1123
|
+
[[package]]
|
|
1124
|
+
name = "windows-sys"
|
|
1125
|
+
version = "0.61.2"
|
|
1126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1127
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
1128
|
+
dependencies = [
|
|
1129
|
+
"windows-link",
|
|
1130
|
+
]
|
|
1131
|
+
|
|
1132
|
+
[[package]]
|
|
1133
|
+
name = "zerocopy"
|
|
1134
|
+
version = "0.8.28"
|
|
1135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
+
checksum = "43fa6694ed34d6e57407afbccdeecfa268c470a7d2a5b0cf49ce9fcc345afb90"
|
|
1137
|
+
dependencies = [
|
|
1138
|
+
"zerocopy-derive",
|
|
1139
|
+
]
|
|
1140
|
+
|
|
1141
|
+
[[package]]
|
|
1142
|
+
name = "zerocopy-derive"
|
|
1143
|
+
version = "0.8.28"
|
|
1144
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1145
|
+
checksum = "c640b22cd9817fae95be82f0d2f90b11f7605f6c319d16705c459b27ac2cbc26"
|
|
1146
|
+
dependencies = [
|
|
1147
|
+
"proc-macro2",
|
|
1148
|
+
"quote",
|
|
1149
|
+
"syn",
|
|
1150
|
+
]
|
|
1151
|
+
|
|
1152
|
+
[[package]]
|
|
1153
|
+
name = "zip"
|
|
1154
|
+
version = "0.5.13"
|
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1156
|
+
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
|
1157
|
+
dependencies = [
|
|
1158
|
+
"byteorder",
|
|
1159
|
+
"crc32fast",
|
|
1160
|
+
"flate2",
|
|
1161
|
+
"thiserror",
|
|
1162
|
+
]
|