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