1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "0.2.3"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
19
20[[package]]
21name = "aho-corasick"
22version = "0.6.10"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "ansi_term"
31version = "0.11.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
34dependencies = [
35 "winapi",
36]
37
38[[package]]
39name = "atty"
40version = "0.2.14"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
43dependencies = [
44 "hermit-abi",
45 "libc",
46 "winapi",
47]
48
49[[package]]
50name = "autocfg"
51version = "1.0.1"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
54
55[[package]]
56name = "backtrace"
57version = "0.3.51"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1"
60dependencies = [
61 "addr2line",
62 "cfg-if",
63 "libc",
64 "miniz_oxide",
65 "object",
66 "rustc-demangle",
67]
68
69[[package]]
70name = "bit-set"
71version = "0.4.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c"
74dependencies = [
75 "bit-vec",
76]
77
78[[package]]
79name = "bit-vec"
80version = "0.4.4"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f"
83
84[[package]]
85name = "bitflags"
86version = "1.2.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
89
90[[package]]
91name = "block-buffer"
92version = "0.2.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
95dependencies = [
96 "byte-tools",
97 "generic-array",
98]
99
100[[package]]
101name = "byte-tools"
102version = "0.2.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
105
106[[package]]
107name = "catfs"
108version = "0.9.0"
109dependencies = [
110 "backtrace",
111 "chan-signal",
112 "clap",
113 "daemonize",
114 "env_logger",
115 "fd",
116 "fuse",
117 "generic-array",
118 "itertools",
119 "libc",
120 "log 0.3.9",
121 "rand 0.3.23",
122 "sha2",
123 "syslog",
124 "threadpool",
125 "time",
126 "twox-hash",
127 "xattr",
128]
129
130[[package]]
131name = "cfg-if"
132version = "0.1.10"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
135
136[[package]]
137name = "chan"
138version = "0.1.23"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "d14956a3dae065ffaa0d92ece848ab4ced88d32361e7fdfbfd653a5c454a1ed8"
141dependencies = [
142 "rand 0.3.23",
143]
144
145[[package]]
146name = "chan-signal"
147version = "0.2.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "0f3bb6c3bc387004ad914f0c5b7f33ace8bf7604bbec35f228b1a017f52cd3a0"
150dependencies = [
151 "bit-set",
152 "chan",
153 "lazy_static 0.2.11",
154 "libc",
155]
156
157[[package]]
158name = "clap"
159version = "2.33.3"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
162dependencies = [
163 "ansi_term",
164 "atty",
165 "bitflags",
166 "strsim",
167 "textwrap",
168 "unicode-width",
169 "vec_map",
170]
171
172[[package]]
173name = "daemonize"
174version = "0.2.3"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "0239832c1b4ca406d5ec73728cf4c7336d25cf85dd32db9e047e9e706ee0e935"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "digest"
183version = "0.6.2"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
186dependencies = [
187 "generic-array",
188]
189
190[[package]]
191name = "either"
192version = "1.6.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
195
196[[package]]
197name = "env_logger"
198version = "0.4.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
201dependencies = [
202 "log 0.3.9",
203 "regex",
204]
205
206[[package]]
207name = "fake-simd"
208version = "0.1.2"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
211
212[[package]]
213name = "fd"
214version = "0.2.3"
215source = "git+https://github.com/stemjail/fd-rs.git?rev=3bc3e3587f8904cce8bf29163a2021c2f5906557#3bc3e3587f8904cce8bf29163a2021c2f5906557"
216dependencies = [
217 "libc",
218]
219
220[[package]]
221name = "fuchsia-cprng"
222version = "0.1.1"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
225
226[[package]]
227name = "fuse"
228version = "0.3.1"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "80e57070510966bfef93662a81cb8aa2b1c7db0964354fa9921434f04b9e8660"
231dependencies = [
232 "libc",
233 "log 0.3.9",
234 "pkg-config",
235 "thread-scoped",
236 "time",
237]
238
239[[package]]
240name = "generic-array"
241version = "0.8.3"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
244dependencies = [
245 "nodrop",
246 "typenum",
247]
248
249[[package]]
250name = "getrandom"
251version = "0.1.15"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
254dependencies = [
255 "cfg-if",
256 "libc",
257 "wasi 0.9.0+wasi-snapshot-preview1",
258]
259
260[[package]]
261name = "gimli"
262version = "0.22.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
265
266[[package]]
267name = "hermit-abi"
268version = "0.1.16"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
271dependencies = [
272 "libc",
273]
274
275[[package]]
276name = "itertools"
277version = "0.6.5"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21"
280dependencies = [
281 "either",
282]
283
284[[package]]
285name = "lazy_static"
286version = "0.2.11"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
289
290[[package]]
291name = "lazy_static"
292version = "1.4.0"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
295
296[[package]]
297name = "libc"
298version = "0.2.78"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98"
301
302[[package]]
303name = "log"
304version = "0.3.9"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
307dependencies = [
308 "log 0.4.11",
309]
310
311[[package]]
312name = "log"
313version = "0.4.11"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
316dependencies = [
317 "cfg-if",
318]
319
320[[package]]
321name = "memchr"
322version = "2.3.3"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
325
326[[package]]
327name = "miniz_oxide"
328version = "0.4.2"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
331dependencies = [
332 "adler",
333 "autocfg",
334]
335
336[[package]]
337name = "nodrop"
338version = "0.1.14"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
341
342[[package]]
343name = "num_cpus"
344version = "1.13.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
347dependencies = [
348 "hermit-abi",
349 "libc",
350]
351
352[[package]]
353name = "object"
354version = "0.20.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
357
358[[package]]
359name = "pkg-config"
360version = "0.3.18"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
363
364[[package]]
365name = "ppv-lite86"
366version = "0.2.9"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
369
370[[package]]
371name = "rand"
372version = "0.3.23"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
375dependencies = [
376 "libc",
377 "rand 0.4.6",
378]
379
380[[package]]
381name = "rand"
382version = "0.4.6"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
385dependencies = [
386 "fuchsia-cprng",
387 "libc",
388 "rand_core 0.3.1",
389 "rdrand",
390 "winapi",
391]
392
393[[package]]
394name = "rand"
395version = "0.7.3"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
398dependencies = [
399 "getrandom",
400 "libc",
401 "rand_chacha",
402 "rand_core 0.5.1",
403 "rand_hc",
404]
405
406[[package]]
407name = "rand_chacha"
408version = "0.2.2"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
411dependencies = [
412 "ppv-lite86",
413 "rand_core 0.5.1",
414]
415
416[[package]]
417name = "rand_core"
418version = "0.3.1"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
421dependencies = [
422 "rand_core 0.4.2",
423]
424
425[[package]]
426name = "rand_core"
427version = "0.4.2"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
430
431[[package]]
432name = "rand_core"
433version = "0.5.1"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
436dependencies = [
437 "getrandom",
438]
439
440[[package]]
441name = "rand_hc"
442version = "0.2.0"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
445dependencies = [
446 "rand_core 0.5.1",
447]
448
449[[package]]
450name = "rdrand"
451version = "0.4.0"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
454dependencies = [
455 "rand_core 0.3.1",
456]
457
458[[package]]
459name = "regex"
460version = "0.2.11"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
463dependencies = [
464 "aho-corasick",
465 "memchr",
466 "regex-syntax",
467 "thread_local",
468 "utf8-ranges",
469]
470
471[[package]]
472name = "regex-syntax"
473version = "0.5.6"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
476dependencies = [
477 "ucd-util",
478]
479
480[[package]]
481name = "rustc-demangle"
482version = "0.1.16"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
485
486[[package]]
487name = "sha2"
488version = "0.6.0"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
491dependencies = [
492 "block-buffer",
493 "byte-tools",
494 "digest",
495 "fake-simd",
496 "generic-array",
497]
498
499[[package]]
500name = "strsim"
501version = "0.8.0"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
504
505[[package]]
506name = "syslog"
507version = "3.3.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "bbc9b0acde4f7c05fdc1cfb05239b8a53a66815dd86c67fee5aa9bfac5b4ed42"
510dependencies = [
511 "libc",
512 "log 0.3.9",
513 "time",
514 "unix_socket",
515]
516
517[[package]]
518name = "textwrap"
519version = "0.11.0"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
522dependencies = [
523 "unicode-width",
524]
525
526[[package]]
527name = "thread-scoped"
528version = "1.0.2"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
531
532[[package]]
533name = "thread_local"
534version = "0.3.6"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
537dependencies = [
538 "lazy_static 1.4.0",
539]
540
541[[package]]
542name = "threadpool"
543version = "1.8.1"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
546dependencies = [
547 "num_cpus",
548]
549
550[[package]]
551name = "time"
552version = "0.1.44"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
555dependencies = [
556 "libc",
557 "wasi 0.10.0+wasi-snapshot-preview1",
558 "winapi",
559]
560
561[[package]]
562name = "twox-hash"
563version = "1.5.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
566dependencies = [
567 "rand 0.7.3",
568]
569
570[[package]]
571name = "typenum"
572version = "1.12.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
575
576[[package]]
577name = "ucd-util"
578version = "0.1.8"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236"
581
582[[package]]
583name = "unicode-width"
584version = "0.1.8"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
587
588[[package]]
589name = "unix_socket"
590version = "0.5.0"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
593dependencies = [
594 "cfg-if",
595 "libc",
596]
597
598[[package]]
599name = "utf8-ranges"
600version = "1.0.4"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
603
604[[package]]
605name = "vec_map"
606version = "0.8.2"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
609
610[[package]]
611name = "wasi"
612version = "0.9.0+wasi-snapshot-preview1"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
615
616[[package]]
617name = "wasi"
618version = "0.10.0+wasi-snapshot-preview1"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
621
622[[package]]
623name = "winapi"
624version = "0.3.9"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
627dependencies = [
628 "winapi-i686-pc-windows-gnu",
629 "winapi-x86_64-pc-windows-gnu",
630]
631
632[[package]]
633name = "winapi-i686-pc-windows-gnu"
634version = "0.4.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
637
638[[package]]
639name = "winapi-x86_64-pc-windows-gnu"
640version = "0.4.0"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
643
644[[package]]
645name = "xattr"
646version = "0.2.2"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
649dependencies = [
650 "libc",
651]