1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ahash"
7version = "0.7.6"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
10dependencies = [
11 "getrandom",
12 "once_cell",
13 "version_check",
14]
15
16[[package]]
17name = "aho-corasick"
18version = "0.7.19"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
21dependencies = [
22 "memchr",
23]
24
25[[package]]
26name = "bincode"
27version = "1.3.3"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
30dependencies = [
31 "serde",
32]
33
34[[package]]
35name = "bitflags"
36version = "1.3.2"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
39
40[[package]]
41name = "cc"
42version = "1.0.73"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
45
46[[package]]
47name = "cfg-if"
48version = "1.0.0"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
51
52[[package]]
53name = "errno"
54version = "0.2.8"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
57dependencies = [
58 "errno-dragonfly",
59 "libc",
60 "winapi",
61]
62
63[[package]]
64name = "errno-dragonfly"
65version = "0.1.2"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
68dependencies = [
69 "cc",
70 "libc",
71]
72
73[[package]]
74name = "form_urlencoded"
75version = "1.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
78dependencies = [
79 "percent-encoding",
80]
81
82[[package]]
83name = "fst"
84version = "0.4.7"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
87
88[[package]]
89name = "getrandom"
90version = "0.2.8"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
93dependencies = [
94 "cfg-if",
95 "libc",
96 "wasi",
97]
98
99[[package]]
100name = "hashbrown"
101version = "0.12.3"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
104dependencies = [
105 "ahash",
106]
107
108[[package]]
109name = "hyphenation"
110version = "0.8.4"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "bcf4dd4c44ae85155502a52c48739c8a48185d1449fff1963cffee63c28a50f0"
113dependencies = [
114 "bincode",
115 "fst",
116 "hyphenation_commons",
117 "pocket-resources",
118 "serde",
119]
120
121[[package]]
122name = "hyphenation_commons"
123version = "0.8.4"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "5febe7a2ade5c7d98eb8b75f946c046b335324b06a14ea0998271504134c05bf"
126dependencies = [
127 "fst",
128 "serde",
129]
130
131[[package]]
132name = "idna"
133version = "0.3.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
136dependencies = [
137 "unicode-bidi",
138 "unicode-normalization",
139]
140
141[[package]]
142name = "io-lifetimes"
143version = "0.7.4"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"
146
147[[package]]
148name = "libc"
149version = "0.2.135"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
152
153[[package]]
154name = "linux-raw-sys"
155version = "0.0.46"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
158
159[[package]]
160name = "memchr"
161version = "2.5.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
164
165[[package]]
166name = "numtoa"
167version = "0.1.0"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
170
171[[package]]
172name = "once_cell"
173version = "1.15.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
176
177[[package]]
178name = "percent-encoding"
179version = "2.2.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
182
183[[package]]
184name = "pocket-resources"
185version = "0.3.2"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "c135f38778ad324d9e9ee68690bac2c1a51f340fdf96ca13e2ab3914eb2e51d8"
188
189[[package]]
190name = "proc-macro2"
191version = "1.0.47"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
194dependencies = [
195 "unicode-ident",
196]
197
198[[package]]
199name = "pulldown-cmark"
200version = "0.8.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
203dependencies = [
204 "bitflags",
205 "memchr",
206 "unicase",
207]
208
209[[package]]
210name = "quote"
211version = "1.0.21"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
214dependencies = [
215 "proc-macro2",
216]
217
218[[package]]
219name = "redox_syscall"
220version = "0.2.16"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
223dependencies = [
224 "bitflags",
225]
226
227[[package]]
228name = "redox_termios"
229version = "0.1.2"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
232dependencies = [
233 "redox_syscall",
234]
235
236[[package]]
237name = "regex"
238version = "1.6.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
241dependencies = [
242 "aho-corasick",
243 "memchr",
244 "regex-syntax",
245]
246
247[[package]]
248name = "regex-syntax"
249version = "0.6.27"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
252
253[[package]]
254name = "rustix"
255version = "0.35.12"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"
258dependencies = [
259 "bitflags",
260 "errno",
261 "io-lifetimes",
262 "libc",
263 "linux-raw-sys",
264 "windows-sys",
265]
266
267[[package]]
268name = "semver"
269version = "1.0.14"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
272
273[[package]]
274name = "serde"
275version = "1.0.147"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
278dependencies = [
279 "serde_derive",
280]
281
282[[package]]
283name = "serde_derive"
284version = "1.0.147"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
287dependencies = [
288 "proc-macro2",
289 "quote",
290 "syn",
291]
292
293[[package]]
294name = "smawk"
295version = "0.3.1"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
298
299[[package]]
300name = "syn"
301version = "1.0.103"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
304dependencies = [
305 "proc-macro2",
306 "quote",
307 "unicode-ident",
308]
309
310[[package]]
311name = "terminal_size"
312version = "0.2.1"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "8440c860cf79def6164e4a0a983bcc2305d82419177a0e0c71930d049e3ac5a1"
315dependencies = [
316 "rustix",
317 "windows-sys",
318]
319
320[[package]]
321name = "termion"
322version = "2.0.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90"
325dependencies = [
326 "libc",
327 "numtoa",
328 "redox_syscall",
329 "redox_termios",
330]
331
332[[package]]
333name = "textwrap"
334version = "0.16.0"
335dependencies = [
336 "hyphenation",
337 "smawk",
338 "terminal_size",
339 "termion",
340 "unic-emoji-char",
341 "unicode-linebreak",
342 "unicode-width",
343 "version-sync",
344]
345
346[[package]]
347name = "tinyvec"
348version = "1.6.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
351dependencies = [
352 "tinyvec_macros",
353]
354
355[[package]]
356name = "tinyvec_macros"
357version = "0.1.0"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
360
361[[package]]
362name = "toml"
363version = "0.5.9"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
366dependencies = [
367 "serde",
368]
369
370[[package]]
371name = "unic-char-property"
372version = "0.9.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
375dependencies = [
376 "unic-char-range",
377]
378
379[[package]]
380name = "unic-char-range"
381version = "0.9.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
384
385[[package]]
386name = "unic-common"
387version = "0.9.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
390
391[[package]]
392name = "unic-emoji-char"
393version = "0.9.0"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
396dependencies = [
397 "unic-char-property",
398 "unic-char-range",
399 "unic-ucd-version",
400]
401
402[[package]]
403name = "unic-ucd-version"
404version = "0.9.0"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
407dependencies = [
408 "unic-common",
409]
410
411[[package]]
412name = "unicase"
413version = "2.6.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
416dependencies = [
417 "version_check",
418]
419
420[[package]]
421name = "unicode-bidi"
422version = "0.3.8"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
425
426[[package]]
427name = "unicode-ident"
428version = "1.0.5"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
431
432[[package]]
433name = "unicode-linebreak"
434version = "0.1.4"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
437dependencies = [
438 "hashbrown",
439 "regex",
440]
441
442[[package]]
443name = "unicode-normalization"
444version = "0.1.22"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
447dependencies = [
448 "tinyvec",
449]
450
451[[package]]
452name = "unicode-width"
453version = "0.1.10"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
456
457[[package]]
458name = "url"
459version = "2.3.1"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
462dependencies = [
463 "form_urlencoded",
464 "idna",
465 "percent-encoding",
466]
467
468[[package]]
469name = "version-sync"
470version = "0.9.4"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "99d0801cec07737d88cb900e6419f6f68733867f90b3faaa837e84692e101bf0"
473dependencies = [
474 "proc-macro2",
475 "pulldown-cmark",
476 "regex",
477 "semver",
478 "syn",
479 "toml",
480 "url",
481]
482
483[[package]]
484name = "version_check"
485version = "0.9.4"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
488
489[[package]]
490name = "wasi"
491version = "0.11.0+wasi-snapshot-preview1"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
494
495[[package]]
496name = "winapi"
497version = "0.3.9"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
500dependencies = [
501 "winapi-i686-pc-windows-gnu",
502 "winapi-x86_64-pc-windows-gnu",
503]
504
505[[package]]
506name = "winapi-i686-pc-windows-gnu"
507version = "0.4.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
510
511[[package]]
512name = "winapi-x86_64-pc-windows-gnu"
513version = "0.4.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
516
517[[package]]
518name = "windows-sys"
519version = "0.36.1"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
522dependencies = [
523 "windows_aarch64_msvc",
524 "windows_i686_gnu",
525 "windows_i686_msvc",
526 "windows_x86_64_gnu",
527 "windows_x86_64_msvc",
528]
529
530[[package]]
531name = "windows_aarch64_msvc"
532version = "0.36.1"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
535
536[[package]]
537name = "windows_i686_gnu"
538version = "0.36.1"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
541
542[[package]]
543name = "windows_i686_msvc"
544version = "0.36.1"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
547
548[[package]]
549name = "windows_x86_64_gnu"
550version = "0.36.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
553
554[[package]]
555name = "windows_x86_64_msvc"
556version = "0.36.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
559