tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cargo-dephell: update Cargo.lock and switch to openssl 3
figsoda
2 years ago
bc07be2a
9eff6f44
+2580
-9
3 changed files
expand all
collapse all
unified
split
pkgs
development
tools
rust
cargo-dephell
Cargo.lock
default.nix
top-level
all-packages.nix
+2548
pkgs/development/tools/rust/cargo-dephell/Cargo.lock
···
1
1
+
# This file is automatically @generated by Cargo.
2
2
+
# It is not intended for manual editing.
3
3
+
version = 3
4
4
+
5
5
+
[[package]]
6
6
+
name = "adler"
7
7
+
version = "1.0.2"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
10
+
11
11
+
[[package]]
12
12
+
name = "aho-corasick"
13
13
+
version = "0.7.20"
14
14
+
source = "registry+https://github.com/rust-lang/crates.io-index"
15
15
+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
16
16
+
dependencies = [
17
17
+
"memchr",
18
18
+
]
19
19
+
20
20
+
[[package]]
21
21
+
name = "aho-corasick"
22
22
+
version = "1.0.1"
23
23
+
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
+
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
25
25
+
dependencies = [
26
26
+
"memchr",
27
27
+
]
28
28
+
29
29
+
[[package]]
30
30
+
name = "android_system_properties"
31
31
+
version = "0.1.5"
32
32
+
source = "registry+https://github.com/rust-lang/crates.io-index"
33
33
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
34
34
+
dependencies = [
35
35
+
"libc",
36
36
+
]
37
37
+
38
38
+
[[package]]
39
39
+
name = "ansi_term"
40
40
+
version = "0.12.1"
41
41
+
source = "registry+https://github.com/rust-lang/crates.io-index"
42
42
+
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
43
43
+
dependencies = [
44
44
+
"winapi 0.3.9",
45
45
+
]
46
46
+
47
47
+
[[package]]
48
48
+
name = "anyhow"
49
49
+
version = "1.0.71"
50
50
+
source = "registry+https://github.com/rust-lang/crates.io-index"
51
51
+
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
52
52
+
53
53
+
[[package]]
54
54
+
name = "arrayvec"
55
55
+
version = "0.5.2"
56
56
+
source = "registry+https://github.com/rust-lang/crates.io-index"
57
57
+
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
58
58
+
59
59
+
[[package]]
60
60
+
name = "askama"
61
61
+
version = "0.10.5"
62
62
+
source = "registry+https://github.com/rust-lang/crates.io-index"
63
63
+
checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134"
64
64
+
dependencies = [
65
65
+
"askama_derive",
66
66
+
"askama_escape",
67
67
+
"askama_shared",
68
68
+
]
69
69
+
70
70
+
[[package]]
71
71
+
name = "askama_derive"
72
72
+
version = "0.10.5"
73
73
+
source = "registry+https://github.com/rust-lang/crates.io-index"
74
74
+
checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522"
75
75
+
dependencies = [
76
76
+
"askama_shared",
77
77
+
"proc-macro2",
78
78
+
"syn 1.0.109",
79
79
+
]
80
80
+
81
81
+
[[package]]
82
82
+
name = "askama_escape"
83
83
+
version = "0.10.3"
84
84
+
source = "registry+https://github.com/rust-lang/crates.io-index"
85
85
+
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
86
86
+
87
87
+
[[package]]
88
88
+
name = "askama_shared"
89
89
+
version = "0.11.2"
90
90
+
source = "registry+https://github.com/rust-lang/crates.io-index"
91
91
+
checksum = "7d6083ccb191711e9c2b80b22ee24a8381a18524444914c746d4239e21d1afaf"
92
92
+
dependencies = [
93
93
+
"askama_escape",
94
94
+
"humansize",
95
95
+
"nom",
96
96
+
"num-traits",
97
97
+
"percent-encoding",
98
98
+
"proc-macro2",
99
99
+
"quote",
100
100
+
"serde",
101
101
+
"syn 1.0.109",
102
102
+
"toml",
103
103
+
]
104
104
+
105
105
+
[[package]]
106
106
+
name = "atty"
107
107
+
version = "0.2.14"
108
108
+
source = "registry+https://github.com/rust-lang/crates.io-index"
109
109
+
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
110
110
+
dependencies = [
111
111
+
"hermit-abi 0.1.19",
112
112
+
"libc",
113
113
+
"winapi 0.3.9",
114
114
+
]
115
115
+
116
116
+
[[package]]
117
117
+
name = "autocfg"
118
118
+
version = "1.1.0"
119
119
+
source = "registry+https://github.com/rust-lang/crates.io-index"
120
120
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
121
121
+
122
122
+
[[package]]
123
123
+
name = "base64"
124
124
+
version = "0.13.1"
125
125
+
source = "registry+https://github.com/rust-lang/crates.io-index"
126
126
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
127
127
+
128
128
+
[[package]]
129
129
+
name = "bitflags"
130
130
+
version = "1.3.2"
131
131
+
source = "registry+https://github.com/rust-lang/crates.io-index"
132
132
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
133
133
+
134
134
+
[[package]]
135
135
+
name = "bitmaps"
136
136
+
version = "2.1.0"
137
137
+
source = "registry+https://github.com/rust-lang/crates.io-index"
138
138
+
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
139
139
+
dependencies = [
140
140
+
"typenum",
141
141
+
]
142
142
+
143
143
+
[[package]]
144
144
+
name = "bitvec"
145
145
+
version = "0.19.6"
146
146
+
source = "registry+https://github.com/rust-lang/crates.io-index"
147
147
+
checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
148
148
+
dependencies = [
149
149
+
"funty",
150
150
+
"radium",
151
151
+
"tap",
152
152
+
"wyz",
153
153
+
]
154
154
+
155
155
+
[[package]]
156
156
+
name = "bstr"
157
157
+
version = "1.4.0"
158
158
+
source = "registry+https://github.com/rust-lang/crates.io-index"
159
159
+
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
160
160
+
dependencies = [
161
161
+
"memchr",
162
162
+
"serde",
163
163
+
]
164
164
+
165
165
+
[[package]]
166
166
+
name = "bumpalo"
167
167
+
version = "3.12.2"
168
168
+
source = "registry+https://github.com/rust-lang/crates.io-index"
169
169
+
checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
170
170
+
171
171
+
[[package]]
172
172
+
name = "bytes"
173
173
+
version = "0.5.6"
174
174
+
source = "registry+https://github.com/rust-lang/crates.io-index"
175
175
+
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
176
176
+
177
177
+
[[package]]
178
178
+
name = "bytes"
179
179
+
version = "1.4.0"
180
180
+
source = "registry+https://github.com/rust-lang/crates.io-index"
181
181
+
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
182
182
+
183
183
+
[[package]]
184
184
+
name = "bytesize"
185
185
+
version = "1.2.0"
186
186
+
source = "registry+https://github.com/rust-lang/crates.io-index"
187
187
+
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
188
188
+
189
189
+
[[package]]
190
190
+
name = "camino"
191
191
+
version = "1.1.4"
192
192
+
source = "registry+https://github.com/rust-lang/crates.io-index"
193
193
+
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
194
194
+
195
195
+
[[package]]
196
196
+
name = "cargo"
197
197
+
version = "0.51.0"
198
198
+
source = "registry+https://github.com/rust-lang/crates.io-index"
199
199
+
checksum = "bb7d89cbdcbeada632f64aa9f692e265852b0eb6ccdf3b1814716cc62101eeb6"
200
200
+
dependencies = [
201
201
+
"anyhow",
202
202
+
"atty",
203
203
+
"bytesize",
204
204
+
"cargo-platform",
205
205
+
"clap",
206
206
+
"core-foundation",
207
207
+
"crates-io",
208
208
+
"crossbeam-utils",
209
209
+
"crypto-hash",
210
210
+
"curl",
211
211
+
"curl-sys",
212
212
+
"env_logger",
213
213
+
"filetime",
214
214
+
"flate2",
215
215
+
"fwdansi",
216
216
+
"git2",
217
217
+
"git2-curl",
218
218
+
"glob",
219
219
+
"hex 0.4.3",
220
220
+
"home",
221
221
+
"humantime",
222
222
+
"ignore",
223
223
+
"im-rc",
224
224
+
"jobserver",
225
225
+
"lazy_static",
226
226
+
"lazycell",
227
227
+
"libc",
228
228
+
"libgit2-sys",
229
229
+
"log",
230
230
+
"memchr",
231
231
+
"miow 0.3.7",
232
232
+
"num_cpus",
233
233
+
"opener",
234
234
+
"percent-encoding",
235
235
+
"rustc-workspace-hack",
236
236
+
"rustfix",
237
237
+
"same-file",
238
238
+
"semver 0.10.0",
239
239
+
"serde",
240
240
+
"serde_ignored",
241
241
+
"serde_json",
242
242
+
"shell-escape",
243
243
+
"strip-ansi-escapes",
244
244
+
"tar",
245
245
+
"tempfile",
246
246
+
"termcolor",
247
247
+
"toml",
248
248
+
"unicode-width",
249
249
+
"unicode-xid",
250
250
+
"url",
251
251
+
"walkdir",
252
252
+
"winapi 0.3.9",
253
253
+
]
254
254
+
255
255
+
[[package]]
256
256
+
name = "cargo-dephell"
257
257
+
version = "0.5.1"
258
258
+
dependencies = [
259
259
+
"askama",
260
260
+
"base64",
261
261
+
"camino",
262
262
+
"cargo",
263
263
+
"cargo_metadata",
264
264
+
"chrono",
265
265
+
"clap",
266
266
+
"glob",
267
267
+
"guppy",
268
268
+
"ignore",
269
269
+
"loc",
270
270
+
"regex",
271
271
+
"reqwest",
272
272
+
"serde",
273
273
+
"serde_json",
274
274
+
"tempdir",
275
275
+
]
276
276
+
277
277
+
[[package]]
278
278
+
name = "cargo-platform"
279
279
+
version = "0.1.2"
280
280
+
source = "registry+https://github.com/rust-lang/crates.io-index"
281
281
+
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
282
282
+
dependencies = [
283
283
+
"serde",
284
284
+
]
285
285
+
286
286
+
[[package]]
287
287
+
name = "cargo_metadata"
288
288
+
version = "0.12.3"
289
289
+
source = "registry+https://github.com/rust-lang/crates.io-index"
290
290
+
checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
291
291
+
dependencies = [
292
292
+
"cargo-platform",
293
293
+
"semver 0.11.0",
294
294
+
"semver-parser 0.10.2",
295
295
+
"serde",
296
296
+
"serde_json",
297
297
+
]
298
298
+
299
299
+
[[package]]
300
300
+
name = "cc"
301
301
+
version = "1.0.79"
302
302
+
source = "registry+https://github.com/rust-lang/crates.io-index"
303
303
+
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
304
304
+
dependencies = [
305
305
+
"jobserver",
306
306
+
]
307
307
+
308
308
+
[[package]]
309
309
+
name = "cfg-expr"
310
310
+
version = "0.7.4"
311
311
+
source = "registry+https://github.com/rust-lang/crates.io-index"
312
312
+
checksum = "30aa9e2ffbb838c6b451db14f3cd8e63ed622bf859f9956bc93845a10fafc26a"
313
313
+
dependencies = [
314
314
+
"smallvec 1.10.0",
315
315
+
]
316
316
+
317
317
+
[[package]]
318
318
+
name = "cfg-if"
319
319
+
version = "0.1.10"
320
320
+
source = "registry+https://github.com/rust-lang/crates.io-index"
321
321
+
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
322
322
+
323
323
+
[[package]]
324
324
+
name = "cfg-if"
325
325
+
version = "1.0.0"
326
326
+
source = "registry+https://github.com/rust-lang/crates.io-index"
327
327
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
328
328
+
329
329
+
[[package]]
330
330
+
name = "chrono"
331
331
+
version = "0.4.24"
332
332
+
source = "registry+https://github.com/rust-lang/crates.io-index"
333
333
+
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
334
334
+
dependencies = [
335
335
+
"iana-time-zone",
336
336
+
"js-sys",
337
337
+
"num-integer",
338
338
+
"num-traits",
339
339
+
"time",
340
340
+
"wasm-bindgen",
341
341
+
"winapi 0.3.9",
342
342
+
]
343
343
+
344
344
+
[[package]]
345
345
+
name = "clap"
346
346
+
version = "2.34.0"
347
347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
348
348
+
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
349
349
+
dependencies = [
350
350
+
"ansi_term",
351
351
+
"atty",
352
352
+
"bitflags",
353
353
+
"strsim",
354
354
+
"textwrap",
355
355
+
"unicode-width",
356
356
+
"vec_map",
357
357
+
]
358
358
+
359
359
+
[[package]]
360
360
+
name = "commoncrypto"
361
361
+
version = "0.2.0"
362
362
+
source = "registry+https://github.com/rust-lang/crates.io-index"
363
363
+
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
364
364
+
dependencies = [
365
365
+
"commoncrypto-sys",
366
366
+
]
367
367
+
368
368
+
[[package]]
369
369
+
name = "commoncrypto-sys"
370
370
+
version = "0.2.0"
371
371
+
source = "registry+https://github.com/rust-lang/crates.io-index"
372
372
+
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
373
373
+
dependencies = [
374
374
+
"libc",
375
375
+
]
376
376
+
377
377
+
[[package]]
378
378
+
name = "core-foundation"
379
379
+
version = "0.9.3"
380
380
+
source = "registry+https://github.com/rust-lang/crates.io-index"
381
381
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
382
382
+
dependencies = [
383
383
+
"core-foundation-sys",
384
384
+
"libc",
385
385
+
]
386
386
+
387
387
+
[[package]]
388
388
+
name = "core-foundation-sys"
389
389
+
version = "0.8.4"
390
390
+
source = "registry+https://github.com/rust-lang/crates.io-index"
391
391
+
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
392
392
+
393
393
+
[[package]]
394
394
+
name = "crates-io"
395
395
+
version = "0.31.1"
396
396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
397
397
+
checksum = "09f977948a46e9edf93eb3dc2d7a8dd4ce3105d36de63300befed37cdf051d4a"
398
398
+
dependencies = [
399
399
+
"anyhow",
400
400
+
"curl",
401
401
+
"percent-encoding",
402
402
+
"serde",
403
403
+
"serde_derive",
404
404
+
"serde_json",
405
405
+
"url",
406
406
+
]
407
407
+
408
408
+
[[package]]
409
409
+
name = "crc32fast"
410
410
+
version = "1.3.2"
411
411
+
source = "registry+https://github.com/rust-lang/crates.io-index"
412
412
+
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
413
413
+
dependencies = [
414
414
+
"cfg-if 1.0.0",
415
415
+
]
416
416
+
417
417
+
[[package]]
418
418
+
name = "crossbeam-utils"
419
419
+
version = "0.8.15"
420
420
+
source = "registry+https://github.com/rust-lang/crates.io-index"
421
421
+
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
422
422
+
dependencies = [
423
423
+
"cfg-if 1.0.0",
424
424
+
]
425
425
+
426
426
+
[[package]]
427
427
+
name = "crypto-hash"
428
428
+
version = "0.3.4"
429
429
+
source = "registry+https://github.com/rust-lang/crates.io-index"
430
430
+
checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
431
431
+
dependencies = [
432
432
+
"commoncrypto",
433
433
+
"hex 0.3.2",
434
434
+
"openssl",
435
435
+
"winapi 0.3.9",
436
436
+
]
437
437
+
438
438
+
[[package]]
439
439
+
name = "curl"
440
440
+
version = "0.4.44"
441
441
+
source = "registry+https://github.com/rust-lang/crates.io-index"
442
442
+
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
443
443
+
dependencies = [
444
444
+
"curl-sys",
445
445
+
"libc",
446
446
+
"openssl-probe",
447
447
+
"openssl-sys",
448
448
+
"schannel",
449
449
+
"socket2 0.4.9",
450
450
+
"winapi 0.3.9",
451
451
+
]
452
452
+
453
453
+
[[package]]
454
454
+
name = "curl-sys"
455
455
+
version = "0.4.61+curl-8.0.1"
456
456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
457
457
+
checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
458
458
+
dependencies = [
459
459
+
"cc",
460
460
+
"libc",
461
461
+
"libnghttp2-sys",
462
462
+
"libz-sys",
463
463
+
"openssl-sys",
464
464
+
"pkg-config",
465
465
+
"vcpkg",
466
466
+
"winapi 0.3.9",
467
467
+
]
468
468
+
469
469
+
[[package]]
470
470
+
name = "deque"
471
471
+
version = "0.3.2"
472
472
+
source = "registry+https://github.com/rust-lang/crates.io-index"
473
473
+
checksum = "a694dae478589798d752c7125542f8a5ae8b6e59476172baf2eed67357bdfa27"
474
474
+
475
475
+
[[package]]
476
476
+
name = "edit-distance"
477
477
+
version = "2.1.0"
478
478
+
source = "registry+https://github.com/rust-lang/crates.io-index"
479
479
+
checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
480
480
+
481
481
+
[[package]]
482
482
+
name = "either"
483
483
+
version = "1.8.1"
484
484
+
source = "registry+https://github.com/rust-lang/crates.io-index"
485
485
+
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
486
486
+
487
487
+
[[package]]
488
488
+
name = "encoding_rs"
489
489
+
version = "0.8.32"
490
490
+
source = "registry+https://github.com/rust-lang/crates.io-index"
491
491
+
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
492
492
+
dependencies = [
493
493
+
"cfg-if 1.0.0",
494
494
+
]
495
495
+
496
496
+
[[package]]
497
497
+
name = "env_logger"
498
498
+
version = "0.8.4"
499
499
+
source = "registry+https://github.com/rust-lang/crates.io-index"
500
500
+
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
501
501
+
dependencies = [
502
502
+
"atty",
503
503
+
"humantime",
504
504
+
"log",
505
505
+
"regex",
506
506
+
"termcolor",
507
507
+
]
508
508
+
509
509
+
[[package]]
510
510
+
name = "errno"
511
511
+
version = "0.3.1"
512
512
+
source = "registry+https://github.com/rust-lang/crates.io-index"
513
513
+
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
514
514
+
dependencies = [
515
515
+
"errno-dragonfly",
516
516
+
"libc",
517
517
+
"windows-sys 0.48.0",
518
518
+
]
519
519
+
520
520
+
[[package]]
521
521
+
name = "errno-dragonfly"
522
522
+
version = "0.1.2"
523
523
+
source = "registry+https://github.com/rust-lang/crates.io-index"
524
524
+
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
525
525
+
dependencies = [
526
526
+
"cc",
527
527
+
"libc",
528
528
+
]
529
529
+
530
530
+
[[package]]
531
531
+
name = "fastrand"
532
532
+
version = "1.9.0"
533
533
+
source = "registry+https://github.com/rust-lang/crates.io-index"
534
534
+
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
535
535
+
dependencies = [
536
536
+
"instant",
537
537
+
]
538
538
+
539
539
+
[[package]]
540
540
+
name = "filetime"
541
541
+
version = "0.2.21"
542
542
+
source = "registry+https://github.com/rust-lang/crates.io-index"
543
543
+
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
544
544
+
dependencies = [
545
545
+
"cfg-if 1.0.0",
546
546
+
"libc",
547
547
+
"redox_syscall 0.2.16",
548
548
+
"windows-sys 0.48.0",
549
549
+
]
550
550
+
551
551
+
[[package]]
552
552
+
name = "fixedbitset"
553
553
+
version = "0.2.0"
554
554
+
source = "registry+https://github.com/rust-lang/crates.io-index"
555
555
+
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
556
556
+
557
557
+
[[package]]
558
558
+
name = "flate2"
559
559
+
version = "1.0.26"
560
560
+
source = "registry+https://github.com/rust-lang/crates.io-index"
561
561
+
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
562
562
+
dependencies = [
563
563
+
"crc32fast",
564
564
+
"libz-sys",
565
565
+
"miniz_oxide",
566
566
+
]
567
567
+
568
568
+
[[package]]
569
569
+
name = "fnv"
570
570
+
version = "1.0.7"
571
571
+
source = "registry+https://github.com/rust-lang/crates.io-index"
572
572
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
573
573
+
574
574
+
[[package]]
575
575
+
name = "foreign-types"
576
576
+
version = "0.3.2"
577
577
+
source = "registry+https://github.com/rust-lang/crates.io-index"
578
578
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
579
579
+
dependencies = [
580
580
+
"foreign-types-shared",
581
581
+
]
582
582
+
583
583
+
[[package]]
584
584
+
name = "foreign-types-shared"
585
585
+
version = "0.1.1"
586
586
+
source = "registry+https://github.com/rust-lang/crates.io-index"
587
587
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
588
588
+
589
589
+
[[package]]
590
590
+
name = "form_urlencoded"
591
591
+
version = "1.1.0"
592
592
+
source = "registry+https://github.com/rust-lang/crates.io-index"
593
593
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
594
594
+
dependencies = [
595
595
+
"percent-encoding",
596
596
+
]
597
597
+
598
598
+
[[package]]
599
599
+
name = "fuchsia-cprng"
600
600
+
version = "0.1.1"
601
601
+
source = "registry+https://github.com/rust-lang/crates.io-index"
602
602
+
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
603
603
+
604
604
+
[[package]]
605
605
+
name = "fuchsia-zircon"
606
606
+
version = "0.3.3"
607
607
+
source = "registry+https://github.com/rust-lang/crates.io-index"
608
608
+
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
609
609
+
dependencies = [
610
610
+
"bitflags",
611
611
+
"fuchsia-zircon-sys",
612
612
+
]
613
613
+
614
614
+
[[package]]
615
615
+
name = "fuchsia-zircon-sys"
616
616
+
version = "0.3.3"
617
617
+
source = "registry+https://github.com/rust-lang/crates.io-index"
618
618
+
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
619
619
+
620
620
+
[[package]]
621
621
+
name = "funty"
622
622
+
version = "1.1.0"
623
623
+
source = "registry+https://github.com/rust-lang/crates.io-index"
624
624
+
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
625
625
+
626
626
+
[[package]]
627
627
+
name = "futures-channel"
628
628
+
version = "0.3.28"
629
629
+
source = "registry+https://github.com/rust-lang/crates.io-index"
630
630
+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
631
631
+
dependencies = [
632
632
+
"futures-core",
633
633
+
]
634
634
+
635
635
+
[[package]]
636
636
+
name = "futures-core"
637
637
+
version = "0.3.28"
638
638
+
source = "registry+https://github.com/rust-lang/crates.io-index"
639
639
+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
640
640
+
641
641
+
[[package]]
642
642
+
name = "futures-io"
643
643
+
version = "0.3.28"
644
644
+
source = "registry+https://github.com/rust-lang/crates.io-index"
645
645
+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
646
646
+
647
647
+
[[package]]
648
648
+
name = "futures-sink"
649
649
+
version = "0.3.28"
650
650
+
source = "registry+https://github.com/rust-lang/crates.io-index"
651
651
+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
652
652
+
653
653
+
[[package]]
654
654
+
name = "futures-task"
655
655
+
version = "0.3.28"
656
656
+
source = "registry+https://github.com/rust-lang/crates.io-index"
657
657
+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
658
658
+
659
659
+
[[package]]
660
660
+
name = "futures-util"
661
661
+
version = "0.3.28"
662
662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
663
663
+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
664
664
+
dependencies = [
665
665
+
"futures-core",
666
666
+
"futures-io",
667
667
+
"futures-task",
668
668
+
"memchr",
669
669
+
"pin-project-lite 0.2.9",
670
670
+
"pin-utils",
671
671
+
"slab",
672
672
+
]
673
673
+
674
674
+
[[package]]
675
675
+
name = "fwdansi"
676
676
+
version = "1.1.0"
677
677
+
source = "registry+https://github.com/rust-lang/crates.io-index"
678
678
+
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
679
679
+
dependencies = [
680
680
+
"memchr",
681
681
+
"termcolor",
682
682
+
]
683
683
+
684
684
+
[[package]]
685
685
+
name = "git2"
686
686
+
version = "0.13.25"
687
687
+
source = "registry+https://github.com/rust-lang/crates.io-index"
688
688
+
checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
689
689
+
dependencies = [
690
690
+
"bitflags",
691
691
+
"libc",
692
692
+
"libgit2-sys",
693
693
+
"log",
694
694
+
"openssl-probe",
695
695
+
"openssl-sys",
696
696
+
"url",
697
697
+
]
698
698
+
699
699
+
[[package]]
700
700
+
name = "git2-curl"
701
701
+
version = "0.14.1"
702
702
+
source = "registry+https://github.com/rust-lang/crates.io-index"
703
703
+
checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
704
704
+
dependencies = [
705
705
+
"curl",
706
706
+
"git2",
707
707
+
"log",
708
708
+
"url",
709
709
+
]
710
710
+
711
711
+
[[package]]
712
712
+
name = "glob"
713
713
+
version = "0.3.1"
714
714
+
source = "registry+https://github.com/rust-lang/crates.io-index"
715
715
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
716
716
+
717
717
+
[[package]]
718
718
+
name = "globset"
719
719
+
version = "0.4.10"
720
720
+
source = "registry+https://github.com/rust-lang/crates.io-index"
721
721
+
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
722
722
+
dependencies = [
723
723
+
"aho-corasick 0.7.20",
724
724
+
"bstr",
725
725
+
"fnv",
726
726
+
"log",
727
727
+
"regex",
728
728
+
]
729
729
+
730
730
+
[[package]]
731
731
+
name = "guppy"
732
732
+
version = "0.8.0"
733
733
+
source = "registry+https://github.com/rust-lang/crates.io-index"
734
734
+
checksum = "ec4cbddce827d660864974dc3dc62a1c810e813d17e518cc5830716b977cd110"
735
735
+
dependencies = [
736
736
+
"camino",
737
737
+
"cargo_metadata",
738
738
+
"fixedbitset",
739
739
+
"indexmap",
740
740
+
"itertools",
741
741
+
"nested",
742
742
+
"once_cell",
743
743
+
"pathdiff",
744
744
+
"petgraph",
745
745
+
"semver 0.11.0",
746
746
+
"serde",
747
747
+
"serde_json",
748
748
+
"supercow",
749
749
+
"target-spec",
750
750
+
]
751
751
+
752
752
+
[[package]]
753
753
+
name = "h2"
754
754
+
version = "0.2.7"
755
755
+
source = "registry+https://github.com/rust-lang/crates.io-index"
756
756
+
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
757
757
+
dependencies = [
758
758
+
"bytes 0.5.6",
759
759
+
"fnv",
760
760
+
"futures-core",
761
761
+
"futures-sink",
762
762
+
"futures-util",
763
763
+
"http",
764
764
+
"indexmap",
765
765
+
"slab",
766
766
+
"tokio",
767
767
+
"tokio-util",
768
768
+
"tracing",
769
769
+
"tracing-futures",
770
770
+
]
771
771
+
772
772
+
[[package]]
773
773
+
name = "hashbrown"
774
774
+
version = "0.12.3"
775
775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
776
776
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
777
777
+
778
778
+
[[package]]
779
779
+
name = "hermit-abi"
780
780
+
version = "0.1.19"
781
781
+
source = "registry+https://github.com/rust-lang/crates.io-index"
782
782
+
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
783
783
+
dependencies = [
784
784
+
"libc",
785
785
+
]
786
786
+
787
787
+
[[package]]
788
788
+
name = "hermit-abi"
789
789
+
version = "0.2.6"
790
790
+
source = "registry+https://github.com/rust-lang/crates.io-index"
791
791
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
792
792
+
dependencies = [
793
793
+
"libc",
794
794
+
]
795
795
+
796
796
+
[[package]]
797
797
+
name = "hermit-abi"
798
798
+
version = "0.3.1"
799
799
+
source = "registry+https://github.com/rust-lang/crates.io-index"
800
800
+
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
801
801
+
802
802
+
[[package]]
803
803
+
name = "hex"
804
804
+
version = "0.3.2"
805
805
+
source = "registry+https://github.com/rust-lang/crates.io-index"
806
806
+
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
807
807
+
808
808
+
[[package]]
809
809
+
name = "hex"
810
810
+
version = "0.4.3"
811
811
+
source = "registry+https://github.com/rust-lang/crates.io-index"
812
812
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
813
813
+
814
814
+
[[package]]
815
815
+
name = "home"
816
816
+
version = "0.5.5"
817
817
+
source = "registry+https://github.com/rust-lang/crates.io-index"
818
818
+
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
819
819
+
dependencies = [
820
820
+
"windows-sys 0.48.0",
821
821
+
]
822
822
+
823
823
+
[[package]]
824
824
+
name = "http"
825
825
+
version = "0.2.9"
826
826
+
source = "registry+https://github.com/rust-lang/crates.io-index"
827
827
+
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
828
828
+
dependencies = [
829
829
+
"bytes 1.4.0",
830
830
+
"fnv",
831
831
+
"itoa 1.0.6",
832
832
+
]
833
833
+
834
834
+
[[package]]
835
835
+
name = "http-body"
836
836
+
version = "0.3.1"
837
837
+
source = "registry+https://github.com/rust-lang/crates.io-index"
838
838
+
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
839
839
+
dependencies = [
840
840
+
"bytes 0.5.6",
841
841
+
"http",
842
842
+
]
843
843
+
844
844
+
[[package]]
845
845
+
name = "httparse"
846
846
+
version = "1.8.0"
847
847
+
source = "registry+https://github.com/rust-lang/crates.io-index"
848
848
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
849
849
+
850
850
+
[[package]]
851
851
+
name = "httpdate"
852
852
+
version = "0.3.2"
853
853
+
source = "registry+https://github.com/rust-lang/crates.io-index"
854
854
+
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
855
855
+
856
856
+
[[package]]
857
857
+
name = "humansize"
858
858
+
version = "1.1.1"
859
859
+
source = "registry+https://github.com/rust-lang/crates.io-index"
860
860
+
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
861
861
+
862
862
+
[[package]]
863
863
+
name = "humantime"
864
864
+
version = "2.1.0"
865
865
+
source = "registry+https://github.com/rust-lang/crates.io-index"
866
866
+
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
867
867
+
868
868
+
[[package]]
869
869
+
name = "hyper"
870
870
+
version = "0.13.10"
871
871
+
source = "registry+https://github.com/rust-lang/crates.io-index"
872
872
+
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
873
873
+
dependencies = [
874
874
+
"bytes 0.5.6",
875
875
+
"futures-channel",
876
876
+
"futures-core",
877
877
+
"futures-util",
878
878
+
"h2",
879
879
+
"http",
880
880
+
"http-body",
881
881
+
"httparse",
882
882
+
"httpdate",
883
883
+
"itoa 0.4.8",
884
884
+
"pin-project",
885
885
+
"socket2 0.3.19",
886
886
+
"tokio",
887
887
+
"tower-service",
888
888
+
"tracing",
889
889
+
"want",
890
890
+
]
891
891
+
892
892
+
[[package]]
893
893
+
name = "hyper-tls"
894
894
+
version = "0.4.3"
895
895
+
source = "registry+https://github.com/rust-lang/crates.io-index"
896
896
+
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
897
897
+
dependencies = [
898
898
+
"bytes 0.5.6",
899
899
+
"hyper",
900
900
+
"native-tls",
901
901
+
"tokio",
902
902
+
"tokio-tls",
903
903
+
]
904
904
+
905
905
+
[[package]]
906
906
+
name = "iana-time-zone"
907
907
+
version = "0.1.56"
908
908
+
source = "registry+https://github.com/rust-lang/crates.io-index"
909
909
+
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
910
910
+
dependencies = [
911
911
+
"android_system_properties",
912
912
+
"core-foundation-sys",
913
913
+
"iana-time-zone-haiku",
914
914
+
"js-sys",
915
915
+
"wasm-bindgen",
916
916
+
"windows",
917
917
+
]
918
918
+
919
919
+
[[package]]
920
920
+
name = "iana-time-zone-haiku"
921
921
+
version = "0.1.2"
922
922
+
source = "registry+https://github.com/rust-lang/crates.io-index"
923
923
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
924
924
+
dependencies = [
925
925
+
"cc",
926
926
+
]
927
927
+
928
928
+
[[package]]
929
929
+
name = "idna"
930
930
+
version = "0.3.0"
931
931
+
source = "registry+https://github.com/rust-lang/crates.io-index"
932
932
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
933
933
+
dependencies = [
934
934
+
"unicode-bidi",
935
935
+
"unicode-normalization",
936
936
+
]
937
937
+
938
938
+
[[package]]
939
939
+
name = "ignore"
940
940
+
version = "0.4.20"
941
941
+
source = "registry+https://github.com/rust-lang/crates.io-index"
942
942
+
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
943
943
+
dependencies = [
944
944
+
"globset",
945
945
+
"lazy_static",
946
946
+
"log",
947
947
+
"memchr",
948
948
+
"regex",
949
949
+
"same-file",
950
950
+
"thread_local",
951
951
+
"walkdir",
952
952
+
"winapi-util",
953
953
+
]
954
954
+
955
955
+
[[package]]
956
956
+
name = "im-rc"
957
957
+
version = "15.1.0"
958
958
+
source = "registry+https://github.com/rust-lang/crates.io-index"
959
959
+
checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
960
960
+
dependencies = [
961
961
+
"bitmaps",
962
962
+
"rand_core 0.6.4",
963
963
+
"rand_xoshiro",
964
964
+
"sized-chunks",
965
965
+
"typenum",
966
966
+
"version_check",
967
967
+
]
968
968
+
969
969
+
[[package]]
970
970
+
name = "indexmap"
971
971
+
version = "1.9.3"
972
972
+
source = "registry+https://github.com/rust-lang/crates.io-index"
973
973
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
974
974
+
dependencies = [
975
975
+
"autocfg",
976
976
+
"hashbrown",
977
977
+
]
978
978
+
979
979
+
[[package]]
980
980
+
name = "instant"
981
981
+
version = "0.1.12"
982
982
+
source = "registry+https://github.com/rust-lang/crates.io-index"
983
983
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
984
984
+
dependencies = [
985
985
+
"cfg-if 1.0.0",
986
986
+
]
987
987
+
988
988
+
[[package]]
989
989
+
name = "io-lifetimes"
990
990
+
version = "1.0.10"
991
991
+
source = "registry+https://github.com/rust-lang/crates.io-index"
992
992
+
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
993
993
+
dependencies = [
994
994
+
"hermit-abi 0.3.1",
995
995
+
"libc",
996
996
+
"windows-sys 0.48.0",
997
997
+
]
998
998
+
999
999
+
[[package]]
1000
1000
+
name = "iovec"
1001
1001
+
version = "0.1.4"
1002
1002
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1003
1003
+
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1004
1004
+
dependencies = [
1005
1005
+
"libc",
1006
1006
+
]
1007
1007
+
1008
1008
+
[[package]]
1009
1009
+
name = "ipnet"
1010
1010
+
version = "2.7.2"
1011
1011
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1012
1012
+
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
1013
1013
+
1014
1014
+
[[package]]
1015
1015
+
name = "itertools"
1016
1016
+
version = "0.10.5"
1017
1017
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1018
1018
+
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1019
1019
+
dependencies = [
1020
1020
+
"either",
1021
1021
+
]
1022
1022
+
1023
1023
+
[[package]]
1024
1024
+
name = "itoa"
1025
1025
+
version = "0.4.8"
1026
1026
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1027
1027
+
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1028
1028
+
1029
1029
+
[[package]]
1030
1030
+
name = "itoa"
1031
1031
+
version = "1.0.6"
1032
1032
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1033
1033
+
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1034
1034
+
1035
1035
+
[[package]]
1036
1036
+
name = "jobserver"
1037
1037
+
version = "0.1.26"
1038
1038
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1039
1039
+
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
1040
1040
+
dependencies = [
1041
1041
+
"libc",
1042
1042
+
]
1043
1043
+
1044
1044
+
[[package]]
1045
1045
+
name = "js-sys"
1046
1046
+
version = "0.3.62"
1047
1047
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1048
1048
+
checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
1049
1049
+
dependencies = [
1050
1050
+
"wasm-bindgen",
1051
1051
+
]
1052
1052
+
1053
1053
+
[[package]]
1054
1054
+
name = "kernel32-sys"
1055
1055
+
version = "0.2.2"
1056
1056
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1057
1057
+
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1058
1058
+
dependencies = [
1059
1059
+
"winapi 0.2.8",
1060
1060
+
"winapi-build",
1061
1061
+
]
1062
1062
+
1063
1063
+
[[package]]
1064
1064
+
name = "lazy_static"
1065
1065
+
version = "1.4.0"
1066
1066
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1067
1067
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1068
1068
+
1069
1069
+
[[package]]
1070
1070
+
name = "lazycell"
1071
1071
+
version = "1.3.0"
1072
1072
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1073
1073
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1074
1074
+
1075
1075
+
[[package]]
1076
1076
+
name = "lexical-core"
1077
1077
+
version = "0.7.6"
1078
1078
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1079
1079
+
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
1080
1080
+
dependencies = [
1081
1081
+
"arrayvec",
1082
1082
+
"bitflags",
1083
1083
+
"cfg-if 1.0.0",
1084
1084
+
"ryu",
1085
1085
+
"static_assertions",
1086
1086
+
]
1087
1087
+
1088
1088
+
[[package]]
1089
1089
+
name = "libc"
1090
1090
+
version = "0.2.144"
1091
1091
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1092
1092
+
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
1093
1093
+
1094
1094
+
[[package]]
1095
1095
+
name = "libgit2-sys"
1096
1096
+
version = "0.12.26+1.3.0"
1097
1097
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1098
1098
+
checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
1099
1099
+
dependencies = [
1100
1100
+
"cc",
1101
1101
+
"libc",
1102
1102
+
"libssh2-sys",
1103
1103
+
"libz-sys",
1104
1104
+
"openssl-sys",
1105
1105
+
"pkg-config",
1106
1106
+
]
1107
1107
+
1108
1108
+
[[package]]
1109
1109
+
name = "libnghttp2-sys"
1110
1110
+
version = "0.1.7+1.45.0"
1111
1111
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1112
1112
+
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
1113
1113
+
dependencies = [
1114
1114
+
"cc",
1115
1115
+
"libc",
1116
1116
+
]
1117
1117
+
1118
1118
+
[[package]]
1119
1119
+
name = "libssh2-sys"
1120
1120
+
version = "0.2.23"
1121
1121
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1122
1122
+
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
1123
1123
+
dependencies = [
1124
1124
+
"cc",
1125
1125
+
"libc",
1126
1126
+
"libz-sys",
1127
1127
+
"openssl-sys",
1128
1128
+
"pkg-config",
1129
1129
+
"vcpkg",
1130
1130
+
]
1131
1131
+
1132
1132
+
[[package]]
1133
1133
+
name = "libz-sys"
1134
1134
+
version = "1.1.9"
1135
1135
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1136
1136
+
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
1137
1137
+
dependencies = [
1138
1138
+
"cc",
1139
1139
+
"libc",
1140
1140
+
"pkg-config",
1141
1141
+
"vcpkg",
1142
1142
+
]
1143
1143
+
1144
1144
+
[[package]]
1145
1145
+
name = "linux-raw-sys"
1146
1146
+
version = "0.3.7"
1147
1147
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1148
1148
+
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
1149
1149
+
1150
1150
+
[[package]]
1151
1151
+
name = "loc"
1152
1152
+
version = "0.5.0"
1153
1153
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1154
1154
+
checksum = "19667875e98831e0135a1eb4e7ddc775b09dd317809e34e0d0fc8172443c85e3"
1155
1155
+
dependencies = [
1156
1156
+
"clap",
1157
1157
+
"deque",
1158
1158
+
"edit-distance",
1159
1159
+
"ignore",
1160
1160
+
"memchr",
1161
1161
+
"num_cpus",
1162
1162
+
"regex",
1163
1163
+
"smallvec 0.6.14",
1164
1164
+
]
1165
1165
+
1166
1166
+
[[package]]
1167
1167
+
name = "log"
1168
1168
+
version = "0.4.17"
1169
1169
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1170
1170
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1171
1171
+
dependencies = [
1172
1172
+
"cfg-if 1.0.0",
1173
1173
+
]
1174
1174
+
1175
1175
+
[[package]]
1176
1176
+
name = "maybe-uninit"
1177
1177
+
version = "2.0.0"
1178
1178
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1179
1179
+
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1180
1180
+
1181
1181
+
[[package]]
1182
1182
+
name = "memchr"
1183
1183
+
version = "2.5.0"
1184
1184
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1185
1185
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1186
1186
+
1187
1187
+
[[package]]
1188
1188
+
name = "mime"
1189
1189
+
version = "0.3.17"
1190
1190
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1191
1191
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1192
1192
+
1193
1193
+
[[package]]
1194
1194
+
name = "mime_guess"
1195
1195
+
version = "2.0.4"
1196
1196
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1197
1197
+
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1198
1198
+
dependencies = [
1199
1199
+
"mime",
1200
1200
+
"unicase",
1201
1201
+
]
1202
1202
+
1203
1203
+
[[package]]
1204
1204
+
name = "miniz_oxide"
1205
1205
+
version = "0.7.1"
1206
1206
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1207
1207
+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1208
1208
+
dependencies = [
1209
1209
+
"adler",
1210
1210
+
]
1211
1211
+
1212
1212
+
[[package]]
1213
1213
+
name = "mio"
1214
1214
+
version = "0.6.23"
1215
1215
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1216
1216
+
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1217
1217
+
dependencies = [
1218
1218
+
"cfg-if 0.1.10",
1219
1219
+
"fuchsia-zircon",
1220
1220
+
"fuchsia-zircon-sys",
1221
1221
+
"iovec",
1222
1222
+
"kernel32-sys",
1223
1223
+
"libc",
1224
1224
+
"log",
1225
1225
+
"miow 0.2.2",
1226
1226
+
"net2",
1227
1227
+
"slab",
1228
1228
+
"winapi 0.2.8",
1229
1229
+
]
1230
1230
+
1231
1231
+
[[package]]
1232
1232
+
name = "miow"
1233
1233
+
version = "0.2.2"
1234
1234
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1235
1235
+
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1236
1236
+
dependencies = [
1237
1237
+
"kernel32-sys",
1238
1238
+
"net2",
1239
1239
+
"winapi 0.2.8",
1240
1240
+
"ws2_32-sys",
1241
1241
+
]
1242
1242
+
1243
1243
+
[[package]]
1244
1244
+
name = "miow"
1245
1245
+
version = "0.3.7"
1246
1246
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1247
1247
+
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
1248
1248
+
dependencies = [
1249
1249
+
"winapi 0.3.9",
1250
1250
+
]
1251
1251
+
1252
1252
+
[[package]]
1253
1253
+
name = "native-tls"
1254
1254
+
version = "0.2.11"
1255
1255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1256
1256
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1257
1257
+
dependencies = [
1258
1258
+
"lazy_static",
1259
1259
+
"libc",
1260
1260
+
"log",
1261
1261
+
"openssl",
1262
1262
+
"openssl-probe",
1263
1263
+
"openssl-sys",
1264
1264
+
"schannel",
1265
1265
+
"security-framework",
1266
1266
+
"security-framework-sys",
1267
1267
+
"tempfile",
1268
1268
+
]
1269
1269
+
1270
1270
+
[[package]]
1271
1271
+
name = "nested"
1272
1272
+
version = "0.1.1"
1273
1273
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1274
1274
+
checksum = "ca2b420f638f07fe83056b55ea190bb815f609ec5a35e7017884a10f78839c9e"
1275
1275
+
1276
1276
+
[[package]]
1277
1277
+
name = "net2"
1278
1278
+
version = "0.2.38"
1279
1279
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1280
1280
+
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
1281
1281
+
dependencies = [
1282
1282
+
"cfg-if 0.1.10",
1283
1283
+
"libc",
1284
1284
+
"winapi 0.3.9",
1285
1285
+
]
1286
1286
+
1287
1287
+
[[package]]
1288
1288
+
name = "nom"
1289
1289
+
version = "6.1.2"
1290
1290
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1291
1291
+
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
1292
1292
+
dependencies = [
1293
1293
+
"bitvec",
1294
1294
+
"funty",
1295
1295
+
"lexical-core",
1296
1296
+
"memchr",
1297
1297
+
"version_check",
1298
1298
+
]
1299
1299
+
1300
1300
+
[[package]]
1301
1301
+
name = "num-integer"
1302
1302
+
version = "0.1.45"
1303
1303
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1304
1304
+
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1305
1305
+
dependencies = [
1306
1306
+
"autocfg",
1307
1307
+
"num-traits",
1308
1308
+
]
1309
1309
+
1310
1310
+
[[package]]
1311
1311
+
name = "num-traits"
1312
1312
+
version = "0.2.15"
1313
1313
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1314
1314
+
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1315
1315
+
dependencies = [
1316
1316
+
"autocfg",
1317
1317
+
]
1318
1318
+
1319
1319
+
[[package]]
1320
1320
+
name = "num_cpus"
1321
1321
+
version = "1.15.0"
1322
1322
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1323
1323
+
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1324
1324
+
dependencies = [
1325
1325
+
"hermit-abi 0.2.6",
1326
1326
+
"libc",
1327
1327
+
]
1328
1328
+
1329
1329
+
[[package]]
1330
1330
+
name = "once_cell"
1331
1331
+
version = "1.17.1"
1332
1332
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1333
1333
+
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1334
1334
+
1335
1335
+
[[package]]
1336
1336
+
name = "opener"
1337
1337
+
version = "0.4.1"
1338
1338
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1339
1339
+
checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
1340
1340
+
dependencies = [
1341
1341
+
"winapi 0.3.9",
1342
1342
+
]
1343
1343
+
1344
1344
+
[[package]]
1345
1345
+
name = "openssl"
1346
1346
+
version = "0.10.52"
1347
1347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1348
1348
+
checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
1349
1349
+
dependencies = [
1350
1350
+
"bitflags",
1351
1351
+
"cfg-if 1.0.0",
1352
1352
+
"foreign-types",
1353
1353
+
"libc",
1354
1354
+
"once_cell",
1355
1355
+
"openssl-macros",
1356
1356
+
"openssl-sys",
1357
1357
+
]
1358
1358
+
1359
1359
+
[[package]]
1360
1360
+
name = "openssl-macros"
1361
1361
+
version = "0.1.1"
1362
1362
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1363
1363
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1364
1364
+
dependencies = [
1365
1365
+
"proc-macro2",
1366
1366
+
"quote",
1367
1367
+
"syn 2.0.15",
1368
1368
+
]
1369
1369
+
1370
1370
+
[[package]]
1371
1371
+
name = "openssl-probe"
1372
1372
+
version = "0.1.5"
1373
1373
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1374
1374
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1375
1375
+
1376
1376
+
[[package]]
1377
1377
+
name = "openssl-sys"
1378
1378
+
version = "0.9.87"
1379
1379
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1380
1380
+
checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
1381
1381
+
dependencies = [
1382
1382
+
"cc",
1383
1383
+
"libc",
1384
1384
+
"pkg-config",
1385
1385
+
"vcpkg",
1386
1386
+
]
1387
1387
+
1388
1388
+
[[package]]
1389
1389
+
name = "pathdiff"
1390
1390
+
version = "0.2.1"
1391
1391
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1392
1392
+
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1393
1393
+
1394
1394
+
[[package]]
1395
1395
+
name = "percent-encoding"
1396
1396
+
version = "2.2.0"
1397
1397
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1398
1398
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1399
1399
+
1400
1400
+
[[package]]
1401
1401
+
name = "pest"
1402
1402
+
version = "2.6.0"
1403
1403
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1404
1404
+
checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
1405
1405
+
dependencies = [
1406
1406
+
"thiserror",
1407
1407
+
"ucd-trie",
1408
1408
+
]
1409
1409
+
1410
1410
+
[[package]]
1411
1411
+
name = "petgraph"
1412
1412
+
version = "0.5.1"
1413
1413
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1414
1414
+
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
1415
1415
+
dependencies = [
1416
1416
+
"fixedbitset",
1417
1417
+
"indexmap",
1418
1418
+
]
1419
1419
+
1420
1420
+
[[package]]
1421
1421
+
name = "pin-project"
1422
1422
+
version = "1.0.12"
1423
1423
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1424
1424
+
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
1425
1425
+
dependencies = [
1426
1426
+
"pin-project-internal",
1427
1427
+
]
1428
1428
+
1429
1429
+
[[package]]
1430
1430
+
name = "pin-project-internal"
1431
1431
+
version = "1.0.12"
1432
1432
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1433
1433
+
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
1434
1434
+
dependencies = [
1435
1435
+
"proc-macro2",
1436
1436
+
"quote",
1437
1437
+
"syn 1.0.109",
1438
1438
+
]
1439
1439
+
1440
1440
+
[[package]]
1441
1441
+
name = "pin-project-lite"
1442
1442
+
version = "0.1.12"
1443
1443
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1444
1444
+
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
1445
1445
+
1446
1446
+
[[package]]
1447
1447
+
name = "pin-project-lite"
1448
1448
+
version = "0.2.9"
1449
1449
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1450
1450
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1451
1451
+
1452
1452
+
[[package]]
1453
1453
+
name = "pin-utils"
1454
1454
+
version = "0.1.0"
1455
1455
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1456
1456
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1457
1457
+
1458
1458
+
[[package]]
1459
1459
+
name = "pkg-config"
1460
1460
+
version = "0.3.27"
1461
1461
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1462
1462
+
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1463
1463
+
1464
1464
+
[[package]]
1465
1465
+
name = "proc-macro2"
1466
1466
+
version = "1.0.56"
1467
1467
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1468
1468
+
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
1469
1469
+
dependencies = [
1470
1470
+
"unicode-ident",
1471
1471
+
]
1472
1472
+
1473
1473
+
[[package]]
1474
1474
+
name = "quote"
1475
1475
+
version = "1.0.27"
1476
1476
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1477
1477
+
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
1478
1478
+
dependencies = [
1479
1479
+
"proc-macro2",
1480
1480
+
]
1481
1481
+
1482
1482
+
[[package]]
1483
1483
+
name = "radium"
1484
1484
+
version = "0.5.3"
1485
1485
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1486
1486
+
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1487
1487
+
1488
1488
+
[[package]]
1489
1489
+
name = "rand"
1490
1490
+
version = "0.4.6"
1491
1491
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1492
1492
+
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1493
1493
+
dependencies = [
1494
1494
+
"fuchsia-cprng",
1495
1495
+
"libc",
1496
1496
+
"rand_core 0.3.1",
1497
1497
+
"rdrand",
1498
1498
+
"winapi 0.3.9",
1499
1499
+
]
1500
1500
+
1501
1501
+
[[package]]
1502
1502
+
name = "rand_core"
1503
1503
+
version = "0.3.1"
1504
1504
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1505
1505
+
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1506
1506
+
dependencies = [
1507
1507
+
"rand_core 0.4.2",
1508
1508
+
]
1509
1509
+
1510
1510
+
[[package]]
1511
1511
+
name = "rand_core"
1512
1512
+
version = "0.4.2"
1513
1513
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1514
1514
+
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1515
1515
+
1516
1516
+
[[package]]
1517
1517
+
name = "rand_core"
1518
1518
+
version = "0.6.4"
1519
1519
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1520
1520
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1521
1521
+
1522
1522
+
[[package]]
1523
1523
+
name = "rand_xoshiro"
1524
1524
+
version = "0.6.0"
1525
1525
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1526
1526
+
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
1527
1527
+
dependencies = [
1528
1528
+
"rand_core 0.6.4",
1529
1529
+
]
1530
1530
+
1531
1531
+
[[package]]
1532
1532
+
name = "rdrand"
1533
1533
+
version = "0.4.0"
1534
1534
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1535
1535
+
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1536
1536
+
dependencies = [
1537
1537
+
"rand_core 0.3.1",
1538
1538
+
]
1539
1539
+
1540
1540
+
[[package]]
1541
1541
+
name = "redox_syscall"
1542
1542
+
version = "0.2.16"
1543
1543
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1544
1544
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1545
1545
+
dependencies = [
1546
1546
+
"bitflags",
1547
1547
+
]
1548
1548
+
1549
1549
+
[[package]]
1550
1550
+
name = "redox_syscall"
1551
1551
+
version = "0.3.5"
1552
1552
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1553
1553
+
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1554
1554
+
dependencies = [
1555
1555
+
"bitflags",
1556
1556
+
]
1557
1557
+
1558
1558
+
[[package]]
1559
1559
+
name = "regex"
1560
1560
+
version = "1.8.1"
1561
1561
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1562
1562
+
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
1563
1563
+
dependencies = [
1564
1564
+
"aho-corasick 1.0.1",
1565
1565
+
"memchr",
1566
1566
+
"regex-syntax",
1567
1567
+
]
1568
1568
+
1569
1569
+
[[package]]
1570
1570
+
name = "regex-syntax"
1571
1571
+
version = "0.7.1"
1572
1572
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1573
1573
+
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
1574
1574
+
1575
1575
+
[[package]]
1576
1576
+
name = "remove_dir_all"
1577
1577
+
version = "0.5.3"
1578
1578
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1579
1579
+
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1580
1580
+
dependencies = [
1581
1581
+
"winapi 0.3.9",
1582
1582
+
]
1583
1583
+
1584
1584
+
[[package]]
1585
1585
+
name = "reqwest"
1586
1586
+
version = "0.10.10"
1587
1587
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1588
1588
+
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
1589
1589
+
dependencies = [
1590
1590
+
"base64",
1591
1591
+
"bytes 0.5.6",
1592
1592
+
"encoding_rs",
1593
1593
+
"futures-core",
1594
1594
+
"futures-util",
1595
1595
+
"http",
1596
1596
+
"http-body",
1597
1597
+
"hyper",
1598
1598
+
"hyper-tls",
1599
1599
+
"ipnet",
1600
1600
+
"js-sys",
1601
1601
+
"lazy_static",
1602
1602
+
"log",
1603
1603
+
"mime",
1604
1604
+
"mime_guess",
1605
1605
+
"native-tls",
1606
1606
+
"percent-encoding",
1607
1607
+
"pin-project-lite 0.2.9",
1608
1608
+
"serde",
1609
1609
+
"serde_json",
1610
1610
+
"serde_urlencoded",
1611
1611
+
"tokio",
1612
1612
+
"tokio-tls",
1613
1613
+
"url",
1614
1614
+
"wasm-bindgen",
1615
1615
+
"wasm-bindgen-futures",
1616
1616
+
"web-sys",
1617
1617
+
"winreg",
1618
1618
+
]
1619
1619
+
1620
1620
+
[[package]]
1621
1621
+
name = "rustc-workspace-hack"
1622
1622
+
version = "1.0.0"
1623
1623
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1624
1624
+
checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
1625
1625
+
1626
1626
+
[[package]]
1627
1627
+
name = "rustfix"
1628
1628
+
version = "0.5.1"
1629
1629
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1630
1630
+
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
1631
1631
+
dependencies = [
1632
1632
+
"anyhow",
1633
1633
+
"log",
1634
1634
+
"serde",
1635
1635
+
"serde_json",
1636
1636
+
]
1637
1637
+
1638
1638
+
[[package]]
1639
1639
+
name = "rustix"
1640
1640
+
version = "0.37.19"
1641
1641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1642
1642
+
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1643
1643
+
dependencies = [
1644
1644
+
"bitflags",
1645
1645
+
"errno",
1646
1646
+
"io-lifetimes",
1647
1647
+
"libc",
1648
1648
+
"linux-raw-sys",
1649
1649
+
"windows-sys 0.48.0",
1650
1650
+
]
1651
1651
+
1652
1652
+
[[package]]
1653
1653
+
name = "ryu"
1654
1654
+
version = "1.0.13"
1655
1655
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1656
1656
+
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1657
1657
+
1658
1658
+
[[package]]
1659
1659
+
name = "same-file"
1660
1660
+
version = "1.0.6"
1661
1661
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1662
1662
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1663
1663
+
dependencies = [
1664
1664
+
"winapi-util",
1665
1665
+
]
1666
1666
+
1667
1667
+
[[package]]
1668
1668
+
name = "schannel"
1669
1669
+
version = "0.1.21"
1670
1670
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1671
1671
+
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1672
1672
+
dependencies = [
1673
1673
+
"windows-sys 0.42.0",
1674
1674
+
]
1675
1675
+
1676
1676
+
[[package]]
1677
1677
+
name = "security-framework"
1678
1678
+
version = "2.8.2"
1679
1679
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1680
1680
+
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1681
1681
+
dependencies = [
1682
1682
+
"bitflags",
1683
1683
+
"core-foundation",
1684
1684
+
"core-foundation-sys",
1685
1685
+
"libc",
1686
1686
+
"security-framework-sys",
1687
1687
+
]
1688
1688
+
1689
1689
+
[[package]]
1690
1690
+
name = "security-framework-sys"
1691
1691
+
version = "2.8.0"
1692
1692
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1693
1693
+
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1694
1694
+
dependencies = [
1695
1695
+
"core-foundation-sys",
1696
1696
+
"libc",
1697
1697
+
]
1698
1698
+
1699
1699
+
[[package]]
1700
1700
+
name = "semver"
1701
1701
+
version = "0.10.0"
1702
1702
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1703
1703
+
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
1704
1704
+
dependencies = [
1705
1705
+
"semver-parser 0.7.0",
1706
1706
+
"serde",
1707
1707
+
]
1708
1708
+
1709
1709
+
[[package]]
1710
1710
+
name = "semver"
1711
1711
+
version = "0.11.0"
1712
1712
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1713
1713
+
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
1714
1714
+
dependencies = [
1715
1715
+
"semver-parser 0.10.2",
1716
1716
+
"serde",
1717
1717
+
]
1718
1718
+
1719
1719
+
[[package]]
1720
1720
+
name = "semver-parser"
1721
1721
+
version = "0.7.0"
1722
1722
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1723
1723
+
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1724
1724
+
1725
1725
+
[[package]]
1726
1726
+
name = "semver-parser"
1727
1727
+
version = "0.10.2"
1728
1728
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1729
1729
+
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
1730
1730
+
dependencies = [
1731
1731
+
"pest",
1732
1732
+
]
1733
1733
+
1734
1734
+
[[package]]
1735
1735
+
name = "serde"
1736
1736
+
version = "1.0.163"
1737
1737
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1738
1738
+
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1739
1739
+
dependencies = [
1740
1740
+
"serde_derive",
1741
1741
+
]
1742
1742
+
1743
1743
+
[[package]]
1744
1744
+
name = "serde_derive"
1745
1745
+
version = "1.0.163"
1746
1746
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1747
1747
+
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1748
1748
+
dependencies = [
1749
1749
+
"proc-macro2",
1750
1750
+
"quote",
1751
1751
+
"syn 2.0.15",
1752
1752
+
]
1753
1753
+
1754
1754
+
[[package]]
1755
1755
+
name = "serde_ignored"
1756
1756
+
version = "0.1.7"
1757
1757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1758
1758
+
checksum = "94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6"
1759
1759
+
dependencies = [
1760
1760
+
"serde",
1761
1761
+
]
1762
1762
+
1763
1763
+
[[package]]
1764
1764
+
name = "serde_json"
1765
1765
+
version = "1.0.96"
1766
1766
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1767
1767
+
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1768
1768
+
dependencies = [
1769
1769
+
"itoa 1.0.6",
1770
1770
+
"ryu",
1771
1771
+
"serde",
1772
1772
+
]
1773
1773
+
1774
1774
+
[[package]]
1775
1775
+
name = "serde_urlencoded"
1776
1776
+
version = "0.7.1"
1777
1777
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1778
1778
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1779
1779
+
dependencies = [
1780
1780
+
"form_urlencoded",
1781
1781
+
"itoa 1.0.6",
1782
1782
+
"ryu",
1783
1783
+
"serde",
1784
1784
+
]
1785
1785
+
1786
1786
+
[[package]]
1787
1787
+
name = "shell-escape"
1788
1788
+
version = "0.1.5"
1789
1789
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1790
1790
+
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
1791
1791
+
1792
1792
+
[[package]]
1793
1793
+
name = "sized-chunks"
1794
1794
+
version = "0.6.5"
1795
1795
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1796
1796
+
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
1797
1797
+
dependencies = [
1798
1798
+
"bitmaps",
1799
1799
+
"typenum",
1800
1800
+
]
1801
1801
+
1802
1802
+
[[package]]
1803
1803
+
name = "slab"
1804
1804
+
version = "0.4.8"
1805
1805
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1806
1806
+
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1807
1807
+
dependencies = [
1808
1808
+
"autocfg",
1809
1809
+
]
1810
1810
+
1811
1811
+
[[package]]
1812
1812
+
name = "smallvec"
1813
1813
+
version = "0.6.14"
1814
1814
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1815
1815
+
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1816
1816
+
dependencies = [
1817
1817
+
"maybe-uninit",
1818
1818
+
]
1819
1819
+
1820
1820
+
[[package]]
1821
1821
+
name = "smallvec"
1822
1822
+
version = "1.10.0"
1823
1823
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1824
1824
+
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1825
1825
+
1826
1826
+
[[package]]
1827
1827
+
name = "socket2"
1828
1828
+
version = "0.3.19"
1829
1829
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1830
1830
+
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1831
1831
+
dependencies = [
1832
1832
+
"cfg-if 1.0.0",
1833
1833
+
"libc",
1834
1834
+
"winapi 0.3.9",
1835
1835
+
]
1836
1836
+
1837
1837
+
[[package]]
1838
1838
+
name = "socket2"
1839
1839
+
version = "0.4.9"
1840
1840
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1841
1841
+
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1842
1842
+
dependencies = [
1843
1843
+
"libc",
1844
1844
+
"winapi 0.3.9",
1845
1845
+
]
1846
1846
+
1847
1847
+
[[package]]
1848
1848
+
name = "static_assertions"
1849
1849
+
version = "1.1.0"
1850
1850
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1851
1851
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1852
1852
+
1853
1853
+
[[package]]
1854
1854
+
name = "strip-ansi-escapes"
1855
1855
+
version = "0.1.1"
1856
1856
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1857
1857
+
checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
1858
1858
+
dependencies = [
1859
1859
+
"vte",
1860
1860
+
]
1861
1861
+
1862
1862
+
[[package]]
1863
1863
+
name = "strsim"
1864
1864
+
version = "0.8.0"
1865
1865
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1866
1866
+
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1867
1867
+
1868
1868
+
[[package]]
1869
1869
+
name = "supercow"
1870
1870
+
version = "0.1.0"
1871
1871
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1872
1872
+
checksum = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63"
1873
1873
+
1874
1874
+
[[package]]
1875
1875
+
name = "syn"
1876
1876
+
version = "1.0.109"
1877
1877
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1878
1878
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1879
1879
+
dependencies = [
1880
1880
+
"proc-macro2",
1881
1881
+
"quote",
1882
1882
+
"unicode-ident",
1883
1883
+
]
1884
1884
+
1885
1885
+
[[package]]
1886
1886
+
name = "syn"
1887
1887
+
version = "2.0.15"
1888
1888
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1889
1889
+
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
1890
1890
+
dependencies = [
1891
1891
+
"proc-macro2",
1892
1892
+
"quote",
1893
1893
+
"unicode-ident",
1894
1894
+
]
1895
1895
+
1896
1896
+
[[package]]
1897
1897
+
name = "tap"
1898
1898
+
version = "1.0.1"
1899
1899
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1900
1900
+
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1901
1901
+
1902
1902
+
[[package]]
1903
1903
+
name = "tar"
1904
1904
+
version = "0.4.38"
1905
1905
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1906
1906
+
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
1907
1907
+
dependencies = [
1908
1908
+
"filetime",
1909
1909
+
"libc",
1910
1910
+
]
1911
1911
+
1912
1912
+
[[package]]
1913
1913
+
name = "target-spec"
1914
1914
+
version = "0.7.0"
1915
1915
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1916
1916
+
checksum = "ac395241acf0f3d224dd2b07b334994adf6f37c904d1826867332ab8c6ddedbf"
1917
1917
+
dependencies = [
1918
1918
+
"cfg-expr",
1919
1919
+
]
1920
1920
+
1921
1921
+
[[package]]
1922
1922
+
name = "tempdir"
1923
1923
+
version = "0.3.7"
1924
1924
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1925
1925
+
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1926
1926
+
dependencies = [
1927
1927
+
"rand",
1928
1928
+
"remove_dir_all",
1929
1929
+
]
1930
1930
+
1931
1931
+
[[package]]
1932
1932
+
name = "tempfile"
1933
1933
+
version = "3.5.0"
1934
1934
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1935
1935
+
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
1936
1936
+
dependencies = [
1937
1937
+
"cfg-if 1.0.0",
1938
1938
+
"fastrand",
1939
1939
+
"redox_syscall 0.3.5",
1940
1940
+
"rustix",
1941
1941
+
"windows-sys 0.45.0",
1942
1942
+
]
1943
1943
+
1944
1944
+
[[package]]
1945
1945
+
name = "termcolor"
1946
1946
+
version = "1.2.0"
1947
1947
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1948
1948
+
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1949
1949
+
dependencies = [
1950
1950
+
"winapi-util",
1951
1951
+
]
1952
1952
+
1953
1953
+
[[package]]
1954
1954
+
name = "textwrap"
1955
1955
+
version = "0.11.0"
1956
1956
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1957
1957
+
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1958
1958
+
dependencies = [
1959
1959
+
"unicode-width",
1960
1960
+
]
1961
1961
+
1962
1962
+
[[package]]
1963
1963
+
name = "thiserror"
1964
1964
+
version = "1.0.40"
1965
1965
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1966
1966
+
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1967
1967
+
dependencies = [
1968
1968
+
"thiserror-impl",
1969
1969
+
]
1970
1970
+
1971
1971
+
[[package]]
1972
1972
+
name = "thiserror-impl"
1973
1973
+
version = "1.0.40"
1974
1974
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1975
1975
+
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1976
1976
+
dependencies = [
1977
1977
+
"proc-macro2",
1978
1978
+
"quote",
1979
1979
+
"syn 2.0.15",
1980
1980
+
]
1981
1981
+
1982
1982
+
[[package]]
1983
1983
+
name = "thread_local"
1984
1984
+
version = "1.1.7"
1985
1985
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1986
1986
+
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1987
1987
+
dependencies = [
1988
1988
+
"cfg-if 1.0.0",
1989
1989
+
"once_cell",
1990
1990
+
]
1991
1991
+
1992
1992
+
[[package]]
1993
1993
+
name = "time"
1994
1994
+
version = "0.1.45"
1995
1995
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1996
1996
+
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1997
1997
+
dependencies = [
1998
1998
+
"libc",
1999
1999
+
"wasi",
2000
2000
+
"winapi 0.3.9",
2001
2001
+
]
2002
2002
+
2003
2003
+
[[package]]
2004
2004
+
name = "tinyvec"
2005
2005
+
version = "1.6.0"
2006
2006
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2007
2007
+
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2008
2008
+
dependencies = [
2009
2009
+
"tinyvec_macros",
2010
2010
+
]
2011
2011
+
2012
2012
+
[[package]]
2013
2013
+
name = "tinyvec_macros"
2014
2014
+
version = "0.1.1"
2015
2015
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2016
2016
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2017
2017
+
2018
2018
+
[[package]]
2019
2019
+
name = "tokio"
2020
2020
+
version = "0.2.25"
2021
2021
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2022
2022
+
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2023
2023
+
dependencies = [
2024
2024
+
"bytes 0.5.6",
2025
2025
+
"fnv",
2026
2026
+
"futures-core",
2027
2027
+
"iovec",
2028
2028
+
"lazy_static",
2029
2029
+
"memchr",
2030
2030
+
"mio",
2031
2031
+
"num_cpus",
2032
2032
+
"pin-project-lite 0.1.12",
2033
2033
+
"slab",
2034
2034
+
]
2035
2035
+
2036
2036
+
[[package]]
2037
2037
+
name = "tokio-tls"
2038
2038
+
version = "0.3.1"
2039
2039
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2040
2040
+
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
2041
2041
+
dependencies = [
2042
2042
+
"native-tls",
2043
2043
+
"tokio",
2044
2044
+
]
2045
2045
+
2046
2046
+
[[package]]
2047
2047
+
name = "tokio-util"
2048
2048
+
version = "0.3.1"
2049
2049
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2050
2050
+
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2051
2051
+
dependencies = [
2052
2052
+
"bytes 0.5.6",
2053
2053
+
"futures-core",
2054
2054
+
"futures-sink",
2055
2055
+
"log",
2056
2056
+
"pin-project-lite 0.1.12",
2057
2057
+
"tokio",
2058
2058
+
]
2059
2059
+
2060
2060
+
[[package]]
2061
2061
+
name = "toml"
2062
2062
+
version = "0.5.11"
2063
2063
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2064
2064
+
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2065
2065
+
dependencies = [
2066
2066
+
"serde",
2067
2067
+
]
2068
2068
+
2069
2069
+
[[package]]
2070
2070
+
name = "tower-service"
2071
2071
+
version = "0.3.2"
2072
2072
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2073
2073
+
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2074
2074
+
2075
2075
+
[[package]]
2076
2076
+
name = "tracing"
2077
2077
+
version = "0.1.37"
2078
2078
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2079
2079
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2080
2080
+
dependencies = [
2081
2081
+
"cfg-if 1.0.0",
2082
2082
+
"log",
2083
2083
+
"pin-project-lite 0.2.9",
2084
2084
+
"tracing-core",
2085
2085
+
]
2086
2086
+
2087
2087
+
[[package]]
2088
2088
+
name = "tracing-core"
2089
2089
+
version = "0.1.31"
2090
2090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2091
2091
+
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2092
2092
+
dependencies = [
2093
2093
+
"once_cell",
2094
2094
+
]
2095
2095
+
2096
2096
+
[[package]]
2097
2097
+
name = "tracing-futures"
2098
2098
+
version = "0.2.5"
2099
2099
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2100
2100
+
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2101
2101
+
dependencies = [
2102
2102
+
"pin-project",
2103
2103
+
"tracing",
2104
2104
+
]
2105
2105
+
2106
2106
+
[[package]]
2107
2107
+
name = "try-lock"
2108
2108
+
version = "0.2.4"
2109
2109
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2110
2110
+
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2111
2111
+
2112
2112
+
[[package]]
2113
2113
+
name = "typenum"
2114
2114
+
version = "1.16.0"
2115
2115
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2116
2116
+
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2117
2117
+
2118
2118
+
[[package]]
2119
2119
+
name = "ucd-trie"
2120
2120
+
version = "0.1.5"
2121
2121
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2122
2122
+
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2123
2123
+
2124
2124
+
[[package]]
2125
2125
+
name = "unicase"
2126
2126
+
version = "2.6.0"
2127
2127
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
2128
+
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2129
2129
+
dependencies = [
2130
2130
+
"version_check",
2131
2131
+
]
2132
2132
+
2133
2133
+
[[package]]
2134
2134
+
name = "unicode-bidi"
2135
2135
+
version = "0.3.13"
2136
2136
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2137
2137
+
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2138
2138
+
2139
2139
+
[[package]]
2140
2140
+
name = "unicode-ident"
2141
2141
+
version = "1.0.8"
2142
2142
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2143
2143
+
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2144
2144
+
2145
2145
+
[[package]]
2146
2146
+
name = "unicode-normalization"
2147
2147
+
version = "0.1.22"
2148
2148
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2149
2149
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2150
2150
+
dependencies = [
2151
2151
+
"tinyvec",
2152
2152
+
]
2153
2153
+
2154
2154
+
[[package]]
2155
2155
+
name = "unicode-width"
2156
2156
+
version = "0.1.10"
2157
2157
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2158
2158
+
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2159
2159
+
2160
2160
+
[[package]]
2161
2161
+
name = "unicode-xid"
2162
2162
+
version = "0.2.4"
2163
2163
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2164
2164
+
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2165
2165
+
2166
2166
+
[[package]]
2167
2167
+
name = "url"
2168
2168
+
version = "2.3.1"
2169
2169
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2170
2170
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2171
2171
+
dependencies = [
2172
2172
+
"form_urlencoded",
2173
2173
+
"idna",
2174
2174
+
"percent-encoding",
2175
2175
+
]
2176
2176
+
2177
2177
+
[[package]]
2178
2178
+
name = "utf8parse"
2179
2179
+
version = "0.2.1"
2180
2180
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2181
2181
+
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2182
2182
+
2183
2183
+
[[package]]
2184
2184
+
name = "vcpkg"
2185
2185
+
version = "0.2.15"
2186
2186
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2187
2187
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2188
2188
+
2189
2189
+
[[package]]
2190
2190
+
name = "vec_map"
2191
2191
+
version = "0.8.2"
2192
2192
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2193
2193
+
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2194
2194
+
2195
2195
+
[[package]]
2196
2196
+
name = "version_check"
2197
2197
+
version = "0.9.4"
2198
2198
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2199
2199
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2200
2200
+
2201
2201
+
[[package]]
2202
2202
+
name = "vte"
2203
2203
+
version = "0.10.1"
2204
2204
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2205
2205
+
checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
2206
2206
+
dependencies = [
2207
2207
+
"arrayvec",
2208
2208
+
"utf8parse",
2209
2209
+
"vte_generate_state_changes",
2210
2210
+
]
2211
2211
+
2212
2212
+
[[package]]
2213
2213
+
name = "vte_generate_state_changes"
2214
2214
+
version = "0.1.1"
2215
2215
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2216
2216
+
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
2217
2217
+
dependencies = [
2218
2218
+
"proc-macro2",
2219
2219
+
"quote",
2220
2220
+
]
2221
2221
+
2222
2222
+
[[package]]
2223
2223
+
name = "walkdir"
2224
2224
+
version = "2.3.3"
2225
2225
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2226
2226
+
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2227
2227
+
dependencies = [
2228
2228
+
"same-file",
2229
2229
+
"winapi-util",
2230
2230
+
]
2231
2231
+
2232
2232
+
[[package]]
2233
2233
+
name = "want"
2234
2234
+
version = "0.3.0"
2235
2235
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2236
2236
+
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2237
2237
+
dependencies = [
2238
2238
+
"log",
2239
2239
+
"try-lock",
2240
2240
+
]
2241
2241
+
2242
2242
+
[[package]]
2243
2243
+
name = "wasi"
2244
2244
+
version = "0.10.0+wasi-snapshot-preview1"
2245
2245
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2246
2246
+
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2247
2247
+
2248
2248
+
[[package]]
2249
2249
+
name = "wasm-bindgen"
2250
2250
+
version = "0.2.85"
2251
2251
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2252
2252
+
checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
2253
2253
+
dependencies = [
2254
2254
+
"cfg-if 1.0.0",
2255
2255
+
"serde",
2256
2256
+
"serde_json",
2257
2257
+
"wasm-bindgen-macro",
2258
2258
+
]
2259
2259
+
2260
2260
+
[[package]]
2261
2261
+
name = "wasm-bindgen-backend"
2262
2262
+
version = "0.2.85"
2263
2263
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2264
2264
+
checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
2265
2265
+
dependencies = [
2266
2266
+
"bumpalo",
2267
2267
+
"log",
2268
2268
+
"once_cell",
2269
2269
+
"proc-macro2",
2270
2270
+
"quote",
2271
2271
+
"syn 2.0.15",
2272
2272
+
"wasm-bindgen-shared",
2273
2273
+
]
2274
2274
+
2275
2275
+
[[package]]
2276
2276
+
name = "wasm-bindgen-futures"
2277
2277
+
version = "0.4.35"
2278
2278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2279
2279
+
checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
2280
2280
+
dependencies = [
2281
2281
+
"cfg-if 1.0.0",
2282
2282
+
"js-sys",
2283
2283
+
"wasm-bindgen",
2284
2284
+
"web-sys",
2285
2285
+
]
2286
2286
+
2287
2287
+
[[package]]
2288
2288
+
name = "wasm-bindgen-macro"
2289
2289
+
version = "0.2.85"
2290
2290
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2291
2291
+
checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
2292
2292
+
dependencies = [
2293
2293
+
"quote",
2294
2294
+
"wasm-bindgen-macro-support",
2295
2295
+
]
2296
2296
+
2297
2297
+
[[package]]
2298
2298
+
name = "wasm-bindgen-macro-support"
2299
2299
+
version = "0.2.85"
2300
2300
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2301
2301
+
checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
2302
2302
+
dependencies = [
2303
2303
+
"proc-macro2",
2304
2304
+
"quote",
2305
2305
+
"syn 2.0.15",
2306
2306
+
"wasm-bindgen-backend",
2307
2307
+
"wasm-bindgen-shared",
2308
2308
+
]
2309
2309
+
2310
2310
+
[[package]]
2311
2311
+
name = "wasm-bindgen-shared"
2312
2312
+
version = "0.2.85"
2313
2313
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2314
2314
+
checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
2315
2315
+
2316
2316
+
[[package]]
2317
2317
+
name = "web-sys"
2318
2318
+
version = "0.3.62"
2319
2319
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2320
2320
+
checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
2321
2321
+
dependencies = [
2322
2322
+
"js-sys",
2323
2323
+
"wasm-bindgen",
2324
2324
+
]
2325
2325
+
2326
2326
+
[[package]]
2327
2327
+
name = "winapi"
2328
2328
+
version = "0.2.8"
2329
2329
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2330
2330
+
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2331
2331
+
2332
2332
+
[[package]]
2333
2333
+
name = "winapi"
2334
2334
+
version = "0.3.9"
2335
2335
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2336
2336
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2337
2337
+
dependencies = [
2338
2338
+
"winapi-i686-pc-windows-gnu",
2339
2339
+
"winapi-x86_64-pc-windows-gnu",
2340
2340
+
]
2341
2341
+
2342
2342
+
[[package]]
2343
2343
+
name = "winapi-build"
2344
2344
+
version = "0.1.1"
2345
2345
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2346
2346
+
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2347
2347
+
2348
2348
+
[[package]]
2349
2349
+
name = "winapi-i686-pc-windows-gnu"
2350
2350
+
version = "0.4.0"
2351
2351
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2352
2352
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2353
2353
+
2354
2354
+
[[package]]
2355
2355
+
name = "winapi-util"
2356
2356
+
version = "0.1.5"
2357
2357
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2358
2358
+
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2359
2359
+
dependencies = [
2360
2360
+
"winapi 0.3.9",
2361
2361
+
]
2362
2362
+
2363
2363
+
[[package]]
2364
2364
+
name = "winapi-x86_64-pc-windows-gnu"
2365
2365
+
version = "0.4.0"
2366
2366
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2367
2367
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2368
2368
+
2369
2369
+
[[package]]
2370
2370
+
name = "windows"
2371
2371
+
version = "0.48.0"
2372
2372
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2373
2373
+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2374
2374
+
dependencies = [
2375
2375
+
"windows-targets 0.48.0",
2376
2376
+
]
2377
2377
+
2378
2378
+
[[package]]
2379
2379
+
name = "windows-sys"
2380
2380
+
version = "0.42.0"
2381
2381
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2382
2382
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2383
2383
+
dependencies = [
2384
2384
+
"windows_aarch64_gnullvm 0.42.2",
2385
2385
+
"windows_aarch64_msvc 0.42.2",
2386
2386
+
"windows_i686_gnu 0.42.2",
2387
2387
+
"windows_i686_msvc 0.42.2",
2388
2388
+
"windows_x86_64_gnu 0.42.2",
2389
2389
+
"windows_x86_64_gnullvm 0.42.2",
2390
2390
+
"windows_x86_64_msvc 0.42.2",
2391
2391
+
]
2392
2392
+
2393
2393
+
[[package]]
2394
2394
+
name = "windows-sys"
2395
2395
+
version = "0.45.0"
2396
2396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2397
2397
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2398
2398
+
dependencies = [
2399
2399
+
"windows-targets 0.42.2",
2400
2400
+
]
2401
2401
+
2402
2402
+
[[package]]
2403
2403
+
name = "windows-sys"
2404
2404
+
version = "0.48.0"
2405
2405
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2406
2406
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2407
2407
+
dependencies = [
2408
2408
+
"windows-targets 0.48.0",
2409
2409
+
]
2410
2410
+
2411
2411
+
[[package]]
2412
2412
+
name = "windows-targets"
2413
2413
+
version = "0.42.2"
2414
2414
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2415
2415
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2416
2416
+
dependencies = [
2417
2417
+
"windows_aarch64_gnullvm 0.42.2",
2418
2418
+
"windows_aarch64_msvc 0.42.2",
2419
2419
+
"windows_i686_gnu 0.42.2",
2420
2420
+
"windows_i686_msvc 0.42.2",
2421
2421
+
"windows_x86_64_gnu 0.42.2",
2422
2422
+
"windows_x86_64_gnullvm 0.42.2",
2423
2423
+
"windows_x86_64_msvc 0.42.2",
2424
2424
+
]
2425
2425
+
2426
2426
+
[[package]]
2427
2427
+
name = "windows-targets"
2428
2428
+
version = "0.48.0"
2429
2429
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2430
2430
+
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2431
2431
+
dependencies = [
2432
2432
+
"windows_aarch64_gnullvm 0.48.0",
2433
2433
+
"windows_aarch64_msvc 0.48.0",
2434
2434
+
"windows_i686_gnu 0.48.0",
2435
2435
+
"windows_i686_msvc 0.48.0",
2436
2436
+
"windows_x86_64_gnu 0.48.0",
2437
2437
+
"windows_x86_64_gnullvm 0.48.0",
2438
2438
+
"windows_x86_64_msvc 0.48.0",
2439
2439
+
]
2440
2440
+
2441
2441
+
[[package]]
2442
2442
+
name = "windows_aarch64_gnullvm"
2443
2443
+
version = "0.42.2"
2444
2444
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2445
2445
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2446
2446
+
2447
2447
+
[[package]]
2448
2448
+
name = "windows_aarch64_gnullvm"
2449
2449
+
version = "0.48.0"
2450
2450
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2451
2451
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2452
2452
+
2453
2453
+
[[package]]
2454
2454
+
name = "windows_aarch64_msvc"
2455
2455
+
version = "0.42.2"
2456
2456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2457
2457
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2458
2458
+
2459
2459
+
[[package]]
2460
2460
+
name = "windows_aarch64_msvc"
2461
2461
+
version = "0.48.0"
2462
2462
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2463
2463
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2464
2464
+
2465
2465
+
[[package]]
2466
2466
+
name = "windows_i686_gnu"
2467
2467
+
version = "0.42.2"
2468
2468
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2469
2469
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2470
2470
+
2471
2471
+
[[package]]
2472
2472
+
name = "windows_i686_gnu"
2473
2473
+
version = "0.48.0"
2474
2474
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2475
2475
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2476
2476
+
2477
2477
+
[[package]]
2478
2478
+
name = "windows_i686_msvc"
2479
2479
+
version = "0.42.2"
2480
2480
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2481
2481
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2482
2482
+
2483
2483
+
[[package]]
2484
2484
+
name = "windows_i686_msvc"
2485
2485
+
version = "0.48.0"
2486
2486
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2487
2487
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2488
2488
+
2489
2489
+
[[package]]
2490
2490
+
name = "windows_x86_64_gnu"
2491
2491
+
version = "0.42.2"
2492
2492
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2493
2493
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2494
2494
+
2495
2495
+
[[package]]
2496
2496
+
name = "windows_x86_64_gnu"
2497
2497
+
version = "0.48.0"
2498
2498
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2499
2499
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2500
2500
+
2501
2501
+
[[package]]
2502
2502
+
name = "windows_x86_64_gnullvm"
2503
2503
+
version = "0.42.2"
2504
2504
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2505
2505
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2506
2506
+
2507
2507
+
[[package]]
2508
2508
+
name = "windows_x86_64_gnullvm"
2509
2509
+
version = "0.48.0"
2510
2510
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2511
2511
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2512
2512
+
2513
2513
+
[[package]]
2514
2514
+
name = "windows_x86_64_msvc"
2515
2515
+
version = "0.42.2"
2516
2516
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2517
2517
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2518
2518
+
2519
2519
+
[[package]]
2520
2520
+
name = "windows_x86_64_msvc"
2521
2521
+
version = "0.48.0"
2522
2522
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2523
2523
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2524
2524
+
2525
2525
+
[[package]]
2526
2526
+
name = "winreg"
2527
2527
+
version = "0.7.0"
2528
2528
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2529
2529
+
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2530
2530
+
dependencies = [
2531
2531
+
"winapi 0.3.9",
2532
2532
+
]
2533
2533
+
2534
2534
+
[[package]]
2535
2535
+
name = "ws2_32-sys"
2536
2536
+
version = "0.2.1"
2537
2537
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2538
2538
+
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2539
2539
+
dependencies = [
2540
2540
+
"winapi 0.2.8",
2541
2541
+
"winapi-build",
2542
2542
+
]
2543
2543
+
2544
2544
+
[[package]]
2545
2545
+
name = "wyz"
2546
2546
+
version = "0.2.0"
2547
2547
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2548
2548
+
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
+31
-5
pkgs/development/tools/rust/cargo-dephell/default.nix
···
1
1
-
{ lib, rustPlatform, fetchFromGitHub, pkg-config, openssl, stdenv, Security }:
1
1
+
{ lib
2
2
+
, rustPlatform
3
3
+
, fetchFromGitHub
4
4
+
, pkg-config
5
5
+
, stdenv
6
6
+
, curl
7
7
+
, openssl
8
8
+
, darwin
9
9
+
, libgit2_1_3_0
10
10
+
}:
2
11
3
12
rustPlatform.buildRustPackage rec {
4
13
pname = "cargo-dephell";
···
8
17
owner = "mimoo";
9
18
repo = pname;
10
19
rev = "v${version}";
11
11
-
sha256 = "1v3psrkjhgbkq9lm3698ac77qgk090jbly4r187nryj0vcmf9s1l";
20
20
+
hash = "sha256-NOjkKttA+mwPCpl4uiRIYD58DlMomVFpwnM9KGfWd+w=";
12
21
};
13
22
14
14
-
cargoSha256 = "0fwj782dbyj3ps16hxmq61drf8714863jb0d3mhivn3zlqawyyil";
23
23
+
cargoLock = {
24
24
+
lockFile = ./Cargo.lock;
25
25
+
};
15
26
16
16
-
nativeBuildInputs = [ pkg-config ];
27
27
+
nativeBuildInputs = [
28
28
+
pkg-config
29
29
+
] ++ lib.optionals stdenv.isDarwin [
30
30
+
curl
31
31
+
];
17
32
18
18
-
buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security;
33
33
+
buildInputs = [
34
34
+
openssl
35
35
+
] ++ lib.optional stdenv.isDarwin [
36
36
+
curl
37
37
+
darwin.apple_sdk.frameworks.Security
38
38
+
libgit2_1_3_0
39
39
+
];
40
40
+
41
41
+
# update Cargo.lock to work with openssl 3
42
42
+
postPatch = ''
43
43
+
ln -sf ${./Cargo.lock} Cargo.lock
44
44
+
'';
19
45
20
46
meta = with lib; {
21
47
description = "A tool to analyze the third-party dependencies imported by a rust crate or rust workspace";
+1
-4
pkgs/top-level/all-packages.nix
···
16244
16244
cargo-cross = callPackage ../development/tools/rust/cargo-cross { };
16245
16245
cargo-deny = callPackage ../development/tools/rust/cargo-deny { };
16246
16246
cargo-depgraph = callPackage ../development/tools/rust/cargo-depgraph { };
16247
16247
-
cargo-dephell = callPackage ../development/tools/rust/cargo-dephell {
16248
16248
-
inherit (darwin.apple_sdk.frameworks) Security;
16249
16249
-
openssl = openssl_1_1;
16250
16250
-
};
16247
16247
+
cargo-dephell = callPackage ../development/tools/rust/cargo-dephell { };
16251
16248
cargo-diet = callPackage ../development/tools/rust/cargo-diet { };
16252
16249
cargo-dist = callPackage ../development/tools/rust/cargo-dist { };
16253
16250
cargo-embed = callPackage ../development/tools/rust/cargo-embed {