1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "autocfg"
16version = "1.1.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
19
20[[package]]
21name = "bitflags"
22version = "1.3.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
25
26[[package]]
27name = "block-buffer"
28version = "0.9.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
31dependencies = [
32 "generic-array",
33]
34
35[[package]]
36name = "bytes"
37version = "1.1.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
40
41[[package]]
42name = "cfg-if"
43version = "1.0.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
46
47[[package]]
48name = "chrono"
49version = "0.4.19"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
52dependencies = [
53 "libc",
54 "num-integer",
55 "num-traits",
56 "time",
57 "winapi",
58]
59
60[[package]]
61name = "cpufeatures"
62version = "0.2.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
65dependencies = [
66 "libc",
67]
68
69[[package]]
70name = "digest"
71version = "0.9.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
74dependencies = [
75 "generic-array",
76]
77
78[[package]]
79name = "filetime"
80version = "0.2.16"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
83dependencies = [
84 "cfg-if",
85 "libc",
86 "redox_syscall",
87 "winapi",
88]
89
90[[package]]
91name = "fnv"
92version = "1.0.7"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
95
96[[package]]
97name = "futures-channel"
98version = "0.3.21"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
101dependencies = [
102 "futures-core",
103]
104
105[[package]]
106name = "futures-core"
107version = "0.3.21"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
110
111[[package]]
112name = "futures-sink"
113version = "0.3.21"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
116
117[[package]]
118name = "futures-task"
119version = "0.3.21"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
122
123[[package]]
124name = "futures-util"
125version = "0.3.21"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
128dependencies = [
129 "futures-core",
130 "futures-task",
131 "pin-project-lite",
132 "pin-utils",
133]
134
135[[package]]
136name = "generic-array"
137version = "0.14.5"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
140dependencies = [
141 "typenum",
142 "version_check",
143]
144
145[[package]]
146name = "h2"
147version = "0.3.13"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
150dependencies = [
151 "bytes",
152 "fnv",
153 "futures-core",
154 "futures-sink",
155 "futures-util",
156 "http",
157 "indexmap",
158 "slab",
159 "tokio",
160 "tokio-util",
161 "tracing",
162]
163
164[[package]]
165name = "hashbrown"
166version = "0.11.2"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
169
170[[package]]
171name = "hermit-abi"
172version = "0.1.19"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
175dependencies = [
176 "libc",
177]
178
179[[package]]
180name = "home"
181version = "0.5.3"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
184dependencies = [
185 "winapi",
186]
187
188[[package]]
189name = "http"
190version = "0.2.7"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
193dependencies = [
194 "bytes",
195 "fnv",
196 "itoa",
197]
198
199[[package]]
200name = "http-body"
201version = "0.4.4"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
204dependencies = [
205 "bytes",
206 "http",
207 "pin-project-lite",
208]
209
210[[package]]
211name = "httparse"
212version = "1.7.1"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
215
216[[package]]
217name = "httpdate"
218version = "1.0.2"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
221
222[[package]]
223name = "hyper"
224version = "0.14.18"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
227dependencies = [
228 "bytes",
229 "futures-channel",
230 "futures-core",
231 "futures-util",
232 "h2",
233 "http",
234 "http-body",
235 "httparse",
236 "httpdate",
237 "itoa",
238 "pin-project-lite",
239 "socket2",
240 "tokio",
241 "tower-service",
242 "tracing",
243 "want",
244]
245
246[[package]]
247name = "indexmap"
248version = "1.8.1"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
251dependencies = [
252 "autocfg",
253 "hashbrown",
254]
255
256[[package]]
257name = "itoa"
258version = "1.0.1"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
261
262[[package]]
263name = "itoap"
264version = "1.0.1"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
267
268[[package]]
269name = "lazy_static"
270version = "1.4.0"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
273
274[[package]]
275name = "libc"
276version = "0.2.125"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
279
280[[package]]
281name = "lock_api"
282version = "0.4.7"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
285dependencies = [
286 "autocfg",
287 "scopeguard",
288]
289
290[[package]]
291name = "log"
292version = "0.4.17"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
295dependencies = [
296 "cfg-if",
297]
298
299[[package]]
300name = "macroblog"
301version = "0.1.0"
302dependencies = [
303 "chrono",
304 "hyper",
305 "regex",
306 "rust-embed",
307 "sailfish",
308 "tokio",
309]
310
311[[package]]
312name = "memchr"
313version = "2.5.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
316
317[[package]]
318name = "mio"
319version = "0.8.2"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
322dependencies = [
323 "libc",
324 "log",
325 "miow",
326 "ntapi",
327 "wasi 0.11.0+wasi-snapshot-preview1",
328 "winapi",
329]
330
331[[package]]
332name = "miow"
333version = "0.3.7"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
336dependencies = [
337 "winapi",
338]
339
340[[package]]
341name = "ntapi"
342version = "0.3.7"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
345dependencies = [
346 "winapi",
347]
348
349[[package]]
350name = "num-integer"
351version = "0.1.45"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
354dependencies = [
355 "autocfg",
356 "num-traits",
357]
358
359[[package]]
360name = "num-traits"
361version = "0.2.15"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
364dependencies = [
365 "autocfg",
366]
367
368[[package]]
369name = "num_cpus"
370version = "1.13.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
373dependencies = [
374 "hermit-abi",
375 "libc",
376]
377
378[[package]]
379name = "once_cell"
380version = "1.10.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
383
384[[package]]
385name = "opaque-debug"
386version = "0.3.0"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
389
390[[package]]
391name = "parking_lot"
392version = "0.12.0"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
395dependencies = [
396 "lock_api",
397 "parking_lot_core",
398]
399
400[[package]]
401name = "parking_lot_core"
402version = "0.9.3"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
405dependencies = [
406 "cfg-if",
407 "libc",
408 "redox_syscall",
409 "smallvec",
410 "windows-sys",
411]
412
413[[package]]
414name = "pin-project-lite"
415version = "0.2.9"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
418
419[[package]]
420name = "pin-utils"
421version = "0.1.0"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
424
425[[package]]
426name = "proc-macro2"
427version = "1.0.36"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
430dependencies = [
431 "unicode-xid",
432]
433
434[[package]]
435name = "quote"
436version = "1.0.18"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
439dependencies = [
440 "proc-macro2",
441]
442
443[[package]]
444name = "redox_syscall"
445version = "0.2.13"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
448dependencies = [
449 "bitflags",
450]
451
452[[package]]
453name = "regex"
454version = "1.5.5"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
457dependencies = [
458 "aho-corasick",
459 "memchr",
460 "regex-syntax",
461]
462
463[[package]]
464name = "regex-syntax"
465version = "0.6.25"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
468
469[[package]]
470name = "rust-embed"
471version = "6.4.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "9a17e5ac65b318f397182ae94e532da0ba56b88dd1200b774715d36c4943b1c3"
474dependencies = [
475 "rust-embed-impl",
476 "rust-embed-utils",
477 "walkdir",
478]
479
480[[package]]
481name = "rust-embed-impl"
482version = "6.2.0"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30"
485dependencies = [
486 "proc-macro2",
487 "quote",
488 "rust-embed-utils",
489 "syn",
490 "walkdir",
491]
492
493[[package]]
494name = "rust-embed-utils"
495version = "7.2.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "756feca3afcbb1487a1d01f4ecd94cf8ec98ea074c55a69e7136d29fb6166029"
498dependencies = [
499 "sha2",
500 "walkdir",
501]
502
503[[package]]
504name = "ryu"
505version = "1.0.9"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
508
509[[package]]
510name = "sailfish"
511version = "0.4.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "948a7edfc2f03d7c58a097dda25ed29440a72e8528894a6e182fe9171195fed1"
514dependencies = [
515 "itoap",
516 "ryu",
517 "sailfish-macros",
518 "version_check",
519]
520
521[[package]]
522name = "sailfish-compiler"
523version = "0.4.0"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "3f0a01133d6ce146020e6416ac6a823f813f1cbb30ff77548b4fa20749524947"
526dependencies = [
527 "filetime",
528 "home",
529 "memchr",
530 "proc-macro2",
531 "quote",
532 "serde",
533 "syn",
534 "toml",
535]
536
537[[package]]
538name = "sailfish-macros"
539version = "0.4.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "86326c1f1dce0b316e0a47071f683b185417dc64e1a704380b5c706b09e871b1"
542dependencies = [
543 "proc-macro2",
544 "sailfish-compiler",
545]
546
547[[package]]
548name = "same-file"
549version = "1.0.6"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
552dependencies = [
553 "winapi-util",
554]
555
556[[package]]
557name = "scopeguard"
558version = "1.1.0"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
561
562[[package]]
563name = "serde"
564version = "1.0.137"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
567dependencies = [
568 "serde_derive",
569]
570
571[[package]]
572name = "serde_derive"
573version = "1.0.137"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
576dependencies = [
577 "proc-macro2",
578 "quote",
579 "syn",
580]
581
582[[package]]
583name = "sha2"
584version = "0.9.9"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
587dependencies = [
588 "block-buffer",
589 "cfg-if",
590 "cpufeatures",
591 "digest",
592 "opaque-debug",
593]
594
595[[package]]
596name = "signal-hook-registry"
597version = "1.4.0"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
600dependencies = [
601 "libc",
602]
603
604[[package]]
605name = "slab"
606version = "0.4.6"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
609
610[[package]]
611name = "smallvec"
612version = "1.8.0"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
615
616[[package]]
617name = "socket2"
618version = "0.4.4"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
621dependencies = [
622 "libc",
623 "winapi",
624]
625
626[[package]]
627name = "syn"
628version = "1.0.92"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
631dependencies = [
632 "proc-macro2",
633 "quote",
634 "unicode-xid",
635]
636
637[[package]]
638name = "time"
639version = "0.1.44"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
642dependencies = [
643 "libc",
644 "wasi 0.10.0+wasi-snapshot-preview1",
645 "winapi",
646]
647
648[[package]]
649name = "tokio"
650version = "1.18.1"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
653dependencies = [
654 "bytes",
655 "libc",
656 "memchr",
657 "mio",
658 "num_cpus",
659 "once_cell",
660 "parking_lot",
661 "pin-project-lite",
662 "signal-hook-registry",
663 "socket2",
664 "tokio-macros",
665 "winapi",
666]
667
668[[package]]
669name = "tokio-macros"
670version = "1.7.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
673dependencies = [
674 "proc-macro2",
675 "quote",
676 "syn",
677]
678
679[[package]]
680name = "tokio-util"
681version = "0.7.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
684dependencies = [
685 "bytes",
686 "futures-core",
687 "futures-sink",
688 "pin-project-lite",
689 "tokio",
690 "tracing",
691]
692
693[[package]]
694name = "toml"
695version = "0.5.9"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
698dependencies = [
699 "serde",
700]
701
702[[package]]
703name = "tower-service"
704version = "0.3.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
707
708[[package]]
709name = "tracing"
710version = "0.1.34"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
713dependencies = [
714 "cfg-if",
715 "pin-project-lite",
716 "tracing-attributes",
717 "tracing-core",
718]
719
720[[package]]
721name = "tracing-attributes"
722version = "0.1.21"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
725dependencies = [
726 "proc-macro2",
727 "quote",
728 "syn",
729]
730
731[[package]]
732name = "tracing-core"
733version = "0.1.26"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
736dependencies = [
737 "lazy_static",
738]
739
740[[package]]
741name = "try-lock"
742version = "0.2.3"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
745
746[[package]]
747name = "typenum"
748version = "1.15.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
751
752[[package]]
753name = "unicode-xid"
754version = "0.2.3"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
757
758[[package]]
759name = "version_check"
760version = "0.9.4"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
763
764[[package]]
765name = "walkdir"
766version = "2.3.2"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
769dependencies = [
770 "same-file",
771 "winapi",
772 "winapi-util",
773]
774
775[[package]]
776name = "want"
777version = "0.3.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
780dependencies = [
781 "log",
782 "try-lock",
783]
784
785[[package]]
786name = "wasi"
787version = "0.10.0+wasi-snapshot-preview1"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
790
791[[package]]
792name = "wasi"
793version = "0.11.0+wasi-snapshot-preview1"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
796
797[[package]]
798name = "winapi"
799version = "0.3.9"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
802dependencies = [
803 "winapi-i686-pc-windows-gnu",
804 "winapi-x86_64-pc-windows-gnu",
805]
806
807[[package]]
808name = "winapi-i686-pc-windows-gnu"
809version = "0.4.0"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
812
813[[package]]
814name = "winapi-util"
815version = "0.1.5"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
818dependencies = [
819 "winapi",
820]
821
822[[package]]
823name = "winapi-x86_64-pc-windows-gnu"
824version = "0.4.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
827
828[[package]]
829name = "windows-sys"
830version = "0.36.1"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
833dependencies = [
834 "windows_aarch64_msvc",
835 "windows_i686_gnu",
836 "windows_i686_msvc",
837 "windows_x86_64_gnu",
838 "windows_x86_64_msvc",
839]
840
841[[package]]
842name = "windows_aarch64_msvc"
843version = "0.36.1"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
846
847[[package]]
848name = "windows_i686_gnu"
849version = "0.36.1"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
852
853[[package]]
854name = "windows_i686_msvc"
855version = "0.36.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
858
859[[package]]
860name = "windows_x86_64_gnu"
861version = "0.36.1"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
864
865[[package]]
866name = "windows_x86_64_msvc"
867version = "0.36.1"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"