aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock530
1 files changed, 464 insertions, 66 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5b3fb5f..de9af33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -12,6 +12,46 @@ dependencies = [
12] 12]
13 13
14[[package]] 14[[package]]
15name = "anstream"
16version = "0.2.6"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-wincon",
23 "concolor-override",
24 "concolor-query",
25 "is-terminal",
26 "utf8parse",
27]
28
29[[package]]
30name = "anstyle"
31version = "0.3.5"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
34
35[[package]]
36name = "anstyle-parse"
37version = "0.1.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116"
40dependencies = [
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "0.2.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa"
49dependencies = [
50 "anstyle",
51 "windows-sys 0.45.0",
52]
53
54[[package]]
15name = "anyhow" 55name = "anyhow"
16version = "1.0.70" 56version = "1.0.70"
17source = "registry+https://github.com/rust-lang/crates.io-index" 57source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -23,7 +63,7 @@ version = "0.2.14"
23source = "registry+https://github.com/rust-lang/crates.io-index" 63source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 64checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
25dependencies = [ 65dependencies = [
26 "hermit-abi", 66 "hermit-abi 0.1.19",
27 "libc", 67 "libc",
28 "winapi", 68 "winapi",
29] 69]
@@ -57,6 +97,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 97checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
58 98
59[[package]] 99[[package]]
100name = "cc"
101version = "1.0.79"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
104
105[[package]]
60name = "cfg-if" 106name = "cfg-if"
61version = "1.0.0" 107version = "1.0.0"
62source = "registry+https://github.com/rust-lang/crates.io-index" 108source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -64,51 +110,107 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
64 110
65[[package]] 111[[package]]
66name = "clap" 112name = "clap"
67version = "3.2.23" 113version = "4.2.1"
68source = "registry+https://github.com/rust-lang/crates.io-index" 114source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 115checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3"
70dependencies = [ 116dependencies = [
71 "atty", 117 "clap_builder",
72 "bitflags",
73 "clap_derive", 118 "clap_derive",
74 "clap_lex",
75 "indexmap",
76 "once_cell", 119 "once_cell",
120]
121
122[[package]]
123name = "clap_builder"
124version = "4.2.1"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f"
127dependencies = [
128 "anstream",
129 "anstyle",
130 "bitflags",
131 "clap_lex",
77 "strsim", 132 "strsim",
78 "termcolor",
79 "textwrap",
80] 133]
81 134
82[[package]] 135[[package]]
83name = "clap_derive" 136name = "clap_derive"
84version = "3.2.18" 137version = "4.2.0"
85source = "registry+https://github.com/rust-lang/crates.io-index" 138source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 139checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
87dependencies = [ 140dependencies = [
88 "heck", 141 "heck",
89 "proc-macro-error",
90 "proc-macro2", 142 "proc-macro2",
91 "quote", 143 "quote",
92 "syn 1.0.109", 144 "syn",
93] 145]
94 146
95[[package]] 147[[package]]
96name = "clap_lex" 148name = "clap_lex"
97version = "0.2.4" 149version = "0.4.1"
98source = "registry+https://github.com/rust-lang/crates.io-index" 150source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 151checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
152
153[[package]]
154name = "colored"
155version = "2.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
158dependencies = [
159 "atty",
160 "lazy_static",
161 "winapi",
162]
163
164[[package]]
165name = "concolor-override"
166version = "1.0.0"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
169
170[[package]]
171name = "concolor-query"
172version = "0.3.3"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
175dependencies = [
176 "windows-sys 0.45.0",
177]
178
179[[package]]
180name = "crossterm"
181version = "0.25.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
184dependencies = [
185 "bitflags",
186 "crossterm_winapi",
187 "libc",
188 "mio",
189 "parking_lot",
190 "signal-hook",
191 "signal-hook-mio",
192 "winapi",
193]
194
195[[package]]
196name = "crossterm_winapi"
197version = "0.9.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
100dependencies = [ 200dependencies = [
101 "os_str_bytes", 201 "winapi",
102] 202]
103 203
104[[package]] 204[[package]]
105name = "dotup" 205name = "dotup"
106version = "0.1.0" 206version = "0.2.0"
107dependencies = [ 207dependencies = [
108 "anyhow", 208 "anyhow",
109 "clap", 209 "clap",
210 "colored",
110 "env_logger", 211 "env_logger",
111 "globset", 212 "globset",
213 "inquire",
112 "log", 214 "log",
113 "nom", 215 "nom",
114 "nom_locate", 216 "nom_locate",
@@ -117,6 +219,12 @@ dependencies = [
117] 219]
118 220
119[[package]] 221[[package]]
222name = "dyn-clone"
223version = "1.0.11"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
226
227[[package]]
120name = "env_logger" 228name = "env_logger"
121version = "0.9.3" 229version = "0.9.3"
122source = "registry+https://github.com/rust-lang/crates.io-index" 230source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -130,6 +238,27 @@ dependencies = [
130] 238]
131 239
132[[package]] 240[[package]]
241name = "errno"
242version = "0.3.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
245dependencies = [
246 "errno-dragonfly",
247 "libc",
248 "windows-sys 0.45.0",
249]
250
251[[package]]
252name = "errno-dragonfly"
253version = "0.1.2"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
256dependencies = [
257 "cc",
258 "libc",
259]
260
261[[package]]
133name = "fnv" 262name = "fnv"
134version = "1.0.7" 263version = "1.0.7"
135source = "registry+https://github.com/rust-lang/crates.io-index" 264source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -149,12 +278,6 @@ dependencies = [
149] 278]
150 279
151[[package]] 280[[package]]
152name = "hashbrown"
153version = "0.12.3"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
156
157[[package]]
158name = "heck" 281name = "heck"
159version = "0.4.1" 282version = "0.4.1"
160source = "registry+https://github.com/rust-lang/crates.io-index" 283source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -170,28 +293,85 @@ dependencies = [
170] 293]
171 294
172[[package]] 295[[package]]
296name = "hermit-abi"
297version = "0.3.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
300
301[[package]]
173name = "humantime" 302name = "humantime"
174version = "2.1.0" 303version = "2.1.0"
175source = "registry+https://github.com/rust-lang/crates.io-index" 304source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 305checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
177 306
178[[package]] 307[[package]]
179name = "indexmap" 308name = "inquire"
180version = "1.9.3" 309version = "0.6.0"
181source = "registry+https://github.com/rust-lang/crates.io-index" 310source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 311checksum = "fd079157ad94a32f7511b2e13037f3ae417ad80a6a9b0de29154d48b86f5d6c8"
183dependencies = [ 312dependencies = [
184 "autocfg", 313 "bitflags",
185 "hashbrown", 314 "crossterm",
315 "dyn-clone",
316 "lazy_static",
317 "newline-converter",
318 "thiserror",
319 "unicode-segmentation",
320 "unicode-width",
321]
322
323[[package]]
324name = "io-lifetimes"
325version = "1.0.10"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
328dependencies = [
329 "hermit-abi 0.3.1",
330 "libc",
331 "windows-sys 0.48.0",
332]
333
334[[package]]
335name = "is-terminal"
336version = "0.4.7"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
339dependencies = [
340 "hermit-abi 0.3.1",
341 "io-lifetimes",
342 "rustix",
343 "windows-sys 0.48.0",
186] 344]
187 345
188[[package]] 346[[package]]
347name = "lazy_static"
348version = "1.4.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
351
352[[package]]
189name = "libc" 353name = "libc"
190version = "0.2.141" 354version = "0.2.141"
191source = "registry+https://github.com/rust-lang/crates.io-index" 355source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 356checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
193 357
194[[package]] 358[[package]]
359name = "linux-raw-sys"
360version = "0.3.1"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
363
364[[package]]
365name = "lock_api"
366version = "0.4.9"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
369dependencies = [
370 "autocfg",
371 "scopeguard",
372]
373
374[[package]]
195name = "log" 375name = "log"
196version = "0.4.17" 376version = "0.4.17"
197source = "registry+https://github.com/rust-lang/crates.io-index" 377source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -213,6 +393,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 393checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
214 394
215[[package]] 395[[package]]
396name = "mio"
397version = "0.8.6"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
400dependencies = [
401 "libc",
402 "log",
403 "wasi",
404 "windows-sys 0.45.0",
405]
406
407[[package]]
408name = "newline-converter"
409version = "0.2.2"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
412dependencies = [
413 "unicode-segmentation",
414]
415
416[[package]]
216name = "nom" 417name = "nom"
217version = "7.1.3" 418version = "7.1.3"
218source = "registry+https://github.com/rust-lang/crates.io-index" 419source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -240,33 +441,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 441checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
241 442
242[[package]] 443[[package]]
243name = "os_str_bytes" 444name = "parking_lot"
244version = "6.5.0" 445version = "0.12.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
247
248[[package]]
249name = "proc-macro-error"
250version = "1.0.4"
251source = "registry+https://github.com/rust-lang/crates.io-index" 446source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 447checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
253dependencies = [ 448dependencies = [
254 "proc-macro-error-attr", 449 "lock_api",
255 "proc-macro2", 450 "parking_lot_core",
256 "quote",
257 "syn 1.0.109",
258 "version_check",
259] 451]
260 452
261[[package]] 453[[package]]
262name = "proc-macro-error-attr" 454name = "parking_lot_core"
263version = "1.0.4" 455version = "0.9.7"
264source = "registry+https://github.com/rust-lang/crates.io-index" 456source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 457checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
266dependencies = [ 458dependencies = [
267 "proc-macro2", 459 "cfg-if",
268 "quote", 460 "libc",
269 "version_check", 461 "redox_syscall",
462 "smallvec",
463 "windows-sys 0.45.0",
270] 464]
271 465
272[[package]] 466[[package]]
@@ -288,6 +482,15 @@ dependencies = [
288] 482]
289 483
290[[package]] 484[[package]]
485name = "redox_syscall"
486version = "0.2.16"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
489dependencies = [
490 "bitflags",
491]
492
493[[package]]
291name = "regex" 494name = "regex"
292version = "1.7.3" 495version = "1.7.3"
293source = "registry+https://github.com/rust-lang/crates.io-index" 496source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -305,12 +508,62 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 508checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
306 509
307[[package]] 510[[package]]
511name = "rustix"
512version = "0.37.8"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "1aef160324be24d31a62147fae491c14d2204a3865c7ca8c3b0d7f7bcb3ea635"
515dependencies = [
516 "bitflags",
517 "errno",
518 "io-lifetimes",
519 "libc",
520 "linux-raw-sys",
521 "windows-sys 0.48.0",
522]
523
524[[package]]
525name = "scopeguard"
526version = "1.1.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
529
530[[package]]
308name = "serde" 531name = "serde"
309version = "1.0.159" 532version = "1.0.159"
310source = "registry+https://github.com/rust-lang/crates.io-index" 533source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 534checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
312 535
313[[package]] 536[[package]]
537name = "signal-hook"
538version = "0.3.15"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
541dependencies = [
542 "libc",
543 "signal-hook-registry",
544]
545
546[[package]]
547name = "signal-hook-mio"
548version = "0.2.3"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
551dependencies = [
552 "libc",
553 "mio",
554 "signal-hook",
555]
556
557[[package]]
558name = "signal-hook-registry"
559version = "1.4.1"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
562dependencies = [
563 "libc",
564]
565
566[[package]]
314name = "slotmap" 567name = "slotmap"
315version = "1.0.6" 568version = "1.0.6"
316source = "registry+https://github.com/rust-lang/crates.io-index" 569source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -320,21 +573,16 @@ dependencies = [
320] 573]
321 574
322[[package]] 575[[package]]
323name = "strsim" 576name = "smallvec"
324version = "0.10.0" 577version = "1.10.0"
325source = "registry+https://github.com/rust-lang/crates.io-index" 578source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 579checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
327 580
328[[package]] 581[[package]]
329name = "syn" 582name = "strsim"
330version = "1.0.109" 583version = "0.10.0"
331source = "registry+https://github.com/rust-lang/crates.io-index" 584source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 585checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
333dependencies = [
334 "proc-macro2",
335 "quote",
336 "unicode-ident",
337]
338 586
339[[package]] 587[[package]]
340name = "syn" 588name = "syn"
@@ -357,12 +605,6 @@ dependencies = [
357] 605]
358 606
359[[package]] 607[[package]]
360name = "textwrap"
361version = "0.16.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
364
365[[package]]
366name = "thiserror" 608name = "thiserror"
367version = "1.0.40" 609version = "1.0.40"
368source = "registry+https://github.com/rust-lang/crates.io-index" 610source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -379,7 +621,7 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
379dependencies = [ 621dependencies = [
380 "proc-macro2", 622 "proc-macro2",
381 "quote", 623 "quote",
382 "syn 2.0.13", 624 "syn",
383] 625]
384 626
385[[package]] 627[[package]]
@@ -389,12 +631,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 631checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
390 632
391[[package]] 633[[package]]
634name = "unicode-segmentation"
635version = "1.10.1"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
638
639[[package]]
640name = "unicode-width"
641version = "0.1.10"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
644
645[[package]]
646name = "utf8parse"
647version = "0.2.1"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
650
651[[package]]
392name = "version_check" 652name = "version_check"
393version = "0.9.4" 653version = "0.9.4"
394source = "registry+https://github.com/rust-lang/crates.io-index" 654source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 655checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
396 656
397[[package]] 657[[package]]
658name = "wasi"
659version = "0.11.0+wasi-snapshot-preview1"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
662
663[[package]]
398name = "winapi" 664name = "winapi"
399version = "0.3.9" 665version = "0.3.9"
400source = "registry+https://github.com/rust-lang/crates.io-index" 666source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -424,3 +690,135 @@ name = "winapi-x86_64-pc-windows-gnu"
424version = "0.4.0" 690version = "0.4.0"
425source = "registry+https://github.com/rust-lang/crates.io-index" 691source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 692checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
693
694[[package]]
695name = "windows-sys"
696version = "0.45.0"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
699dependencies = [
700 "windows-targets 0.42.2",
701]
702
703[[package]]
704name = "windows-sys"
705version = "0.48.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
708dependencies = [
709 "windows-targets 0.48.0",
710]
711
712[[package]]
713name = "windows-targets"
714version = "0.42.2"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
717dependencies = [
718 "windows_aarch64_gnullvm 0.42.2",
719 "windows_aarch64_msvc 0.42.2",
720 "windows_i686_gnu 0.42.2",
721 "windows_i686_msvc 0.42.2",
722 "windows_x86_64_gnu 0.42.2",
723 "windows_x86_64_gnullvm 0.42.2",
724 "windows_x86_64_msvc 0.42.2",
725]
726
727[[package]]
728name = "windows-targets"
729version = "0.48.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
732dependencies = [
733 "windows_aarch64_gnullvm 0.48.0",
734 "windows_aarch64_msvc 0.48.0",
735 "windows_i686_gnu 0.48.0",
736 "windows_i686_msvc 0.48.0",
737 "windows_x86_64_gnu 0.48.0",
738 "windows_x86_64_gnullvm 0.48.0",
739 "windows_x86_64_msvc 0.48.0",
740]
741
742[[package]]
743name = "windows_aarch64_gnullvm"
744version = "0.42.2"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
747
748[[package]]
749name = "windows_aarch64_gnullvm"
750version = "0.48.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
753
754[[package]]
755name = "windows_aarch64_msvc"
756version = "0.42.2"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
759
760[[package]]
761name = "windows_aarch64_msvc"
762version = "0.48.0"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
765
766[[package]]
767name = "windows_i686_gnu"
768version = "0.42.2"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
771
772[[package]]
773name = "windows_i686_gnu"
774version = "0.48.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
777
778[[package]]
779name = "windows_i686_msvc"
780version = "0.42.2"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
783
784[[package]]
785name = "windows_i686_msvc"
786version = "0.48.0"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
789
790[[package]]
791name = "windows_x86_64_gnu"
792version = "0.42.2"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
795
796[[package]]
797name = "windows_x86_64_gnu"
798version = "0.48.0"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
801
802[[package]]
803name = "windows_x86_64_gnullvm"
804version = "0.42.2"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
807
808[[package]]
809name = "windows_x86_64_gnullvm"
810version = "0.48.0"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
813
814[[package]]
815name = "windows_x86_64_msvc"
816version = "0.42.2"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
819
820[[package]]
821name = "windows_x86_64_msvc"
822version = "0.48.0"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"