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.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
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.12.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
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 0.1.19",
45 "libc",
46 "winapi",
47]
48
49[[package]]
50name = "backtrace"
51version = "0.3.69"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
54dependencies = [
55 "addr2line",
56 "cc",
57 "cfg-if 1.0.0",
58 "libc",
59 "miniz_oxide",
60 "object",
61 "rustc-demangle",
62]
63
64[[package]]
65name = "bit-set"
66version = "0.4.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c"
69dependencies = [
70 "bit-vec",
71]
72
73[[package]]
74name = "bit-vec"
75version = "0.4.4"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f"
78
79[[package]]
80name = "bitflags"
81version = "1.3.2"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
84
85[[package]]
86name = "block-buffer"
87version = "0.10.4"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
90dependencies = [
91 "generic-array",
92]
93
94[[package]]
95name = "catfs"
96version = "0.9.0"
97dependencies = [
98 "backtrace",
99 "chan-signal",
100 "clap",
101 "daemonize",
102 "env_logger",
103 "fd",
104 "fuse",
105 "generic-array",
106 "itertools",
107 "libc",
108 "log 0.3.9",
109 "rand 0.3.23",
110 "sha2",
111 "syslog",
112 "threadpool",
113 "time",
114 "twox-hash",
115 "xattr",
116]
117
118[[package]]
119name = "cc"
120version = "1.0.83"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
123dependencies = [
124 "libc",
125]
126
127[[package]]
128name = "cfg-if"
129version = "0.1.10"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
132
133[[package]]
134name = "cfg-if"
135version = "1.0.0"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
138
139[[package]]
140name = "chan"
141version = "0.1.23"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "d14956a3dae065ffaa0d92ece848ab4ced88d32361e7fdfbfd653a5c454a1ed8"
144dependencies = [
145 "rand 0.3.23",
146]
147
148[[package]]
149name = "chan-signal"
150version = "0.2.0"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "0f3bb6c3bc387004ad914f0c5b7f33ace8bf7604bbec35f228b1a017f52cd3a0"
153dependencies = [
154 "bit-set",
155 "chan",
156 "lazy_static 0.2.11",
157 "libc",
158]
159
160[[package]]
161name = "clap"
162version = "2.34.0"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
165dependencies = [
166 "ansi_term",
167 "atty",
168 "bitflags",
169 "strsim",
170 "textwrap",
171 "unicode-width",
172 "vec_map",
173]
174
175[[package]]
176name = "cpufeatures"
177version = "0.2.9"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
180dependencies = [
181 "libc",
182]
183
184[[package]]
185name = "crypto-common"
186version = "0.1.6"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
189dependencies = [
190 "generic-array",
191 "typenum",
192]
193
194[[package]]
195name = "daemonize"
196version = "0.2.3"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "0239832c1b4ca406d5ec73728cf4c7336d25cf85dd32db9e047e9e706ee0e935"
199dependencies = [
200 "libc",
201]
202
203[[package]]
204name = "digest"
205version = "0.10.7"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
208dependencies = [
209 "block-buffer",
210 "crypto-common",
211]
212
213[[package]]
214name = "either"
215version = "1.9.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
218
219[[package]]
220name = "env_logger"
221version = "0.4.3"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
224dependencies = [
225 "log 0.3.9",
226 "regex",
227]
228
229[[package]]
230name = "fd"
231version = "0.2.3"
232source = "git+https://github.com/stemjail/fd-rs.git?rev=3bc3e3587f8904cce8bf29163a2021c2f5906557#3bc3e3587f8904cce8bf29163a2021c2f5906557"
233dependencies = [
234 "libc",
235]
236
237[[package]]
238name = "fuchsia-cprng"
239version = "0.1.1"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
242
243[[package]]
244name = "fuse"
245version = "0.3.1"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "80e57070510966bfef93662a81cb8aa2b1c7db0964354fa9921434f04b9e8660"
248dependencies = [
249 "libc",
250 "log 0.3.9",
251 "pkg-config",
252 "thread-scoped",
253 "time",
254]
255
256[[package]]
257name = "generic-array"
258version = "0.14.7"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
261dependencies = [
262 "typenum",
263 "version_check",
264]
265
266[[package]]
267name = "getrandom"
268version = "0.2.10"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
271dependencies = [
272 "cfg-if 1.0.0",
273 "libc",
274 "wasi 0.11.0+wasi-snapshot-preview1",
275]
276
277[[package]]
278name = "gimli"
279version = "0.28.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
282
283[[package]]
284name = "hermit-abi"
285version = "0.1.19"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
288dependencies = [
289 "libc",
290]
291
292[[package]]
293name = "hermit-abi"
294version = "0.3.3"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
297
298[[package]]
299name = "itertools"
300version = "0.6.5"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21"
303dependencies = [
304 "either",
305]
306
307[[package]]
308name = "lazy_static"
309version = "0.2.11"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
312
313[[package]]
314name = "lazy_static"
315version = "1.4.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
318
319[[package]]
320name = "libc"
321version = "0.2.149"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
324
325[[package]]
326name = "log"
327version = "0.3.9"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
330dependencies = [
331 "log 0.4.20",
332]
333
334[[package]]
335name = "log"
336version = "0.4.20"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
339
340[[package]]
341name = "memchr"
342version = "2.6.4"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
345
346[[package]]
347name = "miniz_oxide"
348version = "0.7.1"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
351dependencies = [
352 "adler",
353]
354
355[[package]]
356name = "num_cpus"
357version = "1.16.0"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
360dependencies = [
361 "hermit-abi 0.3.3",
362 "libc",
363]
364
365[[package]]
366name = "object"
367version = "0.32.1"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
370dependencies = [
371 "memchr",
372]
373
374[[package]]
375name = "pkg-config"
376version = "0.3.27"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
379
380[[package]]
381name = "ppv-lite86"
382version = "0.2.17"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
385
386[[package]]
387name = "rand"
388version = "0.3.23"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
391dependencies = [
392 "libc",
393 "rand 0.4.6",
394]
395
396[[package]]
397name = "rand"
398version = "0.4.6"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
401dependencies = [
402 "fuchsia-cprng",
403 "libc",
404 "rand_core 0.3.1",
405 "rdrand",
406 "winapi",
407]
408
409[[package]]
410name = "rand"
411version = "0.8.5"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
414dependencies = [
415 "libc",
416 "rand_chacha",
417 "rand_core 0.6.4",
418]
419
420[[package]]
421name = "rand_chacha"
422version = "0.3.1"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
425dependencies = [
426 "ppv-lite86",
427 "rand_core 0.6.4",
428]
429
430[[package]]
431name = "rand_core"
432version = "0.3.1"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
435dependencies = [
436 "rand_core 0.4.2",
437]
438
439[[package]]
440name = "rand_core"
441version = "0.4.2"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
444
445[[package]]
446name = "rand_core"
447version = "0.6.4"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
450dependencies = [
451 "getrandom",
452]
453
454[[package]]
455name = "rdrand"
456version = "0.4.0"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
459dependencies = [
460 "rand_core 0.3.1",
461]
462
463[[package]]
464name = "regex"
465version = "0.2.11"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
468dependencies = [
469 "aho-corasick",
470 "memchr",
471 "regex-syntax",
472 "thread_local",
473 "utf8-ranges",
474]
475
476[[package]]
477name = "regex-syntax"
478version = "0.5.6"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
481dependencies = [
482 "ucd-util",
483]
484
485[[package]]
486name = "rustc-demangle"
487version = "0.1.23"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
490
491[[package]]
492name = "sha2"
493version = "0.10.8"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
496dependencies = [
497 "cfg-if 1.0.0",
498 "cpufeatures",
499 "digest",
500]
501
502[[package]]
503name = "static_assertions"
504version = "1.1.0"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
507
508[[package]]
509name = "strsim"
510version = "0.8.0"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
513
514[[package]]
515name = "syslog"
516version = "3.3.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "bbc9b0acde4f7c05fdc1cfb05239b8a53a66815dd86c67fee5aa9bfac5b4ed42"
519dependencies = [
520 "libc",
521 "log 0.3.9",
522 "time",
523 "unix_socket",
524]
525
526[[package]]
527name = "textwrap"
528version = "0.11.0"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
531dependencies = [
532 "unicode-width",
533]
534
535[[package]]
536name = "thread-scoped"
537version = "1.0.2"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
540
541[[package]]
542name = "thread_local"
543version = "0.3.6"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
546dependencies = [
547 "lazy_static 1.4.0",
548]
549
550[[package]]
551name = "threadpool"
552version = "1.8.1"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
555dependencies = [
556 "num_cpus",
557]
558
559[[package]]
560name = "time"
561version = "0.1.45"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
564dependencies = [
565 "libc",
566 "wasi 0.10.0+wasi-snapshot-preview1",
567 "winapi",
568]
569
570[[package]]
571name = "twox-hash"
572version = "1.6.3"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
575dependencies = [
576 "cfg-if 1.0.0",
577 "rand 0.8.5",
578 "static_assertions",
579]
580
581[[package]]
582name = "typenum"
583version = "1.17.0"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
586
587[[package]]
588name = "ucd-util"
589version = "0.1.10"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "abd2fc5d32b590614af8b0a20d837f32eca055edd0bbead59a9cfe80858be003"
592
593[[package]]
594name = "unicode-width"
595version = "0.1.11"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
598
599[[package]]
600name = "unix_socket"
601version = "0.5.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
604dependencies = [
605 "cfg-if 0.1.10",
606 "libc",
607]
608
609[[package]]
610name = "utf8-ranges"
611version = "1.0.5"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
614
615[[package]]
616name = "vec_map"
617version = "0.8.2"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
620
621[[package]]
622name = "version_check"
623version = "0.9.4"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
626
627[[package]]
628name = "wasi"
629version = "0.10.0+wasi-snapshot-preview1"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
632
633[[package]]
634name = "wasi"
635version = "0.11.0+wasi-snapshot-preview1"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
638
639[[package]]
640name = "winapi"
641version = "0.3.9"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
644dependencies = [
645 "winapi-i686-pc-windows-gnu",
646 "winapi-x86_64-pc-windows-gnu",
647]
648
649[[package]]
650name = "winapi-i686-pc-windows-gnu"
651version = "0.4.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
654
655[[package]]
656name = "winapi-x86_64-pc-windows-gnu"
657version = "0.4.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
660
661[[package]]
662name = "xattr"
663version = "0.2.3"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
666dependencies = [
667 "libc",
668]