arrow-datafusion 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1706 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "adler"
7
+ version = "1.0.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.7.6"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
16
+ dependencies = [
17
+ "getrandom",
18
+ "once_cell",
19
+ "version_check",
20
+ ]
21
+
22
+ [[package]]
23
+ name = "aho-corasick"
24
+ version = "0.7.18"
25
+ source = "registry+https://github.com/rust-lang/crates.io-index"
26
+ checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
27
+ dependencies = [
28
+ "memchr",
29
+ ]
30
+
31
+ [[package]]
32
+ name = "alloc-no-stdlib"
33
+ version = "2.0.3"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
36
+
37
+ [[package]]
38
+ name = "alloc-stdlib"
39
+ version = "0.2.1"
40
+ source = "registry+https://github.com/rust-lang/crates.io-index"
41
+ checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
42
+ dependencies = [
43
+ "alloc-no-stdlib",
44
+ ]
45
+
46
+ [[package]]
47
+ name = "ansi_term"
48
+ version = "0.12.1"
49
+ source = "registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
51
+ dependencies = [
52
+ "winapi",
53
+ ]
54
+
55
+ [[package]]
56
+ name = "arrayref"
57
+ version = "0.3.6"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
60
+
61
+ [[package]]
62
+ name = "arrayvec"
63
+ version = "0.7.2"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
66
+
67
+ [[package]]
68
+ name = "arrow"
69
+ version = "13.0.0"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "5c6bee230122beb516ead31935a61f683715f987c6f003eff44ad6986624105a"
72
+ dependencies = [
73
+ "bitflags",
74
+ "chrono",
75
+ "comfy-table",
76
+ "csv",
77
+ "flatbuffers",
78
+ "half",
79
+ "hex",
80
+ "indexmap",
81
+ "lazy_static",
82
+ "lexical-core",
83
+ "multiversion",
84
+ "num",
85
+ "rand",
86
+ "regex",
87
+ "serde",
88
+ "serde_derive",
89
+ "serde_json",
90
+ ]
91
+
92
+ [[package]]
93
+ name = "async-trait"
94
+ version = "0.1.56"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
97
+ dependencies = [
98
+ "proc-macro2",
99
+ "quote",
100
+ "syn",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "atty"
105
+ version = "0.2.14"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
108
+ dependencies = [
109
+ "hermit-abi",
110
+ "libc",
111
+ "winapi",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "autocfg"
116
+ version = "1.1.0"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
119
+
120
+ [[package]]
121
+ name = "base64"
122
+ version = "0.13.0"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
125
+
126
+ [[package]]
127
+ name = "bindgen"
128
+ version = "0.59.2"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
131
+ dependencies = [
132
+ "bitflags",
133
+ "cexpr",
134
+ "clang-sys",
135
+ "clap",
136
+ "env_logger",
137
+ "lazy_static",
138
+ "lazycell",
139
+ "log",
140
+ "peeking_take_while",
141
+ "proc-macro2",
142
+ "quote",
143
+ "regex",
144
+ "rustc-hash",
145
+ "shlex",
146
+ "which",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "bitflags"
151
+ version = "1.3.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
154
+
155
+ [[package]]
156
+ name = "blake2"
157
+ version = "0.10.4"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
160
+ dependencies = [
161
+ "digest",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "blake3"
166
+ version = "1.3.1"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"
169
+ dependencies = [
170
+ "arrayref",
171
+ "arrayvec",
172
+ "cc",
173
+ "cfg-if",
174
+ "constant_time_eq",
175
+ "digest",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "block-buffer"
180
+ version = "0.10.2"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
183
+ dependencies = [
184
+ "generic-array",
185
+ ]
186
+
187
+ [[package]]
188
+ name = "brotli"
189
+ version = "3.3.4"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
192
+ dependencies = [
193
+ "alloc-no-stdlib",
194
+ "alloc-stdlib",
195
+ "brotli-decompressor",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "brotli-decompressor"
200
+ version = "2.3.2"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
203
+ dependencies = [
204
+ "alloc-no-stdlib",
205
+ "alloc-stdlib",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "bstr"
210
+ version = "0.2.17"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
213
+ dependencies = [
214
+ "lazy_static",
215
+ "memchr",
216
+ "regex-automata",
217
+ "serde",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "byteorder"
222
+ version = "1.4.3"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
225
+
226
+ [[package]]
227
+ name = "cc"
228
+ version = "1.0.73"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
231
+ dependencies = [
232
+ "jobserver",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "cexpr"
237
+ version = "0.6.0"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
240
+ dependencies = [
241
+ "nom",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "cfg-if"
246
+ version = "1.0.0"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
249
+
250
+ [[package]]
251
+ name = "chrono"
252
+ version = "0.4.19"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
255
+ dependencies = [
256
+ "libc",
257
+ "num-integer",
258
+ "num-traits",
259
+ "winapi",
260
+ ]
261
+
262
+ [[package]]
263
+ name = "clang-sys"
264
+ version = "1.3.3"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
267
+ dependencies = [
268
+ "glob",
269
+ "libc",
270
+ "libloading",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "clap"
275
+ version = "2.34.0"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
278
+ dependencies = [
279
+ "ansi_term",
280
+ "atty",
281
+ "bitflags",
282
+ "strsim 0.8.0",
283
+ "textwrap",
284
+ "unicode-width",
285
+ "vec_map",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "comfy-table"
290
+ version = "5.0.1"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e"
293
+ dependencies = [
294
+ "strum",
295
+ "strum_macros",
296
+ "unicode-width",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "constant_time_eq"
301
+ version = "0.1.5"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
304
+
305
+ [[package]]
306
+ name = "cpufeatures"
307
+ version = "0.2.2"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
310
+ dependencies = [
311
+ "libc",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "crc32fast"
316
+ version = "1.3.2"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
319
+ dependencies = [
320
+ "cfg-if",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "crypto-common"
325
+ version = "0.1.4"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "5999502d32b9c48d492abe66392408144895020ec4709e549e840799f3bb74c0"
328
+ dependencies = [
329
+ "generic-array",
330
+ "typenum",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "csv"
335
+ version = "1.1.6"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
338
+ dependencies = [
339
+ "bstr",
340
+ "csv-core",
341
+ "itoa 0.4.8",
342
+ "ryu",
343
+ "serde",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "csv-core"
348
+ version = "0.1.10"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
351
+ dependencies = [
352
+ "memchr",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "darling"
357
+ version = "0.13.4"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
360
+ dependencies = [
361
+ "darling_core",
362
+ "darling_macro",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "darling_core"
367
+ version = "0.13.4"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
370
+ dependencies = [
371
+ "fnv",
372
+ "ident_case",
373
+ "proc-macro2",
374
+ "quote",
375
+ "strsim 0.10.0",
376
+ "syn",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "darling_macro"
381
+ version = "0.13.4"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
384
+ dependencies = [
385
+ "darling_core",
386
+ "quote",
387
+ "syn",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "datafusion"
392
+ version = "8.0.0"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "8174c458d0266ba442038160fad2c98f02924e6179d6d46175f600b69abb5bb7"
395
+ dependencies = [
396
+ "ahash",
397
+ "arrow",
398
+ "async-trait",
399
+ "chrono",
400
+ "datafusion-common",
401
+ "datafusion-data-access",
402
+ "datafusion-expr",
403
+ "datafusion-physical-expr",
404
+ "datafusion-row",
405
+ "futures",
406
+ "hashbrown",
407
+ "lazy_static",
408
+ "log",
409
+ "num_cpus",
410
+ "ordered-float 3.0.0",
411
+ "parking_lot",
412
+ "parquet",
413
+ "paste",
414
+ "pin-project-lite",
415
+ "rand",
416
+ "smallvec",
417
+ "sqlparser",
418
+ "tempfile",
419
+ "tokio",
420
+ "tokio-stream",
421
+ "uuid",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "datafusion-common"
426
+ version = "8.0.0"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "8c687e12a58d1499b19ee899fa467d122c8cc9223570af6f3eb3c4d9d9be929b"
429
+ dependencies = [
430
+ "arrow",
431
+ "ordered-float 3.0.0",
432
+ "parquet",
433
+ "sqlparser",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "datafusion-data-access"
438
+ version = "8.0.0"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "6cca9e1200ddd362d97f22d185e98995ebd3737d2b3d69a200a06a5099fa699a"
441
+ dependencies = [
442
+ "async-trait",
443
+ "chrono",
444
+ "futures",
445
+ "glob",
446
+ "parking_lot",
447
+ "tempfile",
448
+ "tokio",
449
+ ]
450
+
451
+ [[package]]
452
+ name = "datafusion-expr"
453
+ version = "8.0.0"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "d20909d70931b88605b6f121c0ed820cec1d5b802cb51b7b5759f0421be3add8"
456
+ dependencies = [
457
+ "ahash",
458
+ "arrow",
459
+ "datafusion-common",
460
+ "sqlparser",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "datafusion-physical-expr"
465
+ version = "8.0.0"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "ad9083cb20b57216430d5b8e52341782d9520ce77e65c60803e330fd09bdfa6e"
468
+ dependencies = [
469
+ "ahash",
470
+ "arrow",
471
+ "blake2",
472
+ "blake3",
473
+ "chrono",
474
+ "datafusion-common",
475
+ "datafusion-expr",
476
+ "datafusion-row",
477
+ "hashbrown",
478
+ "lazy_static",
479
+ "md-5",
480
+ "ordered-float 3.0.0",
481
+ "paste",
482
+ "rand",
483
+ "regex",
484
+ "sha2",
485
+ "unicode-segmentation",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "datafusion-row"
490
+ version = "8.0.0"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "0f649a2021eefef44e0bef6782d053148b2fef74db7592fecfe87e042d52947a"
493
+ dependencies = [
494
+ "arrow",
495
+ "datafusion-common",
496
+ "paste",
497
+ "rand",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "datafusion_ruby"
502
+ version = "0.0.1"
503
+ dependencies = [
504
+ "datafusion",
505
+ "magnus",
506
+ ]
507
+
508
+ [[package]]
509
+ name = "digest"
510
+ version = "0.10.3"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
513
+ dependencies = [
514
+ "block-buffer",
515
+ "crypto-common",
516
+ "subtle",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "either"
521
+ version = "1.7.0"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
524
+
525
+ [[package]]
526
+ name = "env_logger"
527
+ version = "0.9.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
530
+ dependencies = [
531
+ "atty",
532
+ "humantime",
533
+ "log",
534
+ "regex",
535
+ "termcolor",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "fastrand"
540
+ version = "1.7.0"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
543
+ dependencies = [
544
+ "instant",
545
+ ]
546
+
547
+ [[package]]
548
+ name = "flatbuffers"
549
+ version = "2.1.2"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "86b428b715fdbdd1c364b84573b5fdc0f84f8e423661b9f398735278bc7f2b6a"
552
+ dependencies = [
553
+ "bitflags",
554
+ "smallvec",
555
+ "thiserror",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "flate2"
560
+ version = "1.0.24"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
563
+ dependencies = [
564
+ "crc32fast",
565
+ "miniz_oxide",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "fnv"
570
+ version = "1.0.7"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
573
+
574
+ [[package]]
575
+ name = "futures"
576
+ version = "0.3.21"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
579
+ dependencies = [
580
+ "futures-channel",
581
+ "futures-core",
582
+ "futures-executor",
583
+ "futures-io",
584
+ "futures-sink",
585
+ "futures-task",
586
+ "futures-util",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "futures-channel"
591
+ version = "0.3.21"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
594
+ dependencies = [
595
+ "futures-core",
596
+ "futures-sink",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "futures-core"
601
+ version = "0.3.21"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
604
+
605
+ [[package]]
606
+ name = "futures-executor"
607
+ version = "0.3.21"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
610
+ dependencies = [
611
+ "futures-core",
612
+ "futures-task",
613
+ "futures-util",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "futures-io"
618
+ version = "0.3.21"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
621
+
622
+ [[package]]
623
+ name = "futures-macro"
624
+ version = "0.3.21"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
627
+ dependencies = [
628
+ "proc-macro2",
629
+ "quote",
630
+ "syn",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "futures-sink"
635
+ version = "0.3.21"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
638
+
639
+ [[package]]
640
+ name = "futures-task"
641
+ version = "0.3.21"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
644
+
645
+ [[package]]
646
+ name = "futures-util"
647
+ version = "0.3.21"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
650
+ dependencies = [
651
+ "futures-channel",
652
+ "futures-core",
653
+ "futures-io",
654
+ "futures-macro",
655
+ "futures-sink",
656
+ "futures-task",
657
+ "memchr",
658
+ "pin-project-lite",
659
+ "pin-utils",
660
+ "slab",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "generic-array"
665
+ version = "0.14.5"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
668
+ dependencies = [
669
+ "typenum",
670
+ "version_check",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "getrandom"
675
+ version = "0.2.7"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
678
+ dependencies = [
679
+ "cfg-if",
680
+ "libc",
681
+ "wasi",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "glob"
686
+ version = "0.3.0"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
689
+
690
+ [[package]]
691
+ name = "half"
692
+ version = "1.8.2"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
695
+
696
+ [[package]]
697
+ name = "hashbrown"
698
+ version = "0.12.1"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
701
+ dependencies = [
702
+ "ahash",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "heck"
707
+ version = "0.3.3"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
710
+ dependencies = [
711
+ "unicode-segmentation",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "hermit-abi"
716
+ version = "0.1.19"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
719
+ dependencies = [
720
+ "libc",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "hex"
725
+ version = "0.4.3"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
728
+
729
+ [[package]]
730
+ name = "humantime"
731
+ version = "2.1.0"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
734
+
735
+ [[package]]
736
+ name = "ident_case"
737
+ version = "1.0.1"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
740
+
741
+ [[package]]
742
+ name = "indexmap"
743
+ version = "1.9.1"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
746
+ dependencies = [
747
+ "autocfg",
748
+ "hashbrown",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "instant"
753
+ version = "0.1.12"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
756
+ dependencies = [
757
+ "cfg-if",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "integer-encoding"
762
+ version = "1.1.7"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"
765
+
766
+ [[package]]
767
+ name = "itoa"
768
+ version = "0.4.8"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
771
+
772
+ [[package]]
773
+ name = "itoa"
774
+ version = "1.0.2"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
777
+
778
+ [[package]]
779
+ name = "jobserver"
780
+ version = "0.1.24"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
783
+ dependencies = [
784
+ "libc",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "lazy_static"
789
+ version = "1.4.0"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
792
+
793
+ [[package]]
794
+ name = "lazycell"
795
+ version = "1.3.0"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
798
+
799
+ [[package]]
800
+ name = "lexical-core"
801
+ version = "0.8.5"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
804
+ dependencies = [
805
+ "lexical-parse-float",
806
+ "lexical-parse-integer",
807
+ "lexical-util",
808
+ "lexical-write-float",
809
+ "lexical-write-integer",
810
+ ]
811
+
812
+ [[package]]
813
+ name = "lexical-parse-float"
814
+ version = "0.8.5"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
817
+ dependencies = [
818
+ "lexical-parse-integer",
819
+ "lexical-util",
820
+ "static_assertions",
821
+ ]
822
+
823
+ [[package]]
824
+ name = "lexical-parse-integer"
825
+ version = "0.8.6"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
828
+ dependencies = [
829
+ "lexical-util",
830
+ "static_assertions",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "lexical-util"
835
+ version = "0.8.5"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
838
+ dependencies = [
839
+ "static_assertions",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "lexical-write-float"
844
+ version = "0.8.5"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
847
+ dependencies = [
848
+ "lexical-util",
849
+ "lexical-write-integer",
850
+ "static_assertions",
851
+ ]
852
+
853
+ [[package]]
854
+ name = "lexical-write-integer"
855
+ version = "0.8.5"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
858
+ dependencies = [
859
+ "lexical-util",
860
+ "static_assertions",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "libc"
865
+ version = "0.2.126"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
868
+
869
+ [[package]]
870
+ name = "libloading"
871
+ version = "0.7.3"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
874
+ dependencies = [
875
+ "cfg-if",
876
+ "winapi",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "lock_api"
881
+ version = "0.4.7"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
884
+ dependencies = [
885
+ "autocfg",
886
+ "scopeguard",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "log"
891
+ version = "0.4.17"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
894
+ dependencies = [
895
+ "cfg-if",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "lz4"
900
+ version = "1.23.3"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"
903
+ dependencies = [
904
+ "libc",
905
+ "lz4-sys",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "lz4-sys"
910
+ version = "1.9.3"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"
913
+ dependencies = [
914
+ "cc",
915
+ "libc",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "magnus"
920
+ version = "0.3.2"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "983e15338a2e9644f804de8b5e52fb930bcd53b6859de4f4feb85753532b69d3"
923
+ dependencies = [
924
+ "bindgen",
925
+ "magnus-macros",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "magnus-macros"
930
+ version = "0.1.0"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "27968fcabe2ef7e35b8331d71a62882282996f6222c133c0255cf7f33b8d9b48"
933
+ dependencies = [
934
+ "darling",
935
+ "proc-macro2",
936
+ "quote",
937
+ "syn",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "md-5"
942
+ version = "0.10.1"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
945
+ dependencies = [
946
+ "digest",
947
+ ]
948
+
949
+ [[package]]
950
+ name = "memchr"
951
+ version = "2.5.0"
952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
953
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
954
+
955
+ [[package]]
956
+ name = "minimal-lexical"
957
+ version = "0.2.1"
958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
959
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
960
+
961
+ [[package]]
962
+ name = "miniz_oxide"
963
+ version = "0.5.3"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
966
+ dependencies = [
967
+ "adler",
968
+ ]
969
+
970
+ [[package]]
971
+ name = "multiversion"
972
+ version = "0.6.1"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "025c962a3dd3cc5e0e520aa9c612201d127dcdf28616974961a649dca64f5373"
975
+ dependencies = [
976
+ "multiversion-macros",
977
+ ]
978
+
979
+ [[package]]
980
+ name = "multiversion-macros"
981
+ version = "0.6.1"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "a8a3e2bde382ebf960c1f3e79689fa5941625fe9bf694a1cb64af3e85faff3af"
984
+ dependencies = [
985
+ "proc-macro2",
986
+ "quote",
987
+ "syn",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "nom"
992
+ version = "7.1.1"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
995
+ dependencies = [
996
+ "memchr",
997
+ "minimal-lexical",
998
+ ]
999
+
1000
+ [[package]]
1001
+ name = "num"
1002
+ version = "0.4.0"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
1005
+ dependencies = [
1006
+ "num-bigint",
1007
+ "num-complex",
1008
+ "num-integer",
1009
+ "num-iter",
1010
+ "num-rational",
1011
+ "num-traits",
1012
+ ]
1013
+
1014
+ [[package]]
1015
+ name = "num-bigint"
1016
+ version = "0.4.3"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
1019
+ dependencies = [
1020
+ "autocfg",
1021
+ "num-integer",
1022
+ "num-traits",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "num-complex"
1027
+ version = "0.4.2"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
1030
+ dependencies = [
1031
+ "num-traits",
1032
+ ]
1033
+
1034
+ [[package]]
1035
+ name = "num-integer"
1036
+ version = "0.1.45"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1039
+ dependencies = [
1040
+ "autocfg",
1041
+ "num-traits",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "num-iter"
1046
+ version = "0.1.43"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
1049
+ dependencies = [
1050
+ "autocfg",
1051
+ "num-integer",
1052
+ "num-traits",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "num-rational"
1057
+ version = "0.4.1"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1060
+ dependencies = [
1061
+ "autocfg",
1062
+ "num-bigint",
1063
+ "num-integer",
1064
+ "num-traits",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "num-traits"
1069
+ version = "0.2.15"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1072
+ dependencies = [
1073
+ "autocfg",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "num_cpus"
1078
+ version = "1.13.1"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1081
+ dependencies = [
1082
+ "hermit-abi",
1083
+ "libc",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "once_cell"
1088
+ version = "1.12.0"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
1091
+
1092
+ [[package]]
1093
+ name = "ordered-float"
1094
+ version = "1.1.1"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
1097
+ dependencies = [
1098
+ "num-traits",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "ordered-float"
1103
+ version = "3.0.0"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "96bcbab4bfea7a59c2c0fe47211a1ac4e3e96bea6eb446d704f310bc5c732ae2"
1106
+ dependencies = [
1107
+ "num-traits",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "parking_lot"
1112
+ version = "0.12.1"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1115
+ dependencies = [
1116
+ "lock_api",
1117
+ "parking_lot_core",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "parking_lot_core"
1122
+ version = "0.9.3"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
1125
+ dependencies = [
1126
+ "cfg-if",
1127
+ "libc",
1128
+ "redox_syscall",
1129
+ "smallvec",
1130
+ "windows-sys",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "parquet"
1135
+ version = "13.0.0"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "6c6d737baed48775e87a69aa262f1fa2f1d6bd074dedbe9cac244b9aabf2a0b4"
1138
+ dependencies = [
1139
+ "arrow",
1140
+ "base64",
1141
+ "brotli",
1142
+ "byteorder",
1143
+ "chrono",
1144
+ "flate2",
1145
+ "lz4",
1146
+ "num",
1147
+ "num-bigint",
1148
+ "parquet-format",
1149
+ "rand",
1150
+ "snap",
1151
+ "thrift",
1152
+ "zstd",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "parquet-format"
1157
+ version = "4.0.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "1f0c06cdcd5460967c485f9c40a821746f5955ad81990533c7fae95dbd9bc0b5"
1160
+ dependencies = [
1161
+ "thrift",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "paste"
1166
+ version = "1.0.7"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
1169
+
1170
+ [[package]]
1171
+ name = "peeking_take_while"
1172
+ version = "0.1.2"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1175
+
1176
+ [[package]]
1177
+ name = "pin-project-lite"
1178
+ version = "0.2.9"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1181
+
1182
+ [[package]]
1183
+ name = "pin-utils"
1184
+ version = "0.1.0"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1187
+
1188
+ [[package]]
1189
+ name = "ppv-lite86"
1190
+ version = "0.2.16"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1193
+
1194
+ [[package]]
1195
+ name = "proc-macro2"
1196
+ version = "1.0.40"
1197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+ checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
1199
+ dependencies = [
1200
+ "unicode-ident",
1201
+ ]
1202
+
1203
+ [[package]]
1204
+ name = "quote"
1205
+ version = "1.0.20"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
1208
+ dependencies = [
1209
+ "proc-macro2",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "rand"
1214
+ version = "0.8.5"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1217
+ dependencies = [
1218
+ "libc",
1219
+ "rand_chacha",
1220
+ "rand_core",
1221
+ ]
1222
+
1223
+ [[package]]
1224
+ name = "rand_chacha"
1225
+ version = "0.3.1"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1228
+ dependencies = [
1229
+ "ppv-lite86",
1230
+ "rand_core",
1231
+ ]
1232
+
1233
+ [[package]]
1234
+ name = "rand_core"
1235
+ version = "0.6.3"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1238
+ dependencies = [
1239
+ "getrandom",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "redox_syscall"
1244
+ version = "0.2.13"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
1247
+ dependencies = [
1248
+ "bitflags",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "regex"
1253
+ version = "1.5.6"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
1256
+ dependencies = [
1257
+ "aho-corasick",
1258
+ "memchr",
1259
+ "regex-syntax",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "regex-automata"
1264
+ version = "0.1.10"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1267
+
1268
+ [[package]]
1269
+ name = "regex-syntax"
1270
+ version = "0.6.26"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
1273
+
1274
+ [[package]]
1275
+ name = "remove_dir_all"
1276
+ version = "0.5.3"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1279
+ dependencies = [
1280
+ "winapi",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "rustc-hash"
1285
+ version = "1.1.0"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1288
+
1289
+ [[package]]
1290
+ name = "rustversion"
1291
+ version = "1.0.7"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"
1294
+
1295
+ [[package]]
1296
+ name = "ryu"
1297
+ version = "1.0.10"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
1300
+
1301
+ [[package]]
1302
+ name = "scopeguard"
1303
+ version = "1.1.0"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1306
+
1307
+ [[package]]
1308
+ name = "serde"
1309
+ version = "1.0.138"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
1312
+
1313
+ [[package]]
1314
+ name = "serde_derive"
1315
+ version = "1.0.138"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
1318
+ dependencies = [
1319
+ "proc-macro2",
1320
+ "quote",
1321
+ "syn",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "serde_json"
1326
+ version = "1.0.82"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
1329
+ dependencies = [
1330
+ "indexmap",
1331
+ "itoa 1.0.2",
1332
+ "ryu",
1333
+ "serde",
1334
+ ]
1335
+
1336
+ [[package]]
1337
+ name = "sha2"
1338
+ version = "0.10.2"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
1341
+ dependencies = [
1342
+ "cfg-if",
1343
+ "cpufeatures",
1344
+ "digest",
1345
+ ]
1346
+
1347
+ [[package]]
1348
+ name = "shlex"
1349
+ version = "1.1.0"
1350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1352
+
1353
+ [[package]]
1354
+ name = "slab"
1355
+ version = "0.4.6"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
1358
+
1359
+ [[package]]
1360
+ name = "smallvec"
1361
+ version = "1.9.0"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
1364
+
1365
+ [[package]]
1366
+ name = "snap"
1367
+ version = "1.0.5"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
1370
+
1371
+ [[package]]
1372
+ name = "sqlparser"
1373
+ version = "0.17.0"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "ddc2739f3a9bfc68e2f7b7695589f6cb0181c88af73ceaee0c84215cd2a2ae28"
1376
+ dependencies = [
1377
+ "log",
1378
+ ]
1379
+
1380
+ [[package]]
1381
+ name = "static_assertions"
1382
+ version = "1.1.0"
1383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1384
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1385
+
1386
+ [[package]]
1387
+ name = "strsim"
1388
+ version = "0.8.0"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1391
+
1392
+ [[package]]
1393
+ name = "strsim"
1394
+ version = "0.10.0"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1397
+
1398
+ [[package]]
1399
+ name = "strum"
1400
+ version = "0.23.0"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
1403
+
1404
+ [[package]]
1405
+ name = "strum_macros"
1406
+ version = "0.23.1"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"
1409
+ dependencies = [
1410
+ "heck",
1411
+ "proc-macro2",
1412
+ "quote",
1413
+ "rustversion",
1414
+ "syn",
1415
+ ]
1416
+
1417
+ [[package]]
1418
+ name = "subtle"
1419
+ version = "2.4.1"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1422
+
1423
+ [[package]]
1424
+ name = "syn"
1425
+ version = "1.0.98"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
1428
+ dependencies = [
1429
+ "proc-macro2",
1430
+ "quote",
1431
+ "unicode-ident",
1432
+ ]
1433
+
1434
+ [[package]]
1435
+ name = "tempfile"
1436
+ version = "3.3.0"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1439
+ dependencies = [
1440
+ "cfg-if",
1441
+ "fastrand",
1442
+ "libc",
1443
+ "redox_syscall",
1444
+ "remove_dir_all",
1445
+ "winapi",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "termcolor"
1450
+ version = "1.1.3"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1453
+ dependencies = [
1454
+ "winapi-util",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "textwrap"
1459
+ version = "0.11.0"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1462
+ dependencies = [
1463
+ "unicode-width",
1464
+ ]
1465
+
1466
+ [[package]]
1467
+ name = "thiserror"
1468
+ version = "1.0.31"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
1471
+ dependencies = [
1472
+ "thiserror-impl",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "thiserror-impl"
1477
+ version = "1.0.31"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
1480
+ dependencies = [
1481
+ "proc-macro2",
1482
+ "quote",
1483
+ "syn",
1484
+ ]
1485
+
1486
+ [[package]]
1487
+ name = "threadpool"
1488
+ version = "1.8.1"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
1491
+ dependencies = [
1492
+ "num_cpus",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "thrift"
1497
+ version = "0.13.0"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"
1500
+ dependencies = [
1501
+ "byteorder",
1502
+ "integer-encoding",
1503
+ "log",
1504
+ "ordered-float 1.1.1",
1505
+ "threadpool",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "tokio"
1510
+ version = "1.19.2"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
1513
+ dependencies = [
1514
+ "num_cpus",
1515
+ "once_cell",
1516
+ "parking_lot",
1517
+ "pin-project-lite",
1518
+ "tokio-macros",
1519
+ ]
1520
+
1521
+ [[package]]
1522
+ name = "tokio-macros"
1523
+ version = "1.8.0"
1524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1525
+ checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
1526
+ dependencies = [
1527
+ "proc-macro2",
1528
+ "quote",
1529
+ "syn",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "tokio-stream"
1534
+ version = "0.1.9"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
1537
+ dependencies = [
1538
+ "futures-core",
1539
+ "pin-project-lite",
1540
+ "tokio",
1541
+ ]
1542
+
1543
+ [[package]]
1544
+ name = "typenum"
1545
+ version = "1.15.0"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1548
+
1549
+ [[package]]
1550
+ name = "unicode-ident"
1551
+ version = "1.0.1"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
1554
+
1555
+ [[package]]
1556
+ name = "unicode-segmentation"
1557
+ version = "1.9.0"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
1560
+
1561
+ [[package]]
1562
+ name = "unicode-width"
1563
+ version = "0.1.9"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1566
+
1567
+ [[package]]
1568
+ name = "uuid"
1569
+ version = "1.1.2"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
1572
+ dependencies = [
1573
+ "getrandom",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "vec_map"
1578
+ version = "0.8.2"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1581
+
1582
+ [[package]]
1583
+ name = "version_check"
1584
+ version = "0.9.4"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1587
+
1588
+ [[package]]
1589
+ name = "wasi"
1590
+ version = "0.11.0+wasi-snapshot-preview1"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1593
+
1594
+ [[package]]
1595
+ name = "which"
1596
+ version = "4.2.5"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
1599
+ dependencies = [
1600
+ "either",
1601
+ "lazy_static",
1602
+ "libc",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "winapi"
1607
+ version = "0.3.9"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1610
+ dependencies = [
1611
+ "winapi-i686-pc-windows-gnu",
1612
+ "winapi-x86_64-pc-windows-gnu",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "winapi-i686-pc-windows-gnu"
1617
+ version = "0.4.0"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1620
+
1621
+ [[package]]
1622
+ name = "winapi-util"
1623
+ version = "0.1.5"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1626
+ dependencies = [
1627
+ "winapi",
1628
+ ]
1629
+
1630
+ [[package]]
1631
+ name = "winapi-x86_64-pc-windows-gnu"
1632
+ version = "0.4.0"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1635
+
1636
+ [[package]]
1637
+ name = "windows-sys"
1638
+ version = "0.36.1"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
1641
+ dependencies = [
1642
+ "windows_aarch64_msvc",
1643
+ "windows_i686_gnu",
1644
+ "windows_i686_msvc",
1645
+ "windows_x86_64_gnu",
1646
+ "windows_x86_64_msvc",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "windows_aarch64_msvc"
1651
+ version = "0.36.1"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1654
+
1655
+ [[package]]
1656
+ name = "windows_i686_gnu"
1657
+ version = "0.36.1"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1660
+
1661
+ [[package]]
1662
+ name = "windows_i686_msvc"
1663
+ version = "0.36.1"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1666
+
1667
+ [[package]]
1668
+ name = "windows_x86_64_gnu"
1669
+ version = "0.36.1"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1672
+
1673
+ [[package]]
1674
+ name = "windows_x86_64_msvc"
1675
+ version = "0.36.1"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
1678
+
1679
+ [[package]]
1680
+ name = "zstd"
1681
+ version = "0.11.2+zstd.1.5.2"
1682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1683
+ checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
1684
+ dependencies = [
1685
+ "zstd-safe",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "zstd-safe"
1690
+ version = "5.0.2+zstd.1.5.2"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
1693
+ dependencies = [
1694
+ "libc",
1695
+ "zstd-sys",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "zstd-sys"
1700
+ version = "2.0.1+zstd.1.5.2"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
1703
+ dependencies = [
1704
+ "cc",
1705
+ "libc",
1706
+ ]