biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / watchman / Cargo.lock
blob4da733140b48060bd96f0cd93300d386a9456f0c
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "addr2line"
7 version = "0.21.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10 dependencies = [
11  "gimli",
14 [[package]]
15 name = "adler"
16 version = "1.0.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
20 [[package]]
21 name = "ahash"
22 version = "0.8.7"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
25 dependencies = [
26  "cfg-if",
27  "getrandom",
28  "once_cell",
29  "version_check",
30  "zerocopy",
33 [[package]]
34 name = "ansi_term"
35 version = "0.12.1"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
38 dependencies = [
39  "winapi",
42 [[package]]
43 name = "anyhow"
44 version = "1.0.79"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
48 [[package]]
49 name = "atty"
50 version = "0.2.14"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
53 dependencies = [
54  "hermit-abi 0.1.19",
55  "libc",
56  "winapi",
59 [[package]]
60 name = "autocfg"
61 version = "1.1.0"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
65 [[package]]
66 name = "backtrace"
67 version = "0.3.69"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
70 dependencies = [
71  "addr2line",
72  "cc",
73  "cfg-if",
74  "libc",
75  "miniz_oxide",
76  "object",
77  "rustc-demangle",
80 [[package]]
81 name = "bitflags"
82 version = "1.3.2"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
86 [[package]]
87 name = "byteorder"
88 version = "1.5.0"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
92 [[package]]
93 name = "bytes"
94 version = "1.5.0"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
97 dependencies = [
98  "serde",
101 [[package]]
102 name = "cc"
103 version = "1.0.83"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
106 dependencies = [
107  "libc",
110 [[package]]
111 name = "cfg-if"
112 version = "1.0.0"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
116 [[package]]
117 name = "clap"
118 version = "2.34.0"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
121 dependencies = [
122  "ansi_term",
123  "atty",
124  "bitflags",
125  "strsim",
126  "textwrap",
127  "unicode-width",
128  "vec_map",
131 [[package]]
132 name = "core-foundation-sys"
133 version = "0.8.6"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
137 [[package]]
138 name = "crossbeam"
139 version = "0.8.4"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
142 dependencies = [
143  "crossbeam-channel",
144  "crossbeam-deque",
145  "crossbeam-epoch",
146  "crossbeam-queue",
147  "crossbeam-utils",
150 [[package]]
151 name = "crossbeam-channel"
152 version = "0.5.11"
153 source = "registry+https://github.com/rust-lang/crates.io-index"
154 checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
155 dependencies = [
156  "crossbeam-utils",
159 [[package]]
160 name = "crossbeam-deque"
161 version = "0.8.5"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
164 dependencies = [
165  "crossbeam-epoch",
166  "crossbeam-utils",
169 [[package]]
170 name = "crossbeam-epoch"
171 version = "0.9.18"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
174 dependencies = [
175  "crossbeam-utils",
178 [[package]]
179 name = "crossbeam-queue"
180 version = "0.3.11"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
183 dependencies = [
184  "crossbeam-utils",
187 [[package]]
188 name = "crossbeam-utils"
189 version = "0.8.19"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
193 [[package]]
194 name = "duct"
195 version = "0.13.7"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
198 dependencies = [
199  "libc",
200  "once_cell",
201  "os_pipe",
202  "shared_child",
205 [[package]]
206 name = "either"
207 version = "1.9.0"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
211 [[package]]
212 name = "futures"
213 version = "0.1.31"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
217 [[package]]
218 name = "futures"
219 version = "0.3.30"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
222 dependencies = [
223  "futures-channel",
224  "futures-core",
225  "futures-executor",
226  "futures-io",
227  "futures-sink",
228  "futures-task",
229  "futures-util",
232 [[package]]
233 name = "futures-channel"
234 version = "0.3.30"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
237 dependencies = [
238  "futures-core",
239  "futures-sink",
242 [[package]]
243 name = "futures-core"
244 version = "0.3.30"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
248 [[package]]
249 name = "futures-executor"
250 version = "0.3.30"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
253 dependencies = [
254  "futures-core",
255  "futures-task",
256  "futures-util",
259 [[package]]
260 name = "futures-io"
261 version = "0.3.30"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
265 [[package]]
266 name = "futures-macro"
267 version = "0.3.30"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
270 dependencies = [
271  "proc-macro2",
272  "quote",
273  "syn 2.0.48",
276 [[package]]
277 name = "futures-sink"
278 version = "0.3.30"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
282 [[package]]
283 name = "futures-task"
284 version = "0.3.30"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
288 [[package]]
289 name = "futures-util"
290 version = "0.3.30"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
293 dependencies = [
294  "futures 0.1.31",
295  "futures-channel",
296  "futures-core",
297  "futures-io",
298  "futures-macro",
299  "futures-sink",
300  "futures-task",
301  "memchr",
302  "pin-project-lite",
303  "pin-utils",
304  "slab",
307 [[package]]
308 name = "getrandom"
309 version = "0.2.12"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
312 dependencies = [
313  "cfg-if",
314  "libc",
315  "wasi",
318 [[package]]
319 name = "gimli"
320 version = "0.28.1"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
324 [[package]]
325 name = "heck"
326 version = "0.3.3"
327 source = "registry+https://github.com/rust-lang/crates.io-index"
328 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
329 dependencies = [
330  "unicode-segmentation",
333 [[package]]
334 name = "hermit-abi"
335 version = "0.1.19"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
338 dependencies = [
339  "libc",
342 [[package]]
343 name = "hermit-abi"
344 version = "0.3.4"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346 checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
348 [[package]]
349 name = "itoa"
350 version = "1.0.10"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
354 [[package]]
355 name = "jwalk"
356 version = "0.6.2"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "5dbcda57db8b6dc067e589628b7348639014e793d9e8137d8cf215e8b133a0bd"
359 dependencies = [
360  "crossbeam",
361  "rayon",
364 [[package]]
365 name = "lazy_static"
366 version = "1.4.0"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
370 [[package]]
371 name = "libc"
372 version = "0.2.152"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
376 [[package]]
377 name = "lock_api"
378 version = "0.4.11"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
381 dependencies = [
382  "autocfg",
383  "scopeguard",
386 [[package]]
387 name = "log"
388 version = "0.4.20"
389 source = "registry+https://github.com/rust-lang/crates.io-index"
390 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
392 [[package]]
393 name = "maplit"
394 version = "1.0.2"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
398 [[package]]
399 name = "memchr"
400 version = "2.7.1"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
404 [[package]]
405 name = "memoffset"
406 version = "0.6.5"
407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
409 dependencies = [
410  "autocfg",
413 [[package]]
414 name = "miniz_oxide"
415 version = "0.7.1"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
418 dependencies = [
419  "adler",
422 [[package]]
423 name = "mio"
424 version = "0.8.10"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
427 dependencies = [
428  "libc",
429  "wasi",
430  "windows-sys 0.48.0",
433 [[package]]
434 name = "nix"
435 version = "0.25.1"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
438 dependencies = [
439  "autocfg",
440  "bitflags",
441  "cfg-if",
442  "libc",
443  "memoffset",
444  "pin-utils",
447 [[package]]
448 name = "ntapi"
449 version = "0.4.1"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
451 checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
452 dependencies = [
453  "winapi",
456 [[package]]
457 name = "num_cpus"
458 version = "1.16.0"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
461 dependencies = [
462  "hermit-abi 0.3.4",
463  "libc",
466 [[package]]
467 name = "object"
468 version = "0.32.2"
469 source = "registry+https://github.com/rust-lang/crates.io-index"
470 checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
471 dependencies = [
472  "memchr",
475 [[package]]
476 name = "once_cell"
477 version = "1.19.0"
478 source = "registry+https://github.com/rust-lang/crates.io-index"
479 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
481 [[package]]
482 name = "os_pipe"
483 version = "1.1.5"
484 source = "registry+https://github.com/rust-lang/crates.io-index"
485 checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
486 dependencies = [
487  "libc",
488  "windows-sys 0.52.0",
491 [[package]]
492 name = "parking_lot"
493 version = "0.12.1"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
496 dependencies = [
497  "lock_api",
498  "parking_lot_core",
501 [[package]]
502 name = "parking_lot_core"
503 version = "0.9.9"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
506 dependencies = [
507  "cfg-if",
508  "libc",
509  "redox_syscall",
510  "smallvec",
511  "windows-targets 0.48.5",
514 [[package]]
515 name = "pin-project-lite"
516 version = "0.2.13"
517 source = "registry+https://github.com/rust-lang/crates.io-index"
518 checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
520 [[package]]
521 name = "pin-utils"
522 version = "0.1.0"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
524 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
526 [[package]]
527 name = "proc-macro-error"
528 version = "1.0.4"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
531 dependencies = [
532  "proc-macro-error-attr",
533  "proc-macro2",
534  "quote",
535  "syn 1.0.109",
536  "version_check",
539 [[package]]
540 name = "proc-macro-error-attr"
541 version = "1.0.4"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
544 dependencies = [
545  "proc-macro2",
546  "quote",
547  "version_check",
550 [[package]]
551 name = "proc-macro2"
552 version = "1.0.78"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
555 dependencies = [
556  "unicode-ident",
559 [[package]]
560 name = "quote"
561 version = "1.0.35"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
564 dependencies = [
565  "proc-macro2",
568 [[package]]
569 name = "rayon"
570 version = "1.8.1"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
572 checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
573 dependencies = [
574  "either",
575  "rayon-core",
578 [[package]]
579 name = "rayon-core"
580 version = "1.12.1"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
583 dependencies = [
584  "crossbeam-deque",
585  "crossbeam-utils",
588 [[package]]
589 name = "redox_syscall"
590 version = "0.4.1"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
593 dependencies = [
594  "bitflags",
597 [[package]]
598 name = "rustc-demangle"
599 version = "0.1.23"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
603 [[package]]
604 name = "ryu"
605 version = "1.0.16"
606 source = "registry+https://github.com/rust-lang/crates.io-index"
607 checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
609 [[package]]
610 name = "scopeguard"
611 version = "1.2.0"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
615 [[package]]
616 name = "serde"
617 version = "1.0.196"
618 source = "registry+https://github.com/rust-lang/crates.io-index"
619 checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
620 dependencies = [
621  "serde_derive",
624 [[package]]
625 name = "serde_bser"
626 version = "0.3.1"
627 dependencies = [
628  "anyhow",
629  "byteorder",
630  "bytes",
631  "serde",
632  "serde_bytes",
633  "thiserror",
636 [[package]]
637 name = "serde_bytes"
638 version = "0.11.14"
639 source = "registry+https://github.com/rust-lang/crates.io-index"
640 checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
641 dependencies = [
642  "serde",
645 [[package]]
646 name = "serde_derive"
647 version = "1.0.196"
648 source = "registry+https://github.com/rust-lang/crates.io-index"
649 checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
650 dependencies = [
651  "proc-macro2",
652  "quote",
653  "syn 2.0.48",
656 [[package]]
657 name = "serde_json"
658 version = "1.0.113"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
661 dependencies = [
662  "itoa",
663  "ryu",
664  "serde",
667 [[package]]
668 name = "shared_child"
669 version = "1.0.0"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
672 dependencies = [
673  "libc",
674  "winapi",
677 [[package]]
678 name = "signal-hook-registry"
679 version = "1.4.1"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
682 dependencies = [
683  "libc",
686 [[package]]
687 name = "slab"
688 version = "0.4.9"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
691 dependencies = [
692  "autocfg",
695 [[package]]
696 name = "smallvec"
697 version = "1.13.1"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
699 checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
701 [[package]]
702 name = "socket2"
703 version = "0.5.5"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
706 dependencies = [
707  "libc",
708  "windows-sys 0.48.0",
711 [[package]]
712 name = "strsim"
713 version = "0.8.0"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
715 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
717 [[package]]
718 name = "structopt"
719 version = "0.3.26"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
722 dependencies = [
723  "clap",
724  "lazy_static",
725  "structopt-derive",
728 [[package]]
729 name = "structopt-derive"
730 version = "0.4.18"
731 source = "registry+https://github.com/rust-lang/crates.io-index"
732 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
733 dependencies = [
734  "heck",
735  "proc-macro-error",
736  "proc-macro2",
737  "quote",
738  "syn 1.0.109",
741 [[package]]
742 name = "syn"
743 version = "1.0.109"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
746 dependencies = [
747  "proc-macro2",
748  "quote",
749  "unicode-ident",
752 [[package]]
753 name = "syn"
754 version = "2.0.48"
755 source = "registry+https://github.com/rust-lang/crates.io-index"
756 checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
757 dependencies = [
758  "proc-macro2",
759  "quote",
760  "unicode-ident",
763 [[package]]
764 name = "sysinfo"
765 version = "0.26.9"
766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5"
768 dependencies = [
769  "cfg-if",
770  "core-foundation-sys",
771  "libc",
772  "ntapi",
773  "once_cell",
774  "rayon",
775  "winapi",
778 [[package]]
779 name = "tabular"
780 version = "0.2.0"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "d9a2882c514780a1973df90de9d68adcd8871bacc9a6331c3f28e6d2ff91a3d1"
783 dependencies = [
784  "unicode-width",
787 [[package]]
788 name = "textwrap"
789 version = "0.11.0"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
792 dependencies = [
793  "unicode-width",
796 [[package]]
797 name = "thiserror"
798 version = "1.0.56"
799 source = "registry+https://github.com/rust-lang/crates.io-index"
800 checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
801 dependencies = [
802  "thiserror-impl",
805 [[package]]
806 name = "thiserror-impl"
807 version = "1.0.56"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
809 checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
810 dependencies = [
811  "proc-macro2",
812  "quote",
813  "syn 2.0.48",
816 [[package]]
817 name = "tokio"
818 version = "1.35.1"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
821 dependencies = [
822  "backtrace",
823  "bytes",
824  "libc",
825  "mio",
826  "num_cpus",
827  "parking_lot",
828  "pin-project-lite",
829  "signal-hook-registry",
830  "socket2",
831  "tokio-macros",
832  "tracing",
833  "windows-sys 0.48.0",
836 [[package]]
837 name = "tokio-macros"
838 version = "2.2.0"
839 source = "registry+https://github.com/rust-lang/crates.io-index"
840 checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
841 dependencies = [
842  "proc-macro2",
843  "quote",
844  "syn 2.0.48",
847 [[package]]
848 name = "tokio-util"
849 version = "0.6.10"
850 source = "registry+https://github.com/rust-lang/crates.io-index"
851 checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
852 dependencies = [
853  "bytes",
854  "futures-core",
855  "futures-io",
856  "futures-sink",
857  "log",
858  "pin-project-lite",
859  "slab",
860  "tokio",
863 [[package]]
864 name = "tracing"
865 version = "0.1.40"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
868 dependencies = [
869  "pin-project-lite",
870  "tracing-core",
873 [[package]]
874 name = "tracing-core"
875 version = "0.1.32"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
878 dependencies = [
879  "once_cell",
882 [[package]]
883 name = "unicode-ident"
884 version = "1.0.12"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
888 [[package]]
889 name = "unicode-segmentation"
890 version = "1.10.1"
891 source = "registry+https://github.com/rust-lang/crates.io-index"
892 checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
894 [[package]]
895 name = "unicode-width"
896 version = "0.1.11"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
900 [[package]]
901 name = "vec_map"
902 version = "0.8.2"
903 source = "registry+https://github.com/rust-lang/crates.io-index"
904 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
906 [[package]]
907 name = "version_check"
908 version = "0.9.4"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
912 [[package]]
913 name = "wasi"
914 version = "0.11.0+wasi-snapshot-preview1"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
916 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
918 [[package]]
919 name = "watchman_client"
920 version = "0.8.0"
921 dependencies = [
922  "anyhow",
923  "bytes",
924  "futures 0.3.30",
925  "maplit",
926  "serde",
927  "serde_bser",
928  "thiserror",
929  "tokio",
930  "tokio-util",
931  "winapi",
934 [[package]]
935 name = "watchmanctl"
936 version = "0.1.0"
937 dependencies = [
938  "ahash",
939  "anyhow",
940  "duct",
941  "jwalk",
942  "nix",
943  "serde",
944  "serde_json",
945  "structopt",
946  "sysinfo",
947  "tabular",
948  "tokio",
949  "watchman_client",
952 [[package]]
953 name = "winapi"
954 version = "0.3.9"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
956 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
957 dependencies = [
958  "winapi-i686-pc-windows-gnu",
959  "winapi-x86_64-pc-windows-gnu",
962 [[package]]
963 name = "winapi-i686-pc-windows-gnu"
964 version = "0.4.0"
965 source = "registry+https://github.com/rust-lang/crates.io-index"
966 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
968 [[package]]
969 name = "winapi-x86_64-pc-windows-gnu"
970 version = "0.4.0"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
974 [[package]]
975 name = "windows-sys"
976 version = "0.48.0"
977 source = "registry+https://github.com/rust-lang/crates.io-index"
978 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
979 dependencies = [
980  "windows-targets 0.48.5",
983 [[package]]
984 name = "windows-sys"
985 version = "0.52.0"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
987 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
988 dependencies = [
989  "windows-targets 0.52.0",
992 [[package]]
993 name = "windows-targets"
994 version = "0.48.5"
995 source = "registry+https://github.com/rust-lang/crates.io-index"
996 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
997 dependencies = [
998  "windows_aarch64_gnullvm 0.48.5",
999  "windows_aarch64_msvc 0.48.5",
1000  "windows_i686_gnu 0.48.5",
1001  "windows_i686_msvc 0.48.5",
1002  "windows_x86_64_gnu 0.48.5",
1003  "windows_x86_64_gnullvm 0.48.5",
1004  "windows_x86_64_msvc 0.48.5",
1007 [[package]]
1008 name = "windows-targets"
1009 version = "0.52.0"
1010 source = "registry+https://github.com/rust-lang/crates.io-index"
1011 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
1012 dependencies = [
1013  "windows_aarch64_gnullvm 0.52.0",
1014  "windows_aarch64_msvc 0.52.0",
1015  "windows_i686_gnu 0.52.0",
1016  "windows_i686_msvc 0.52.0",
1017  "windows_x86_64_gnu 0.52.0",
1018  "windows_x86_64_gnullvm 0.52.0",
1019  "windows_x86_64_msvc 0.52.0",
1022 [[package]]
1023 name = "windows_aarch64_gnullvm"
1024 version = "0.48.5"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1028 [[package]]
1029 name = "windows_aarch64_gnullvm"
1030 version = "0.52.0"
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
1032 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
1034 [[package]]
1035 name = "windows_aarch64_msvc"
1036 version = "0.48.5"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1040 [[package]]
1041 name = "windows_aarch64_msvc"
1042 version = "0.52.0"
1043 source = "registry+https://github.com/rust-lang/crates.io-index"
1044 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
1046 [[package]]
1047 name = "windows_i686_gnu"
1048 version = "0.48.5"
1049 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1052 [[package]]
1053 name = "windows_i686_gnu"
1054 version = "0.52.0"
1055 source = "registry+https://github.com/rust-lang/crates.io-index"
1056 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
1058 [[package]]
1059 name = "windows_i686_msvc"
1060 version = "0.48.5"
1061 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1064 [[package]]
1065 name = "windows_i686_msvc"
1066 version = "0.52.0"
1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
1070 [[package]]
1071 name = "windows_x86_64_gnu"
1072 version = "0.48.5"
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
1074 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1076 [[package]]
1077 name = "windows_x86_64_gnu"
1078 version = "0.52.0"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1082 [[package]]
1083 name = "windows_x86_64_gnullvm"
1084 version = "0.48.5"
1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1086 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1088 [[package]]
1089 name = "windows_x86_64_gnullvm"
1090 version = "0.52.0"
1091 source = "registry+https://github.com/rust-lang/crates.io-index"
1092 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1094 [[package]]
1095 name = "windows_x86_64_msvc"
1096 version = "0.48.5"
1097 source = "registry+https://github.com/rust-lang/crates.io-index"
1098 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1100 [[package]]
1101 name = "windows_x86_64_msvc"
1102 version = "0.52.0"
1103 source = "registry+https://github.com/rust-lang/crates.io-index"
1104 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
1106 [[package]]
1107 name = "zerocopy"
1108 version = "0.7.32"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
1111 dependencies = [
1112  "zerocopy-derive",
1115 [[package]]
1116 name = "zerocopy-derive"
1117 version = "0.7.32"
1118 source = "registry+https://github.com/rust-lang/crates.io-index"
1119 checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
1120 dependencies = [
1121  "proc-macro2",
1122  "quote",
1123  "syn 2.0.48",