ptars 0.0.1rc1__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.1rc1/Cargo.lock +1200 -0
- ptars-0.0.1rc1/Cargo.toml +34 -0
- ptars-0.0.1rc1/DEVELOPMENT.md +45 -0
- ptars-0.0.1rc1/LICENSE +201 -0
- ptars-0.0.1rc1/Makefile +34 -0
- ptars-0.0.1rc1/PKG-INFO +97 -0
- ptars-0.0.1rc1/README.md +80 -0
- ptars-0.0.1rc1/poetry.lock +2192 -0
- ptars-0.0.1rc1/protos/bench.proto +163 -0
- ptars-0.0.1rc1/protos/simple.proto +145 -0
- ptars-0.0.1rc1/pyproject.toml +90 -0
- ptars-0.0.1rc1/python/__init__.py +0 -0
- ptars-0.0.1rc1/python/ptars/__init__.py +3 -0
- ptars-0.0.1rc1/python/ptars/internal.py +43 -0
- ptars-0.0.1rc1/scripts/protoc.py +49 -0
- ptars-0.0.1rc1/src/lib.rs +711 -0
@@ -0,0 +1,1200 @@
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
2
|
+
# It is not intended for manual editing.
|
3
|
+
version = 3
|
4
|
+
|
5
|
+
[[package]]
|
6
|
+
name = "ahash"
|
7
|
+
version = "0.8.11"
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
10
|
+
dependencies = [
|
11
|
+
"cfg-if",
|
12
|
+
"const-random",
|
13
|
+
"getrandom",
|
14
|
+
"once_cell",
|
15
|
+
"version_check",
|
16
|
+
"zerocopy",
|
17
|
+
]
|
18
|
+
|
19
|
+
[[package]]
|
20
|
+
name = "aho-corasick"
|
21
|
+
version = "1.1.3"
|
22
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
23
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
24
|
+
dependencies = [
|
25
|
+
"memchr",
|
26
|
+
]
|
27
|
+
|
28
|
+
[[package]]
|
29
|
+
name = "android-tzdata"
|
30
|
+
version = "0.1.1"
|
31
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
32
|
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
33
|
+
|
34
|
+
[[package]]
|
35
|
+
name = "android_system_properties"
|
36
|
+
version = "0.1.5"
|
37
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
39
|
+
dependencies = [
|
40
|
+
"libc",
|
41
|
+
]
|
42
|
+
|
43
|
+
[[package]]
|
44
|
+
name = "arrow"
|
45
|
+
version = "51.0.0"
|
46
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
|
+
checksum = "219d05930b81663fd3b32e3bde8ce5bff3c4d23052a99f11a8fa50a3b47b2658"
|
48
|
+
dependencies = [
|
49
|
+
"arrow-arith",
|
50
|
+
"arrow-array",
|
51
|
+
"arrow-buffer",
|
52
|
+
"arrow-cast",
|
53
|
+
"arrow-csv",
|
54
|
+
"arrow-data",
|
55
|
+
"arrow-ipc",
|
56
|
+
"arrow-json",
|
57
|
+
"arrow-ord",
|
58
|
+
"arrow-row",
|
59
|
+
"arrow-schema",
|
60
|
+
"arrow-select",
|
61
|
+
"arrow-string",
|
62
|
+
"pyo3",
|
63
|
+
]
|
64
|
+
|
65
|
+
[[package]]
|
66
|
+
name = "arrow-arith"
|
67
|
+
version = "51.0.0"
|
68
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
69
|
+
checksum = "0272150200c07a86a390be651abdd320a2d12e84535f0837566ca87ecd8f95e0"
|
70
|
+
dependencies = [
|
71
|
+
"arrow-array",
|
72
|
+
"arrow-buffer",
|
73
|
+
"arrow-data",
|
74
|
+
"arrow-schema",
|
75
|
+
"chrono",
|
76
|
+
"half",
|
77
|
+
"num",
|
78
|
+
]
|
79
|
+
|
80
|
+
[[package]]
|
81
|
+
name = "arrow-array"
|
82
|
+
version = "51.0.0"
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
84
|
+
checksum = "8010572cf8c745e242d1b632bd97bd6d4f40fefed5ed1290a8f433abaa686fea"
|
85
|
+
dependencies = [
|
86
|
+
"ahash",
|
87
|
+
"arrow-buffer",
|
88
|
+
"arrow-data",
|
89
|
+
"arrow-schema",
|
90
|
+
"chrono",
|
91
|
+
"half",
|
92
|
+
"hashbrown",
|
93
|
+
"num",
|
94
|
+
]
|
95
|
+
|
96
|
+
[[package]]
|
97
|
+
name = "arrow-buffer"
|
98
|
+
version = "51.0.0"
|
99
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
+
checksum = "0d0a2432f0cba5692bf4cb757469c66791394bac9ec7ce63c1afe74744c37b27"
|
101
|
+
dependencies = [
|
102
|
+
"bytes",
|
103
|
+
"half",
|
104
|
+
"num",
|
105
|
+
]
|
106
|
+
|
107
|
+
[[package]]
|
108
|
+
name = "arrow-cast"
|
109
|
+
version = "51.0.0"
|
110
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
111
|
+
checksum = "9abc10cd7995e83505cc290df9384d6e5412b207b79ce6bdff89a10505ed2cba"
|
112
|
+
dependencies = [
|
113
|
+
"arrow-array",
|
114
|
+
"arrow-buffer",
|
115
|
+
"arrow-data",
|
116
|
+
"arrow-schema",
|
117
|
+
"arrow-select",
|
118
|
+
"atoi",
|
119
|
+
"base64",
|
120
|
+
"chrono",
|
121
|
+
"half",
|
122
|
+
"lexical-core",
|
123
|
+
"num",
|
124
|
+
"ryu",
|
125
|
+
]
|
126
|
+
|
127
|
+
[[package]]
|
128
|
+
name = "arrow-csv"
|
129
|
+
version = "51.0.0"
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
+
checksum = "95cbcba196b862270bf2a5edb75927380a7f3a163622c61d40cbba416a6305f2"
|
132
|
+
dependencies = [
|
133
|
+
"arrow-array",
|
134
|
+
"arrow-buffer",
|
135
|
+
"arrow-cast",
|
136
|
+
"arrow-data",
|
137
|
+
"arrow-schema",
|
138
|
+
"chrono",
|
139
|
+
"csv",
|
140
|
+
"csv-core",
|
141
|
+
"lazy_static",
|
142
|
+
"lexical-core",
|
143
|
+
"regex",
|
144
|
+
]
|
145
|
+
|
146
|
+
[[package]]
|
147
|
+
name = "arrow-data"
|
148
|
+
version = "51.0.0"
|
149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
150
|
+
checksum = "2742ac1f6650696ab08c88f6dd3f0eb68ce10f8c253958a18c943a68cd04aec5"
|
151
|
+
dependencies = [
|
152
|
+
"arrow-buffer",
|
153
|
+
"arrow-schema",
|
154
|
+
"half",
|
155
|
+
"num",
|
156
|
+
]
|
157
|
+
|
158
|
+
[[package]]
|
159
|
+
name = "arrow-ipc"
|
160
|
+
version = "51.0.0"
|
161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
162
|
+
checksum = "a42ea853130f7e78b9b9d178cb4cd01dee0f78e64d96c2949dc0a915d6d9e19d"
|
163
|
+
dependencies = [
|
164
|
+
"arrow-array",
|
165
|
+
"arrow-buffer",
|
166
|
+
"arrow-cast",
|
167
|
+
"arrow-data",
|
168
|
+
"arrow-schema",
|
169
|
+
"flatbuffers",
|
170
|
+
]
|
171
|
+
|
172
|
+
[[package]]
|
173
|
+
name = "arrow-json"
|
174
|
+
version = "51.0.0"
|
175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
+
checksum = "eaafb5714d4e59feae964714d724f880511500e3569cc2a94d02456b403a2a49"
|
177
|
+
dependencies = [
|
178
|
+
"arrow-array",
|
179
|
+
"arrow-buffer",
|
180
|
+
"arrow-cast",
|
181
|
+
"arrow-data",
|
182
|
+
"arrow-schema",
|
183
|
+
"chrono",
|
184
|
+
"half",
|
185
|
+
"indexmap",
|
186
|
+
"lexical-core",
|
187
|
+
"num",
|
188
|
+
"serde",
|
189
|
+
"serde_json",
|
190
|
+
]
|
191
|
+
|
192
|
+
[[package]]
|
193
|
+
name = "arrow-ord"
|
194
|
+
version = "51.0.0"
|
195
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
196
|
+
checksum = "e3e6b61e3dc468f503181dccc2fc705bdcc5f2f146755fa5b56d0a6c5943f412"
|
197
|
+
dependencies = [
|
198
|
+
"arrow-array",
|
199
|
+
"arrow-buffer",
|
200
|
+
"arrow-data",
|
201
|
+
"arrow-schema",
|
202
|
+
"arrow-select",
|
203
|
+
"half",
|
204
|
+
"num",
|
205
|
+
]
|
206
|
+
|
207
|
+
[[package]]
|
208
|
+
name = "arrow-row"
|
209
|
+
version = "51.0.0"
|
210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
211
|
+
checksum = "848ee52bb92eb459b811fb471175ea3afcf620157674c8794f539838920f9228"
|
212
|
+
dependencies = [
|
213
|
+
"ahash",
|
214
|
+
"arrow-array",
|
215
|
+
"arrow-buffer",
|
216
|
+
"arrow-data",
|
217
|
+
"arrow-schema",
|
218
|
+
"half",
|
219
|
+
"hashbrown",
|
220
|
+
]
|
221
|
+
|
222
|
+
[[package]]
|
223
|
+
name = "arrow-schema"
|
224
|
+
version = "51.0.0"
|
225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
226
|
+
checksum = "02d9483aaabe910c4781153ae1b6ae0393f72d9ef757d38d09d450070cf2e528"
|
227
|
+
dependencies = [
|
228
|
+
"bitflags 2.5.0",
|
229
|
+
]
|
230
|
+
|
231
|
+
[[package]]
|
232
|
+
name = "arrow-select"
|
233
|
+
version = "51.0.0"
|
234
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
235
|
+
checksum = "849524fa70e0e3c5ab58394c770cb8f514d0122d20de08475f7b472ed8075830"
|
236
|
+
dependencies = [
|
237
|
+
"ahash",
|
238
|
+
"arrow-array",
|
239
|
+
"arrow-buffer",
|
240
|
+
"arrow-data",
|
241
|
+
"arrow-schema",
|
242
|
+
"num",
|
243
|
+
]
|
244
|
+
|
245
|
+
[[package]]
|
246
|
+
name = "arrow-string"
|
247
|
+
version = "51.0.0"
|
248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
249
|
+
checksum = "9373cb5a021aee58863498c37eb484998ef13377f69989c6c5ccfbd258236cdb"
|
250
|
+
dependencies = [
|
251
|
+
"arrow-array",
|
252
|
+
"arrow-buffer",
|
253
|
+
"arrow-data",
|
254
|
+
"arrow-schema",
|
255
|
+
"arrow-select",
|
256
|
+
"memchr",
|
257
|
+
"num",
|
258
|
+
"regex",
|
259
|
+
"regex-syntax",
|
260
|
+
]
|
261
|
+
|
262
|
+
[[package]]
|
263
|
+
name = "atoi"
|
264
|
+
version = "2.0.0"
|
265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
266
|
+
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
267
|
+
dependencies = [
|
268
|
+
"num-traits",
|
269
|
+
]
|
270
|
+
|
271
|
+
[[package]]
|
272
|
+
name = "autocfg"
|
273
|
+
version = "1.2.0"
|
274
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
275
|
+
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
276
|
+
|
277
|
+
[[package]]
|
278
|
+
name = "base64"
|
279
|
+
version = "0.22.0"
|
280
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
+
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
282
|
+
|
283
|
+
[[package]]
|
284
|
+
name = "bitflags"
|
285
|
+
version = "1.3.2"
|
286
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
287
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
288
|
+
|
289
|
+
[[package]]
|
290
|
+
name = "bitflags"
|
291
|
+
version = "2.5.0"
|
292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
293
|
+
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
294
|
+
|
295
|
+
[[package]]
|
296
|
+
name = "bumpalo"
|
297
|
+
version = "3.16.0"
|
298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
300
|
+
|
301
|
+
[[package]]
|
302
|
+
name = "bytes"
|
303
|
+
version = "1.6.0"
|
304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
+
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
306
|
+
|
307
|
+
[[package]]
|
308
|
+
name = "cc"
|
309
|
+
version = "1.0.92"
|
310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
311
|
+
checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
|
312
|
+
|
313
|
+
[[package]]
|
314
|
+
name = "cfg-if"
|
315
|
+
version = "1.0.0"
|
316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
317
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
318
|
+
|
319
|
+
[[package]]
|
320
|
+
name = "chrono"
|
321
|
+
version = "0.4.37"
|
322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
+
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
324
|
+
dependencies = [
|
325
|
+
"android-tzdata",
|
326
|
+
"iana-time-zone",
|
327
|
+
"js-sys",
|
328
|
+
"num-traits",
|
329
|
+
"wasm-bindgen",
|
330
|
+
"windows-targets 0.52.4",
|
331
|
+
]
|
332
|
+
|
333
|
+
[[package]]
|
334
|
+
name = "const-random"
|
335
|
+
version = "0.1.18"
|
336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
337
|
+
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
338
|
+
dependencies = [
|
339
|
+
"const-random-macro",
|
340
|
+
]
|
341
|
+
|
342
|
+
[[package]]
|
343
|
+
name = "const-random-macro"
|
344
|
+
version = "0.1.16"
|
345
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
346
|
+
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
347
|
+
dependencies = [
|
348
|
+
"getrandom",
|
349
|
+
"once_cell",
|
350
|
+
"tiny-keccak",
|
351
|
+
]
|
352
|
+
|
353
|
+
[[package]]
|
354
|
+
name = "core-foundation-sys"
|
355
|
+
version = "0.8.6"
|
356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
357
|
+
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
358
|
+
|
359
|
+
[[package]]
|
360
|
+
name = "crunchy"
|
361
|
+
version = "0.2.2"
|
362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
363
|
+
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
364
|
+
|
365
|
+
[[package]]
|
366
|
+
name = "csv"
|
367
|
+
version = "1.3.0"
|
368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
369
|
+
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
370
|
+
dependencies = [
|
371
|
+
"csv-core",
|
372
|
+
"itoa",
|
373
|
+
"ryu",
|
374
|
+
"serde",
|
375
|
+
]
|
376
|
+
|
377
|
+
[[package]]
|
378
|
+
name = "csv-core"
|
379
|
+
version = "0.1.11"
|
380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
381
|
+
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
382
|
+
dependencies = [
|
383
|
+
"memchr",
|
384
|
+
]
|
385
|
+
|
386
|
+
[[package]]
|
387
|
+
name = "equivalent"
|
388
|
+
version = "1.0.1"
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
390
|
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
391
|
+
|
392
|
+
[[package]]
|
393
|
+
name = "flatbuffers"
|
394
|
+
version = "23.5.26"
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
+
checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
|
397
|
+
dependencies = [
|
398
|
+
"bitflags 1.3.2",
|
399
|
+
"rustc_version",
|
400
|
+
]
|
401
|
+
|
402
|
+
[[package]]
|
403
|
+
name = "getrandom"
|
404
|
+
version = "0.2.14"
|
405
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
406
|
+
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
|
407
|
+
dependencies = [
|
408
|
+
"cfg-if",
|
409
|
+
"libc",
|
410
|
+
"wasi",
|
411
|
+
]
|
412
|
+
|
413
|
+
[[package]]
|
414
|
+
name = "half"
|
415
|
+
version = "2.4.1"
|
416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
417
|
+
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
418
|
+
dependencies = [
|
419
|
+
"cfg-if",
|
420
|
+
"crunchy",
|
421
|
+
"num-traits",
|
422
|
+
]
|
423
|
+
|
424
|
+
[[package]]
|
425
|
+
name = "hashbrown"
|
426
|
+
version = "0.14.3"
|
427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
428
|
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
429
|
+
|
430
|
+
[[package]]
|
431
|
+
name = "heck"
|
432
|
+
version = "0.4.1"
|
433
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
434
|
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
435
|
+
|
436
|
+
[[package]]
|
437
|
+
name = "iana-time-zone"
|
438
|
+
version = "0.1.60"
|
439
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
440
|
+
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
441
|
+
dependencies = [
|
442
|
+
"android_system_properties",
|
443
|
+
"core-foundation-sys",
|
444
|
+
"iana-time-zone-haiku",
|
445
|
+
"js-sys",
|
446
|
+
"wasm-bindgen",
|
447
|
+
"windows-core",
|
448
|
+
]
|
449
|
+
|
450
|
+
[[package]]
|
451
|
+
name = "iana-time-zone-haiku"
|
452
|
+
version = "0.1.2"
|
453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
454
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
455
|
+
dependencies = [
|
456
|
+
"cc",
|
457
|
+
]
|
458
|
+
|
459
|
+
[[package]]
|
460
|
+
name = "indexmap"
|
461
|
+
version = "2.2.6"
|
462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
463
|
+
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
464
|
+
dependencies = [
|
465
|
+
"equivalent",
|
466
|
+
"hashbrown",
|
467
|
+
]
|
468
|
+
|
469
|
+
[[package]]
|
470
|
+
name = "indoc"
|
471
|
+
version = "2.0.5"
|
472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
473
|
+
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
474
|
+
|
475
|
+
[[package]]
|
476
|
+
name = "itoa"
|
477
|
+
version = "1.0.11"
|
478
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
479
|
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
480
|
+
|
481
|
+
[[package]]
|
482
|
+
name = "js-sys"
|
483
|
+
version = "0.3.69"
|
484
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
485
|
+
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
486
|
+
dependencies = [
|
487
|
+
"wasm-bindgen",
|
488
|
+
]
|
489
|
+
|
490
|
+
[[package]]
|
491
|
+
name = "lazy_static"
|
492
|
+
version = "1.4.0"
|
493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
494
|
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
495
|
+
|
496
|
+
[[package]]
|
497
|
+
name = "lexical-core"
|
498
|
+
version = "0.8.5"
|
499
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
500
|
+
checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
|
501
|
+
dependencies = [
|
502
|
+
"lexical-parse-float",
|
503
|
+
"lexical-parse-integer",
|
504
|
+
"lexical-util",
|
505
|
+
"lexical-write-float",
|
506
|
+
"lexical-write-integer",
|
507
|
+
]
|
508
|
+
|
509
|
+
[[package]]
|
510
|
+
name = "lexical-parse-float"
|
511
|
+
version = "0.8.5"
|
512
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
513
|
+
checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
|
514
|
+
dependencies = [
|
515
|
+
"lexical-parse-integer",
|
516
|
+
"lexical-util",
|
517
|
+
"static_assertions",
|
518
|
+
]
|
519
|
+
|
520
|
+
[[package]]
|
521
|
+
name = "lexical-parse-integer"
|
522
|
+
version = "0.8.6"
|
523
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
524
|
+
checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
|
525
|
+
dependencies = [
|
526
|
+
"lexical-util",
|
527
|
+
"static_assertions",
|
528
|
+
]
|
529
|
+
|
530
|
+
[[package]]
|
531
|
+
name = "lexical-util"
|
532
|
+
version = "0.8.5"
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534
|
+
checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
|
535
|
+
dependencies = [
|
536
|
+
"static_assertions",
|
537
|
+
]
|
538
|
+
|
539
|
+
[[package]]
|
540
|
+
name = "lexical-write-float"
|
541
|
+
version = "0.8.5"
|
542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
543
|
+
checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
|
544
|
+
dependencies = [
|
545
|
+
"lexical-util",
|
546
|
+
"lexical-write-integer",
|
547
|
+
"static_assertions",
|
548
|
+
]
|
549
|
+
|
550
|
+
[[package]]
|
551
|
+
name = "lexical-write-integer"
|
552
|
+
version = "0.8.5"
|
553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
554
|
+
checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
|
555
|
+
dependencies = [
|
556
|
+
"lexical-util",
|
557
|
+
"static_assertions",
|
558
|
+
]
|
559
|
+
|
560
|
+
[[package]]
|
561
|
+
name = "libc"
|
562
|
+
version = "0.2.153"
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
564
|
+
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
565
|
+
|
566
|
+
[[package]]
|
567
|
+
name = "libm"
|
568
|
+
version = "0.2.8"
|
569
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
570
|
+
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
571
|
+
|
572
|
+
[[package]]
|
573
|
+
name = "lock_api"
|
574
|
+
version = "0.4.11"
|
575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
576
|
+
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
577
|
+
dependencies = [
|
578
|
+
"autocfg",
|
579
|
+
"scopeguard",
|
580
|
+
]
|
581
|
+
|
582
|
+
[[package]]
|
583
|
+
name = "log"
|
584
|
+
version = "0.4.21"
|
585
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
586
|
+
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
587
|
+
|
588
|
+
[[package]]
|
589
|
+
name = "memchr"
|
590
|
+
version = "2.7.2"
|
591
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
592
|
+
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
593
|
+
|
594
|
+
[[package]]
|
595
|
+
name = "memoffset"
|
596
|
+
version = "0.9.1"
|
597
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
598
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
599
|
+
dependencies = [
|
600
|
+
"autocfg",
|
601
|
+
]
|
602
|
+
|
603
|
+
[[package]]
|
604
|
+
name = "num"
|
605
|
+
version = "0.4.1"
|
606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
607
|
+
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
|
608
|
+
dependencies = [
|
609
|
+
"num-bigint",
|
610
|
+
"num-complex",
|
611
|
+
"num-integer",
|
612
|
+
"num-iter",
|
613
|
+
"num-rational",
|
614
|
+
"num-traits",
|
615
|
+
]
|
616
|
+
|
617
|
+
[[package]]
|
618
|
+
name = "num-bigint"
|
619
|
+
version = "0.4.4"
|
620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
621
|
+
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
622
|
+
dependencies = [
|
623
|
+
"autocfg",
|
624
|
+
"num-integer",
|
625
|
+
"num-traits",
|
626
|
+
]
|
627
|
+
|
628
|
+
[[package]]
|
629
|
+
name = "num-complex"
|
630
|
+
version = "0.4.5"
|
631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632
|
+
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
|
633
|
+
dependencies = [
|
634
|
+
"num-traits",
|
635
|
+
]
|
636
|
+
|
637
|
+
[[package]]
|
638
|
+
name = "num-integer"
|
639
|
+
version = "0.1.46"
|
640
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
641
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
642
|
+
dependencies = [
|
643
|
+
"num-traits",
|
644
|
+
]
|
645
|
+
|
646
|
+
[[package]]
|
647
|
+
name = "num-iter"
|
648
|
+
version = "0.1.44"
|
649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
+
checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
|
651
|
+
dependencies = [
|
652
|
+
"autocfg",
|
653
|
+
"num-integer",
|
654
|
+
"num-traits",
|
655
|
+
]
|
656
|
+
|
657
|
+
[[package]]
|
658
|
+
name = "num-rational"
|
659
|
+
version = "0.4.1"
|
660
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661
|
+
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
662
|
+
dependencies = [
|
663
|
+
"autocfg",
|
664
|
+
"num-bigint",
|
665
|
+
"num-integer",
|
666
|
+
"num-traits",
|
667
|
+
]
|
668
|
+
|
669
|
+
[[package]]
|
670
|
+
name = "num-traits"
|
671
|
+
version = "0.2.18"
|
672
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
673
|
+
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
674
|
+
dependencies = [
|
675
|
+
"autocfg",
|
676
|
+
"libm",
|
677
|
+
]
|
678
|
+
|
679
|
+
[[package]]
|
680
|
+
name = "once_cell"
|
681
|
+
version = "1.19.0"
|
682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
683
|
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
684
|
+
|
685
|
+
[[package]]
|
686
|
+
name = "parking_lot"
|
687
|
+
version = "0.12.1"
|
688
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
689
|
+
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
690
|
+
dependencies = [
|
691
|
+
"lock_api",
|
692
|
+
"parking_lot_core",
|
693
|
+
]
|
694
|
+
|
695
|
+
[[package]]
|
696
|
+
name = "parking_lot_core"
|
697
|
+
version = "0.9.9"
|
698
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
699
|
+
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
700
|
+
dependencies = [
|
701
|
+
"cfg-if",
|
702
|
+
"libc",
|
703
|
+
"redox_syscall",
|
704
|
+
"smallvec",
|
705
|
+
"windows-targets 0.48.5",
|
706
|
+
]
|
707
|
+
|
708
|
+
[[package]]
|
709
|
+
name = "portable-atomic"
|
710
|
+
version = "1.6.0"
|
711
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712
|
+
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
713
|
+
|
714
|
+
[[package]]
|
715
|
+
name = "proc-macro2"
|
716
|
+
version = "1.0.79"
|
717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
718
|
+
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
719
|
+
dependencies = [
|
720
|
+
"unicode-ident",
|
721
|
+
]
|
722
|
+
|
723
|
+
[[package]]
|
724
|
+
name = "protobuf"
|
725
|
+
version = "3.4.0"
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
727
|
+
checksum = "58678a64de2fced2bdec6bca052a6716a0efe692d6e3f53d1bda6a1def64cfc0"
|
728
|
+
dependencies = [
|
729
|
+
"once_cell",
|
730
|
+
"protobuf-support",
|
731
|
+
"thiserror",
|
732
|
+
]
|
733
|
+
|
734
|
+
[[package]]
|
735
|
+
name = "protobuf-support"
|
736
|
+
version = "3.4.0"
|
737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
738
|
+
checksum = "e1ed294a835b0f30810e13616b1cd34943c6d1e84a8f3b0dcfe466d256c3e7e7"
|
739
|
+
dependencies = [
|
740
|
+
"thiserror",
|
741
|
+
]
|
742
|
+
|
743
|
+
[[package]]
|
744
|
+
name = "ptarslib"
|
745
|
+
version = "0.0.1-rc1"
|
746
|
+
dependencies = [
|
747
|
+
"arrow",
|
748
|
+
"arrow-array",
|
749
|
+
"arrow-schema",
|
750
|
+
"chrono",
|
751
|
+
"protobuf",
|
752
|
+
"pyo3",
|
753
|
+
]
|
754
|
+
|
755
|
+
[[package]]
|
756
|
+
name = "pyo3"
|
757
|
+
version = "0.20.3"
|
758
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
759
|
+
checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
760
|
+
dependencies = [
|
761
|
+
"cfg-if",
|
762
|
+
"indoc",
|
763
|
+
"libc",
|
764
|
+
"memoffset",
|
765
|
+
"parking_lot",
|
766
|
+
"portable-atomic",
|
767
|
+
"pyo3-build-config",
|
768
|
+
"pyo3-ffi",
|
769
|
+
"pyo3-macros",
|
770
|
+
"unindent",
|
771
|
+
]
|
772
|
+
|
773
|
+
[[package]]
|
774
|
+
name = "pyo3-build-config"
|
775
|
+
version = "0.20.3"
|
776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
777
|
+
checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
778
|
+
dependencies = [
|
779
|
+
"once_cell",
|
780
|
+
"target-lexicon",
|
781
|
+
]
|
782
|
+
|
783
|
+
[[package]]
|
784
|
+
name = "pyo3-ffi"
|
785
|
+
version = "0.20.3"
|
786
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
787
|
+
checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
788
|
+
dependencies = [
|
789
|
+
"libc",
|
790
|
+
"pyo3-build-config",
|
791
|
+
]
|
792
|
+
|
793
|
+
[[package]]
|
794
|
+
name = "pyo3-macros"
|
795
|
+
version = "0.20.3"
|
796
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
797
|
+
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
798
|
+
dependencies = [
|
799
|
+
"proc-macro2",
|
800
|
+
"pyo3-macros-backend",
|
801
|
+
"quote",
|
802
|
+
"syn",
|
803
|
+
]
|
804
|
+
|
805
|
+
[[package]]
|
806
|
+
name = "pyo3-macros-backend"
|
807
|
+
version = "0.20.3"
|
808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
809
|
+
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
810
|
+
dependencies = [
|
811
|
+
"heck",
|
812
|
+
"proc-macro2",
|
813
|
+
"pyo3-build-config",
|
814
|
+
"quote",
|
815
|
+
"syn",
|
816
|
+
]
|
817
|
+
|
818
|
+
[[package]]
|
819
|
+
name = "quote"
|
820
|
+
version = "1.0.35"
|
821
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
822
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
823
|
+
dependencies = [
|
824
|
+
"proc-macro2",
|
825
|
+
]
|
826
|
+
|
827
|
+
[[package]]
|
828
|
+
name = "redox_syscall"
|
829
|
+
version = "0.4.1"
|
830
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
831
|
+
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
832
|
+
dependencies = [
|
833
|
+
"bitflags 1.3.2",
|
834
|
+
]
|
835
|
+
|
836
|
+
[[package]]
|
837
|
+
name = "regex"
|
838
|
+
version = "1.10.4"
|
839
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
840
|
+
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
841
|
+
dependencies = [
|
842
|
+
"aho-corasick",
|
843
|
+
"memchr",
|
844
|
+
"regex-automata",
|
845
|
+
"regex-syntax",
|
846
|
+
]
|
847
|
+
|
848
|
+
[[package]]
|
849
|
+
name = "regex-automata"
|
850
|
+
version = "0.4.6"
|
851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
852
|
+
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
853
|
+
dependencies = [
|
854
|
+
"aho-corasick",
|
855
|
+
"memchr",
|
856
|
+
"regex-syntax",
|
857
|
+
]
|
858
|
+
|
859
|
+
[[package]]
|
860
|
+
name = "regex-syntax"
|
861
|
+
version = "0.8.3"
|
862
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
863
|
+
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
864
|
+
|
865
|
+
[[package]]
|
866
|
+
name = "rustc_version"
|
867
|
+
version = "0.4.0"
|
868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
869
|
+
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
870
|
+
dependencies = [
|
871
|
+
"semver",
|
872
|
+
]
|
873
|
+
|
874
|
+
[[package]]
|
875
|
+
name = "ryu"
|
876
|
+
version = "1.0.17"
|
877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
878
|
+
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
879
|
+
|
880
|
+
[[package]]
|
881
|
+
name = "scopeguard"
|
882
|
+
version = "1.2.0"
|
883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
884
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
885
|
+
|
886
|
+
[[package]]
|
887
|
+
name = "semver"
|
888
|
+
version = "1.0.22"
|
889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
890
|
+
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
891
|
+
|
892
|
+
[[package]]
|
893
|
+
name = "serde"
|
894
|
+
version = "1.0.197"
|
895
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
896
|
+
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
897
|
+
dependencies = [
|
898
|
+
"serde_derive",
|
899
|
+
]
|
900
|
+
|
901
|
+
[[package]]
|
902
|
+
name = "serde_derive"
|
903
|
+
version = "1.0.197"
|
904
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
905
|
+
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
906
|
+
dependencies = [
|
907
|
+
"proc-macro2",
|
908
|
+
"quote",
|
909
|
+
"syn",
|
910
|
+
]
|
911
|
+
|
912
|
+
[[package]]
|
913
|
+
name = "serde_json"
|
914
|
+
version = "1.0.115"
|
915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
+
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
917
|
+
dependencies = [
|
918
|
+
"itoa",
|
919
|
+
"ryu",
|
920
|
+
"serde",
|
921
|
+
]
|
922
|
+
|
923
|
+
[[package]]
|
924
|
+
name = "smallvec"
|
925
|
+
version = "1.13.2"
|
926
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
927
|
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
928
|
+
|
929
|
+
[[package]]
|
930
|
+
name = "static_assertions"
|
931
|
+
version = "1.1.0"
|
932
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
933
|
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
934
|
+
|
935
|
+
[[package]]
|
936
|
+
name = "syn"
|
937
|
+
version = "2.0.58"
|
938
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
939
|
+
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
|
940
|
+
dependencies = [
|
941
|
+
"proc-macro2",
|
942
|
+
"quote",
|
943
|
+
"unicode-ident",
|
944
|
+
]
|
945
|
+
|
946
|
+
[[package]]
|
947
|
+
name = "target-lexicon"
|
948
|
+
version = "0.12.14"
|
949
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
950
|
+
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
951
|
+
|
952
|
+
[[package]]
|
953
|
+
name = "thiserror"
|
954
|
+
version = "1.0.58"
|
955
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
956
|
+
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
957
|
+
dependencies = [
|
958
|
+
"thiserror-impl",
|
959
|
+
]
|
960
|
+
|
961
|
+
[[package]]
|
962
|
+
name = "thiserror-impl"
|
963
|
+
version = "1.0.58"
|
964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
965
|
+
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
966
|
+
dependencies = [
|
967
|
+
"proc-macro2",
|
968
|
+
"quote",
|
969
|
+
"syn",
|
970
|
+
]
|
971
|
+
|
972
|
+
[[package]]
|
973
|
+
name = "tiny-keccak"
|
974
|
+
version = "2.0.2"
|
975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
976
|
+
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
977
|
+
dependencies = [
|
978
|
+
"crunchy",
|
979
|
+
]
|
980
|
+
|
981
|
+
[[package]]
|
982
|
+
name = "unicode-ident"
|
983
|
+
version = "1.0.12"
|
984
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
985
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
986
|
+
|
987
|
+
[[package]]
|
988
|
+
name = "unindent"
|
989
|
+
version = "0.2.3"
|
990
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
991
|
+
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
992
|
+
|
993
|
+
[[package]]
|
994
|
+
name = "version_check"
|
995
|
+
version = "0.9.4"
|
996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
997
|
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
998
|
+
|
999
|
+
[[package]]
|
1000
|
+
name = "wasi"
|
1001
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
1002
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1004
|
+
|
1005
|
+
[[package]]
|
1006
|
+
name = "wasm-bindgen"
|
1007
|
+
version = "0.2.92"
|
1008
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009
|
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
1010
|
+
dependencies = [
|
1011
|
+
"cfg-if",
|
1012
|
+
"wasm-bindgen-macro",
|
1013
|
+
]
|
1014
|
+
|
1015
|
+
[[package]]
|
1016
|
+
name = "wasm-bindgen-backend"
|
1017
|
+
version = "0.2.92"
|
1018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1019
|
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
1020
|
+
dependencies = [
|
1021
|
+
"bumpalo",
|
1022
|
+
"log",
|
1023
|
+
"once_cell",
|
1024
|
+
"proc-macro2",
|
1025
|
+
"quote",
|
1026
|
+
"syn",
|
1027
|
+
"wasm-bindgen-shared",
|
1028
|
+
]
|
1029
|
+
|
1030
|
+
[[package]]
|
1031
|
+
name = "wasm-bindgen-macro"
|
1032
|
+
version = "0.2.92"
|
1033
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1034
|
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
1035
|
+
dependencies = [
|
1036
|
+
"quote",
|
1037
|
+
"wasm-bindgen-macro-support",
|
1038
|
+
]
|
1039
|
+
|
1040
|
+
[[package]]
|
1041
|
+
name = "wasm-bindgen-macro-support"
|
1042
|
+
version = "0.2.92"
|
1043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1044
|
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
1045
|
+
dependencies = [
|
1046
|
+
"proc-macro2",
|
1047
|
+
"quote",
|
1048
|
+
"syn",
|
1049
|
+
"wasm-bindgen-backend",
|
1050
|
+
"wasm-bindgen-shared",
|
1051
|
+
]
|
1052
|
+
|
1053
|
+
[[package]]
|
1054
|
+
name = "wasm-bindgen-shared"
|
1055
|
+
version = "0.2.92"
|
1056
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1057
|
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
1058
|
+
|
1059
|
+
[[package]]
|
1060
|
+
name = "windows-core"
|
1061
|
+
version = "0.52.0"
|
1062
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1063
|
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
1064
|
+
dependencies = [
|
1065
|
+
"windows-targets 0.52.4",
|
1066
|
+
]
|
1067
|
+
|
1068
|
+
[[package]]
|
1069
|
+
name = "windows-targets"
|
1070
|
+
version = "0.48.5"
|
1071
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1072
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
1073
|
+
dependencies = [
|
1074
|
+
"windows_aarch64_gnullvm 0.48.5",
|
1075
|
+
"windows_aarch64_msvc 0.48.5",
|
1076
|
+
"windows_i686_gnu 0.48.5",
|
1077
|
+
"windows_i686_msvc 0.48.5",
|
1078
|
+
"windows_x86_64_gnu 0.48.5",
|
1079
|
+
"windows_x86_64_gnullvm 0.48.5",
|
1080
|
+
"windows_x86_64_msvc 0.48.5",
|
1081
|
+
]
|
1082
|
+
|
1083
|
+
[[package]]
|
1084
|
+
name = "windows-targets"
|
1085
|
+
version = "0.52.4"
|
1086
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1087
|
+
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
1088
|
+
dependencies = [
|
1089
|
+
"windows_aarch64_gnullvm 0.52.4",
|
1090
|
+
"windows_aarch64_msvc 0.52.4",
|
1091
|
+
"windows_i686_gnu 0.52.4",
|
1092
|
+
"windows_i686_msvc 0.52.4",
|
1093
|
+
"windows_x86_64_gnu 0.52.4",
|
1094
|
+
"windows_x86_64_gnullvm 0.52.4",
|
1095
|
+
"windows_x86_64_msvc 0.52.4",
|
1096
|
+
]
|
1097
|
+
|
1098
|
+
[[package]]
|
1099
|
+
name = "windows_aarch64_gnullvm"
|
1100
|
+
version = "0.48.5"
|
1101
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1102
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1103
|
+
|
1104
|
+
[[package]]
|
1105
|
+
name = "windows_aarch64_gnullvm"
|
1106
|
+
version = "0.52.4"
|
1107
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1108
|
+
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
1109
|
+
|
1110
|
+
[[package]]
|
1111
|
+
name = "windows_aarch64_msvc"
|
1112
|
+
version = "0.48.5"
|
1113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1114
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1115
|
+
|
1116
|
+
[[package]]
|
1117
|
+
name = "windows_aarch64_msvc"
|
1118
|
+
version = "0.52.4"
|
1119
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1120
|
+
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
1121
|
+
|
1122
|
+
[[package]]
|
1123
|
+
name = "windows_i686_gnu"
|
1124
|
+
version = "0.48.5"
|
1125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1126
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1127
|
+
|
1128
|
+
[[package]]
|
1129
|
+
name = "windows_i686_gnu"
|
1130
|
+
version = "0.52.4"
|
1131
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1132
|
+
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
1133
|
+
|
1134
|
+
[[package]]
|
1135
|
+
name = "windows_i686_msvc"
|
1136
|
+
version = "0.48.5"
|
1137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1139
|
+
|
1140
|
+
[[package]]
|
1141
|
+
name = "windows_i686_msvc"
|
1142
|
+
version = "0.52.4"
|
1143
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1144
|
+
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
1145
|
+
|
1146
|
+
[[package]]
|
1147
|
+
name = "windows_x86_64_gnu"
|
1148
|
+
version = "0.48.5"
|
1149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1150
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1151
|
+
|
1152
|
+
[[package]]
|
1153
|
+
name = "windows_x86_64_gnu"
|
1154
|
+
version = "0.52.4"
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156
|
+
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
1157
|
+
|
1158
|
+
[[package]]
|
1159
|
+
name = "windows_x86_64_gnullvm"
|
1160
|
+
version = "0.48.5"
|
1161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1162
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1163
|
+
|
1164
|
+
[[package]]
|
1165
|
+
name = "windows_x86_64_gnullvm"
|
1166
|
+
version = "0.52.4"
|
1167
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168
|
+
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
1169
|
+
|
1170
|
+
[[package]]
|
1171
|
+
name = "windows_x86_64_msvc"
|
1172
|
+
version = "0.48.5"
|
1173
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1174
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1175
|
+
|
1176
|
+
[[package]]
|
1177
|
+
name = "windows_x86_64_msvc"
|
1178
|
+
version = "0.52.4"
|
1179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1180
|
+
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
1181
|
+
|
1182
|
+
[[package]]
|
1183
|
+
name = "zerocopy"
|
1184
|
+
version = "0.7.32"
|
1185
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186
|
+
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
1187
|
+
dependencies = [
|
1188
|
+
"zerocopy-derive",
|
1189
|
+
]
|
1190
|
+
|
1191
|
+
[[package]]
|
1192
|
+
name = "zerocopy-derive"
|
1193
|
+
version = "0.7.32"
|
1194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195
|
+
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
1196
|
+
dependencies = [
|
1197
|
+
"proc-macro2",
|
1198
|
+
"quote",
|
1199
|
+
"syn",
|
1200
|
+
]
|