ballistics-engine 0.36.3 → 0.37.0
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 +4 -4
- data/Cargo.lock +238 -155
- data/Cargo.toml +2 -2
- data/README.md +2 -2
- data/lib/ballistics_engine.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ab80ac08bdc9379696067a298e7884cdd0be50b89cdff94dd059bd94e4beb0a
|
|
4
|
+
data.tar.gz: 90b4600b1ec9503dfce481b204bd6584f1fa0fdef85e34581734d3ec2fda2784
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb96005ff7ce0d441ea96722cefeff2746f4bc35dcd76fadbbd30a7070224fe62200f9fb2fba07a5814b11332470d2e62181cad5f1acb2e2ffece50915bfbd7f
|
|
7
|
+
data.tar.gz: 5d8ac3c7914846427794758854c15ecf9447158a0d8ebcd708efda3b497aa88c7fee8850682936c45ad6e93bcf1fc88be329a9a1fe94665128a65ea5f2f9a71f
|
data/Cargo.lock
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
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
|
+
|
|
5
11
|
[[package]]
|
|
6
12
|
name = "aho-corasick"
|
|
7
|
-
version = "1.1.
|
|
13
|
+
version = "1.1.4"
|
|
8
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
15
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
16
|
dependencies = [
|
|
11
17
|
"memchr",
|
|
12
18
|
]
|
|
@@ -31,15 +37,15 @@ dependencies = [
|
|
|
31
37
|
|
|
32
38
|
[[package]]
|
|
33
39
|
name = "autocfg"
|
|
34
|
-
version = "1.5.
|
|
40
|
+
version = "1.5.0"
|
|
35
41
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "
|
|
42
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
37
43
|
|
|
38
44
|
[[package]]
|
|
39
45
|
name = "ballistics-engine"
|
|
40
|
-
version = "0.
|
|
46
|
+
version = "0.37.0"
|
|
41
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
-
checksum = "
|
|
48
|
+
checksum = "b0f212d580cbb111934481a35463be6adf7a2a9370f2d80ed3bc4d1d67e81ab8"
|
|
43
49
|
dependencies = [
|
|
44
50
|
"getrandom",
|
|
45
51
|
"js-sys",
|
|
@@ -59,7 +65,7 @@ dependencies = [
|
|
|
59
65
|
|
|
60
66
|
[[package]]
|
|
61
67
|
name = "ballistics_engine_rb"
|
|
62
|
-
version = "0.
|
|
68
|
+
version = "0.37.0"
|
|
63
69
|
dependencies = [
|
|
64
70
|
"ballistics-engine",
|
|
65
71
|
"magnus",
|
|
@@ -80,26 +86,35 @@ dependencies = [
|
|
|
80
86
|
"regex",
|
|
81
87
|
"rustc-hash",
|
|
82
88
|
"shlex",
|
|
83
|
-
"syn
|
|
89
|
+
"syn",
|
|
84
90
|
]
|
|
85
91
|
|
|
86
92
|
[[package]]
|
|
87
93
|
name = "bitflags"
|
|
88
|
-
version = "2.
|
|
94
|
+
version = "2.10.0"
|
|
89
95
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
90
|
-
checksum = "
|
|
96
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
97
|
+
|
|
98
|
+
[[package]]
|
|
99
|
+
name = "block-buffer"
|
|
100
|
+
version = "0.10.4"
|
|
101
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
103
|
+
dependencies = [
|
|
104
|
+
"generic-array",
|
|
105
|
+
]
|
|
91
106
|
|
|
92
107
|
[[package]]
|
|
93
108
|
name = "bumpalo"
|
|
94
|
-
version = "3.
|
|
109
|
+
version = "3.19.1"
|
|
95
110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
96
|
-
checksum = "
|
|
111
|
+
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
97
112
|
|
|
98
113
|
[[package]]
|
|
99
114
|
name = "bytemuck"
|
|
100
|
-
version = "1.
|
|
115
|
+
version = "1.24.0"
|
|
101
116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
-
checksum = "
|
|
117
|
+
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
|
|
103
118
|
|
|
104
119
|
[[package]]
|
|
105
120
|
name = "byteorder"
|
|
@@ -124,20 +139,20 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
124
139
|
|
|
125
140
|
[[package]]
|
|
126
141
|
name = "chacha20"
|
|
127
|
-
version = "0.10.
|
|
142
|
+
version = "0.10.1"
|
|
128
143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
129
|
-
checksum = "
|
|
144
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
130
145
|
dependencies = [
|
|
131
146
|
"cfg-if",
|
|
132
|
-
"cpufeatures",
|
|
147
|
+
"cpufeatures 0.3.0",
|
|
133
148
|
"rand_core",
|
|
134
149
|
]
|
|
135
150
|
|
|
136
151
|
[[package]]
|
|
137
152
|
name = "clang-sys"
|
|
138
|
-
version = "1.
|
|
153
|
+
version = "1.8.1"
|
|
139
154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "
|
|
155
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
141
156
|
dependencies = [
|
|
142
157
|
"glob",
|
|
143
158
|
"libc",
|
|
@@ -146,22 +161,41 @@ dependencies = [
|
|
|
146
161
|
|
|
147
162
|
[[package]]
|
|
148
163
|
name = "cpufeatures"
|
|
149
|
-
version = "0.
|
|
164
|
+
version = "0.2.17"
|
|
150
165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
|
-
checksum = "
|
|
166
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
167
|
+
dependencies = [
|
|
168
|
+
"libc",
|
|
169
|
+
]
|
|
170
|
+
|
|
171
|
+
[[package]]
|
|
172
|
+
name = "cpufeatures"
|
|
173
|
+
version = "0.3.0"
|
|
174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
152
176
|
dependencies = [
|
|
153
177
|
"libc",
|
|
154
178
|
]
|
|
155
179
|
|
|
156
180
|
[[package]]
|
|
157
181
|
name = "crc32fast"
|
|
158
|
-
version = "1.5.
|
|
182
|
+
version = "1.5.0"
|
|
159
183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
160
|
-
checksum = "
|
|
184
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
161
185
|
dependencies = [
|
|
162
186
|
"cfg-if",
|
|
163
187
|
]
|
|
164
188
|
|
|
189
|
+
[[package]]
|
|
190
|
+
name = "crypto-common"
|
|
191
|
+
version = "0.1.7"
|
|
192
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
193
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
194
|
+
dependencies = [
|
|
195
|
+
"generic-array",
|
|
196
|
+
"typenum",
|
|
197
|
+
]
|
|
198
|
+
|
|
165
199
|
[[package]]
|
|
166
200
|
name = "derive_arbitrary"
|
|
167
201
|
version = "1.4.2"
|
|
@@ -170,14 +204,24 @@ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
|
|
170
204
|
dependencies = [
|
|
171
205
|
"proc-macro2",
|
|
172
206
|
"quote",
|
|
173
|
-
"syn
|
|
207
|
+
"syn",
|
|
208
|
+
]
|
|
209
|
+
|
|
210
|
+
[[package]]
|
|
211
|
+
name = "digest"
|
|
212
|
+
version = "0.10.7"
|
|
213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
215
|
+
dependencies = [
|
|
216
|
+
"block-buffer",
|
|
217
|
+
"crypto-common",
|
|
174
218
|
]
|
|
175
219
|
|
|
176
220
|
[[package]]
|
|
177
221
|
name = "either"
|
|
178
|
-
version = "1.
|
|
222
|
+
version = "1.15.0"
|
|
179
223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
224
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
181
225
|
|
|
182
226
|
[[package]]
|
|
183
227
|
name = "equivalent"
|
|
@@ -187,37 +231,50 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
187
231
|
|
|
188
232
|
[[package]]
|
|
189
233
|
name = "flate2"
|
|
190
|
-
version = "1.1.
|
|
234
|
+
version = "1.1.8"
|
|
191
235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
|
-
checksum = "
|
|
236
|
+
checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
|
|
193
237
|
dependencies = [
|
|
238
|
+
"crc32fast",
|
|
239
|
+
"miniz_oxide",
|
|
194
240
|
"zlib-rs",
|
|
195
241
|
]
|
|
196
242
|
|
|
197
243
|
[[package]]
|
|
198
244
|
name = "futures-core"
|
|
199
|
-
version = "0.3.
|
|
245
|
+
version = "0.3.31"
|
|
200
246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
201
|
-
checksum = "
|
|
247
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
202
248
|
|
|
203
249
|
[[package]]
|
|
204
250
|
name = "futures-task"
|
|
205
|
-
version = "0.3.
|
|
251
|
+
version = "0.3.31"
|
|
206
252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
207
|
-
checksum = "
|
|
253
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
208
254
|
|
|
209
255
|
[[package]]
|
|
210
256
|
name = "futures-util"
|
|
211
|
-
version = "0.3.
|
|
257
|
+
version = "0.3.31"
|
|
212
258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
213
|
-
checksum = "
|
|
259
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
214
260
|
dependencies = [
|
|
215
261
|
"futures-core",
|
|
216
262
|
"futures-task",
|
|
217
263
|
"pin-project-lite",
|
|
264
|
+
"pin-utils",
|
|
218
265
|
"slab",
|
|
219
266
|
]
|
|
220
267
|
|
|
268
|
+
[[package]]
|
|
269
|
+
name = "generic-array"
|
|
270
|
+
version = "0.14.7"
|
|
271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
272
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
273
|
+
dependencies = [
|
|
274
|
+
"typenum",
|
|
275
|
+
"version_check",
|
|
276
|
+
]
|
|
277
|
+
|
|
221
278
|
[[package]]
|
|
222
279
|
name = "getrandom"
|
|
223
280
|
version = "0.4.3"
|
|
@@ -252,15 +309,15 @@ checksum = "f70749695b063ecbf6b62949ccccde2e733ec3ecbbd71d467dca4e5c6c97cca0"
|
|
|
252
309
|
|
|
253
310
|
[[package]]
|
|
254
311
|
name = "glam"
|
|
255
|
-
version = "0.33.
|
|
312
|
+
version = "0.33.2"
|
|
256
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
257
|
-
checksum = "
|
|
314
|
+
checksum = "7f22fb22f065b308be0d8724e3706c7fa3fc2a6c7d6899df4cad7860e7a75436"
|
|
258
315
|
|
|
259
316
|
[[package]]
|
|
260
317
|
name = "glob"
|
|
261
|
-
version = "0.3.
|
|
318
|
+
version = "0.3.3"
|
|
262
319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
263
|
-
checksum = "
|
|
320
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
264
321
|
|
|
265
322
|
[[package]]
|
|
266
323
|
name = "hashbrown"
|
|
@@ -270,9 +327,9 @@ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
|
270
327
|
|
|
271
328
|
[[package]]
|
|
272
329
|
name = "indexmap"
|
|
273
|
-
version = "2.14.
|
|
330
|
+
version = "2.14.0"
|
|
274
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
275
|
-
checksum = "
|
|
332
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
276
333
|
dependencies = [
|
|
277
334
|
"equivalent",
|
|
278
335
|
"hashbrown",
|
|
@@ -280,27 +337,26 @@ dependencies = [
|
|
|
280
337
|
|
|
281
338
|
[[package]]
|
|
282
339
|
name = "itertools"
|
|
283
|
-
version = "0.
|
|
340
|
+
version = "0.12.1"
|
|
284
341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
-
checksum = "
|
|
342
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
286
343
|
dependencies = [
|
|
287
344
|
"either",
|
|
288
345
|
]
|
|
289
346
|
|
|
290
347
|
[[package]]
|
|
291
348
|
name = "itoa"
|
|
292
|
-
version = "1.0.
|
|
349
|
+
version = "1.0.17"
|
|
293
350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
294
|
-
checksum = "
|
|
351
|
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
295
352
|
|
|
296
353
|
[[package]]
|
|
297
354
|
name = "js-sys"
|
|
298
|
-
version = "0.3.
|
|
355
|
+
version = "0.3.85"
|
|
299
356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300
|
-
checksum = "
|
|
357
|
+
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
|
301
358
|
dependencies = [
|
|
302
|
-
"
|
|
303
|
-
"futures-util",
|
|
359
|
+
"once_cell",
|
|
304
360
|
"wasm-bindgen",
|
|
305
361
|
]
|
|
306
362
|
|
|
@@ -312,9 +368,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
312
368
|
|
|
313
369
|
[[package]]
|
|
314
370
|
name = "libc"
|
|
315
|
-
version = "0.2.
|
|
371
|
+
version = "0.2.180"
|
|
316
372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
317
|
-
checksum = "
|
|
373
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
318
374
|
|
|
319
375
|
[[package]]
|
|
320
376
|
name = "libloading"
|
|
@@ -334,9 +390,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
|
334
390
|
|
|
335
391
|
[[package]]
|
|
336
392
|
name = "log"
|
|
337
|
-
version = "0.4.
|
|
393
|
+
version = "0.4.33"
|
|
338
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "
|
|
395
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
340
396
|
|
|
341
397
|
[[package]]
|
|
342
398
|
name = "magnus"
|
|
@@ -358,14 +414,14 @@ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
|
358
414
|
dependencies = [
|
|
359
415
|
"proc-macro2",
|
|
360
416
|
"quote",
|
|
361
|
-
"syn
|
|
417
|
+
"syn",
|
|
362
418
|
]
|
|
363
419
|
|
|
364
420
|
[[package]]
|
|
365
421
|
name = "matrixmultiply"
|
|
366
|
-
version = "0.3.
|
|
422
|
+
version = "0.3.10"
|
|
367
423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
368
|
-
checksum = "
|
|
424
|
+
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
369
425
|
dependencies = [
|
|
370
426
|
"autocfg",
|
|
371
427
|
"rawpointer",
|
|
@@ -373,9 +429,9 @@ dependencies = [
|
|
|
373
429
|
|
|
374
430
|
[[package]]
|
|
375
431
|
name = "memchr"
|
|
376
|
-
version = "2.
|
|
432
|
+
version = "2.7.6"
|
|
377
433
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
-
checksum = "
|
|
434
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
379
435
|
|
|
380
436
|
[[package]]
|
|
381
437
|
name = "minimal-lexical"
|
|
@@ -383,6 +439,16 @@ version = "0.2.1"
|
|
|
383
439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
384
440
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
385
441
|
|
|
442
|
+
[[package]]
|
|
443
|
+
name = "miniz_oxide"
|
|
444
|
+
version = "0.8.9"
|
|
445
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
446
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
447
|
+
dependencies = [
|
|
448
|
+
"adler2",
|
|
449
|
+
"simd-adler32",
|
|
450
|
+
]
|
|
451
|
+
|
|
386
452
|
[[package]]
|
|
387
453
|
name = "nalgebra"
|
|
388
454
|
version = "0.35.0"
|
|
@@ -393,7 +459,7 @@ dependencies = [
|
|
|
393
459
|
"glam 0.30.10",
|
|
394
460
|
"glam 0.31.1",
|
|
395
461
|
"glam 0.32.1",
|
|
396
|
-
"glam 0.33.
|
|
462
|
+
"glam 0.33.2",
|
|
397
463
|
"matrixmultiply",
|
|
398
464
|
"nalgebra-macros",
|
|
399
465
|
"num-complex",
|
|
@@ -411,7 +477,7 @@ checksum = "973e7178a678cfd059ccec50887658d482ce16b0aa9da3888ddeab5cd5eb4889"
|
|
|
411
477
|
dependencies = [
|
|
412
478
|
"proc-macro2",
|
|
413
479
|
"quote",
|
|
414
|
-
"syn
|
|
480
|
+
"syn",
|
|
415
481
|
]
|
|
416
482
|
|
|
417
483
|
[[package]]
|
|
@@ -455,9 +521,9 @@ dependencies = [
|
|
|
455
521
|
|
|
456
522
|
[[package]]
|
|
457
523
|
name = "num-bigint"
|
|
458
|
-
version = "0.4.
|
|
524
|
+
version = "0.4.6"
|
|
459
525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
460
|
-
checksum = "
|
|
526
|
+
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
461
527
|
dependencies = [
|
|
462
528
|
"num-integer",
|
|
463
529
|
"num-traits",
|
|
@@ -474,9 +540,9 @@ dependencies = [
|
|
|
474
540
|
|
|
475
541
|
[[package]]
|
|
476
542
|
name = "num-integer"
|
|
477
|
-
version = "0.1.
|
|
543
|
+
version = "0.1.46"
|
|
478
544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
479
|
-
checksum = "
|
|
545
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
480
546
|
dependencies = [
|
|
481
547
|
"num-traits",
|
|
482
548
|
]
|
|
@@ -504,15 +570,15 @@ dependencies = [
|
|
|
504
570
|
|
|
505
571
|
[[package]]
|
|
506
572
|
name = "once_cell"
|
|
507
|
-
version = "1.21.
|
|
573
|
+
version = "1.21.3"
|
|
508
574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
509
|
-
checksum = "
|
|
575
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
510
576
|
|
|
511
577
|
[[package]]
|
|
512
578
|
name = "pest"
|
|
513
|
-
version = "2.
|
|
579
|
+
version = "2.8.5"
|
|
514
580
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
515
|
-
checksum = "
|
|
581
|
+
checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7"
|
|
516
582
|
dependencies = [
|
|
517
583
|
"memchr",
|
|
518
584
|
"ucd-trie",
|
|
@@ -520,9 +586,9 @@ dependencies = [
|
|
|
520
586
|
|
|
521
587
|
[[package]]
|
|
522
588
|
name = "pest_derive"
|
|
523
|
-
version = "2.
|
|
589
|
+
version = "2.8.5"
|
|
524
590
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
525
|
-
checksum = "
|
|
591
|
+
checksum = "68f9dbced329c441fa79d80472764b1a2c7e57123553b8519b36663a2fb234ed"
|
|
526
592
|
dependencies = [
|
|
527
593
|
"pest",
|
|
528
594
|
"pest_generator",
|
|
@@ -530,37 +596,44 @@ dependencies = [
|
|
|
530
596
|
|
|
531
597
|
[[package]]
|
|
532
598
|
name = "pest_generator"
|
|
533
|
-
version = "2.
|
|
599
|
+
version = "2.8.5"
|
|
534
600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
535
|
-
checksum = "
|
|
601
|
+
checksum = "3bb96d5051a78f44f43c8f712d8e810adb0ebf923fc9ed2655a7f66f63ba8ee5"
|
|
536
602
|
dependencies = [
|
|
537
603
|
"pest",
|
|
538
604
|
"pest_meta",
|
|
539
605
|
"proc-macro2",
|
|
540
606
|
"quote",
|
|
541
|
-
"syn
|
|
607
|
+
"syn",
|
|
542
608
|
]
|
|
543
609
|
|
|
544
610
|
[[package]]
|
|
545
611
|
name = "pest_meta"
|
|
546
|
-
version = "2.
|
|
612
|
+
version = "2.8.5"
|
|
547
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
-
checksum = "
|
|
614
|
+
checksum = "602113b5b5e8621770cfd490cfd90b9f84ab29bd2b0e49ad83eb6d186cef2365"
|
|
549
615
|
dependencies = [
|
|
550
616
|
"pest",
|
|
617
|
+
"sha2",
|
|
551
618
|
]
|
|
552
619
|
|
|
553
620
|
[[package]]
|
|
554
621
|
name = "pin-project-lite"
|
|
555
|
-
version = "0.2.
|
|
622
|
+
version = "0.2.16"
|
|
556
623
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
557
|
-
checksum = "
|
|
624
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
625
|
+
|
|
626
|
+
[[package]]
|
|
627
|
+
name = "pin-utils"
|
|
628
|
+
version = "0.1.0"
|
|
629
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
630
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
558
631
|
|
|
559
632
|
[[package]]
|
|
560
633
|
name = "portable-atomic"
|
|
561
|
-
version = "1.
|
|
634
|
+
version = "1.13.1"
|
|
562
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
|
-
checksum = "
|
|
636
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
564
637
|
|
|
565
638
|
[[package]]
|
|
566
639
|
name = "portable-atomic-util"
|
|
@@ -573,9 +646,9 @@ dependencies = [
|
|
|
573
646
|
|
|
574
647
|
[[package]]
|
|
575
648
|
name = "proc-macro2"
|
|
576
|
-
version = "1.0.
|
|
649
|
+
version = "1.0.106"
|
|
577
650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
578
|
-
checksum = "
|
|
651
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
579
652
|
dependencies = [
|
|
580
653
|
"unicode-ident",
|
|
581
654
|
]
|
|
@@ -595,9 +668,9 @@ dependencies = [
|
|
|
595
668
|
|
|
596
669
|
[[package]]
|
|
597
670
|
name = "quote"
|
|
598
|
-
version = "1.0.
|
|
671
|
+
version = "1.0.44"
|
|
599
672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "
|
|
673
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
601
674
|
dependencies = [
|
|
602
675
|
"proc-macro2",
|
|
603
676
|
]
|
|
@@ -643,18 +716,18 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
643
716
|
|
|
644
717
|
[[package]]
|
|
645
718
|
name = "rb-sys"
|
|
646
|
-
version = "0.9.
|
|
719
|
+
version = "0.9.128"
|
|
647
720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
648
|
-
checksum = "
|
|
721
|
+
checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
|
|
649
722
|
dependencies = [
|
|
650
723
|
"rb-sys-build",
|
|
651
724
|
]
|
|
652
725
|
|
|
653
726
|
[[package]]
|
|
654
727
|
name = "rb-sys-build"
|
|
655
|
-
version = "0.9.
|
|
728
|
+
version = "0.9.128"
|
|
656
729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
657
|
-
checksum = "
|
|
730
|
+
checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
|
|
658
731
|
dependencies = [
|
|
659
732
|
"bindgen",
|
|
660
733
|
"lazy_static",
|
|
@@ -662,7 +735,7 @@ dependencies = [
|
|
|
662
735
|
"quote",
|
|
663
736
|
"regex",
|
|
664
737
|
"shell-words",
|
|
665
|
-
"syn
|
|
738
|
+
"syn",
|
|
666
739
|
]
|
|
667
740
|
|
|
668
741
|
[[package]]
|
|
@@ -673,9 +746,9 @@ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
|
673
746
|
|
|
674
747
|
[[package]]
|
|
675
748
|
name = "regex"
|
|
676
|
-
version = "1.
|
|
749
|
+
version = "1.12.2"
|
|
677
750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
678
|
-
checksum = "
|
|
751
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
679
752
|
dependencies = [
|
|
680
753
|
"aho-corasick",
|
|
681
754
|
"memchr",
|
|
@@ -685,9 +758,9 @@ dependencies = [
|
|
|
685
758
|
|
|
686
759
|
[[package]]
|
|
687
760
|
name = "regex-automata"
|
|
688
|
-
version = "0.4.
|
|
761
|
+
version = "0.4.13"
|
|
689
762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
690
|
-
checksum = "
|
|
763
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
691
764
|
dependencies = [
|
|
692
765
|
"aho-corasick",
|
|
693
766
|
"memchr",
|
|
@@ -696,27 +769,27 @@ dependencies = [
|
|
|
696
769
|
|
|
697
770
|
[[package]]
|
|
698
771
|
name = "regex-syntax"
|
|
699
|
-
version = "0.8.
|
|
772
|
+
version = "0.8.8"
|
|
700
773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
701
|
-
checksum = "
|
|
774
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
702
775
|
|
|
703
776
|
[[package]]
|
|
704
777
|
name = "rustc-hash"
|
|
705
|
-
version = "2.1.
|
|
778
|
+
version = "2.1.2"
|
|
706
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
707
|
-
checksum = "
|
|
780
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
708
781
|
|
|
709
782
|
[[package]]
|
|
710
783
|
name = "rustversion"
|
|
711
|
-
version = "1.0.
|
|
784
|
+
version = "1.0.22"
|
|
712
785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
-
checksum = "
|
|
786
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
714
787
|
|
|
715
788
|
[[package]]
|
|
716
789
|
name = "safe_arch"
|
|
717
|
-
version = "1.
|
|
790
|
+
version = "1.0.0"
|
|
718
791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
719
|
-
checksum = "
|
|
792
|
+
checksum = "1f7caad094bd561859bcd467734a720c3c1f5d1f338995351fefe2190c45efed"
|
|
720
793
|
dependencies = [
|
|
721
794
|
"bytemuck",
|
|
722
795
|
]
|
|
@@ -729,9 +802,9 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
729
802
|
|
|
730
803
|
[[package]]
|
|
731
804
|
name = "serde"
|
|
732
|
-
version = "1.0.
|
|
805
|
+
version = "1.0.228"
|
|
733
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
checksum = "
|
|
807
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
735
808
|
dependencies = [
|
|
736
809
|
"serde_core",
|
|
737
810
|
"serde_derive",
|
|
@@ -750,29 +823,29 @@ dependencies = [
|
|
|
750
823
|
|
|
751
824
|
[[package]]
|
|
752
825
|
name = "serde_core"
|
|
753
|
-
version = "1.0.
|
|
826
|
+
version = "1.0.228"
|
|
754
827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
755
|
-
checksum = "
|
|
828
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
756
829
|
dependencies = [
|
|
757
830
|
"serde_derive",
|
|
758
831
|
]
|
|
759
832
|
|
|
760
833
|
[[package]]
|
|
761
834
|
name = "serde_derive"
|
|
762
|
-
version = "1.0.
|
|
835
|
+
version = "1.0.228"
|
|
763
836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
764
|
-
checksum = "
|
|
837
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
765
838
|
dependencies = [
|
|
766
839
|
"proc-macro2",
|
|
767
840
|
"quote",
|
|
768
|
-
"syn
|
|
841
|
+
"syn",
|
|
769
842
|
]
|
|
770
843
|
|
|
771
844
|
[[package]]
|
|
772
845
|
name = "serde_json"
|
|
773
|
-
version = "1.0.
|
|
846
|
+
version = "1.0.149"
|
|
774
847
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
775
|
-
checksum = "
|
|
848
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
776
849
|
dependencies = [
|
|
777
850
|
"itoa",
|
|
778
851
|
"memchr",
|
|
@@ -781,6 +854,17 @@ dependencies = [
|
|
|
781
854
|
"zmij",
|
|
782
855
|
]
|
|
783
856
|
|
|
857
|
+
[[package]]
|
|
858
|
+
name = "sha2"
|
|
859
|
+
version = "0.10.9"
|
|
860
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
861
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
862
|
+
dependencies = [
|
|
863
|
+
"cfg-if",
|
|
864
|
+
"cpufeatures 0.2.17",
|
|
865
|
+
"digest",
|
|
866
|
+
]
|
|
867
|
+
|
|
784
868
|
[[package]]
|
|
785
869
|
name = "shell-words"
|
|
786
870
|
version = "1.1.1"
|
|
@@ -795,9 +879,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
795
879
|
|
|
796
880
|
[[package]]
|
|
797
881
|
name = "simba"
|
|
798
|
-
version = "0.10.
|
|
882
|
+
version = "0.10.0"
|
|
799
883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
-
checksum = "
|
|
884
|
+
checksum = "8f45c644a9f3a386f9288625d9f0c1e999e1acf07a37df35d0516c7f199d9cb2"
|
|
801
885
|
dependencies = [
|
|
802
886
|
"approx",
|
|
803
887
|
"num-complex",
|
|
@@ -807,32 +891,21 @@ dependencies = [
|
|
|
807
891
|
|
|
808
892
|
[[package]]
|
|
809
893
|
name = "simd-adler32"
|
|
810
|
-
version = "0.3.
|
|
894
|
+
version = "0.3.8"
|
|
811
895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
-
checksum = "
|
|
896
|
+
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
813
897
|
|
|
814
898
|
[[package]]
|
|
815
899
|
name = "slab"
|
|
816
|
-
version = "0.4.
|
|
900
|
+
version = "0.4.11"
|
|
817
901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
|
-
checksum = "
|
|
902
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
819
903
|
|
|
820
904
|
[[package]]
|
|
821
905
|
name = "syn"
|
|
822
|
-
version = "2.0.
|
|
906
|
+
version = "2.0.114"
|
|
823
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
824
|
-
checksum = "
|
|
825
|
-
dependencies = [
|
|
826
|
-
"proc-macro2",
|
|
827
|
-
"quote",
|
|
828
|
-
"unicode-ident",
|
|
829
|
-
]
|
|
830
|
-
|
|
831
|
-
[[package]]
|
|
832
|
-
name = "syn"
|
|
833
|
-
version = "3.0.4"
|
|
834
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
835
|
-
checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
|
|
908
|
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
836
909
|
dependencies = [
|
|
837
910
|
"proc-macro2",
|
|
838
911
|
"quote",
|
|
@@ -841,29 +914,29 @@ dependencies = [
|
|
|
841
914
|
|
|
842
915
|
[[package]]
|
|
843
916
|
name = "thiserror"
|
|
844
|
-
version = "2.0.
|
|
917
|
+
version = "2.0.18"
|
|
845
918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
846
|
-
checksum = "
|
|
919
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
847
920
|
dependencies = [
|
|
848
921
|
"thiserror-impl",
|
|
849
922
|
]
|
|
850
923
|
|
|
851
924
|
[[package]]
|
|
852
925
|
name = "thiserror-impl"
|
|
853
|
-
version = "2.0.
|
|
926
|
+
version = "2.0.18"
|
|
854
927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
855
|
-
checksum = "
|
|
928
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
856
929
|
dependencies = [
|
|
857
930
|
"proc-macro2",
|
|
858
931
|
"quote",
|
|
859
|
-
"syn
|
|
932
|
+
"syn",
|
|
860
933
|
]
|
|
861
934
|
|
|
862
935
|
[[package]]
|
|
863
936
|
name = "typenum"
|
|
864
|
-
version = "1.
|
|
937
|
+
version = "1.19.0"
|
|
865
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
866
|
-
checksum = "
|
|
939
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
867
940
|
|
|
868
941
|
[[package]]
|
|
869
942
|
name = "ucd-trie"
|
|
@@ -873,15 +946,21 @@ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
|
873
946
|
|
|
874
947
|
[[package]]
|
|
875
948
|
name = "unicode-ident"
|
|
876
|
-
version = "1.0.
|
|
949
|
+
version = "1.0.22"
|
|
950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
951
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
952
|
+
|
|
953
|
+
[[package]]
|
|
954
|
+
name = "version_check"
|
|
955
|
+
version = "0.9.5"
|
|
877
956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
878
|
-
checksum = "
|
|
957
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
879
958
|
|
|
880
959
|
[[package]]
|
|
881
960
|
name = "wasm-bindgen"
|
|
882
|
-
version = "0.2.
|
|
961
|
+
version = "0.2.108"
|
|
883
962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
884
|
-
checksum = "
|
|
963
|
+
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
|
885
964
|
dependencies = [
|
|
886
965
|
"cfg-if",
|
|
887
966
|
"once_cell",
|
|
@@ -892,19 +971,23 @@ dependencies = [
|
|
|
892
971
|
|
|
893
972
|
[[package]]
|
|
894
973
|
name = "wasm-bindgen-futures"
|
|
895
|
-
version = "0.4.
|
|
974
|
+
version = "0.4.58"
|
|
896
975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
-
checksum = "
|
|
976
|
+
checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
|
898
977
|
dependencies = [
|
|
978
|
+
"cfg-if",
|
|
979
|
+
"futures-util",
|
|
899
980
|
"js-sys",
|
|
981
|
+
"once_cell",
|
|
900
982
|
"wasm-bindgen",
|
|
983
|
+
"web-sys",
|
|
901
984
|
]
|
|
902
985
|
|
|
903
986
|
[[package]]
|
|
904
987
|
name = "wasm-bindgen-macro"
|
|
905
|
-
version = "0.2.
|
|
988
|
+
version = "0.2.108"
|
|
906
989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
907
|
-
checksum = "
|
|
990
|
+
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
|
908
991
|
dependencies = [
|
|
909
992
|
"quote",
|
|
910
993
|
"wasm-bindgen-macro-support",
|
|
@@ -912,31 +995,31 @@ dependencies = [
|
|
|
912
995
|
|
|
913
996
|
[[package]]
|
|
914
997
|
name = "wasm-bindgen-macro-support"
|
|
915
|
-
version = "0.2.
|
|
998
|
+
version = "0.2.108"
|
|
916
999
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
-
checksum = "
|
|
1000
|
+
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
|
918
1001
|
dependencies = [
|
|
919
1002
|
"bumpalo",
|
|
920
1003
|
"proc-macro2",
|
|
921
1004
|
"quote",
|
|
922
|
-
"syn
|
|
1005
|
+
"syn",
|
|
923
1006
|
"wasm-bindgen-shared",
|
|
924
1007
|
]
|
|
925
1008
|
|
|
926
1009
|
[[package]]
|
|
927
1010
|
name = "wasm-bindgen-shared"
|
|
928
|
-
version = "0.2.
|
|
1011
|
+
version = "0.2.108"
|
|
929
1012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
930
|
-
checksum = "
|
|
1013
|
+
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
|
931
1014
|
dependencies = [
|
|
932
1015
|
"unicode-ident",
|
|
933
1016
|
]
|
|
934
1017
|
|
|
935
1018
|
[[package]]
|
|
936
1019
|
name = "web-sys"
|
|
937
|
-
version = "0.3.
|
|
1020
|
+
version = "0.3.85"
|
|
938
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "
|
|
1022
|
+
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
|
940
1023
|
dependencies = [
|
|
941
1024
|
"js-sys",
|
|
942
1025
|
"wasm-bindgen",
|
|
@@ -944,9 +1027,9 @@ dependencies = [
|
|
|
944
1027
|
|
|
945
1028
|
[[package]]
|
|
946
1029
|
name = "wide"
|
|
947
|
-
version = "1.
|
|
1030
|
+
version = "1.5.0"
|
|
948
1031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
949
|
-
checksum = "
|
|
1032
|
+
checksum = "dfdfe6a32973f2d1b268b8895845a8a96cac2f0191e72c27cc929036060dbf89"
|
|
950
1033
|
dependencies = [
|
|
951
1034
|
"bytemuck",
|
|
952
1035
|
"safe_arch",
|
|
@@ -974,15 +1057,15 @@ dependencies = [
|
|
|
974
1057
|
|
|
975
1058
|
[[package]]
|
|
976
1059
|
name = "zlib-rs"
|
|
977
|
-
version = "0.
|
|
1060
|
+
version = "0.5.5"
|
|
978
1061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
-
checksum = "
|
|
1062
|
+
checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
|
|
980
1063
|
|
|
981
1064
|
[[package]]
|
|
982
1065
|
name = "zmij"
|
|
983
|
-
version = "1.0.
|
|
1066
|
+
version = "1.0.16"
|
|
984
1067
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
985
|
-
checksum = "
|
|
1068
|
+
checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
|
|
986
1069
|
|
|
987
1070
|
[[package]]
|
|
988
1071
|
name = "zopfli"
|
data/Cargo.toml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# rake-compiler/rb-sys cargo-metadata lookup resolves (newer rb-sys does not
|
|
4
4
|
# normalize hyphens). The published gem name is set in the gemspec, independent.
|
|
5
5
|
name = "ballistics_engine_rb"
|
|
6
|
-
version = "0.
|
|
6
|
+
version = "0.37.0"
|
|
7
7
|
edition = "2021"
|
|
8
8
|
authors = ["Alex Jokela <email@tinycomputers.io>"]
|
|
9
9
|
description = "Ruby bindings for ballistics-engine"
|
|
@@ -18,7 +18,7 @@ crate-type = ["cdylib"]
|
|
|
18
18
|
# `bridge` exposes ballistics_engine::bridge::bridge_call — the versioned JSON command
|
|
19
19
|
# bridge that reaches every engine command from one string-in/string-out entry point.
|
|
20
20
|
# It is pure serde/serde_json (already core engine deps), so it adds no new dependencies.
|
|
21
|
-
ballistics-engine = { version = "0.
|
|
21
|
+
ballistics-engine = { version = "0.37.0", default-features = false, features = ["bridge"] }
|
|
22
22
|
magnus = "0.8"
|
|
23
23
|
|
|
24
24
|
[profile.release]
|
data/README.md
CHANGED
|
@@ -152,8 +152,8 @@ def bridge(command, request)
|
|
|
152
152
|
end
|
|
153
153
|
|
|
154
154
|
bridge("meta.version", {})
|
|
155
|
-
# => {"ok"=>true, "api_version"=>1, "engine_version"=>"0.
|
|
156
|
-
# "command"=>"meta.version", "result"=>{"engine_version"=>"0.
|
|
155
|
+
# => {"ok"=>true, "api_version"=>1, "engine_version"=>"0.37.0",
|
|
156
|
+
# "command"=>"meta.version", "result"=>{"engine_version"=>"0.37.0"}}
|
|
157
157
|
|
|
158
158
|
# Every command reachable in this build:
|
|
159
159
|
bridge("meta.capabilities", {})["result"]["commands"]
|
data/lib/ballistics_engine.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ballistics-engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Jokela
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|