ptars 0.0.3__tar.gz → 0.0.4__tar.gz
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.
- {ptars-0.0.3 → ptars-0.0.4}/Cargo.lock +201 -216
- {ptars-0.0.3 → ptars-0.0.4}/Cargo.toml +24 -25
- {ptars-0.0.3 → ptars-0.0.4}/DEVELOPMENT.md +15 -9
- {ptars-0.0.3 → ptars-0.0.4}/Makefile +2 -2
- {ptars-0.0.3 → ptars-0.0.4}/PKG-INFO +37 -5
- {ptars-0.0.3 → ptars-0.0.4}/README.md +32 -1
- {ptars-0.0.3 → ptars-0.0.4}/notebooks/demonstrator.ipynb +40 -62
- ptars-0.0.4/poetry.lock +1765 -0
- ptars-0.0.4/protos/ptars_protos/benchmark.proto +9 -0
- {ptars-0.0.3 → ptars-0.0.4}/pyproject.toml +54 -58
- {ptars-0.0.3 → ptars-0.0.4}/python/ptars/internal.py +0 -1
- {ptars-0.0.3 → ptars-0.0.4}/src/lib.rs +19 -21
- ptars-0.0.3/poetry.lock +0 -2303
- {ptars-0.0.3 → ptars-0.0.4}/LICENSE +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/notebooks/README.md +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/notebooks/demonstrator.proto +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/notebooks/requirements.txt +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/protos/ptars_protos/bench.proto +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/protos/ptars_protos/imported.proto +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/protos/ptars_protos/importer.proto +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/protos/ptars_protos/simple.proto +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/python/__init__.py +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/python/ptars/__init__.py +0 -0
- {ptars-0.0.3 → ptars-0.0.4}/scripts/protoc.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
2
2
|
# It is not intended for manual editing.
|
3
|
-
version =
|
3
|
+
version = 4
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "ahash"
|
@@ -42,9 +42,9 @@ dependencies = [
|
|
42
42
|
|
43
43
|
[[package]]
|
44
44
|
name = "arrow"
|
45
|
-
version = "
|
45
|
+
version = "55.0.0"
|
46
46
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
|
-
checksum = "
|
47
|
+
checksum = "3095aaf545942ff5abd46654534f15b03a90fba78299d661e045e5d587222f0d"
|
48
48
|
dependencies = [
|
49
49
|
"arrow-arith",
|
50
50
|
"arrow-array",
|
@@ -64,24 +64,23 @@ dependencies = [
|
|
64
64
|
|
65
65
|
[[package]]
|
66
66
|
name = "arrow-arith"
|
67
|
-
version = "
|
67
|
+
version = "55.0.0"
|
68
68
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
69
|
-
checksum = "
|
69
|
+
checksum = "00752064ff47cee746e816ddb8450520c3a52cbad1e256f6fa861a35f86c45e7"
|
70
70
|
dependencies = [
|
71
71
|
"arrow-array",
|
72
72
|
"arrow-buffer",
|
73
73
|
"arrow-data",
|
74
74
|
"arrow-schema",
|
75
75
|
"chrono",
|
76
|
-
"half",
|
77
76
|
"num",
|
78
77
|
]
|
79
78
|
|
80
79
|
[[package]]
|
81
80
|
name = "arrow-array"
|
82
|
-
version = "
|
81
|
+
version = "55.0.0"
|
83
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
84
|
-
checksum = "
|
83
|
+
checksum = "cebfe926794fbc1f49ddd0cdaf898956ca9f6e79541efce62dabccfd81380472"
|
85
84
|
dependencies = [
|
86
85
|
"ahash",
|
87
86
|
"arrow-buffer",
|
@@ -89,15 +88,15 @@ dependencies = [
|
|
89
88
|
"arrow-schema",
|
90
89
|
"chrono",
|
91
90
|
"half",
|
92
|
-
"hashbrown
|
91
|
+
"hashbrown",
|
93
92
|
"num",
|
94
93
|
]
|
95
94
|
|
96
95
|
[[package]]
|
97
96
|
name = "arrow-buffer"
|
98
|
-
version = "
|
97
|
+
version = "55.0.0"
|
99
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
-
checksum = "
|
99
|
+
checksum = "0303c7ec4cf1a2c60310fc4d6bbc3350cd051a17bf9e9c0a8e47b4db79277824"
|
101
100
|
dependencies = [
|
102
101
|
"bytes",
|
103
102
|
"half",
|
@@ -106,9 +105,9 @@ dependencies = [
|
|
106
105
|
|
107
106
|
[[package]]
|
108
107
|
name = "arrow-cast"
|
109
|
-
version = "
|
108
|
+
version = "55.0.0"
|
110
109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
111
|
-
checksum = "
|
110
|
+
checksum = "335f769c5a218ea823d3760a743feba1ef7857cba114c01399a891c2fff34285"
|
112
111
|
dependencies = [
|
113
112
|
"arrow-array",
|
114
113
|
"arrow-buffer",
|
@@ -126,28 +125,25 @@ dependencies = [
|
|
126
125
|
|
127
126
|
[[package]]
|
128
127
|
name = "arrow-csv"
|
129
|
-
version = "
|
128
|
+
version = "55.0.0"
|
130
129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
-
checksum = "
|
130
|
+
checksum = "510db7dfbb4d5761826516cc611d97b3a68835d0ece95b034a052601109c0b1b"
|
132
131
|
dependencies = [
|
133
132
|
"arrow-array",
|
134
|
-
"arrow-buffer",
|
135
133
|
"arrow-cast",
|
136
|
-
"arrow-data",
|
137
134
|
"arrow-schema",
|
138
135
|
"chrono",
|
139
136
|
"csv",
|
140
137
|
"csv-core",
|
141
138
|
"lazy_static",
|
142
|
-
"lexical-core",
|
143
139
|
"regex",
|
144
140
|
]
|
145
141
|
|
146
142
|
[[package]]
|
147
143
|
name = "arrow-data"
|
148
|
-
version = "
|
144
|
+
version = "55.0.0"
|
149
145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
150
|
-
checksum = "
|
146
|
+
checksum = "e8affacf3351a24039ea24adab06f316ded523b6f8c3dbe28fbac5f18743451b"
|
151
147
|
dependencies = [
|
152
148
|
"arrow-buffer",
|
153
149
|
"arrow-schema",
|
@@ -157,13 +153,12 @@ dependencies = [
|
|
157
153
|
|
158
154
|
[[package]]
|
159
155
|
name = "arrow-ipc"
|
160
|
-
version = "
|
156
|
+
version = "55.0.0"
|
161
157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
162
|
-
checksum = "
|
158
|
+
checksum = "69880a9e6934d9cba2b8630dd08a3463a91db8693b16b499d54026b6137af284"
|
163
159
|
dependencies = [
|
164
160
|
"arrow-array",
|
165
161
|
"arrow-buffer",
|
166
|
-
"arrow-cast",
|
167
162
|
"arrow-data",
|
168
163
|
"arrow-schema",
|
169
164
|
"flatbuffers",
|
@@ -171,9 +166,9 @@ dependencies = [
|
|
171
166
|
|
172
167
|
[[package]]
|
173
168
|
name = "arrow-json"
|
174
|
-
version = "
|
169
|
+
version = "55.0.0"
|
175
170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
-
checksum = "
|
171
|
+
checksum = "d8dafd17a05449e31e0114d740530e0ada7379d7cb9c338fd65b09a8130960b0"
|
177
172
|
dependencies = [
|
178
173
|
"arrow-array",
|
179
174
|
"arrow-buffer",
|
@@ -184,33 +179,32 @@ dependencies = [
|
|
184
179
|
"half",
|
185
180
|
"indexmap",
|
186
181
|
"lexical-core",
|
182
|
+
"memchr",
|
187
183
|
"num",
|
188
184
|
"serde",
|
189
185
|
"serde_json",
|
186
|
+
"simdutf8",
|
190
187
|
]
|
191
188
|
|
192
189
|
[[package]]
|
193
190
|
name = "arrow-ord"
|
194
|
-
version = "
|
191
|
+
version = "55.0.0"
|
195
192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
196
|
-
checksum = "
|
193
|
+
checksum = "895644523af4e17502d42c3cb6b27cb820f0cb77954c22d75c23a85247c849e1"
|
197
194
|
dependencies = [
|
198
195
|
"arrow-array",
|
199
196
|
"arrow-buffer",
|
200
197
|
"arrow-data",
|
201
198
|
"arrow-schema",
|
202
199
|
"arrow-select",
|
203
|
-
"half",
|
204
|
-
"num",
|
205
200
|
]
|
206
201
|
|
207
202
|
[[package]]
|
208
203
|
name = "arrow-row"
|
209
|
-
version = "
|
204
|
+
version = "55.0.0"
|
210
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
211
|
-
checksum = "
|
206
|
+
checksum = "9be8a2a4e5e7d9c822b2b8095ecd77010576d824f654d347817640acfc97d229"
|
212
207
|
dependencies = [
|
213
|
-
"ahash",
|
214
208
|
"arrow-array",
|
215
209
|
"arrow-buffer",
|
216
210
|
"arrow-data",
|
@@ -220,18 +214,18 @@ dependencies = [
|
|
220
214
|
|
221
215
|
[[package]]
|
222
216
|
name = "arrow-schema"
|
223
|
-
version = "
|
217
|
+
version = "55.0.0"
|
224
218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
225
|
-
checksum = "
|
219
|
+
checksum = "7450c76ab7c5a6805be3440dc2e2096010da58f7cab301fdc996a4ee3ee74e49"
|
226
220
|
dependencies = [
|
227
|
-
"bitflags
|
221
|
+
"bitflags",
|
228
222
|
]
|
229
223
|
|
230
224
|
[[package]]
|
231
225
|
name = "arrow-select"
|
232
|
-
version = "
|
226
|
+
version = "55.0.0"
|
233
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
234
|
-
checksum = "
|
228
|
+
checksum = "aa5f5a93c75f46ef48e4001535e7b6c922eeb0aa20b73cf58d09e13d057490d8"
|
235
229
|
dependencies = [
|
236
230
|
"ahash",
|
237
231
|
"arrow-array",
|
@@ -243,9 +237,9 @@ dependencies = [
|
|
243
237
|
|
244
238
|
[[package]]
|
245
239
|
name = "arrow-string"
|
246
|
-
version = "
|
240
|
+
version = "55.0.0"
|
247
241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
-
checksum = "
|
242
|
+
checksum = "6e7005d858d84b56428ba2a98a107fe88c0132c61793cf6b8232a1f9bfc0452b"
|
249
243
|
dependencies = [
|
250
244
|
"arrow-array",
|
251
245
|
"arrow-buffer",
|
@@ -281,33 +275,27 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
281
275
|
|
282
276
|
[[package]]
|
283
277
|
name = "bitflags"
|
284
|
-
version = "
|
278
|
+
version = "2.9.0"
|
285
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
286
|
-
checksum = "
|
287
|
-
|
288
|
-
[[package]]
|
289
|
-
name = "bitflags"
|
290
|
-
version = "2.6.0"
|
291
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
292
|
-
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
280
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
293
281
|
|
294
282
|
[[package]]
|
295
283
|
name = "bumpalo"
|
296
|
-
version = "3.
|
284
|
+
version = "3.17.0"
|
297
285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
298
|
-
checksum = "
|
286
|
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
299
287
|
|
300
288
|
[[package]]
|
301
289
|
name = "bytes"
|
302
|
-
version = "1.
|
290
|
+
version = "1.10.1"
|
303
291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
304
|
-
checksum = "
|
292
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
305
293
|
|
306
294
|
[[package]]
|
307
295
|
name = "cc"
|
308
|
-
version = "1.
|
296
|
+
version = "1.2.19"
|
309
297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
310
|
-
checksum = "
|
298
|
+
checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
|
311
299
|
dependencies = [
|
312
300
|
"shlex",
|
313
301
|
]
|
@@ -320,16 +308,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
320
308
|
|
321
309
|
[[package]]
|
322
310
|
name = "chrono"
|
323
|
-
version = "0.4.
|
311
|
+
version = "0.4.40"
|
324
312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
325
|
-
checksum = "
|
313
|
+
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
326
314
|
dependencies = [
|
327
315
|
"android-tzdata",
|
328
316
|
"iana-time-zone",
|
329
317
|
"js-sys",
|
330
318
|
"num-traits",
|
331
319
|
"wasm-bindgen",
|
332
|
-
"windows-
|
320
|
+
"windows-link",
|
333
321
|
]
|
334
322
|
|
335
323
|
[[package]]
|
@@ -360,15 +348,15 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
360
348
|
|
361
349
|
[[package]]
|
362
350
|
name = "crunchy"
|
363
|
-
version = "0.2.
|
351
|
+
version = "0.2.3"
|
364
352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
365
|
-
checksum = "
|
353
|
+
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
366
354
|
|
367
355
|
[[package]]
|
368
356
|
name = "csv"
|
369
|
-
version = "1.3.
|
357
|
+
version = "1.3.1"
|
370
358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
-
checksum = "
|
359
|
+
checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
|
372
360
|
dependencies = [
|
373
361
|
"csv-core",
|
374
362
|
"itoa",
|
@@ -378,26 +366,26 @@ dependencies = [
|
|
378
366
|
|
379
367
|
[[package]]
|
380
368
|
name = "csv-core"
|
381
|
-
version = "0.1.
|
369
|
+
version = "0.1.12"
|
382
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
383
|
-
checksum = "
|
371
|
+
checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d"
|
384
372
|
dependencies = [
|
385
373
|
"memchr",
|
386
374
|
]
|
387
375
|
|
388
376
|
[[package]]
|
389
377
|
name = "equivalent"
|
390
|
-
version = "1.0.
|
378
|
+
version = "1.0.2"
|
391
379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
392
|
-
checksum = "
|
380
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
393
381
|
|
394
382
|
[[package]]
|
395
383
|
name = "flatbuffers"
|
396
|
-
version = "
|
384
|
+
version = "25.2.10"
|
397
385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398
|
-
checksum = "
|
386
|
+
checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1"
|
399
387
|
dependencies = [
|
400
|
-
"bitflags
|
388
|
+
"bitflags",
|
401
389
|
"rustc_version",
|
402
390
|
]
|
403
391
|
|
@@ -414,9 +402,9 @@ dependencies = [
|
|
414
402
|
|
415
403
|
[[package]]
|
416
404
|
name = "half"
|
417
|
-
version = "2.
|
405
|
+
version = "2.6.0"
|
418
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
419
|
-
checksum = "
|
407
|
+
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
420
408
|
dependencies = [
|
421
409
|
"cfg-if",
|
422
410
|
"crunchy",
|
@@ -425,15 +413,9 @@ dependencies = [
|
|
425
413
|
|
426
414
|
[[package]]
|
427
415
|
name = "hashbrown"
|
428
|
-
version = "0.
|
416
|
+
version = "0.15.2"
|
429
417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
430
|
-
checksum = "
|
431
|
-
|
432
|
-
[[package]]
|
433
|
-
name = "hashbrown"
|
434
|
-
version = "0.15.0"
|
435
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
436
|
-
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
418
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
437
419
|
|
438
420
|
[[package]]
|
439
421
|
name = "heck"
|
@@ -443,14 +425,15 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
443
425
|
|
444
426
|
[[package]]
|
445
427
|
name = "iana-time-zone"
|
446
|
-
version = "0.1.
|
428
|
+
version = "0.1.63"
|
447
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
-
checksum = "
|
430
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
449
431
|
dependencies = [
|
450
432
|
"android_system_properties",
|
451
433
|
"core-foundation-sys",
|
452
434
|
"iana-time-zone-haiku",
|
453
435
|
"js-sys",
|
436
|
+
"log",
|
454
437
|
"wasm-bindgen",
|
455
438
|
"windows-core",
|
456
439
|
]
|
@@ -466,32 +449,33 @@ dependencies = [
|
|
466
449
|
|
467
450
|
[[package]]
|
468
451
|
name = "indexmap"
|
469
|
-
version = "2.
|
452
|
+
version = "2.9.0"
|
470
453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
471
|
-
checksum = "
|
454
|
+
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
472
455
|
dependencies = [
|
473
456
|
"equivalent",
|
474
|
-
"hashbrown
|
457
|
+
"hashbrown",
|
475
458
|
]
|
476
459
|
|
477
460
|
[[package]]
|
478
461
|
name = "indoc"
|
479
|
-
version = "2.0.
|
462
|
+
version = "2.0.6"
|
480
463
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
481
|
-
checksum = "
|
464
|
+
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
482
465
|
|
483
466
|
[[package]]
|
484
467
|
name = "itoa"
|
485
|
-
version = "1.0.
|
468
|
+
version = "1.0.15"
|
486
469
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
487
|
-
checksum = "
|
470
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
488
471
|
|
489
472
|
[[package]]
|
490
473
|
name = "js-sys"
|
491
|
-
version = "0.3.
|
474
|
+
version = "0.3.77"
|
492
475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493
|
-
checksum = "
|
476
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
494
477
|
dependencies = [
|
478
|
+
"once_cell",
|
495
479
|
"wasm-bindgen",
|
496
480
|
]
|
497
481
|
|
@@ -503,9 +487,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
503
487
|
|
504
488
|
[[package]]
|
505
489
|
name = "lexical-core"
|
506
|
-
version = "1.0.
|
490
|
+
version = "1.0.5"
|
507
491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
508
|
-
checksum = "
|
492
|
+
checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958"
|
509
493
|
dependencies = [
|
510
494
|
"lexical-parse-float",
|
511
495
|
"lexical-parse-integer",
|
@@ -516,9 +500,9 @@ dependencies = [
|
|
516
500
|
|
517
501
|
[[package]]
|
518
502
|
name = "lexical-parse-float"
|
519
|
-
version = "1.0.
|
503
|
+
version = "1.0.5"
|
520
504
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
521
|
-
checksum = "
|
505
|
+
checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
|
522
506
|
dependencies = [
|
523
507
|
"lexical-parse-integer",
|
524
508
|
"lexical-util",
|
@@ -527,9 +511,9 @@ dependencies = [
|
|
527
511
|
|
528
512
|
[[package]]
|
529
513
|
name = "lexical-parse-integer"
|
530
|
-
version = "1.0.
|
514
|
+
version = "1.0.5"
|
531
515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
532
|
-
checksum = "
|
516
|
+
checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
|
533
517
|
dependencies = [
|
534
518
|
"lexical-util",
|
535
519
|
"static_assertions",
|
@@ -537,18 +521,18 @@ dependencies = [
|
|
537
521
|
|
538
522
|
[[package]]
|
539
523
|
name = "lexical-util"
|
540
|
-
version = "1.0.
|
524
|
+
version = "1.0.6"
|
541
525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
542
|
-
checksum = "
|
526
|
+
checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
|
543
527
|
dependencies = [
|
544
528
|
"static_assertions",
|
545
529
|
]
|
546
530
|
|
547
531
|
[[package]]
|
548
532
|
name = "lexical-write-float"
|
549
|
-
version = "1.0.
|
533
|
+
version = "1.0.5"
|
550
534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
551
|
-
checksum = "
|
535
|
+
checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd"
|
552
536
|
dependencies = [
|
553
537
|
"lexical-util",
|
554
538
|
"lexical-write-integer",
|
@@ -557,9 +541,9 @@ dependencies = [
|
|
557
541
|
|
558
542
|
[[package]]
|
559
543
|
name = "lexical-write-integer"
|
560
|
-
version = "1.0.
|
544
|
+
version = "1.0.5"
|
561
545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
562
|
-
checksum = "
|
546
|
+
checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978"
|
563
547
|
dependencies = [
|
564
548
|
"lexical-util",
|
565
549
|
"static_assertions",
|
@@ -567,21 +551,21 @@ dependencies = [
|
|
567
551
|
|
568
552
|
[[package]]
|
569
553
|
name = "libc"
|
570
|
-
version = "0.2.
|
554
|
+
version = "0.2.172"
|
571
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
572
|
-
checksum = "
|
556
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
573
557
|
|
574
558
|
[[package]]
|
575
559
|
name = "libm"
|
576
|
-
version = "0.2.
|
560
|
+
version = "0.2.13"
|
577
561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
578
|
-
checksum = "
|
562
|
+
checksum = "c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72"
|
579
563
|
|
580
564
|
[[package]]
|
581
565
|
name = "log"
|
582
|
-
version = "0.4.
|
566
|
+
version = "0.4.27"
|
583
567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
584
|
-
checksum = "
|
568
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
585
569
|
|
586
570
|
[[package]]
|
587
571
|
name = "memchr"
|
@@ -674,30 +658,30 @@ dependencies = [
|
|
674
658
|
|
675
659
|
[[package]]
|
676
660
|
name = "once_cell"
|
677
|
-
version = "1.
|
661
|
+
version = "1.21.3"
|
678
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
679
|
-
checksum = "
|
663
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
680
664
|
|
681
665
|
[[package]]
|
682
666
|
name = "portable-atomic"
|
683
|
-
version = "1.
|
667
|
+
version = "1.11.0"
|
684
668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
685
|
-
checksum = "
|
669
|
+
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
686
670
|
|
687
671
|
[[package]]
|
688
672
|
name = "proc-macro2"
|
689
|
-
version = "1.0.
|
673
|
+
version = "1.0.95"
|
690
674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
691
|
-
checksum = "
|
675
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
692
676
|
dependencies = [
|
693
677
|
"unicode-ident",
|
694
678
|
]
|
695
679
|
|
696
680
|
[[package]]
|
697
681
|
name = "protobuf"
|
698
|
-
version = "3.
|
682
|
+
version = "3.7.2"
|
699
683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
700
|
-
checksum = "
|
684
|
+
checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
|
701
685
|
dependencies = [
|
702
686
|
"once_cell",
|
703
687
|
"protobuf-support",
|
@@ -706,16 +690,16 @@ dependencies = [
|
|
706
690
|
|
707
691
|
[[package]]
|
708
692
|
name = "protobuf-support"
|
709
|
-
version = "3.
|
693
|
+
version = "3.7.2"
|
710
694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
711
|
-
checksum = "
|
695
|
+
checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
|
712
696
|
dependencies = [
|
713
697
|
"thiserror",
|
714
698
|
]
|
715
699
|
|
716
700
|
[[package]]
|
717
701
|
name = "ptarslib"
|
718
|
-
version = "0.0.
|
702
|
+
version = "0.0.4"
|
719
703
|
dependencies = [
|
720
704
|
"arrow",
|
721
705
|
"arrow-array",
|
@@ -727,9 +711,9 @@ dependencies = [
|
|
727
711
|
|
728
712
|
[[package]]
|
729
713
|
name = "pyo3"
|
730
|
-
version = "0.
|
714
|
+
version = "0.24.2"
|
731
715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
732
|
-
checksum = "
|
716
|
+
checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
|
733
717
|
dependencies = [
|
734
718
|
"cfg-if",
|
735
719
|
"indoc",
|
@@ -745,9 +729,9 @@ dependencies = [
|
|
745
729
|
|
746
730
|
[[package]]
|
747
731
|
name = "pyo3-build-config"
|
748
|
-
version = "0.
|
732
|
+
version = "0.24.2"
|
749
733
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
750
|
-
checksum = "
|
734
|
+
checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
|
751
735
|
dependencies = [
|
752
736
|
"once_cell",
|
753
737
|
"target-lexicon",
|
@@ -755,9 +739,9 @@ dependencies = [
|
|
755
739
|
|
756
740
|
[[package]]
|
757
741
|
name = "pyo3-ffi"
|
758
|
-
version = "0.
|
742
|
+
version = "0.24.2"
|
759
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
760
|
-
checksum = "
|
744
|
+
checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
|
761
745
|
dependencies = [
|
762
746
|
"libc",
|
763
747
|
"pyo3-build-config",
|
@@ -765,9 +749,9 @@ dependencies = [
|
|
765
749
|
|
766
750
|
[[package]]
|
767
751
|
name = "pyo3-macros"
|
768
|
-
version = "0.
|
752
|
+
version = "0.24.2"
|
769
753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
770
|
-
checksum = "
|
754
|
+
checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
|
771
755
|
dependencies = [
|
772
756
|
"proc-macro2",
|
773
757
|
"pyo3-macros-backend",
|
@@ -777,9 +761,9 @@ dependencies = [
|
|
777
761
|
|
778
762
|
[[package]]
|
779
763
|
name = "pyo3-macros-backend"
|
780
|
-
version = "0.
|
764
|
+
version = "0.24.2"
|
781
765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
782
|
-
checksum = "
|
766
|
+
checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
|
783
767
|
dependencies = [
|
784
768
|
"heck",
|
785
769
|
"proc-macro2",
|
@@ -790,18 +774,18 @@ dependencies = [
|
|
790
774
|
|
791
775
|
[[package]]
|
792
776
|
name = "quote"
|
793
|
-
version = "1.0.
|
777
|
+
version = "1.0.40"
|
794
778
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795
|
-
checksum = "
|
779
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
796
780
|
dependencies = [
|
797
781
|
"proc-macro2",
|
798
782
|
]
|
799
783
|
|
800
784
|
[[package]]
|
801
785
|
name = "regex"
|
802
|
-
version = "1.11.
|
786
|
+
version = "1.11.1"
|
803
787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
804
|
-
checksum = "
|
788
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
805
789
|
dependencies = [
|
806
790
|
"aho-corasick",
|
807
791
|
"memchr",
|
@@ -811,9 +795,9 @@ dependencies = [
|
|
811
795
|
|
812
796
|
[[package]]
|
813
797
|
name = "regex-automata"
|
814
|
-
version = "0.4.
|
798
|
+
version = "0.4.9"
|
815
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
816
|
-
checksum = "
|
800
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
817
801
|
dependencies = [
|
818
802
|
"aho-corasick",
|
819
803
|
"memchr",
|
@@ -835,32 +819,38 @@ dependencies = [
|
|
835
819
|
"semver",
|
836
820
|
]
|
837
821
|
|
822
|
+
[[package]]
|
823
|
+
name = "rustversion"
|
824
|
+
version = "1.0.20"
|
825
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
826
|
+
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
827
|
+
|
838
828
|
[[package]]
|
839
829
|
name = "ryu"
|
840
|
-
version = "1.0.
|
830
|
+
version = "1.0.20"
|
841
831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
842
|
-
checksum = "
|
832
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
843
833
|
|
844
834
|
[[package]]
|
845
835
|
name = "semver"
|
846
|
-
version = "1.0.
|
836
|
+
version = "1.0.26"
|
847
837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
848
|
-
checksum = "
|
838
|
+
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
849
839
|
|
850
840
|
[[package]]
|
851
841
|
name = "serde"
|
852
|
-
version = "1.0.
|
842
|
+
version = "1.0.219"
|
853
843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
854
|
-
checksum = "
|
844
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
855
845
|
dependencies = [
|
856
846
|
"serde_derive",
|
857
847
|
]
|
858
848
|
|
859
849
|
[[package]]
|
860
850
|
name = "serde_derive"
|
861
|
-
version = "1.0.
|
851
|
+
version = "1.0.219"
|
862
852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
863
|
-
checksum = "
|
853
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
864
854
|
dependencies = [
|
865
855
|
"proc-macro2",
|
866
856
|
"quote",
|
@@ -869,9 +859,9 @@ dependencies = [
|
|
869
859
|
|
870
860
|
[[package]]
|
871
861
|
name = "serde_json"
|
872
|
-
version = "1.0.
|
862
|
+
version = "1.0.140"
|
873
863
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
874
|
-
checksum = "
|
864
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
875
865
|
dependencies = [
|
876
866
|
"itoa",
|
877
867
|
"memchr",
|
@@ -885,6 +875,12 @@ version = "1.3.0"
|
|
885
875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
886
876
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
887
877
|
|
878
|
+
[[package]]
|
879
|
+
name = "simdutf8"
|
880
|
+
version = "0.1.5"
|
881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
882
|
+
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
883
|
+
|
888
884
|
[[package]]
|
889
885
|
name = "static_assertions"
|
890
886
|
version = "1.1.0"
|
@@ -893,9 +889,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
893
889
|
|
894
890
|
[[package]]
|
895
891
|
name = "syn"
|
896
|
-
version = "2.0.
|
892
|
+
version = "2.0.100"
|
897
893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
898
|
-
checksum = "
|
894
|
+
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
899
895
|
dependencies = [
|
900
896
|
"proc-macro2",
|
901
897
|
"quote",
|
@@ -904,24 +900,24 @@ dependencies = [
|
|
904
900
|
|
905
901
|
[[package]]
|
906
902
|
name = "target-lexicon"
|
907
|
-
version = "0.
|
903
|
+
version = "0.13.2"
|
908
904
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
909
|
-
checksum = "
|
905
|
+
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
|
910
906
|
|
911
907
|
[[package]]
|
912
908
|
name = "thiserror"
|
913
|
-
version = "1.0.
|
909
|
+
version = "1.0.69"
|
914
910
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
915
|
-
checksum = "
|
911
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
916
912
|
dependencies = [
|
917
913
|
"thiserror-impl",
|
918
914
|
]
|
919
915
|
|
920
916
|
[[package]]
|
921
917
|
name = "thiserror-impl"
|
922
|
-
version = "1.0.
|
918
|
+
version = "1.0.69"
|
923
919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
924
|
-
checksum = "
|
920
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
925
921
|
dependencies = [
|
926
922
|
"proc-macro2",
|
927
923
|
"quote",
|
@@ -939,15 +935,15 @@ dependencies = [
|
|
939
935
|
|
940
936
|
[[package]]
|
941
937
|
name = "unicode-ident"
|
942
|
-
version = "1.0.
|
938
|
+
version = "1.0.18"
|
943
939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
944
|
-
checksum = "
|
940
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
945
941
|
|
946
942
|
[[package]]
|
947
943
|
name = "unindent"
|
948
|
-
version = "0.2.
|
944
|
+
version = "0.2.4"
|
949
945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
950
|
-
checksum = "
|
946
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
951
947
|
|
952
948
|
[[package]]
|
953
949
|
name = "version_check"
|
@@ -963,24 +959,24 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
963
959
|
|
964
960
|
[[package]]
|
965
961
|
name = "wasm-bindgen"
|
966
|
-
version = "0.2.
|
962
|
+
version = "0.2.100"
|
967
963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
968
|
-
checksum = "
|
964
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
969
965
|
dependencies = [
|
970
966
|
"cfg-if",
|
971
967
|
"once_cell",
|
968
|
+
"rustversion",
|
972
969
|
"wasm-bindgen-macro",
|
973
970
|
]
|
974
971
|
|
975
972
|
[[package]]
|
976
973
|
name = "wasm-bindgen-backend"
|
977
|
-
version = "0.2.
|
974
|
+
version = "0.2.100"
|
978
975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
979
|
-
checksum = "
|
976
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
980
977
|
dependencies = [
|
981
978
|
"bumpalo",
|
982
979
|
"log",
|
983
|
-
"once_cell",
|
984
980
|
"proc-macro2",
|
985
981
|
"quote",
|
986
982
|
"syn",
|
@@ -989,9 +985,9 @@ dependencies = [
|
|
989
985
|
|
990
986
|
[[package]]
|
991
987
|
name = "wasm-bindgen-macro"
|
992
|
-
version = "0.2.
|
988
|
+
version = "0.2.100"
|
993
989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
994
|
-
checksum = "
|
990
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
995
991
|
dependencies = [
|
996
992
|
"quote",
|
997
993
|
"wasm-bindgen-macro-support",
|
@@ -999,9 +995,9 @@ dependencies = [
|
|
999
995
|
|
1000
996
|
[[package]]
|
1001
997
|
name = "wasm-bindgen-macro-support"
|
1002
|
-
version = "0.2.
|
998
|
+
version = "0.2.100"
|
1003
999
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004
|
-
checksum = "
|
1000
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
1005
1001
|
dependencies = [
|
1006
1002
|
"proc-macro2",
|
1007
1003
|
"quote",
|
@@ -1012,82 +1008,71 @@ dependencies = [
|
|
1012
1008
|
|
1013
1009
|
[[package]]
|
1014
1010
|
name = "wasm-bindgen-shared"
|
1015
|
-
version = "0.2.
|
1011
|
+
version = "0.2.100"
|
1016
1012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
-
checksum = "
|
1013
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
1014
|
+
dependencies = [
|
1015
|
+
"unicode-ident",
|
1016
|
+
]
|
1018
1017
|
|
1019
1018
|
[[package]]
|
1020
1019
|
name = "windows-core"
|
1021
|
-
version = "0.
|
1020
|
+
version = "0.61.0"
|
1022
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1023
|
-
checksum = "
|
1022
|
+
checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
|
1024
1023
|
dependencies = [
|
1025
|
-
"windows-
|
1024
|
+
"windows-implement",
|
1025
|
+
"windows-interface",
|
1026
|
+
"windows-link",
|
1027
|
+
"windows-result",
|
1028
|
+
"windows-strings",
|
1026
1029
|
]
|
1027
1030
|
|
1028
1031
|
[[package]]
|
1029
|
-
name = "windows-
|
1030
|
-
version = "0.
|
1032
|
+
name = "windows-implement"
|
1033
|
+
version = "0.60.0"
|
1031
1034
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032
|
-
checksum = "
|
1035
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
1033
1036
|
dependencies = [
|
1034
|
-
"
|
1035
|
-
"
|
1036
|
-
"
|
1037
|
-
"windows_i686_gnullvm",
|
1038
|
-
"windows_i686_msvc",
|
1039
|
-
"windows_x86_64_gnu",
|
1040
|
-
"windows_x86_64_gnullvm",
|
1041
|
-
"windows_x86_64_msvc",
|
1037
|
+
"proc-macro2",
|
1038
|
+
"quote",
|
1039
|
+
"syn",
|
1042
1040
|
]
|
1043
1041
|
|
1044
1042
|
[[package]]
|
1045
|
-
name = "
|
1046
|
-
version = "0.
|
1043
|
+
name = "windows-interface"
|
1044
|
+
version = "0.59.1"
|
1047
1045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1048
|
-
checksum = "
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1055
|
-
|
1056
|
-
[[package]]
|
1057
|
-
name = "windows_i686_gnu"
|
1058
|
-
version = "0.52.6"
|
1059
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1060
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1061
|
-
|
1062
|
-
[[package]]
|
1063
|
-
name = "windows_i686_gnullvm"
|
1064
|
-
version = "0.52.6"
|
1065
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1066
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1067
|
-
|
1068
|
-
[[package]]
|
1069
|
-
name = "windows_i686_msvc"
|
1070
|
-
version = "0.52.6"
|
1071
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1072
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1046
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
1047
|
+
dependencies = [
|
1048
|
+
"proc-macro2",
|
1049
|
+
"quote",
|
1050
|
+
"syn",
|
1051
|
+
]
|
1073
1052
|
|
1074
1053
|
[[package]]
|
1075
|
-
name = "
|
1076
|
-
version = "0.
|
1054
|
+
name = "windows-link"
|
1055
|
+
version = "0.1.1"
|
1077
1056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1078
|
-
checksum = "
|
1057
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
1079
1058
|
|
1080
1059
|
[[package]]
|
1081
|
-
name = "
|
1082
|
-
version = "0.
|
1060
|
+
name = "windows-result"
|
1061
|
+
version = "0.3.2"
|
1083
1062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1084
|
-
checksum = "
|
1063
|
+
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
1064
|
+
dependencies = [
|
1065
|
+
"windows-link",
|
1066
|
+
]
|
1085
1067
|
|
1086
1068
|
[[package]]
|
1087
|
-
name = "
|
1088
|
-
version = "0.
|
1069
|
+
name = "windows-strings"
|
1070
|
+
version = "0.4.0"
|
1089
1071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090
|
-
checksum = "
|
1072
|
+
checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
|
1073
|
+
dependencies = [
|
1074
|
+
"windows-link",
|
1075
|
+
]
|
1091
1076
|
|
1092
1077
|
[[package]]
|
1093
1078
|
name = "zerocopy"
|