blob: 8230e2ae90df657b06c0898fb30b67bd279a4215 [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "aho-corasick"
5version = "0.7.18"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
8dependencies = [
9 "memchr",
10]
11
12[[package]]
13name = "ammonia"
14version = "3.1.1"
15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "1ee7d6eb157f337c5cedc95ddf17f0cbc36d36eb7763c8e0d1c1aeb3722f6279"
17dependencies = [
18 "html5ever",
19 "lazy_static",
20 "maplit",
21 "markup5ever_rcdom",
22 "matches",
23 "tendril",
24 "url",
25]
26
27[[package]]
28name = "ansi_term"
29version = "0.11.0"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
32dependencies = [
33 "winapi 0.3.9",
34]
35
36[[package]]
37name = "anyhow"
38version = "1.0.41"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
41
42[[package]]
43name = "atty"
44version = "0.2.14"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
47dependencies = [
48 "hermit-abi",
49 "libc",
50 "winapi 0.3.9",
51]
52
53[[package]]
54name = "autocfg"
55version = "1.0.1"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
58
59[[package]]
60name = "base64"
61version = "0.12.3"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
64
65[[package]]
66name = "base64"
67version = "0.13.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
70
71[[package]]
72name = "bitflags"
73version = "1.2.1"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
76
77[[package]]
78name = "block-buffer"
79version = "0.7.3"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
82dependencies = [
83 "block-padding",
84 "byte-tools",
85 "byteorder",
86 "generic-array 0.12.4",
87]
88
89[[package]]
90name = "block-buffer"
91version = "0.9.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
94dependencies = [
95 "generic-array 0.14.4",
96]
97
98[[package]]
99name = "block-padding"
100version = "0.1.5"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
103dependencies = [
104 "byte-tools",
105]
106
107[[package]]
108name = "byte-tools"
109version = "0.3.1"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
112
113[[package]]
114name = "byteorder"
115version = "1.4.3"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
118
119[[package]]
120name = "bytes"
121version = "0.5.6"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
124
125[[package]]
126name = "bytes"
127version = "1.0.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
130
131[[package]]
132name = "cfg-if"
133version = "0.1.10"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
136
137[[package]]
138name = "cfg-if"
139version = "1.0.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
142
143[[package]]
144name = "chrono"
145version = "0.4.19"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
148dependencies = [
149 "libc",
150 "num-integer",
151 "num-traits",
152 "time",
153 "winapi 0.3.9",
154]
155
156[[package]]
157name = "clap"
158version = "2.33.3"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
161dependencies = [
162 "ansi_term",
163 "atty",
164 "bitflags",
165 "strsim",
166 "textwrap",
167 "unicode-width",
168 "vec_map",
169]
170
171[[package]]
172name = "compile_with_bazel"
173version = "0.0.0"
174dependencies = [
175 "mdbook",
176]
177
178[[package]]
179name = "cpufeatures"
180version = "0.1.5"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
183dependencies = [
184 "libc",
185]
186
187[[package]]
188name = "digest"
189version = "0.8.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
192dependencies = [
193 "generic-array 0.12.4",
194]
195
196[[package]]
197name = "digest"
198version = "0.9.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
201dependencies = [
202 "generic-array 0.14.4",
203]
204
205[[package]]
206name = "dtoa"
207version = "0.4.8"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
210
211[[package]]
212name = "either"
213version = "1.6.1"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
216
217[[package]]
218name = "elasticlunr-rs"
219version = "2.3.13"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "515a402b5acb08002194dd926065be7733003bb37ac0f030dfd39160028238e1"
222dependencies = [
223 "lazy_static",
224 "regex",
225 "serde",
226 "serde_derive",
227 "serde_json",
228 "strum",
229 "strum_macros",
230]
231
232[[package]]
233name = "env_logger"
234version = "0.7.1"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
237dependencies = [
238 "atty",
239 "humantime",
240 "log",
241 "regex",
242 "termcolor",
243]
244
245[[package]]
246name = "fake-simd"
247version = "0.1.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
250
251[[package]]
252name = "filetime"
253version = "0.2.14"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
256dependencies = [
257 "cfg-if 1.0.0",
258 "libc",
259 "redox_syscall",
260 "winapi 0.3.9",
261]
262
263[[package]]
264name = "fnv"
265version = "1.0.7"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
268
269[[package]]
270name = "form_urlencoded"
271version = "1.0.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
274dependencies = [
275 "matches",
276 "percent-encoding",
277]
278
279[[package]]
280name = "fsevent"
281version = "0.4.0"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
284dependencies = [
285 "bitflags",
286 "fsevent-sys",
287]
288
289[[package]]
290name = "fsevent-sys"
291version = "2.0.1"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
294dependencies = [
295 "libc",
296]
297
298[[package]]
299name = "fuchsia-zircon"
300version = "0.3.3"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
303dependencies = [
304 "bitflags",
305 "fuchsia-zircon-sys",
306]
307
308[[package]]
309name = "fuchsia-zircon-sys"
310version = "0.3.3"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
313
314[[package]]
315name = "futf"
316version = "0.1.4"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
319dependencies = [
320 "mac",
321 "new_debug_unreachable",
322]
323
324[[package]]
325name = "futures"
326version = "0.3.15"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
329dependencies = [
330 "futures-channel",
331 "futures-core",
332 "futures-io",
333 "futures-sink",
334 "futures-task",
335 "futures-util",
336]
337
338[[package]]
339name = "futures-channel"
340version = "0.3.15"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
343dependencies = [
344 "futures-core",
345 "futures-sink",
346]
347
348[[package]]
349name = "futures-core"
350version = "0.3.15"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
353
354[[package]]
355name = "futures-io"
356version = "0.3.15"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
359
360[[package]]
361name = "futures-macro"
362version = "0.3.15"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
365dependencies = [
366 "autocfg",
367 "proc-macro-hack",
368 "proc-macro2",
369 "quote",
370 "syn",
371]
372
373[[package]]
374name = "futures-sink"
375version = "0.3.15"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
378
379[[package]]
380name = "futures-task"
381version = "0.3.15"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
384
385[[package]]
386name = "futures-util"
387version = "0.3.15"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
390dependencies = [
391 "autocfg",
392 "futures-core",
393 "futures-macro",
394 "futures-sink",
395 "futures-task",
396 "pin-project-lite 0.2.7",
397 "pin-utils",
398 "proc-macro-hack",
399 "proc-macro-nested",
400 "slab",
401]
402
403[[package]]
404name = "generic-array"
405version = "0.12.4"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
408dependencies = [
409 "typenum",
410]
411
412[[package]]
413name = "generic-array"
414version = "0.14.4"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
417dependencies = [
418 "typenum",
419 "version_check",
420]
421
422[[package]]
423name = "getopts"
424version = "0.2.21"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
427dependencies = [
428 "unicode-width",
429]
430
431[[package]]
432name = "getrandom"
433version = "0.1.16"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
436dependencies = [
437 "cfg-if 1.0.0",
438 "libc",
439 "wasi 0.9.0+wasi-snapshot-preview1",
440]
441
442[[package]]
443name = "getrandom"
444version = "0.2.3"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
447dependencies = [
448 "cfg-if 1.0.0",
449 "libc",
450 "wasi 0.10.2+wasi-snapshot-preview1",
451]
452
453[[package]]
454name = "gitignore"
455version = "1.0.7"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4"
458dependencies = [
459 "glob",
460]
461
462[[package]]
463name = "glob"
464version = "0.3.0"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
467
468[[package]]
469name = "h2"
470version = "0.2.7"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
473dependencies = [
474 "bytes 0.5.6",
475 "fnv",
476 "futures-core",
477 "futures-sink",
478 "futures-util",
479 "http",
480 "indexmap",
481 "slab",
482 "tokio",
483 "tokio-util",
484 "tracing",
485 "tracing-futures",
486]
487
488[[package]]
489name = "handlebars"
490version = "4.0.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "2060119114dd8a8bc87facce6384751af8280a7adc8e203c023c95cbb11f5663"
493dependencies = [
494 "log",
495 "pest",
496 "pest_derive",
497 "quick-error 2.0.1",
498 "serde",
499 "serde_json",
500]
501
502[[package]]
503name = "hashbrown"
504version = "0.11.2"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
507
508[[package]]
509name = "headers"
510version = "0.3.4"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855"
513dependencies = [
514 "base64 0.13.0",
515 "bitflags",
516 "bytes 1.0.1",
517 "headers-core",
518 "http",
519 "mime",
520 "sha-1 0.9.6",
521 "time",
522]
523
524[[package]]
525name = "headers-core"
526version = "0.2.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
529dependencies = [
530 "http",
531]
532
533[[package]]
534name = "heck"
535version = "0.3.3"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
538dependencies = [
539 "unicode-segmentation",
540]
541
542[[package]]
543name = "hermit-abi"
544version = "0.1.19"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
547dependencies = [
548 "libc",
549]
550
551[[package]]
552name = "html5ever"
553version = "0.25.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
556dependencies = [
557 "log",
558 "mac",
559 "markup5ever",
560 "proc-macro2",
561 "quote",
562 "syn",
563]
564
565[[package]]
566name = "http"
567version = "0.2.4"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
570dependencies = [
571 "bytes 1.0.1",
572 "fnv",
573 "itoa",
574]
575
576[[package]]
577name = "http-body"
578version = "0.3.1"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
581dependencies = [
582 "bytes 0.5.6",
583 "http",
584]
585
586[[package]]
587name = "httparse"
588version = "1.4.1"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
591
592[[package]]
593name = "httpdate"
594version = "0.3.2"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
597
598[[package]]
599name = "humantime"
600version = "1.3.0"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
603dependencies = [
604 "quick-error 1.2.3",
605]
606
607[[package]]
608name = "hyper"
609version = "0.13.10"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
612dependencies = [
613 "bytes 0.5.6",
614 "futures-channel",
615 "futures-core",
616 "futures-util",
617 "h2",
618 "http",
619 "http-body",
620 "httparse",
621 "httpdate",
622 "itoa",
623 "pin-project 1.0.7",
624 "socket2",
625 "tokio",
626 "tower-service",
627 "tracing",
628 "want",
629]
630
631[[package]]
632name = "idna"
633version = "0.2.3"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
636dependencies = [
637 "matches",
638 "unicode-bidi",
639 "unicode-normalization",
640]
641
642[[package]]
643name = "indexmap"
644version = "1.7.0"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
647dependencies = [
648 "autocfg",
649 "hashbrown",
650]
651
652[[package]]
653name = "inotify"
654version = "0.7.1"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
657dependencies = [
658 "bitflags",
659 "inotify-sys",
660 "libc",
661]
662
663[[package]]
664name = "inotify-sys"
665version = "0.1.5"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
668dependencies = [
669 "libc",
670]
671
672[[package]]
673name = "input_buffer"
674version = "0.3.1"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
677dependencies = [
678 "bytes 0.5.6",
679]
680
681[[package]]
682name = "iovec"
683version = "0.1.4"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
686dependencies = [
687 "libc",
688]
689
690[[package]]
691name = "itoa"
692version = "0.4.7"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
695
696[[package]]
697name = "kernel32-sys"
698version = "0.2.2"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
701dependencies = [
702 "winapi 0.2.8",
703 "winapi-build",
704]
705
706[[package]]
707name = "lazy_static"
708version = "1.4.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
711
712[[package]]
713name = "lazycell"
714version = "1.3.0"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
717
718[[package]]
719name = "libc"
720version = "0.2.97"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
723
724[[package]]
725name = "log"
726version = "0.4.14"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
729dependencies = [
730 "cfg-if 1.0.0",
731]
732
733[[package]]
734name = "mac"
735version = "0.1.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
738
739[[package]]
740name = "maplit"
741version = "1.0.2"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
744
745[[package]]
746name = "markup5ever"
747version = "0.10.1"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
750dependencies = [
751 "log",
752 "phf",
753 "phf_codegen",
754 "string_cache",
755 "string_cache_codegen",
756 "tendril",
757]
758
759[[package]]
760name = "markup5ever_rcdom"
761version = "0.1.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
764dependencies = [
765 "html5ever",
766 "markup5ever",
767 "tendril",
768 "xml5ever",
769]
770
771[[package]]
772name = "matches"
773version = "0.1.8"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
776
777[[package]]
778name = "mdbook"
779version = "0.4.10"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "b6da0e609de0d4a7e0d42367d91b87117e3dce74d3d1699efeda1fefb2a6fa85"
782dependencies = [
783 "ammonia",
784 "anyhow",
785 "chrono",
786 "clap",
787 "elasticlunr-rs",
788 "env_logger",
789 "futures-util",
790 "gitignore",
791 "handlebars",
792 "lazy_static",
793 "log",
794 "memchr",
795 "notify",
796 "open",
797 "pulldown-cmark",
798 "regex",
799 "serde",
800 "serde_derive",
801 "serde_json",
802 "shlex",
803 "tempfile",
804 "tokio",
805 "toml",
806 "warp",
807]
808
809[[package]]
810name = "memchr"
811version = "2.4.0"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
814
815[[package]]
816name = "mime"
817version = "0.3.16"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
820
821[[package]]
822name = "mime_guess"
823version = "2.0.3"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
826dependencies = [
827 "mime",
828 "unicase",
829]
830
831[[package]]
832name = "mio"
833version = "0.6.23"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
836dependencies = [
837 "cfg-if 0.1.10",
838 "fuchsia-zircon",
839 "fuchsia-zircon-sys",
840 "iovec",
841 "kernel32-sys",
842 "libc",
843 "log",
844 "miow",
845 "net2",
846 "slab",
847 "winapi 0.2.8",
848]
849
850[[package]]
851name = "mio-extras"
852version = "2.0.6"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
855dependencies = [
856 "lazycell",
857 "log",
858 "mio",
859 "slab",
860]
861
862[[package]]
863name = "miow"
864version = "0.2.2"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
867dependencies = [
868 "kernel32-sys",
869 "net2",
870 "winapi 0.2.8",
871 "ws2_32-sys",
872]
873
874[[package]]
875name = "net2"
876version = "0.2.37"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
879dependencies = [
880 "cfg-if 0.1.10",
881 "libc",
882 "winapi 0.3.9",
883]
884
885[[package]]
886name = "new_debug_unreachable"
887version = "1.0.4"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
890
891[[package]]
892name = "notify"
893version = "4.0.17"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
896dependencies = [
897 "bitflags",
898 "filetime",
899 "fsevent",
900 "fsevent-sys",
901 "inotify",
902 "libc",
903 "mio",
904 "mio-extras",
905 "walkdir",
906 "winapi 0.3.9",
907]
908
909[[package]]
910name = "num-integer"
911version = "0.1.44"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
914dependencies = [
915 "autocfg",
916 "num-traits",
917]
918
919[[package]]
920name = "num-traits"
921version = "0.2.14"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
924dependencies = [
925 "autocfg",
926]
927
928[[package]]
929name = "opaque-debug"
930version = "0.2.3"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
933
934[[package]]
935name = "opaque-debug"
936version = "0.3.0"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
939
940[[package]]
941name = "open"
942version = "1.7.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20"
945dependencies = [
946 "which",
947 "winapi 0.3.9",
948]
949
950[[package]]
951name = "percent-encoding"
952version = "2.1.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
955
956[[package]]
957name = "pest"
958version = "2.1.3"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
961dependencies = [
962 "ucd-trie",
963]
964
965[[package]]
966name = "pest_derive"
967version = "2.1.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
970dependencies = [
971 "pest",
972 "pest_generator",
973]
974
975[[package]]
976name = "pest_generator"
977version = "2.1.3"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
980dependencies = [
981 "pest",
982 "pest_meta",
983 "proc-macro2",
984 "quote",
985 "syn",
986]
987
988[[package]]
989name = "pest_meta"
990version = "2.1.3"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
993dependencies = [
994 "maplit",
995 "pest",
996 "sha-1 0.8.2",
997]
998
999[[package]]
1000name = "phf"
1001version = "0.8.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
1004dependencies = [
1005 "phf_shared",
1006]
1007
1008[[package]]
1009name = "phf_codegen"
1010version = "0.8.0"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
1013dependencies = [
1014 "phf_generator",
1015 "phf_shared",
1016]
1017
1018[[package]]
1019name = "phf_generator"
1020version = "0.8.0"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
1023dependencies = [
1024 "phf_shared",
1025 "rand 0.7.3",
1026]
1027
1028[[package]]
1029name = "phf_shared"
1030version = "0.8.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
1033dependencies = [
1034 "siphasher",
1035]
1036
1037[[package]]
1038name = "pin-project"
1039version = "0.4.28"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
1042dependencies = [
1043 "pin-project-internal 0.4.28",
1044]
1045
1046[[package]]
1047name = "pin-project"
1048version = "1.0.7"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
1051dependencies = [
1052 "pin-project-internal 1.0.7",
1053]
1054
1055[[package]]
1056name = "pin-project-internal"
1057version = "0.4.28"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
1060dependencies = [
1061 "proc-macro2",
1062 "quote",
1063 "syn",
1064]
1065
1066[[package]]
1067name = "pin-project-internal"
1068version = "1.0.7"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
1071dependencies = [
1072 "proc-macro2",
1073 "quote",
1074 "syn",
1075]
1076
1077[[package]]
1078name = "pin-project-lite"
1079version = "0.1.12"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
1082
1083[[package]]
1084name = "pin-project-lite"
1085version = "0.2.7"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
1088
1089[[package]]
1090name = "pin-utils"
1091version = "0.1.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1094
1095[[package]]
1096name = "ppv-lite86"
1097version = "0.2.10"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1100
1101[[package]]
1102name = "precomputed-hash"
1103version = "0.1.1"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1106
1107[[package]]
1108name = "proc-macro-hack"
1109version = "0.5.19"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1112
1113[[package]]
1114name = "proc-macro-nested"
1115version = "0.1.7"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
1118
1119[[package]]
1120name = "proc-macro2"
1121version = "1.0.27"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
1124dependencies = [
1125 "unicode-xid",
1126]
1127
1128[[package]]
1129name = "pulldown-cmark"
1130version = "0.7.2"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
1133dependencies = [
1134 "bitflags",
1135 "getopts",
1136 "memchr",
1137 "unicase",
1138]
1139
1140[[package]]
1141name = "quick-error"
1142version = "1.2.3"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1145
1146[[package]]
1147name = "quick-error"
1148version = "2.0.1"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1151
1152[[package]]
1153name = "quote"
1154version = "1.0.9"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
1157dependencies = [
1158 "proc-macro2",
1159]
1160
1161[[package]]
1162name = "rand"
1163version = "0.7.3"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1166dependencies = [
1167 "getrandom 0.1.16",
1168 "libc",
1169 "rand_chacha 0.2.2",
1170 "rand_core 0.5.1",
1171 "rand_hc 0.2.0",
1172 "rand_pcg",
1173]
1174
1175[[package]]
1176name = "rand"
1177version = "0.8.4"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
1180dependencies = [
1181 "libc",
1182 "rand_chacha 0.3.1",
1183 "rand_core 0.6.3",
1184 "rand_hc 0.3.1",
1185]
1186
1187[[package]]
1188name = "rand_chacha"
1189version = "0.2.2"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1192dependencies = [
1193 "ppv-lite86",
1194 "rand_core 0.5.1",
1195]
1196
1197[[package]]
1198name = "rand_chacha"
1199version = "0.3.1"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1202dependencies = [
1203 "ppv-lite86",
1204 "rand_core 0.6.3",
1205]
1206
1207[[package]]
1208name = "rand_core"
1209version = "0.5.1"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1212dependencies = [
1213 "getrandom 0.1.16",
1214]
1215
1216[[package]]
1217name = "rand_core"
1218version = "0.6.3"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1221dependencies = [
1222 "getrandom 0.2.3",
1223]
1224
1225[[package]]
1226name = "rand_hc"
1227version = "0.2.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1230dependencies = [
1231 "rand_core 0.5.1",
1232]
1233
1234[[package]]
1235name = "rand_hc"
1236version = "0.3.1"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
1239dependencies = [
1240 "rand_core 0.6.3",
1241]
1242
1243[[package]]
1244name = "rand_pcg"
1245version = "0.2.1"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1248dependencies = [
1249 "rand_core 0.5.1",
1250]
1251
1252[[package]]
1253name = "redox_syscall"
1254version = "0.2.9"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
1257dependencies = [
1258 "bitflags",
1259]
1260
1261[[package]]
1262name = "regex"
1263version = "1.5.4"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
1266dependencies = [
1267 "aho-corasick",
1268 "memchr",
1269 "regex-syntax",
1270]
1271
1272[[package]]
1273name = "regex-syntax"
1274version = "0.6.25"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
1277
1278[[package]]
1279name = "remove_dir_all"
1280version = "0.5.3"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1283dependencies = [
1284 "winapi 0.3.9",
1285]
1286
1287[[package]]
1288name = "ryu"
1289version = "1.0.5"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1292
1293[[package]]
1294name = "same-file"
1295version = "1.0.6"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1298dependencies = [
1299 "winapi-util",
1300]
1301
1302[[package]]
1303name = "scoped-tls"
1304version = "1.0.0"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
1307
1308[[package]]
1309name = "serde"
1310version = "1.0.126"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
1313
1314[[package]]
1315name = "serde_derive"
1316version = "1.0.126"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
1319dependencies = [
1320 "proc-macro2",
1321 "quote",
1322 "syn",
1323]
1324
1325[[package]]
1326name = "serde_json"
1327version = "1.0.64"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1330dependencies = [
1331 "itoa",
1332 "ryu",
1333 "serde",
1334]
1335
1336[[package]]
1337name = "serde_urlencoded"
1338version = "0.6.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
1341dependencies = [
1342 "dtoa",
1343 "itoa",
1344 "serde",
1345 "url",
1346]
1347
1348[[package]]
1349name = "sha-1"
1350version = "0.8.2"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
1353dependencies = [
1354 "block-buffer 0.7.3",
1355 "digest 0.8.1",
1356 "fake-simd",
1357 "opaque-debug 0.2.3",
1358]
1359
1360[[package]]
1361name = "sha-1"
1362version = "0.9.6"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
1365dependencies = [
1366 "block-buffer 0.9.0",
1367 "cfg-if 1.0.0",
1368 "cpufeatures",
1369 "digest 0.9.0",
1370 "opaque-debug 0.3.0",
1371]
1372
1373[[package]]
1374name = "shlex"
1375version = "1.0.0"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
1378
1379[[package]]
1380name = "siphasher"
1381version = "0.3.5"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
1384
1385[[package]]
1386name = "slab"
1387version = "0.4.3"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
1390
1391[[package]]
1392name = "socket2"
1393version = "0.3.19"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1396dependencies = [
1397 "cfg-if 1.0.0",
1398 "libc",
1399 "winapi 0.3.9",
1400]
1401
1402[[package]]
1403name = "string_cache"
1404version = "0.8.1"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
1407dependencies = [
1408 "lazy_static",
1409 "new_debug_unreachable",
1410 "phf_shared",
1411 "precomputed-hash",
1412 "serde",
1413]
1414
1415[[package]]
1416name = "string_cache_codegen"
1417version = "0.5.1"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
1420dependencies = [
1421 "phf_generator",
1422 "phf_shared",
1423 "proc-macro2",
1424 "quote",
1425]
1426
1427[[package]]
1428name = "strsim"
1429version = "0.8.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1432
1433[[package]]
1434name = "strum"
1435version = "0.21.0"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
1438
1439[[package]]
1440name = "strum_macros"
1441version = "0.21.1"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
1444dependencies = [
1445 "heck",
1446 "proc-macro2",
1447 "quote",
1448 "syn",
1449]
1450
1451[[package]]
1452name = "syn"
1453version = "1.0.73"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
1456dependencies = [
1457 "proc-macro2",
1458 "quote",
1459 "unicode-xid",
1460]
1461
1462[[package]]
1463name = "tempfile"
1464version = "3.2.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
1467dependencies = [
1468 "cfg-if 1.0.0",
1469 "libc",
1470 "rand 0.8.4",
1471 "redox_syscall",
1472 "remove_dir_all",
1473 "winapi 0.3.9",
1474]
1475
1476[[package]]
1477name = "tendril"
1478version = "0.4.2"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
1481dependencies = [
1482 "futf",
1483 "mac",
1484 "utf-8",
1485]
1486
1487[[package]]
1488name = "termcolor"
1489version = "1.1.2"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1492dependencies = [
1493 "winapi-util",
1494]
1495
1496[[package]]
1497name = "textwrap"
1498version = "0.11.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1501dependencies = [
1502 "unicode-width",
1503]
1504
1505[[package]]
1506name = "time"
1507version = "0.1.43"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
1510dependencies = [
1511 "libc",
1512 "winapi 0.3.9",
1513]
1514
1515[[package]]
1516name = "tinyvec"
1517version = "1.2.0"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
1520dependencies = [
1521 "tinyvec_macros",
1522]
1523
1524[[package]]
1525name = "tinyvec_macros"
1526version = "0.1.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1529
1530[[package]]
1531name = "tokio"
1532version = "0.2.25"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
1535dependencies = [
1536 "bytes 0.5.6",
1537 "fnv",
1538 "futures-core",
1539 "iovec",
1540 "lazy_static",
1541 "memchr",
1542 "mio",
1543 "pin-project-lite 0.1.12",
1544 "slab",
1545 "tokio-macros",
1546]
1547
1548[[package]]
1549name = "tokio-macros"
1550version = "0.2.6"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
1553dependencies = [
1554 "proc-macro2",
1555 "quote",
1556 "syn",
1557]
1558
1559[[package]]
1560name = "tokio-tungstenite"
1561version = "0.11.0"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c"
1564dependencies = [
1565 "futures-util",
1566 "log",
1567 "pin-project 0.4.28",
1568 "tokio",
1569 "tungstenite",
1570]
1571
1572[[package]]
1573name = "tokio-util"
1574version = "0.3.1"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
1577dependencies = [
1578 "bytes 0.5.6",
1579 "futures-core",
1580 "futures-sink",
1581 "log",
1582 "pin-project-lite 0.1.12",
1583 "tokio",
1584]
1585
1586[[package]]
1587name = "toml"
1588version = "0.5.8"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
1591dependencies = [
1592 "serde",
1593]
1594
1595[[package]]
1596name = "tower-service"
1597version = "0.3.1"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
1600
1601[[package]]
1602name = "tracing"
1603version = "0.1.26"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
1606dependencies = [
1607 "cfg-if 1.0.0",
1608 "log",
1609 "pin-project-lite 0.2.7",
1610 "tracing-core",
1611]
1612
1613[[package]]
1614name = "tracing-core"
1615version = "0.1.18"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
1618dependencies = [
1619 "lazy_static",
1620]
1621
1622[[package]]
1623name = "tracing-futures"
1624version = "0.2.5"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1627dependencies = [
1628 "pin-project 1.0.7",
1629 "tracing",
1630]
1631
1632[[package]]
1633name = "try-lock"
1634version = "0.2.3"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1637
1638[[package]]
1639name = "tungstenite"
1640version = "0.11.1"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23"
1643dependencies = [
1644 "base64 0.12.3",
1645 "byteorder",
1646 "bytes 0.5.6",
1647 "http",
1648 "httparse",
1649 "input_buffer",
1650 "log",
1651 "rand 0.7.3",
1652 "sha-1 0.9.6",
1653 "url",
1654 "utf-8",
1655]
1656
1657[[package]]
1658name = "typenum"
1659version = "1.13.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
1662
1663[[package]]
1664name = "ucd-trie"
1665version = "0.1.3"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1668
1669[[package]]
1670name = "unicase"
1671version = "2.6.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1674dependencies = [
1675 "version_check",
1676]
1677
1678[[package]]
1679name = "unicode-bidi"
1680version = "0.3.5"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
1683dependencies = [
1684 "matches",
1685]
1686
1687[[package]]
1688name = "unicode-normalization"
1689version = "0.1.19"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
1692dependencies = [
1693 "tinyvec",
1694]
1695
1696[[package]]
1697name = "unicode-segmentation"
1698version = "1.8.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
1701
1702[[package]]
1703name = "unicode-width"
1704version = "0.1.8"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1707
1708[[package]]
1709name = "unicode-xid"
1710version = "0.2.2"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
1713
1714[[package]]
1715name = "url"
1716version = "2.2.2"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
1719dependencies = [
1720 "form_urlencoded",
1721 "idna",
1722 "matches",
1723 "percent-encoding",
1724]
1725
1726[[package]]
1727name = "urlencoding"
1728version = "1.3.3"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
1731
1732[[package]]
1733name = "utf-8"
1734version = "0.7.6"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1737
1738[[package]]
1739name = "vec_map"
1740version = "0.8.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1743
1744[[package]]
1745name = "version_check"
1746version = "0.9.3"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
1749
1750[[package]]
1751name = "walkdir"
1752version = "2.3.2"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
1755dependencies = [
1756 "same-file",
1757 "winapi 0.3.9",
1758 "winapi-util",
1759]
1760
1761[[package]]
1762name = "want"
1763version = "0.3.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1766dependencies = [
1767 "log",
1768 "try-lock",
1769]
1770
1771[[package]]
1772name = "warp"
1773version = "0.2.5"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407"
1776dependencies = [
1777 "bytes 0.5.6",
1778 "futures",
1779 "headers",
1780 "http",
1781 "hyper",
1782 "log",
1783 "mime",
1784 "mime_guess",
1785 "pin-project 0.4.28",
1786 "scoped-tls",
1787 "serde",
1788 "serde_json",
1789 "serde_urlencoded",
1790 "tokio",
1791 "tokio-tungstenite",
1792 "tower-service",
1793 "tracing",
1794 "tracing-futures",
1795 "urlencoding",
1796]
1797
1798[[package]]
1799name = "wasi"
1800version = "0.9.0+wasi-snapshot-preview1"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1803
1804[[package]]
1805name = "wasi"
1806version = "0.10.2+wasi-snapshot-preview1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
1809
1810[[package]]
1811name = "which"
1812version = "4.1.0"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
1815dependencies = [
1816 "either",
1817 "libc",
1818]
1819
1820[[package]]
1821name = "winapi"
1822version = "0.2.8"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1825
1826[[package]]
1827name = "winapi"
1828version = "0.3.9"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1831dependencies = [
1832 "winapi-i686-pc-windows-gnu",
1833 "winapi-x86_64-pc-windows-gnu",
1834]
1835
1836[[package]]
1837name = "winapi-build"
1838version = "0.1.1"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1841
1842[[package]]
1843name = "winapi-i686-pc-windows-gnu"
1844version = "0.4.0"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1847
1848[[package]]
1849name = "winapi-util"
1850version = "0.1.5"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1853dependencies = [
1854 "winapi 0.3.9",
1855]
1856
1857[[package]]
1858name = "winapi-x86_64-pc-windows-gnu"
1859version = "0.4.0"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1862
1863[[package]]
1864name = "ws2_32-sys"
1865version = "0.2.1"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1868dependencies = [
1869 "winapi 0.2.8",
1870 "winapi-build",
1871]
1872
1873[[package]]
1874name = "xml5ever"
1875version = "0.16.1"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
1878dependencies = [
1879 "log",
1880 "mac",
1881 "markup5ever",
1882 "time",
1883]