tokenizers 0.2.0-arm64-darwin → 0.2.2-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/Cargo.lock +105 -1104
- data/Cargo.toml +0 -6
- data/LICENSE-THIRD-PARTY.txt +6019 -19467
- data/README.md +1 -1
- data/lib/tokenizers/2.7/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.0/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.1/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.2/tokenizers.bundle +0 -0
- data/lib/tokenizers/from_pretrained.rb +119 -0
- data/lib/tokenizers/version.rb +1 -1
- data/lib/tokenizers.rb +2 -3
- metadata +10 -8
data/Cargo.lock
CHANGED
@@ -2,12 +2,6 @@
|
|
2
2
|
# It is not intended for manual editing.
|
3
3
|
version = 3
|
4
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
5
|
[[package]]
|
12
6
|
name = "aho-corasick"
|
13
7
|
version = "0.7.20"
|
@@ -54,82 +48,11 @@ version = "1.3.2"
|
|
54
48
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
55
49
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
56
50
|
|
57
|
-
[[package]]
|
58
|
-
name = "block-buffer"
|
59
|
-
version = "0.10.3"
|
60
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
61
|
-
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
62
|
-
dependencies = [
|
63
|
-
"generic-array",
|
64
|
-
]
|
65
|
-
|
66
|
-
[[package]]
|
67
|
-
name = "bumpalo"
|
68
|
-
version = "3.11.1"
|
69
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
70
|
-
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
71
|
-
|
72
|
-
[[package]]
|
73
|
-
name = "byteorder"
|
74
|
-
version = "1.4.3"
|
75
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
76
|
-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
77
|
-
|
78
|
-
[[package]]
|
79
|
-
name = "bytes"
|
80
|
-
version = "1.3.0"
|
81
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
82
|
-
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
83
|
-
|
84
|
-
[[package]]
|
85
|
-
name = "bzip2"
|
86
|
-
version = "0.4.3"
|
87
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88
|
-
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
|
89
|
-
dependencies = [
|
90
|
-
"bzip2-sys",
|
91
|
-
"libc",
|
92
|
-
]
|
93
|
-
|
94
|
-
[[package]]
|
95
|
-
name = "bzip2-sys"
|
96
|
-
version = "0.1.11+1.0.8"
|
97
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
98
|
-
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
99
|
-
dependencies = [
|
100
|
-
"cc",
|
101
|
-
"libc",
|
102
|
-
"pkg-config",
|
103
|
-
]
|
104
|
-
|
105
|
-
[[package]]
|
106
|
-
name = "cached-path"
|
107
|
-
version = "0.5.3"
|
108
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "5f1c56d30236522ab3393a08746b138d4e16372001f42d29c88d513aeb8ab7ef"
|
110
|
-
dependencies = [
|
111
|
-
"flate2",
|
112
|
-
"fs2",
|
113
|
-
"glob",
|
114
|
-
"indicatif 0.16.2",
|
115
|
-
"log",
|
116
|
-
"rand",
|
117
|
-
"reqwest",
|
118
|
-
"serde",
|
119
|
-
"serde_json",
|
120
|
-
"sha2",
|
121
|
-
"tar",
|
122
|
-
"tempfile",
|
123
|
-
"thiserror",
|
124
|
-
"zip",
|
125
|
-
"zip-extensions",
|
126
|
-
]
|
127
|
-
|
128
51
|
[[package]]
|
129
52
|
name = "cc"
|
130
|
-
version = "1.0.
|
53
|
+
version = "1.0.78"
|
131
54
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
132
|
-
checksum = "
|
55
|
+
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
133
56
|
|
134
57
|
[[package]]
|
135
58
|
name = "cexpr"
|
@@ -159,50 +82,15 @@ dependencies = [
|
|
159
82
|
|
160
83
|
[[package]]
|
161
84
|
name = "console"
|
162
|
-
version = "0.15.
|
85
|
+
version = "0.15.5"
|
163
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164
|
-
checksum = "
|
87
|
+
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
165
88
|
dependencies = [
|
166
89
|
"encode_unicode",
|
167
90
|
"lazy_static",
|
168
91
|
"libc",
|
169
|
-
"terminal_size",
|
170
92
|
"unicode-width",
|
171
|
-
"
|
172
|
-
]
|
173
|
-
|
174
|
-
[[package]]
|
175
|
-
name = "core-foundation"
|
176
|
-
version = "0.9.3"
|
177
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
178
|
-
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
179
|
-
dependencies = [
|
180
|
-
"core-foundation-sys",
|
181
|
-
"libc",
|
182
|
-
]
|
183
|
-
|
184
|
-
[[package]]
|
185
|
-
name = "core-foundation-sys"
|
186
|
-
version = "0.8.3"
|
187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
188
|
-
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
189
|
-
|
190
|
-
[[package]]
|
191
|
-
name = "cpufeatures"
|
192
|
-
version = "0.2.5"
|
193
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
194
|
-
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
195
|
-
dependencies = [
|
196
|
-
"libc",
|
197
|
-
]
|
198
|
-
|
199
|
-
[[package]]
|
200
|
-
name = "crc32fast"
|
201
|
-
version = "1.3.2"
|
202
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
203
|
-
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
204
|
-
dependencies = [
|
205
|
-
"cfg-if",
|
93
|
+
"windows-sys",
|
206
94
|
]
|
207
95
|
|
208
96
|
[[package]]
|
@@ -248,21 +136,11 @@ dependencies = [
|
|
248
136
|
"cfg-if",
|
249
137
|
]
|
250
138
|
|
251
|
-
[[package]]
|
252
|
-
name = "crypto-common"
|
253
|
-
version = "0.1.6"
|
254
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
255
|
-
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
256
|
-
dependencies = [
|
257
|
-
"generic-array",
|
258
|
-
"typenum",
|
259
|
-
]
|
260
|
-
|
261
139
|
[[package]]
|
262
140
|
name = "darling"
|
263
|
-
version = "0.
|
141
|
+
version = "0.14.2"
|
264
142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
265
|
-
checksum = "
|
143
|
+
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
266
144
|
dependencies = [
|
267
145
|
"darling_core",
|
268
146
|
"darling_macro",
|
@@ -270,9 +148,9 @@ dependencies = [
|
|
270
148
|
|
271
149
|
[[package]]
|
272
150
|
name = "darling_core"
|
273
|
-
version = "0.
|
151
|
+
version = "0.14.2"
|
274
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
275
|
-
checksum = "
|
153
|
+
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
276
154
|
dependencies = [
|
277
155
|
"fnv",
|
278
156
|
"ident_case",
|
@@ -284,9 +162,9 @@ dependencies = [
|
|
284
162
|
|
285
163
|
[[package]]
|
286
164
|
name = "darling_macro"
|
287
|
-
version = "0.
|
165
|
+
version = "0.14.2"
|
288
166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
289
|
-
checksum = "
|
167
|
+
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
290
168
|
dependencies = [
|
291
169
|
"darling_core",
|
292
170
|
"quote",
|
@@ -295,22 +173,18 @@ dependencies = [
|
|
295
173
|
|
296
174
|
[[package]]
|
297
175
|
name = "derive_builder"
|
298
|
-
version = "0.
|
176
|
+
version = "0.12.0"
|
299
177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
300
|
-
checksum = "
|
178
|
+
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
301
179
|
dependencies = [
|
302
|
-
"
|
303
|
-
"derive_builder_core",
|
304
|
-
"proc-macro2",
|
305
|
-
"quote",
|
306
|
-
"syn",
|
180
|
+
"derive_builder_macro",
|
307
181
|
]
|
308
182
|
|
309
183
|
[[package]]
|
310
184
|
name = "derive_builder_core"
|
311
|
-
version = "0.
|
185
|
+
version = "0.12.0"
|
312
186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
313
|
-
checksum = "
|
187
|
+
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
314
188
|
dependencies = [
|
315
189
|
"darling",
|
316
190
|
"proc-macro2",
|
@@ -319,13 +193,13 @@ dependencies = [
|
|
319
193
|
]
|
320
194
|
|
321
195
|
[[package]]
|
322
|
-
name = "
|
323
|
-
version = "0.
|
196
|
+
name = "derive_builder_macro"
|
197
|
+
version = "0.12.0"
|
324
198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
325
|
-
checksum = "
|
199
|
+
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
326
200
|
dependencies = [
|
327
|
-
"
|
328
|
-
"
|
201
|
+
"derive_builder_core",
|
202
|
+
"syn",
|
329
203
|
]
|
330
204
|
|
331
205
|
[[package]]
|
@@ -360,15 +234,6 @@ version = "0.3.6"
|
|
360
234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
361
235
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
362
236
|
|
363
|
-
[[package]]
|
364
|
-
name = "encoding_rs"
|
365
|
-
version = "0.8.31"
|
366
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
367
|
-
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
368
|
-
dependencies = [
|
369
|
-
"cfg-if",
|
370
|
-
]
|
371
|
-
|
372
237
|
[[package]]
|
373
238
|
name = "esaxx-rs"
|
374
239
|
version = "0.1.8"
|
@@ -378,135 +243,12 @@ dependencies = [
|
|
378
243
|
"cc",
|
379
244
|
]
|
380
245
|
|
381
|
-
[[package]]
|
382
|
-
name = "fastrand"
|
383
|
-
version = "1.8.0"
|
384
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
385
|
-
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
386
|
-
dependencies = [
|
387
|
-
"instant",
|
388
|
-
]
|
389
|
-
|
390
|
-
[[package]]
|
391
|
-
name = "filetime"
|
392
|
-
version = "0.2.18"
|
393
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
394
|
-
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
|
395
|
-
dependencies = [
|
396
|
-
"cfg-if",
|
397
|
-
"libc",
|
398
|
-
"redox_syscall",
|
399
|
-
"windows-sys 0.42.0",
|
400
|
-
]
|
401
|
-
|
402
|
-
[[package]]
|
403
|
-
name = "flate2"
|
404
|
-
version = "1.0.25"
|
405
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
406
|
-
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
407
|
-
dependencies = [
|
408
|
-
"crc32fast",
|
409
|
-
"miniz_oxide",
|
410
|
-
]
|
411
|
-
|
412
246
|
[[package]]
|
413
247
|
name = "fnv"
|
414
248
|
version = "1.0.7"
|
415
249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
416
250
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
417
251
|
|
418
|
-
[[package]]
|
419
|
-
name = "foreign-types"
|
420
|
-
version = "0.3.2"
|
421
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
422
|
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
423
|
-
dependencies = [
|
424
|
-
"foreign-types-shared",
|
425
|
-
]
|
426
|
-
|
427
|
-
[[package]]
|
428
|
-
name = "foreign-types-shared"
|
429
|
-
version = "0.1.1"
|
430
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
431
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
432
|
-
|
433
|
-
[[package]]
|
434
|
-
name = "form_urlencoded"
|
435
|
-
version = "1.1.0"
|
436
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
437
|
-
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
438
|
-
dependencies = [
|
439
|
-
"percent-encoding",
|
440
|
-
]
|
441
|
-
|
442
|
-
[[package]]
|
443
|
-
name = "fs2"
|
444
|
-
version = "0.4.3"
|
445
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
446
|
-
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
447
|
-
dependencies = [
|
448
|
-
"libc",
|
449
|
-
"winapi",
|
450
|
-
]
|
451
|
-
|
452
|
-
[[package]]
|
453
|
-
name = "futures-channel"
|
454
|
-
version = "0.3.25"
|
455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
456
|
-
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
457
|
-
dependencies = [
|
458
|
-
"futures-core",
|
459
|
-
]
|
460
|
-
|
461
|
-
[[package]]
|
462
|
-
name = "futures-core"
|
463
|
-
version = "0.3.25"
|
464
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
465
|
-
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
466
|
-
|
467
|
-
[[package]]
|
468
|
-
name = "futures-io"
|
469
|
-
version = "0.3.25"
|
470
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
471
|
-
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
472
|
-
|
473
|
-
[[package]]
|
474
|
-
name = "futures-sink"
|
475
|
-
version = "0.3.25"
|
476
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
477
|
-
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
478
|
-
|
479
|
-
[[package]]
|
480
|
-
name = "futures-task"
|
481
|
-
version = "0.3.25"
|
482
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
483
|
-
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
484
|
-
|
485
|
-
[[package]]
|
486
|
-
name = "futures-util"
|
487
|
-
version = "0.3.25"
|
488
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
489
|
-
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
490
|
-
dependencies = [
|
491
|
-
"futures-core",
|
492
|
-
"futures-io",
|
493
|
-
"futures-task",
|
494
|
-
"memchr",
|
495
|
-
"pin-project-lite",
|
496
|
-
"pin-utils",
|
497
|
-
"slab",
|
498
|
-
]
|
499
|
-
|
500
|
-
[[package]]
|
501
|
-
name = "generic-array"
|
502
|
-
version = "0.14.6"
|
503
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
504
|
-
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
505
|
-
dependencies = [
|
506
|
-
"typenum",
|
507
|
-
"version_check",
|
508
|
-
]
|
509
|
-
|
510
252
|
[[package]]
|
511
253
|
name = "getrandom"
|
512
254
|
version = "0.2.8"
|
@@ -515,146 +257,30 @@ checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
515
257
|
dependencies = [
|
516
258
|
"cfg-if",
|
517
259
|
"libc",
|
518
|
-
"wasi
|
260
|
+
"wasi",
|
519
261
|
]
|
520
262
|
|
521
263
|
[[package]]
|
522
264
|
name = "glob"
|
523
|
-
version = "0.3.
|
524
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
525
|
-
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
526
|
-
|
527
|
-
[[package]]
|
528
|
-
name = "h2"
|
529
|
-
version = "0.3.15"
|
530
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
531
|
-
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
532
|
-
dependencies = [
|
533
|
-
"bytes",
|
534
|
-
"fnv",
|
535
|
-
"futures-core",
|
536
|
-
"futures-sink",
|
537
|
-
"futures-util",
|
538
|
-
"http",
|
539
|
-
"indexmap",
|
540
|
-
"slab",
|
541
|
-
"tokio",
|
542
|
-
"tokio-util",
|
543
|
-
"tracing",
|
544
|
-
]
|
545
|
-
|
546
|
-
[[package]]
|
547
|
-
name = "hashbrown"
|
548
|
-
version = "0.12.3"
|
265
|
+
version = "0.3.1"
|
549
266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
550
|
-
checksum = "
|
267
|
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
551
268
|
|
552
269
|
[[package]]
|
553
270
|
name = "hermit-abi"
|
554
|
-
version = "0.
|
271
|
+
version = "0.2.6"
|
555
272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
556
|
-
checksum = "
|
273
|
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
557
274
|
dependencies = [
|
558
275
|
"libc",
|
559
276
|
]
|
560
277
|
|
561
|
-
[[package]]
|
562
|
-
name = "http"
|
563
|
-
version = "0.2.8"
|
564
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
565
|
-
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
566
|
-
dependencies = [
|
567
|
-
"bytes",
|
568
|
-
"fnv",
|
569
|
-
"itoa",
|
570
|
-
]
|
571
|
-
|
572
|
-
[[package]]
|
573
|
-
name = "http-body"
|
574
|
-
version = "0.4.5"
|
575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
576
|
-
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
577
|
-
dependencies = [
|
578
|
-
"bytes",
|
579
|
-
"http",
|
580
|
-
"pin-project-lite",
|
581
|
-
]
|
582
|
-
|
583
|
-
[[package]]
|
584
|
-
name = "httparse"
|
585
|
-
version = "1.8.0"
|
586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
587
|
-
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
588
|
-
|
589
|
-
[[package]]
|
590
|
-
name = "httpdate"
|
591
|
-
version = "1.0.2"
|
592
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
593
|
-
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
594
|
-
|
595
|
-
[[package]]
|
596
|
-
name = "hyper"
|
597
|
-
version = "0.14.23"
|
598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
599
|
-
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
600
|
-
dependencies = [
|
601
|
-
"bytes",
|
602
|
-
"futures-channel",
|
603
|
-
"futures-core",
|
604
|
-
"futures-util",
|
605
|
-
"h2",
|
606
|
-
"http",
|
607
|
-
"http-body",
|
608
|
-
"httparse",
|
609
|
-
"httpdate",
|
610
|
-
"itoa",
|
611
|
-
"pin-project-lite",
|
612
|
-
"socket2",
|
613
|
-
"tokio",
|
614
|
-
"tower-service",
|
615
|
-
"tracing",
|
616
|
-
"want",
|
617
|
-
]
|
618
|
-
|
619
|
-
[[package]]
|
620
|
-
name = "hyper-tls"
|
621
|
-
version = "0.5.0"
|
622
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
623
|
-
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
624
|
-
dependencies = [
|
625
|
-
"bytes",
|
626
|
-
"hyper",
|
627
|
-
"native-tls",
|
628
|
-
"tokio",
|
629
|
-
"tokio-native-tls",
|
630
|
-
]
|
631
|
-
|
632
278
|
[[package]]
|
633
279
|
name = "ident_case"
|
634
280
|
version = "1.0.1"
|
635
281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
636
282
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
637
283
|
|
638
|
-
[[package]]
|
639
|
-
name = "idna"
|
640
|
-
version = "0.3.0"
|
641
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
642
|
-
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
643
|
-
dependencies = [
|
644
|
-
"unicode-bidi",
|
645
|
-
"unicode-normalization",
|
646
|
-
]
|
647
|
-
|
648
|
-
[[package]]
|
649
|
-
name = "indexmap"
|
650
|
-
version = "1.9.2"
|
651
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
652
|
-
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
653
|
-
dependencies = [
|
654
|
-
"autocfg",
|
655
|
-
"hashbrown",
|
656
|
-
]
|
657
|
-
|
658
284
|
[[package]]
|
659
285
|
name = "indicatif"
|
660
286
|
version = "0.15.0"
|
@@ -663,37 +289,10 @@ checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
|
|
663
289
|
dependencies = [
|
664
290
|
"console",
|
665
291
|
"lazy_static",
|
666
|
-
"number_prefix
|
667
|
-
"regex",
|
668
|
-
]
|
669
|
-
|
670
|
-
[[package]]
|
671
|
-
name = "indicatif"
|
672
|
-
version = "0.16.2"
|
673
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
674
|
-
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
675
|
-
dependencies = [
|
676
|
-
"console",
|
677
|
-
"lazy_static",
|
678
|
-
"number_prefix 0.4.0",
|
292
|
+
"number_prefix",
|
679
293
|
"regex",
|
680
294
|
]
|
681
295
|
|
682
|
-
[[package]]
|
683
|
-
name = "instant"
|
684
|
-
version = "0.1.12"
|
685
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
686
|
-
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
687
|
-
dependencies = [
|
688
|
-
"cfg-if",
|
689
|
-
]
|
690
|
-
|
691
|
-
[[package]]
|
692
|
-
name = "ipnet"
|
693
|
-
version = "2.5.1"
|
694
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
695
|
-
checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
|
696
|
-
|
697
296
|
[[package]]
|
698
297
|
name = "itertools"
|
699
298
|
version = "0.8.2"
|
@@ -714,18 +313,9 @@ dependencies = [
|
|
714
313
|
|
715
314
|
[[package]]
|
716
315
|
name = "itoa"
|
717
|
-
version = "1.0.
|
718
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
719
|
-
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
720
|
-
|
721
|
-
[[package]]
|
722
|
-
name = "js-sys"
|
723
|
-
version = "0.3.60"
|
316
|
+
version = "1.0.5"
|
724
317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
725
|
-
checksum = "
|
726
|
-
dependencies = [
|
727
|
-
"wasm-bindgen",
|
728
|
-
]
|
318
|
+
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
729
319
|
|
730
320
|
[[package]]
|
731
321
|
name = "lazy_static"
|
@@ -741,9 +331,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
741
331
|
|
742
332
|
[[package]]
|
743
333
|
name = "libc"
|
744
|
-
version = "0.2.
|
334
|
+
version = "0.2.139"
|
745
335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
746
|
-
checksum = "
|
336
|
+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
747
337
|
|
748
338
|
[[package]]
|
749
339
|
name = "libloading"
|
@@ -782,9 +372,9 @@ checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
|
|
782
372
|
|
783
373
|
[[package]]
|
784
374
|
name = "magnus"
|
785
|
-
version = "0.4.
|
375
|
+
version = "0.4.4"
|
786
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
787
|
-
checksum = "
|
377
|
+
checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
|
788
378
|
dependencies = [
|
789
379
|
"magnus-macros",
|
790
380
|
"rb-sys",
|
@@ -793,8 +383,9 @@ dependencies = [
|
|
793
383
|
|
794
384
|
[[package]]
|
795
385
|
name = "magnus-macros"
|
796
|
-
version = "0.
|
797
|
-
source = "
|
386
|
+
version = "0.3.0"
|
387
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
388
|
+
checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
|
798
389
|
dependencies = [
|
799
390
|
"proc-macro2",
|
800
391
|
"quote",
|
@@ -816,12 +407,6 @@ dependencies = [
|
|
816
407
|
"autocfg",
|
817
408
|
]
|
818
409
|
|
819
|
-
[[package]]
|
820
|
-
name = "mime"
|
821
|
-
version = "0.3.16"
|
822
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
823
|
-
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
824
|
-
|
825
410
|
[[package]]
|
826
411
|
name = "minimal-lexical"
|
827
412
|
version = "0.2.1"
|
@@ -829,80 +414,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
829
414
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
830
415
|
|
831
416
|
[[package]]
|
832
|
-
name = "
|
833
|
-
version = "
|
417
|
+
name = "nom"
|
418
|
+
version = "7.1.2"
|
834
419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
835
|
-
checksum = "
|
420
|
+
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
|
836
421
|
dependencies = [
|
837
|
-
"
|
422
|
+
"memchr",
|
423
|
+
"minimal-lexical",
|
838
424
|
]
|
839
425
|
|
840
426
|
[[package]]
|
841
|
-
name = "
|
842
|
-
version = "
|
427
|
+
name = "num_cpus"
|
428
|
+
version = "1.15.0"
|
843
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
844
|
-
checksum = "
|
430
|
+
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
845
431
|
dependencies = [
|
432
|
+
"hermit-abi",
|
846
433
|
"libc",
|
847
|
-
"log",
|
848
|
-
"wasi 0.11.0+wasi-snapshot-preview1",
|
849
|
-
"windows-sys 0.42.0",
|
850
434
|
]
|
851
435
|
|
852
436
|
[[package]]
|
853
|
-
name = "
|
854
|
-
version = "0.
|
855
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
856
|
-
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
857
|
-
dependencies = [
|
858
|
-
"lazy_static",
|
859
|
-
"libc",
|
860
|
-
"log",
|
861
|
-
"openssl",
|
862
|
-
"openssl-probe",
|
863
|
-
"openssl-sys",
|
864
|
-
"schannel",
|
865
|
-
"security-framework",
|
866
|
-
"security-framework-sys",
|
867
|
-
"tempfile",
|
868
|
-
]
|
869
|
-
|
870
|
-
[[package]]
|
871
|
-
name = "nom"
|
872
|
-
version = "7.1.1"
|
873
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
874
|
-
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
875
|
-
dependencies = [
|
876
|
-
"memchr",
|
877
|
-
"minimal-lexical",
|
878
|
-
]
|
879
|
-
|
880
|
-
[[package]]
|
881
|
-
name = "num_cpus"
|
882
|
-
version = "1.14.0"
|
883
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
884
|
-
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
885
|
-
dependencies = [
|
886
|
-
"hermit-abi",
|
887
|
-
"libc",
|
888
|
-
]
|
889
|
-
|
890
|
-
[[package]]
|
891
|
-
name = "number_prefix"
|
892
|
-
version = "0.3.0"
|
437
|
+
name = "number_prefix"
|
438
|
+
version = "0.3.0"
|
893
439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
894
440
|
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
895
441
|
|
896
|
-
[[package]]
|
897
|
-
name = "number_prefix"
|
898
|
-
version = "0.4.0"
|
899
|
-
source = "git+https://github.com/ankane/rust-number-prefix?branch=license-file#ce5a6a760b04c0f309e6d8fd7f72f5906c89723d"
|
900
|
-
|
901
442
|
[[package]]
|
902
443
|
name = "once_cell"
|
903
|
-
version = "1.
|
444
|
+
version = "1.17.0"
|
904
445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
905
|
-
checksum = "
|
446
|
+
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
906
447
|
|
907
448
|
[[package]]
|
908
449
|
name = "onig"
|
@@ -926,56 +467,11 @@ dependencies = [
|
|
926
467
|
"pkg-config",
|
927
468
|
]
|
928
469
|
|
929
|
-
[[package]]
|
930
|
-
name = "openssl"
|
931
|
-
version = "0.10.43"
|
932
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
933
|
-
checksum = "020433887e44c27ff16365eaa2d380547a94544ad509aff6eb5b6e3e0b27b376"
|
934
|
-
dependencies = [
|
935
|
-
"bitflags",
|
936
|
-
"cfg-if",
|
937
|
-
"foreign-types",
|
938
|
-
"libc",
|
939
|
-
"once_cell",
|
940
|
-
"openssl-macros",
|
941
|
-
"openssl-sys",
|
942
|
-
]
|
943
|
-
|
944
|
-
[[package]]
|
945
|
-
name = "openssl-macros"
|
946
|
-
version = "0.1.0"
|
947
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
948
|
-
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
949
|
-
dependencies = [
|
950
|
-
"proc-macro2",
|
951
|
-
"quote",
|
952
|
-
"syn",
|
953
|
-
]
|
954
|
-
|
955
|
-
[[package]]
|
956
|
-
name = "openssl-probe"
|
957
|
-
version = "0.1.5"
|
958
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
959
|
-
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
960
|
-
|
961
|
-
[[package]]
|
962
|
-
name = "openssl-sys"
|
963
|
-
version = "0.9.78"
|
964
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
965
|
-
checksum = "07d5c8cb6e57b3a3612064d7b18b117912b4ce70955c2504d4b741c9e244b132"
|
966
|
-
dependencies = [
|
967
|
-
"autocfg",
|
968
|
-
"cc",
|
969
|
-
"libc",
|
970
|
-
"pkg-config",
|
971
|
-
"vcpkg",
|
972
|
-
]
|
973
|
-
|
974
470
|
[[package]]
|
975
471
|
name = "paste"
|
976
|
-
version = "1.0.
|
472
|
+
version = "1.0.11"
|
977
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
978
|
-
checksum = "
|
474
|
+
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
979
475
|
|
980
476
|
[[package]]
|
981
477
|
name = "peeking_take_while"
|
@@ -983,24 +479,6 @@ version = "0.1.2"
|
|
983
479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
480
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
985
481
|
|
986
|
-
[[package]]
|
987
|
-
name = "percent-encoding"
|
988
|
-
version = "2.2.0"
|
989
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
990
|
-
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
991
|
-
|
992
|
-
[[package]]
|
993
|
-
name = "pin-project-lite"
|
994
|
-
version = "0.2.9"
|
995
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996
|
-
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
997
|
-
|
998
|
-
[[package]]
|
999
|
-
name = "pin-utils"
|
1000
|
-
version = "0.1.0"
|
1001
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1002
|
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1003
|
-
|
1004
482
|
[[package]]
|
1005
483
|
name = "pkg-config"
|
1006
484
|
version = "0.3.26"
|
@@ -1015,18 +493,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
1015
493
|
|
1016
494
|
[[package]]
|
1017
495
|
name = "proc-macro2"
|
1018
|
-
version = "1.0.
|
496
|
+
version = "1.0.49"
|
1019
497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1020
|
-
checksum = "
|
498
|
+
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
1021
499
|
dependencies = [
|
1022
500
|
"unicode-ident",
|
1023
501
|
]
|
1024
502
|
|
1025
503
|
[[package]]
|
1026
504
|
name = "quote"
|
1027
|
-
version = "1.0.
|
505
|
+
version = "1.0.23"
|
1028
506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029
|
-
checksum = "
|
507
|
+
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
1030
508
|
dependencies = [
|
1031
509
|
"proc-macro2",
|
1032
510
|
]
|
@@ -1063,11 +541,10 @@ dependencies = [
|
|
1063
541
|
|
1064
542
|
[[package]]
|
1065
543
|
name = "rayon"
|
1066
|
-
version = "1.6.
|
544
|
+
version = "1.6.1"
|
1067
545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1068
|
-
checksum = "
|
546
|
+
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
1069
547
|
dependencies = [
|
1070
|
-
"crossbeam-deque",
|
1071
548
|
"either",
|
1072
549
|
"rayon-core",
|
1073
550
|
]
|
@@ -1097,18 +574,18 @@ dependencies = [
|
|
1097
574
|
|
1098
575
|
[[package]]
|
1099
576
|
name = "rb-sys"
|
1100
|
-
version = "0.9.
|
577
|
+
version = "0.9.56"
|
1101
578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1102
|
-
checksum = "
|
579
|
+
checksum = "ef82428221475c6f9e7893fe30b88d45ac86bdb12e58e7c92055ba4bceb78a69"
|
1103
580
|
dependencies = [
|
1104
581
|
"rb-sys-build",
|
1105
582
|
]
|
1106
583
|
|
1107
584
|
[[package]]
|
1108
585
|
name = "rb-sys-build"
|
1109
|
-
version = "0.9.
|
586
|
+
version = "0.9.56"
|
1110
587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1111
|
-
checksum = "
|
588
|
+
checksum = "950bfc239d2e7704576abe4d37b008876bbfd70a99196a188c5caeae2ba7344a"
|
1112
589
|
dependencies = [
|
1113
590
|
"bindgen",
|
1114
591
|
"regex",
|
@@ -1118,7 +595,8 @@ dependencies = [
|
|
1118
595
|
[[package]]
|
1119
596
|
name = "rb-sys-env"
|
1120
597
|
version = "0.1.1"
|
1121
|
-
source = "
|
598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
599
|
+
checksum = "74c38752410925faeb82c400c06ba2fd9ee6aa8f719dd33994c9e53f5242d25f"
|
1122
600
|
|
1123
601
|
[[package]]
|
1124
602
|
name = "redox_syscall"
|
@@ -1142,9 +620,9 @@ dependencies = [
|
|
1142
620
|
|
1143
621
|
[[package]]
|
1144
622
|
name = "regex"
|
1145
|
-
version = "1.7.
|
623
|
+
version = "1.7.1"
|
1146
624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1147
|
-
checksum = "
|
625
|
+
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
1148
626
|
dependencies = [
|
1149
627
|
"aho-corasick",
|
1150
628
|
"memchr",
|
@@ -1157,52 +635,6 @@ version = "0.6.28"
|
|
1157
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1158
636
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
1159
637
|
|
1160
|
-
[[package]]
|
1161
|
-
name = "remove_dir_all"
|
1162
|
-
version = "0.5.3"
|
1163
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1164
|
-
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
1165
|
-
dependencies = [
|
1166
|
-
"winapi",
|
1167
|
-
]
|
1168
|
-
|
1169
|
-
[[package]]
|
1170
|
-
name = "reqwest"
|
1171
|
-
version = "0.11.13"
|
1172
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1173
|
-
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
|
1174
|
-
dependencies = [
|
1175
|
-
"base64",
|
1176
|
-
"bytes",
|
1177
|
-
"encoding_rs",
|
1178
|
-
"futures-core",
|
1179
|
-
"futures-util",
|
1180
|
-
"h2",
|
1181
|
-
"http",
|
1182
|
-
"http-body",
|
1183
|
-
"hyper",
|
1184
|
-
"hyper-tls",
|
1185
|
-
"ipnet",
|
1186
|
-
"js-sys",
|
1187
|
-
"log",
|
1188
|
-
"mime",
|
1189
|
-
"native-tls",
|
1190
|
-
"once_cell",
|
1191
|
-
"percent-encoding",
|
1192
|
-
"pin-project-lite",
|
1193
|
-
"serde",
|
1194
|
-
"serde_json",
|
1195
|
-
"serde_urlencoded",
|
1196
|
-
"tokio",
|
1197
|
-
"tokio-native-tls",
|
1198
|
-
"tower-service",
|
1199
|
-
"url",
|
1200
|
-
"wasm-bindgen",
|
1201
|
-
"wasm-bindgen-futures",
|
1202
|
-
"web-sys",
|
1203
|
-
"winreg",
|
1204
|
-
]
|
1205
|
-
|
1206
638
|
[[package]]
|
1207
639
|
name = "rustc-hash"
|
1208
640
|
version = "1.1.0"
|
@@ -1211,19 +643,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1211
643
|
|
1212
644
|
[[package]]
|
1213
645
|
name = "ryu"
|
1214
|
-
version = "1.0.
|
646
|
+
version = "1.0.12"
|
1215
647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1216
|
-
checksum = "
|
1217
|
-
|
1218
|
-
[[package]]
|
1219
|
-
name = "schannel"
|
1220
|
-
version = "0.1.20"
|
1221
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1222
|
-
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
1223
|
-
dependencies = [
|
1224
|
-
"lazy_static",
|
1225
|
-
"windows-sys 0.36.1",
|
1226
|
-
]
|
648
|
+
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
1227
649
|
|
1228
650
|
[[package]]
|
1229
651
|
name = "scopeguard"
|
@@ -1231,43 +653,20 @@ version = "1.1.0"
|
|
1231
653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1232
654
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
1233
655
|
|
1234
|
-
[[package]]
|
1235
|
-
name = "security-framework"
|
1236
|
-
version = "2.7.0"
|
1237
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1238
|
-
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
1239
|
-
dependencies = [
|
1240
|
-
"bitflags",
|
1241
|
-
"core-foundation",
|
1242
|
-
"core-foundation-sys",
|
1243
|
-
"libc",
|
1244
|
-
"security-framework-sys",
|
1245
|
-
]
|
1246
|
-
|
1247
|
-
[[package]]
|
1248
|
-
name = "security-framework-sys"
|
1249
|
-
version = "2.6.1"
|
1250
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1251
|
-
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
1252
|
-
dependencies = [
|
1253
|
-
"core-foundation-sys",
|
1254
|
-
"libc",
|
1255
|
-
]
|
1256
|
-
|
1257
656
|
[[package]]
|
1258
657
|
name = "serde"
|
1259
|
-
version = "1.0.
|
658
|
+
version = "1.0.152"
|
1260
659
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1261
|
-
checksum = "
|
660
|
+
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
1262
661
|
dependencies = [
|
1263
662
|
"serde_derive",
|
1264
663
|
]
|
1265
664
|
|
1266
665
|
[[package]]
|
1267
666
|
name = "serde_derive"
|
1268
|
-
version = "1.0.
|
667
|
+
version = "1.0.152"
|
1269
668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1270
|
-
checksum = "
|
669
|
+
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
1271
670
|
dependencies = [
|
1272
671
|
"proc-macro2",
|
1273
672
|
"quote",
|
@@ -1276,38 +675,15 @@ dependencies = [
|
|
1276
675
|
|
1277
676
|
[[package]]
|
1278
677
|
name = "serde_json"
|
1279
|
-
version = "1.0.
|
678
|
+
version = "1.0.91"
|
1280
679
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1281
|
-
checksum = "
|
680
|
+
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
1282
681
|
dependencies = [
|
1283
682
|
"itoa",
|
1284
683
|
"ryu",
|
1285
684
|
"serde",
|
1286
685
|
]
|
1287
686
|
|
1288
|
-
[[package]]
|
1289
|
-
name = "serde_urlencoded"
|
1290
|
-
version = "0.7.1"
|
1291
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1292
|
-
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
1293
|
-
dependencies = [
|
1294
|
-
"form_urlencoded",
|
1295
|
-
"itoa",
|
1296
|
-
"ryu",
|
1297
|
-
"serde",
|
1298
|
-
]
|
1299
|
-
|
1300
|
-
[[package]]
|
1301
|
-
name = "sha2"
|
1302
|
-
version = "0.10.6"
|
1303
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304
|
-
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
1305
|
-
dependencies = [
|
1306
|
-
"cfg-if",
|
1307
|
-
"cpufeatures",
|
1308
|
-
"digest",
|
1309
|
-
]
|
1310
|
-
|
1311
687
|
[[package]]
|
1312
688
|
name = "shell-words"
|
1313
689
|
version = "1.1.0"
|
@@ -1320,31 +696,12 @@ version = "1.1.0"
|
|
1320
696
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1321
697
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
1322
698
|
|
1323
|
-
[[package]]
|
1324
|
-
name = "slab"
|
1325
|
-
version = "0.4.7"
|
1326
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1327
|
-
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
1328
|
-
dependencies = [
|
1329
|
-
"autocfg",
|
1330
|
-
]
|
1331
|
-
|
1332
699
|
[[package]]
|
1333
700
|
name = "smallvec"
|
1334
701
|
version = "1.10.0"
|
1335
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1336
703
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
1337
704
|
|
1338
|
-
[[package]]
|
1339
|
-
name = "socket2"
|
1340
|
-
version = "0.4.7"
|
1341
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1342
|
-
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
1343
|
-
dependencies = [
|
1344
|
-
"libc",
|
1345
|
-
"winapi",
|
1346
|
-
]
|
1347
|
-
|
1348
705
|
[[package]]
|
1349
706
|
name = "spm_precompiled"
|
1350
707
|
version = "0.1.4"
|
@@ -1359,105 +716,44 @@ dependencies = [
|
|
1359
716
|
|
1360
717
|
[[package]]
|
1361
718
|
name = "strsim"
|
1362
|
-
version = "0.
|
719
|
+
version = "0.10.0"
|
1363
720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1364
|
-
checksum = "
|
721
|
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
1365
722
|
|
1366
723
|
[[package]]
|
1367
724
|
name = "syn"
|
1368
|
-
version = "1.0.
|
725
|
+
version = "1.0.107"
|
1369
726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1370
|
-
checksum = "
|
727
|
+
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
1371
728
|
dependencies = [
|
1372
729
|
"proc-macro2",
|
1373
730
|
"quote",
|
1374
731
|
"unicode-ident",
|
1375
732
|
]
|
1376
733
|
|
1377
|
-
[[package]]
|
1378
|
-
name = "tar"
|
1379
|
-
version = "0.4.38"
|
1380
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1381
|
-
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
1382
|
-
dependencies = [
|
1383
|
-
"filetime",
|
1384
|
-
"libc",
|
1385
|
-
"xattr",
|
1386
|
-
]
|
1387
|
-
|
1388
|
-
[[package]]
|
1389
|
-
name = "tempfile"
|
1390
|
-
version = "3.3.0"
|
1391
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1392
|
-
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
1393
|
-
dependencies = [
|
1394
|
-
"cfg-if",
|
1395
|
-
"fastrand",
|
1396
|
-
"libc",
|
1397
|
-
"redox_syscall",
|
1398
|
-
"remove_dir_all",
|
1399
|
-
"winapi",
|
1400
|
-
]
|
1401
|
-
|
1402
|
-
[[package]]
|
1403
|
-
name = "terminal_size"
|
1404
|
-
version = "0.1.17"
|
1405
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1406
|
-
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
1407
|
-
dependencies = [
|
1408
|
-
"libc",
|
1409
|
-
"winapi",
|
1410
|
-
]
|
1411
|
-
|
1412
734
|
[[package]]
|
1413
735
|
name = "thiserror"
|
1414
|
-
version = "1.0.
|
736
|
+
version = "1.0.38"
|
1415
737
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1416
|
-
checksum = "
|
738
|
+
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
1417
739
|
dependencies = [
|
1418
740
|
"thiserror-impl",
|
1419
741
|
]
|
1420
742
|
|
1421
743
|
[[package]]
|
1422
744
|
name = "thiserror-impl"
|
1423
|
-
version = "1.0.
|
745
|
+
version = "1.0.38"
|
1424
746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425
|
-
checksum = "
|
747
|
+
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
1426
748
|
dependencies = [
|
1427
749
|
"proc-macro2",
|
1428
750
|
"quote",
|
1429
751
|
"syn",
|
1430
752
|
]
|
1431
753
|
|
1432
|
-
[[package]]
|
1433
|
-
name = "time"
|
1434
|
-
version = "0.1.45"
|
1435
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1436
|
-
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
1437
|
-
dependencies = [
|
1438
|
-
"libc",
|
1439
|
-
"wasi 0.10.0+wasi-snapshot-preview1",
|
1440
|
-
"winapi",
|
1441
|
-
]
|
1442
|
-
|
1443
|
-
[[package]]
|
1444
|
-
name = "tinyvec"
|
1445
|
-
version = "1.6.0"
|
1446
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1447
|
-
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
1448
|
-
dependencies = [
|
1449
|
-
"tinyvec_macros",
|
1450
|
-
]
|
1451
|
-
|
1452
|
-
[[package]]
|
1453
|
-
name = "tinyvec_macros"
|
1454
|
-
version = "0.1.0"
|
1455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1456
|
-
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
1457
|
-
|
1458
754
|
[[package]]
|
1459
755
|
name = "tokenizers"
|
1460
|
-
version = "0.2.
|
756
|
+
version = "0.2.2"
|
1461
757
|
dependencies = [
|
1462
758
|
"magnus",
|
1463
759
|
"tokenizers 0.13.2",
|
@@ -1466,15 +762,14 @@ dependencies = [
|
|
1466
762
|
[[package]]
|
1467
763
|
name = "tokenizers"
|
1468
764
|
version = "0.13.2"
|
1469
|
-
source = "git+https://github.com/huggingface/tokenizers#
|
765
|
+
source = "git+https://github.com/huggingface/tokenizers#fe4ae7dc38be11a5c93ae703816c869f993c21ab"
|
1470
766
|
dependencies = [
|
1471
767
|
"aho-corasick",
|
1472
|
-
"cached-path",
|
1473
768
|
"derive_builder",
|
1474
769
|
"dirs",
|
1475
770
|
"esaxx-rs",
|
1476
771
|
"getrandom",
|
1477
|
-
"indicatif
|
772
|
+
"indicatif",
|
1478
773
|
"itertools 0.9.0",
|
1479
774
|
"lazy_static",
|
1480
775
|
"log",
|
@@ -1486,7 +781,6 @@ dependencies = [
|
|
1486
781
|
"rayon-cond",
|
1487
782
|
"regex",
|
1488
783
|
"regex-syntax",
|
1489
|
-
"reqwest",
|
1490
784
|
"serde",
|
1491
785
|
"serde_json",
|
1492
786
|
"spm_precompiled",
|
@@ -1496,105 +790,11 @@ dependencies = [
|
|
1496
790
|
"unicode_categories",
|
1497
791
|
]
|
1498
792
|
|
1499
|
-
[[package]]
|
1500
|
-
name = "tokio"
|
1501
|
-
version = "1.22.0"
|
1502
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1503
|
-
checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
|
1504
|
-
dependencies = [
|
1505
|
-
"autocfg",
|
1506
|
-
"bytes",
|
1507
|
-
"libc",
|
1508
|
-
"memchr",
|
1509
|
-
"mio",
|
1510
|
-
"num_cpus",
|
1511
|
-
"pin-project-lite",
|
1512
|
-
"socket2",
|
1513
|
-
"winapi",
|
1514
|
-
]
|
1515
|
-
|
1516
|
-
[[package]]
|
1517
|
-
name = "tokio-native-tls"
|
1518
|
-
version = "0.3.0"
|
1519
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1520
|
-
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
1521
|
-
dependencies = [
|
1522
|
-
"native-tls",
|
1523
|
-
"tokio",
|
1524
|
-
]
|
1525
|
-
|
1526
|
-
[[package]]
|
1527
|
-
name = "tokio-util"
|
1528
|
-
version = "0.7.4"
|
1529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1530
|
-
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
1531
|
-
dependencies = [
|
1532
|
-
"bytes",
|
1533
|
-
"futures-core",
|
1534
|
-
"futures-sink",
|
1535
|
-
"pin-project-lite",
|
1536
|
-
"tokio",
|
1537
|
-
"tracing",
|
1538
|
-
]
|
1539
|
-
|
1540
|
-
[[package]]
|
1541
|
-
name = "tower-service"
|
1542
|
-
version = "0.3.2"
|
1543
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1544
|
-
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
1545
|
-
|
1546
|
-
[[package]]
|
1547
|
-
name = "tracing"
|
1548
|
-
version = "0.1.37"
|
1549
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1550
|
-
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
1551
|
-
dependencies = [
|
1552
|
-
"cfg-if",
|
1553
|
-
"pin-project-lite",
|
1554
|
-
"tracing-core",
|
1555
|
-
]
|
1556
|
-
|
1557
|
-
[[package]]
|
1558
|
-
name = "tracing-core"
|
1559
|
-
version = "0.1.30"
|
1560
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1561
|
-
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
1562
|
-
dependencies = [
|
1563
|
-
"once_cell",
|
1564
|
-
]
|
1565
|
-
|
1566
|
-
[[package]]
|
1567
|
-
name = "try-lock"
|
1568
|
-
version = "0.2.3"
|
1569
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1570
|
-
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
1571
|
-
|
1572
|
-
[[package]]
|
1573
|
-
name = "typenum"
|
1574
|
-
version = "1.15.0"
|
1575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1576
|
-
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
1577
|
-
|
1578
|
-
[[package]]
|
1579
|
-
name = "unicode-bidi"
|
1580
|
-
version = "0.3.8"
|
1581
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1582
|
-
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
1583
|
-
|
1584
793
|
[[package]]
|
1585
794
|
name = "unicode-ident"
|
1586
|
-
version = "1.0.
|
795
|
+
version = "1.0.6"
|
1587
796
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1588
|
-
checksum = "
|
1589
|
-
|
1590
|
-
[[package]]
|
1591
|
-
name = "unicode-normalization"
|
1592
|
-
version = "0.1.22"
|
1593
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1594
|
-
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
1595
|
-
dependencies = [
|
1596
|
-
"tinyvec",
|
1597
|
-
]
|
797
|
+
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
1598
798
|
|
1599
799
|
[[package]]
|
1600
800
|
name = "unicode-normalization-alignments"
|
@@ -1623,127 +823,12 @@ version = "0.1.1"
|
|
1623
823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1624
824
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
1625
825
|
|
1626
|
-
[[package]]
|
1627
|
-
name = "url"
|
1628
|
-
version = "2.3.1"
|
1629
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1630
|
-
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
1631
|
-
dependencies = [
|
1632
|
-
"form_urlencoded",
|
1633
|
-
"idna",
|
1634
|
-
"percent-encoding",
|
1635
|
-
]
|
1636
|
-
|
1637
|
-
[[package]]
|
1638
|
-
name = "vcpkg"
|
1639
|
-
version = "0.2.15"
|
1640
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1641
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
1642
|
-
|
1643
|
-
[[package]]
|
1644
|
-
name = "version_check"
|
1645
|
-
version = "0.9.4"
|
1646
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1647
|
-
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
1648
|
-
|
1649
|
-
[[package]]
|
1650
|
-
name = "want"
|
1651
|
-
version = "0.3.0"
|
1652
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1653
|
-
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
1654
|
-
dependencies = [
|
1655
|
-
"log",
|
1656
|
-
"try-lock",
|
1657
|
-
]
|
1658
|
-
|
1659
|
-
[[package]]
|
1660
|
-
name = "wasi"
|
1661
|
-
version = "0.10.0+wasi-snapshot-preview1"
|
1662
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1663
|
-
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
1664
|
-
|
1665
826
|
[[package]]
|
1666
827
|
name = "wasi"
|
1667
828
|
version = "0.11.0+wasi-snapshot-preview1"
|
1668
829
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1669
830
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1670
831
|
|
1671
|
-
[[package]]
|
1672
|
-
name = "wasm-bindgen"
|
1673
|
-
version = "0.2.83"
|
1674
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1675
|
-
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
1676
|
-
dependencies = [
|
1677
|
-
"cfg-if",
|
1678
|
-
"wasm-bindgen-macro",
|
1679
|
-
]
|
1680
|
-
|
1681
|
-
[[package]]
|
1682
|
-
name = "wasm-bindgen-backend"
|
1683
|
-
version = "0.2.83"
|
1684
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1685
|
-
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
1686
|
-
dependencies = [
|
1687
|
-
"bumpalo",
|
1688
|
-
"log",
|
1689
|
-
"once_cell",
|
1690
|
-
"proc-macro2",
|
1691
|
-
"quote",
|
1692
|
-
"syn",
|
1693
|
-
"wasm-bindgen-shared",
|
1694
|
-
]
|
1695
|
-
|
1696
|
-
[[package]]
|
1697
|
-
name = "wasm-bindgen-futures"
|
1698
|
-
version = "0.4.33"
|
1699
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1700
|
-
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
1701
|
-
dependencies = [
|
1702
|
-
"cfg-if",
|
1703
|
-
"js-sys",
|
1704
|
-
"wasm-bindgen",
|
1705
|
-
"web-sys",
|
1706
|
-
]
|
1707
|
-
|
1708
|
-
[[package]]
|
1709
|
-
name = "wasm-bindgen-macro"
|
1710
|
-
version = "0.2.83"
|
1711
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712
|
-
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
1713
|
-
dependencies = [
|
1714
|
-
"quote",
|
1715
|
-
"wasm-bindgen-macro-support",
|
1716
|
-
]
|
1717
|
-
|
1718
|
-
[[package]]
|
1719
|
-
name = "wasm-bindgen-macro-support"
|
1720
|
-
version = "0.2.83"
|
1721
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722
|
-
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
1723
|
-
dependencies = [
|
1724
|
-
"proc-macro2",
|
1725
|
-
"quote",
|
1726
|
-
"syn",
|
1727
|
-
"wasm-bindgen-backend",
|
1728
|
-
"wasm-bindgen-shared",
|
1729
|
-
]
|
1730
|
-
|
1731
|
-
[[package]]
|
1732
|
-
name = "wasm-bindgen-shared"
|
1733
|
-
version = "0.2.83"
|
1734
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1735
|
-
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
1736
|
-
|
1737
|
-
[[package]]
|
1738
|
-
name = "web-sys"
|
1739
|
-
version = "0.3.60"
|
1740
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741
|
-
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
1742
|
-
dependencies = [
|
1743
|
-
"js-sys",
|
1744
|
-
"wasm-bindgen",
|
1745
|
-
]
|
1746
|
-
|
1747
832
|
[[package]]
|
1748
833
|
name = "winapi"
|
1749
834
|
version = "0.3.9"
|
@@ -1766,19 +851,6 @@ version = "0.4.0"
|
|
1766
851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1767
852
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
1768
853
|
|
1769
|
-
[[package]]
|
1770
|
-
name = "windows-sys"
|
1771
|
-
version = "0.36.1"
|
1772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1773
|
-
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
1774
|
-
dependencies = [
|
1775
|
-
"windows_aarch64_msvc 0.36.1",
|
1776
|
-
"windows_i686_gnu 0.36.1",
|
1777
|
-
"windows_i686_msvc 0.36.1",
|
1778
|
-
"windows_x86_64_gnu 0.36.1",
|
1779
|
-
"windows_x86_64_msvc 0.36.1",
|
1780
|
-
]
|
1781
|
-
|
1782
854
|
[[package]]
|
1783
855
|
name = "windows-sys"
|
1784
856
|
version = "0.42.0"
|
@@ -1786,123 +858,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1786
858
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
1787
859
|
dependencies = [
|
1788
860
|
"windows_aarch64_gnullvm",
|
1789
|
-
"windows_aarch64_msvc
|
1790
|
-
"windows_i686_gnu
|
1791
|
-
"windows_i686_msvc
|
1792
|
-
"windows_x86_64_gnu
|
861
|
+
"windows_aarch64_msvc",
|
862
|
+
"windows_i686_gnu",
|
863
|
+
"windows_i686_msvc",
|
864
|
+
"windows_x86_64_gnu",
|
1793
865
|
"windows_x86_64_gnullvm",
|
1794
|
-
"windows_x86_64_msvc
|
866
|
+
"windows_x86_64_msvc",
|
1795
867
|
]
|
1796
868
|
|
1797
869
|
[[package]]
|
1798
870
|
name = "windows_aarch64_gnullvm"
|
1799
|
-
version = "0.42.
|
1800
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1801
|
-
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
1802
|
-
|
1803
|
-
[[package]]
|
1804
|
-
name = "windows_aarch64_msvc"
|
1805
|
-
version = "0.36.1"
|
871
|
+
version = "0.42.1"
|
1806
872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1807
|
-
checksum = "
|
873
|
+
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
1808
874
|
|
1809
875
|
[[package]]
|
1810
876
|
name = "windows_aarch64_msvc"
|
1811
|
-
version = "0.42.
|
1812
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1813
|
-
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
1814
|
-
|
1815
|
-
[[package]]
|
1816
|
-
name = "windows_i686_gnu"
|
1817
|
-
version = "0.36.1"
|
877
|
+
version = "0.42.1"
|
1818
878
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1819
|
-
checksum = "
|
879
|
+
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
1820
880
|
|
1821
881
|
[[package]]
|
1822
882
|
name = "windows_i686_gnu"
|
1823
|
-
version = "0.42.
|
883
|
+
version = "0.42.1"
|
1824
884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1825
|
-
checksum = "
|
885
|
+
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
1826
886
|
|
1827
887
|
[[package]]
|
1828
888
|
name = "windows_i686_msvc"
|
1829
|
-
version = "0.
|
1830
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1831
|
-
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
1832
|
-
|
1833
|
-
[[package]]
|
1834
|
-
name = "windows_i686_msvc"
|
1835
|
-
version = "0.42.0"
|
1836
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1837
|
-
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
1838
|
-
|
1839
|
-
[[package]]
|
1840
|
-
name = "windows_x86_64_gnu"
|
1841
|
-
version = "0.36.1"
|
889
|
+
version = "0.42.1"
|
1842
890
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1843
|
-
checksum = "
|
891
|
+
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
1844
892
|
|
1845
893
|
[[package]]
|
1846
894
|
name = "windows_x86_64_gnu"
|
1847
|
-
version = "0.42.
|
895
|
+
version = "0.42.1"
|
1848
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1849
|
-
checksum = "
|
897
|
+
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
1850
898
|
|
1851
899
|
[[package]]
|
1852
900
|
name = "windows_x86_64_gnullvm"
|
1853
|
-
version = "0.42.
|
901
|
+
version = "0.42.1"
|
1854
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1855
|
-
checksum = "
|
903
|
+
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
1856
904
|
|
1857
905
|
[[package]]
|
1858
906
|
name = "windows_x86_64_msvc"
|
1859
|
-
version = "0.
|
907
|
+
version = "0.42.1"
|
1860
908
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1861
|
-
checksum = "
|
1862
|
-
|
1863
|
-
[[package]]
|
1864
|
-
name = "windows_x86_64_msvc"
|
1865
|
-
version = "0.42.0"
|
1866
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1867
|
-
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
1868
|
-
|
1869
|
-
[[package]]
|
1870
|
-
name = "winreg"
|
1871
|
-
version = "0.10.1"
|
1872
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1873
|
-
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
1874
|
-
dependencies = [
|
1875
|
-
"winapi",
|
1876
|
-
]
|
1877
|
-
|
1878
|
-
[[package]]
|
1879
|
-
name = "xattr"
|
1880
|
-
version = "0.2.3"
|
1881
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1882
|
-
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
1883
|
-
dependencies = [
|
1884
|
-
"libc",
|
1885
|
-
]
|
1886
|
-
|
1887
|
-
[[package]]
|
1888
|
-
name = "zip"
|
1889
|
-
version = "0.5.13"
|
1890
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1891
|
-
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
1892
|
-
dependencies = [
|
1893
|
-
"byteorder",
|
1894
|
-
"bzip2",
|
1895
|
-
"crc32fast",
|
1896
|
-
"flate2",
|
1897
|
-
"thiserror",
|
1898
|
-
"time",
|
1899
|
-
]
|
1900
|
-
|
1901
|
-
[[package]]
|
1902
|
-
name = "zip-extensions"
|
1903
|
-
version = "0.6.1"
|
1904
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1905
|
-
checksum = "a64c3c977bc3434ce2d4bcea8ad3c644672de0f2c402b72b9171ca80a8885d14"
|
1906
|
-
dependencies = [
|
1907
|
-
"zip",
|
1908
|
-
]
|
909
|
+
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|