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 = "ansi_term"
16version = "0.11.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
19dependencies = [
20 "winapi",
21]
22
23[[package]]
24name = "ansi_term"
25version = "0.12.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
28dependencies = [
29 "winapi",
30]
31
32[[package]]
33name = "anyhow"
34version = "1.0.48"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e"
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 = "bitflags"
57version = "1.3.2"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
60
61[[package]]
62name = "bstr"
63version = "0.2.17"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
66dependencies = [
67 "memchr",
68]
69
70[[package]]
71name = "cc"
72version = "1.0.72"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
75
76[[package]]
77name = "cfg-if"
78version = "1.0.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
81
82[[package]]
83name = "chrono"
84version = "0.4.19"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
87dependencies = [
88 "libc",
89 "num-integer",
90 "num-traits",
91 "time",
92 "winapi",
93]
94
95[[package]]
96name = "clap"
97version = "2.33.3"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
100dependencies = [
101 "ansi_term 0.11.0",
102 "atty",
103 "bitflags",
104 "strsim",
105 "term_size",
106 "textwrap",
107 "unicode-width",
108 "vec_map",
109]
110
111[[package]]
112name = "crossbeam-utils"
113version = "0.8.5"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
116dependencies = [
117 "cfg-if",
118 "lazy_static",
119]
120
121[[package]]
122name = "ctrlc"
123version = "3.2.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "a19c6cedffdc8c03a3346d723eb20bd85a13362bb96dc2ac000842c6381ec7bf"
126dependencies = [
127 "nix",
128 "winapi",
129]
130
131[[package]]
132name = "diff"
133version = "0.1.12"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
136
137[[package]]
138name = "dirs-next"
139version = "2.0.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
142dependencies = [
143 "cfg-if",
144 "dirs-sys-next",
145]
146
147[[package]]
148name = "dirs-sys-next"
149version = "0.1.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
152dependencies = [
153 "libc",
154 "redox_users",
155 "winapi",
156]
157
158[[package]]
159name = "fd-find"
160version = "8.3.0"
161dependencies = [
162 "ansi_term 0.12.1",
163 "anyhow",
164 "atty",
165 "chrono",
166 "clap",
167 "ctrlc",
168 "diff",
169 "dirs-next",
170 "filetime",
171 "globset",
172 "humantime",
173 "ignore",
174 "jemallocator",
175 "libc",
176 "lscolors",
177 "nix",
178 "normpath",
179 "num_cpus",
180 "once_cell",
181 "regex",
182 "regex-syntax",
183 "tempdir",
184 "test-case",
185 "users",
186 "version_check",
187]
188
189[[package]]
190name = "filetime"
191version = "0.2.15"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
194dependencies = [
195 "cfg-if",
196 "libc",
197 "redox_syscall",
198 "winapi",
199]
200
201[[package]]
202name = "fnv"
203version = "1.0.7"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
206
207[[package]]
208name = "fs_extra"
209version = "1.2.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
212
213[[package]]
214name = "fuchsia-cprng"
215version = "0.1.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
218
219[[package]]
220name = "getrandom"
221version = "0.2.3"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
224dependencies = [
225 "cfg-if",
226 "libc",
227 "wasi",
228]
229
230[[package]]
231name = "globset"
232version = "0.4.8"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
235dependencies = [
236 "aho-corasick",
237 "bstr",
238 "fnv",
239 "log",
240 "regex",
241]
242
243[[package]]
244name = "hermit-abi"
245version = "0.1.19"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
248dependencies = [
249 "libc",
250]
251
252[[package]]
253name = "humantime"
254version = "2.1.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
257
258[[package]]
259name = "ignore"
260version = "0.4.18"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
263dependencies = [
264 "crossbeam-utils",
265 "globset",
266 "lazy_static",
267 "log",
268 "memchr",
269 "regex",
270 "same-file",
271 "thread_local",
272 "walkdir",
273 "winapi-util",
274]
275
276[[package]]
277name = "jemalloc-sys"
278version = "0.3.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
281dependencies = [
282 "cc",
283 "fs_extra",
284 "libc",
285]
286
287[[package]]
288name = "jemallocator"
289version = "0.3.2"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
292dependencies = [
293 "jemalloc-sys",
294 "libc",
295]
296
297[[package]]
298name = "lazy_static"
299version = "1.4.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
302
303[[package]]
304name = "libc"
305version = "0.2.108"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
308
309[[package]]
310name = "log"
311version = "0.4.14"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
314dependencies = [
315 "cfg-if",
316]
317
318[[package]]
319name = "lscolors"
320version = "0.8.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "9dd58d8727f3035fa6d5272f16b519741fd4875936b99d8a7cde21291b7d9174"
323dependencies = [
324 "ansi_term 0.12.1",
325]
326
327[[package]]
328name = "memchr"
329version = "2.4.1"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
332
333[[package]]
334name = "memoffset"
335version = "0.6.4"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
338dependencies = [
339 "autocfg",
340]
341
342[[package]]
343name = "nix"
344version = "0.23.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
347dependencies = [
348 "bitflags",
349 "cc",
350 "cfg-if",
351 "libc",
352 "memoffset",
353]
354
355[[package]]
356name = "normpath"
357version = "0.3.1"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "640c20e9df4a2d4a5adad5b47e17d76dac3e824346b181931c3ec9f7a85687b1"
360dependencies = [
361 "winapi",
362]
363
364[[package]]
365name = "num-integer"
366version = "0.1.44"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
369dependencies = [
370 "autocfg",
371 "num-traits",
372]
373
374[[package]]
375name = "num-traits"
376version = "0.2.14"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
379dependencies = [
380 "autocfg",
381]
382
383[[package]]
384name = "num_cpus"
385version = "1.13.0"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
388dependencies = [
389 "hermit-abi",
390 "libc",
391]
392
393[[package]]
394name = "once_cell"
395version = "1.8.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
398
399[[package]]
400name = "proc-macro2"
401version = "1.0.32"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
404dependencies = [
405 "unicode-xid",
406]
407
408[[package]]
409name = "quote"
410version = "1.0.10"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
413dependencies = [
414 "proc-macro2",
415]
416
417[[package]]
418name = "rand"
419version = "0.4.6"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
422dependencies = [
423 "fuchsia-cprng",
424 "libc",
425 "rand_core 0.3.1",
426 "rdrand",
427 "winapi",
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 = "rdrand"
447version = "0.4.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
450dependencies = [
451 "rand_core 0.3.1",
452]
453
454[[package]]
455name = "redox_syscall"
456version = "0.2.10"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
459dependencies = [
460 "bitflags",
461]
462
463[[package]]
464name = "redox_users"
465version = "0.4.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
468dependencies = [
469 "getrandom",
470 "redox_syscall",
471]
472
473[[package]]
474name = "regex"
475version = "1.5.4"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
478dependencies = [
479 "aho-corasick",
480 "memchr",
481 "regex-syntax",
482]
483
484[[package]]
485name = "regex-syntax"
486version = "0.6.25"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
489
490[[package]]
491name = "remove_dir_all"
492version = "0.5.3"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
495dependencies = [
496 "winapi",
497]
498
499[[package]]
500name = "same-file"
501version = "1.0.6"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
504dependencies = [
505 "winapi-util",
506]
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 = "syn"
516version = "1.0.82"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
519dependencies = [
520 "proc-macro2",
521 "quote",
522 "unicode-xid",
523]
524
525[[package]]
526name = "tempdir"
527version = "0.3.7"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
530dependencies = [
531 "rand",
532 "remove_dir_all",
533]
534
535[[package]]
536name = "term_size"
537version = "0.3.2"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
540dependencies = [
541 "libc",
542 "winapi",
543]
544
545[[package]]
546name = "test-case"
547version = "1.2.1"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "c7cad0a06f9a61e94355aa3b3dc92d85ab9c83406722b1ca5e918d4297c12c23"
550dependencies = [
551 "cfg-if",
552 "proc-macro2",
553 "quote",
554 "syn",
555 "version_check",
556]
557
558[[package]]
559name = "textwrap"
560version = "0.11.0"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
563dependencies = [
564 "term_size",
565 "unicode-width",
566]
567
568[[package]]
569name = "thread_local"
570version = "1.1.3"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
573dependencies = [
574 "once_cell",
575]
576
577[[package]]
578name = "time"
579version = "0.1.43"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
582dependencies = [
583 "libc",
584 "winapi",
585]
586
587[[package]]
588name = "unicode-width"
589version = "0.1.9"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
592
593[[package]]
594name = "unicode-xid"
595version = "0.2.2"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
598
599[[package]]
600name = "users"
601version = "0.11.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
604dependencies = [
605 "libc",
606 "log",
607]
608
609[[package]]
610name = "vec_map"
611version = "0.8.2"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
614
615[[package]]
616name = "version_check"
617version = "0.9.3"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
620
621[[package]]
622name = "walkdir"
623version = "2.3.2"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
626dependencies = [
627 "same-file",
628 "winapi",
629 "winapi-util",
630]
631
632[[package]]
633name = "wasi"
634version = "0.10.2+wasi-snapshot-preview1"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
637
638[[package]]
639name = "winapi"
640version = "0.3.9"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
643dependencies = [
644 "winapi-i686-pc-windows-gnu",
645 "winapi-x86_64-pc-windows-gnu",
646]
647
648[[package]]
649name = "winapi-i686-pc-windows-gnu"
650version = "0.4.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
653
654[[package]]
655name = "winapi-util"
656version = "0.1.5"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
659dependencies = [
660 "winapi",
661]
662
663[[package]]
664name = "winapi-x86_64-pc-windows-gnu"
665version = "0.4.0"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
668