1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "abomonation"
7version = "0.7.3+smallvec1"
8source = "git+https://github.com/markbt/abomonation?rev=0f43346d2afa2aedc64d61f3f4273e8d1e454642#0f43346d2afa2aedc64d61f3f4273e8d1e454642"
9dependencies = [
10 "smallvec",
11]
12
13[[package]]
14name = "abomonation_derive"
15version = "0.5.0"
16source = "registry+https://github.com/rust-lang/crates.io-index"
17checksum = "e50e2a046af56a864c62d97b7153fda72c596e646be1b0c7963736821f6e1efa"
18dependencies = [
19 "proc-macro2",
20 "quote",
21 "synstructure",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.21.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler"
35version = "1.0.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
38
39[[package]]
40name = "ahash"
41version = "0.4.8"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "0453232ace82dee0dd0b4c87a59bd90f7b53b314f3e0f61fe2ee7c8a16482289"
44
45[[package]]
46name = "ahash"
47version = "0.8.6"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
50dependencies = [
51 "cfg-if 1.0.0",
52 "once_cell",
53 "version_check",
54 "zerocopy",
55]
56
57[[package]]
58name = "aho-corasick"
59version = "1.1.2"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
62dependencies = [
63 "memchr",
64]
65
66[[package]]
67name = "alloc-no-stdlib"
68version = "2.0.4"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
71
72[[package]]
73name = "alloc-stdlib"
74version = "0.2.2"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
77dependencies = [
78 "alloc-no-stdlib",
79]
80
81[[package]]
82name = "allocator-api2"
83version = "0.2.16"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
86
87[[package]]
88name = "android-tzdata"
89version = "0.1.1"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
92
93[[package]]
94name = "android_system_properties"
95version = "0.1.5"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
98dependencies = [
99 "libc",
100]
101
102[[package]]
103name = "ansi_term"
104version = "0.12.1"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
107dependencies = [
108 "winapi 0.3.9",
109]
110
111[[package]]
112name = "anstream"
113version = "0.6.4"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
116dependencies = [
117 "anstyle",
118 "anstyle-parse",
119 "anstyle-query",
120 "anstyle-wincon",
121 "colorchoice",
122 "utf8parse",
123]
124
125[[package]]
126name = "anstyle"
127version = "1.0.4"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
130
131[[package]]
132name = "anstyle-parse"
133version = "0.2.2"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
136dependencies = [
137 "utf8parse",
138]
139
140[[package]]
141name = "anstyle-query"
142version = "1.0.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
145dependencies = [
146 "windows-sys 0.48.0",
147]
148
149[[package]]
150name = "anstyle-wincon"
151version = "3.0.1"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
154dependencies = [
155 "anstyle",
156 "windows-sys 0.48.0",
157]
158
159[[package]]
160name = "anyhow"
161version = "1.0.72"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
164dependencies = [
165 "backtrace",
166]
167
168[[package]]
169name = "arbitrary"
170version = "1.3.2"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
173
174[[package]]
175name = "arc-swap"
176version = "1.6.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
179
180[[package]]
181name = "arrayref"
182version = "0.3.7"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
185
186[[package]]
187name = "arrayvec"
188version = "0.7.4"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
191
192[[package]]
193name = "assert-json-diff"
194version = "1.1.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
197dependencies = [
198 "extend",
199 "serde",
200 "serde_json",
201]
202
203[[package]]
204name = "assert_matches"
205version = "1.5.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
208
209[[package]]
210name = "async-compression"
211version = "0.4.5"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5"
214dependencies = [
215 "brotli",
216 "bzip2",
217 "flate2",
218 "futures-core",
219 "futures-io",
220 "memchr",
221 "pin-project-lite",
222 "tokio",
223 "zstd",
224 "zstd-safe",
225]
226
227[[package]]
228name = "async-io"
229version = "1.13.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
232dependencies = [
233 "async-lock",
234 "autocfg",
235 "cfg-if 1.0.0",
236 "concurrent-queue",
237 "futures-lite",
238 "log",
239 "parking",
240 "polling",
241 "rustix 0.37.27",
242 "slab",
243 "socket2 0.4.10",
244 "waker-fn",
245]
246
247[[package]]
248name = "async-lock"
249version = "2.8.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
252dependencies = [
253 "event-listener",
254]
255
256[[package]]
257name = "async-runtime"
258version = "0.1.0"
259dependencies = [
260 "futures 0.3.29",
261 "num_cpus",
262 "once_cell",
263 "tokio",
264]
265
266[[package]]
267name = "async-trait"
268version = "0.1.74"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
271dependencies = [
272 "proc-macro2",
273 "quote",
274 "syn 2.0.39",
275]
276
277[[package]]
278name = "atexit"
279version = "0.1.0"
280dependencies = [
281 "once_cell",
282 "tracing",
283]
284
285[[package]]
286name = "atomic"
287version = "0.5.3"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
290
291[[package]]
292name = "atomicfile"
293version = "0.1.0"
294dependencies = [
295 "tempfile",
296 "tracing",
297]
298
299[[package]]
300name = "atty"
301version = "0.2.14"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
304dependencies = [
305 "hermit-abi 0.1.19",
306 "libc",
307 "winapi 0.3.9",
308]
309
310[[package]]
311name = "auth"
312version = "0.1.0"
313dependencies = [
314 "anyhow",
315 "chrono",
316 "configmodel",
317 "indexmap 1.9.3",
318 "once_cell",
319 "pem",
320 "simple_asn1",
321 "staticconfig",
322 "thiserror",
323 "tracing",
324 "url",
325 "util",
326]
327
328[[package]]
329name = "auto_impl"
330version = "1.1.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"
333dependencies = [
334 "proc-macro-error",
335 "proc-macro2",
336 "quote",
337 "syn 1.0.109",
338]
339
340[[package]]
341name = "autocfg"
342version = "1.1.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
345
346[[package]]
347name = "backingstore"
348version = "0.1.0"
349dependencies = [
350 "anyhow",
351 "async-runtime",
352 "configloader",
353 "constructors",
354 "eagerepo",
355 "edenapi",
356 "env_logger 0.10.1",
357 "identity",
358 "indexedlog",
359 "libc",
360 "log",
361 "manifest",
362 "parking_lot",
363 "repo",
364 "revisionstore",
365 "tracing",
366 "tracing-collector",
367 "tracing-subscriber",
368 "types",
369]
370
371[[package]]
372name = "backingstore-benches"
373version = "0.1.0"
374dependencies = [
375 "backingstore",
376 "configloader",
377 "identity",
378 "minibench",
379 "procinfo",
380 "repo",
381 "tempfile",
382 "types",
383]
384
385[[package]]
386name = "backtrace"
387version = "0.3.69"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
390dependencies = [
391 "addr2line",
392 "cc",
393 "cfg-if 1.0.0",
394 "libc",
395 "miniz_oxide",
396 "object",
397 "rustc-demangle",
398]
399
400[[package]]
401name = "base64"
402version = "0.13.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
405
406[[package]]
407name = "base64"
408version = "0.21.5"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
411
412[[package]]
413name = "bindag"
414version = "0.1.0"
415dependencies = [
416 "dag",
417 "drawdag",
418 "nonblocking",
419 "tempfile",
420 "vlqencoding",
421]
422
423[[package]]
424name = "bindings"
425version = "0.1.0"
426dependencies = [
427 "cpython",
428 "cpython_ext",
429 "paste",
430 "pyatexit",
431 "pyauth",
432 "pyblackbox",
433 "pybytes",
434 "pycats",
435 "pycext",
436 "pycheckout",
437 "pyclientinfo",
438 "pycliparser",
439 "pyconchparser",
440 "pyconfigloader",
441 "pycopytrace",
442 "pydag",
443 "pydiffhelpers",
444 "pydirs",
445 "pydoctor",
446 "pydrawdag",
447 "pyeagerepo",
448 "pyedenapi",
449 "pyedenclient",
450 "pyerror",
451 "pyexchange",
452 "pyfail",
453 "pyfs",
454 "pygitstore",
455 "pyhgmetrics",
456 "pyhgtime",
457 "pyidentity",
458 "pyindexedlog",
459 "pyio",
460 "pylinelog",
461 "pylock",
462 "pylz4",
463 "pymanifest",
464 "pymetalog",
465 "pymodules",
466 "pymutationstore",
467 "pynodeipc",
468 "pynodemap",
469 "pypathhistory",
470 "pypathmatcher",
471 "pypprint",
472 "pyprocess",
473 "pyprogress",
474 "pyrefencode",
475 "pyregex",
476 "pyrenderdag",
477 "pyrepo",
478 "pyrevisionstore",
479 "pyrevlogindex",
480 "pysptui",
481 "pystatus",
482 "pythreading",
483 "pytoml",
484 "pytracing",
485 "pytreestate",
486 "pyversion",
487 "pyvlq",
488 "pywebview",
489 "pyworker",
490 "pyworkingcopy",
491 "pyxdiff",
492 "pyzstd",
493 "pyzstore",
494]
495
496[[package]]
497name = "bindings-lib"
498version = "0.1.0"
499dependencies = [
500 "cpython",
501 "hgcommands",
502]
503
504[[package]]
505name = "bit-set"
506version = "0.5.3"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
509dependencies = [
510 "bit-vec",
511]
512
513[[package]]
514name = "bit-vec"
515version = "0.6.3"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
518
519[[package]]
520name = "bitflags"
521version = "1.3.2"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
524
525[[package]]
526name = "bitflags"
527version = "2.4.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
530
531[[package]]
532name = "bitmaps"
533version = "2.1.0"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
536dependencies = [
537 "typenum",
538]
539
540[[package]]
541name = "blackbox"
542version = "0.1.0"
543dependencies = [
544 "anyhow",
545 "byteorder",
546 "indexedlog",
547 "lazy_static",
548 "libc",
549 "minibench",
550 "parking_lot",
551 "serde",
552 "serde_alt",
553 "serde_cbor",
554 "serde_derive",
555 "serde_json",
556 "tempfile",
557]
558
559[[package]]
560name = "blake2"
561version = "0.10.6"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
564dependencies = [
565 "digest 0.10.7",
566]
567
568[[package]]
569name = "blake3"
570version = "1.3.1"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"
573dependencies = [
574 "arrayref",
575 "arrayvec",
576 "cc",
577 "cfg-if 1.0.0",
578 "constant_time_eq",
579 "digest 0.10.7",
580]
581
582[[package]]
583name = "block-buffer"
584version = "0.9.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
587dependencies = [
588 "generic-array",
589]
590
591[[package]]
592name = "block-buffer"
593version = "0.10.4"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
596dependencies = [
597 "generic-array",
598]
599
600[[package]]
601name = "brotli"
602version = "3.4.0"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
605dependencies = [
606 "alloc-no-stdlib",
607 "alloc-stdlib",
608 "brotli-decompressor",
609]
610
611[[package]]
612name = "brotli-decompressor"
613version = "2.5.1"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
616dependencies = [
617 "alloc-no-stdlib",
618 "alloc-stdlib",
619]
620
621[[package]]
622name = "bstr"
623version = "1.8.0"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
626dependencies = [
627 "memchr",
628 "serde",
629]
630
631[[package]]
632name = "bufsize"
633version = "1.0.6"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "da2a4f1be8d12d1d69cbcfd3e740dddba696710847cf8630f6676860045345e8"
636dependencies = [
637 "bytes",
638]
639
640[[package]]
641name = "bumpalo"
642version = "3.14.0"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
645
646[[package]]
647name = "byteorder"
648version = "1.5.0"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
651
652[[package]]
653name = "bytes"
654version = "1.5.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
657dependencies = [
658 "serde",
659]
660
661[[package]]
662name = "bzip2"
663version = "0.4.4"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
666dependencies = [
667 "bzip2-sys",
668 "libc",
669]
670
671[[package]]
672name = "bzip2-sys"
673version = "0.1.11+1.0.8"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
676dependencies = [
677 "cc",
678 "libc",
679 "pkg-config",
680]
681
682[[package]]
683name = "cassowary"
684version = "0.3.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
687
688[[package]]
689name = "cats"
690version = "0.1.0"
691dependencies = [
692 "anyhow",
693 "configmodel",
694 "indexmap 1.9.3",
695 "serde",
696 "serde_json",
697 "thiserror",
698 "tracing",
699 "util",
700]
701
702[[package]]
703name = "cc"
704version = "1.0.83"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
707dependencies = [
708 "jobserver",
709 "libc",
710]
711
712[[package]]
713name = "cfg-if"
714version = "0.1.10"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
717
718[[package]]
719name = "cfg-if"
720version = "1.0.0"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
723
724[[package]]
725name = "checkout"
726version = "0.1.0"
727dependencies = [
728 "anyhow",
729 "async-runtime",
730 "async-trait",
731 "configmodel",
732 "fail",
733 "futures 0.3.29",
734 "io",
735 "manifest",
736 "manifest-tree",
737 "minibytes",
738 "parking_lot",
739 "pathmatcher",
740 "progress-model",
741 "quickcheck",
742 "repo",
743 "repolock",
744 "serde_json",
745 "status",
746 "storemodel",
747 "tempfile",
748 "thiserror",
749 "tokio",
750 "tracing",
751 "treestate",
752 "types",
753 "util",
754 "vfs",
755 "walkdir",
756 "workingcopy",
757]
758
759[[package]]
760name = "chrono"
761version = "0.4.31"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
764dependencies = [
765 "android-tzdata",
766 "iana-time-zone",
767 "num-traits",
768 "serde",
769 "windows-targets 0.48.5",
770]
771
772[[package]]
773name = "clap"
774version = "2.34.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
777dependencies = [
778 "ansi_term",
779 "atty",
780 "bitflags 1.3.2",
781 "strsim 0.8.0",
782 "textwrap 0.11.0",
783 "unicode-width",
784 "vec_map",
785]
786
787[[package]]
788name = "clap"
789version = "3.2.25"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
792dependencies = [
793 "atty",
794 "bitflags 1.3.2",
795 "clap_derive 3.2.25",
796 "clap_lex 0.2.4",
797 "indexmap 1.9.3",
798 "once_cell",
799 "regex",
800 "strsim 0.10.0",
801 "termcolor",
802 "terminal_size 0.2.6",
803 "textwrap 0.16.0",
804 "unicase",
805]
806
807[[package]]
808name = "clap"
809version = "4.4.8"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
812dependencies = [
813 "clap_builder",
814 "clap_derive 4.4.7",
815]
816
817[[package]]
818name = "clap_builder"
819version = "4.4.8"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
822dependencies = [
823 "anstream",
824 "anstyle",
825 "clap_lex 0.6.0",
826 "strsim 0.10.0",
827 "terminal_size 0.3.0",
828 "unicase",
829 "unicode-width",
830]
831
832[[package]]
833name = "clap_derive"
834version = "3.2.25"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
837dependencies = [
838 "heck 0.4.1",
839 "proc-macro-error",
840 "proc-macro2",
841 "quote",
842 "syn 1.0.109",
843]
844
845[[package]]
846name = "clap_derive"
847version = "4.4.7"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
850dependencies = [
851 "heck 0.4.1",
852 "proc-macro2",
853 "quote",
854 "syn 2.0.39",
855]
856
857[[package]]
858name = "clap_lex"
859version = "0.2.4"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
862dependencies = [
863 "os_str_bytes",
864]
865
866[[package]]
867name = "clap_lex"
868version = "0.6.0"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
871
872[[package]]
873name = "clidispatch"
874version = "0.1.0"
875dependencies = [
876 "anyhow",
877 "blackbox",
878 "cliparser",
879 "configloader",
880 "configmodel",
881 "hgplain",
882 "hostname 0.1.0",
883 "identity",
884 "indexedlog",
885 "io",
886 "network-doctor",
887 "repo",
888 "sampling",
889 "termlogger",
890 "thiserror",
891 "thrift-types",
892 "tracing",
893 "types",
894 "util",
895 "workingcopy",
896]
897
898[[package]]
899name = "clientinfo"
900version = "0.1.0"
901dependencies = [
902 "anyhow",
903 "hostname 0.1.0",
904 "lazy_static",
905 "rand 0.8.5",
906 "serde",
907 "serde_json",
908 "tracing",
909]
910
911[[package]]
912name = "clientinfo_async"
913version = "0.1.0"
914dependencies = [
915 "clientinfo",
916 "tokio",
917]
918
919[[package]]
920name = "cliparser"
921version = "0.1.0"
922dependencies = [
923 "anyhow",
924 "cpython",
925 "indexmap 1.9.3",
926 "serde",
927 "shlex",
928 "thiserror",
929]
930
931[[package]]
932name = "clone"
933version = "0.1.0"
934dependencies = [
935 "anyhow",
936 "async-runtime",
937 "checkout",
938 "configmodel",
939 "manifest-tree",
940 "repo",
941 "tempfile",
942 "termlogger",
943 "thiserror",
944 "tracing",
945 "treestate",
946 "types",
947 "util",
948 "vfs",
949]
950
951[[package]]
952name = "cloned"
953version = "0.1.0"
954source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
955
956[[package]]
957name = "codegen"
958version = "0.1.0"
959dependencies = [
960 "zstdelta",
961]
962
963[[package]]
964name = "codegen_includer_proc_macro"
965version = "0.1.0"
966source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
967dependencies = [
968 "quote",
969]
970
971[[package]]
972name = "codespan-reporting"
973version = "0.11.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
976dependencies = [
977 "termcolor",
978 "unicode-width",
979]
980
981[[package]]
982name = "colorchoice"
983version = "1.0.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
986
987[[package]]
988name = "colored"
989version = "1.9.4"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "5a5f741c91823341bebf717d4c71bda820630ce065443b58bd1b7451af008355"
992dependencies = [
993 "is-terminal",
994 "lazy_static",
995 "winapi 0.3.9",
996]
997
998[[package]]
999name = "comfy-table"
1000version = "6.2.0"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba"
1003dependencies = [
1004 "crossterm",
1005 "strum",
1006 "strum_macros",
1007 "unicode-width",
1008]
1009
1010[[package]]
1011name = "commandserver"
1012version = "0.1.0"
1013dependencies = [
1014 "anyhow",
1015 "atexit",
1016 "configmodel",
1017 "dirs 2.0.2",
1018 "fn-error-context",
1019 "fs2",
1020 "identity",
1021 "libc",
1022 "nodeipc",
1023 "once_cell",
1024 "procutil",
1025 "serde",
1026 "spawn-ext",
1027 "system-command",
1028 "tracing",
1029 "udsipc",
1030 "version",
1031]
1032
1033[[package]]
1034name = "commitcloudsubscriber"
1035version = "0.1.0"
1036dependencies = [
1037 "anyhow",
1038 "filetime",
1039 "futures 0.3.29",
1040 "hostcaps",
1041 "identity",
1042 "lazy_static",
1043 "log",
1044 "mime",
1045 "parking_lot",
1046 "regex",
1047 "reqwest",
1048 "reqwest-eventsource",
1049 "rust-ini",
1050 "serde",
1051 "serde_json",
1052 "tempfile",
1053 "thiserror",
1054 "tokio",
1055]
1056
1057[[package]]
1058name = "commits-git"
1059version = "0.1.0"
1060dependencies = [
1061 "anyhow",
1062 "async-trait",
1063 "commits-trait",
1064 "dag",
1065 "factory",
1066 "fs-err",
1067 "futures 0.3.29",
1068 "gitdag",
1069 "metalog",
1070 "minibytes",
1071 "parking_lot",
1072 "refencode",
1073 "storemodel",
1074 "tracing",
1075 "types",
1076]
1077
1078[[package]]
1079name = "commits-trait"
1080version = "0.1.0"
1081dependencies = [
1082 "anyhow",
1083 "async-trait",
1084 "dag",
1085 "futures 0.3.29",
1086 "metalog",
1087 "minibytes",
1088 "serde",
1089 "storemodel",
1090 "types",
1091]
1092
1093[[package]]
1094name = "conch-parser"
1095version = "0.1.1"
1096dependencies = [
1097 "serde",
1098 "void",
1099]
1100
1101[[package]]
1102name = "conch_parser"
1103version = "0.1.0"
1104dependencies = [
1105 "conch-parser",
1106 "cpython",
1107]
1108
1109[[package]]
1110name = "concurrent-queue"
1111version = "2.3.0"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
1114dependencies = [
1115 "crossbeam-utils 0.8.16",
1116]
1117
1118[[package]]
1119name = "config"
1120version = "0.1.0"
1121dependencies = [
1122 "anyhow",
1123 "async-trait",
1124 "codegen_includer_proc_macro",
1125 "config_types",
1126 "const-cstr",
1127 "fbthrift",
1128 "futures 0.3.29",
1129 "ref-cast",
1130 "thiserror",
1131 "thrift_compiler",
1132 "tracing",
1133 "tracing-futures",
1134]
1135
1136[[package]]
1137name = "config_thrift"
1138version = "0.1.0"
1139dependencies = [
1140 "anyhow",
1141 "async-trait",
1142 "codegen_includer_proc_macro",
1143 "config_thrift_types",
1144 "const-cstr",
1145 "fbthrift",
1146 "futures 0.3.29",
1147 "ref-cast",
1148 "thiserror",
1149 "thrift_compiler",
1150 "tracing",
1151 "tracing-futures",
1152]
1153
1154[[package]]
1155name = "config_thrift_types"
1156version = "0.1.0"
1157dependencies = [
1158 "anyhow",
1159 "codegen_includer_proc_macro",
1160 "fbthrift",
1161 "futures 0.3.29",
1162 "once_cell",
1163 "ref-cast",
1164 "serde",
1165 "serde_derive",
1166 "thiserror",
1167 "thrift_compiler",
1168]
1169
1170[[package]]
1171name = "config_types"
1172version = "0.1.0"
1173dependencies = [
1174 "anyhow",
1175 "codegen_includer_proc_macro",
1176 "fbthrift",
1177 "futures 0.3.29",
1178 "once_cell",
1179 "ref-cast",
1180 "serde",
1181 "serde_derive",
1182 "thiserror",
1183 "thrift_compiler",
1184]
1185
1186[[package]]
1187name = "configloader"
1188version = "0.1.0"
1189dependencies = [
1190 "anyhow",
1191 "base64 0.13.1",
1192 "configmodel",
1193 "configset",
1194 "dirs 2.0.2",
1195 "filetime",
1196 "hgplain",
1197 "hgtime",
1198 "hostcaps",
1199 "hostname 0.3.1",
1200 "http-client",
1201 "identity",
1202 "minibench",
1203 "minibytes",
1204 "once_cell",
1205 "regex",
1206 "serde",
1207 "serde_json",
1208 "serde_urlencoded 0.7.1",
1209 "sha2 0.10.8",
1210 "staticconfig",
1211 "tempfile",
1212 "testutil",
1213 "tracing",
1214 "types",
1215 "unionconfig",
1216 "url",
1217 "util",
1218 "version",
1219 "zstd",
1220]
1221
1222[[package]]
1223name = "configmodel"
1224version = "0.1.0"
1225dependencies = [
1226 "anyhow",
1227 "auto_impl",
1228 "minibytes",
1229 "thiserror",
1230 "util",
1231]
1232
1233[[package]]
1234name = "configset"
1235version = "0.1.0"
1236dependencies = [
1237 "configmodel",
1238 "hgrc-parser",
1239 "indexmap 1.9.3",
1240 "minibytes",
1241 "tempfile",
1242 "tracing",
1243 "util",
1244]
1245
1246[[package]]
1247name = "console"
1248version = "0.15.7"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
1251dependencies = [
1252 "encode_unicode",
1253 "lazy_static",
1254 "libc",
1255 "windows-sys 0.45.0",
1256]
1257
1258[[package]]
1259name = "const-cstr"
1260version = "0.3.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
1263
1264[[package]]
1265name = "constant_time_eq"
1266version = "0.1.5"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
1269
1270[[package]]
1271name = "constructors"
1272version = "0.1.0"
1273dependencies = [
1274 "commits-git",
1275 "eagerepo",
1276 "edenapi",
1277 "gitstore",
1278 "hgcommits",
1279 "once_cell",
1280]
1281
1282[[package]]
1283name = "control-point"
1284version = "0.1.0"
1285dependencies = [
1286 "anyhow",
1287 "lazy_static",
1288 "parking_lot",
1289 "serde_json",
1290 "tempfile",
1291 "tracing",
1292 "util",
1293]
1294
1295[[package]]
1296name = "cookie"
1297version = "0.16.2"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
1300dependencies = [
1301 "percent-encoding",
1302 "time",
1303 "version_check",
1304]
1305
1306[[package]]
1307name = "cookie_store"
1308version = "0.16.2"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "d606d0fba62e13cf04db20536c05cb7f13673c161cb47a47a82b9b9e7d3f1daa"
1311dependencies = [
1312 "cookie",
1313 "idna 0.2.3",
1314 "log",
1315 "publicsuffix",
1316 "serde",
1317 "serde_derive",
1318 "serde_json",
1319 "time",
1320 "url",
1321]
1322
1323[[package]]
1324name = "copytrace"
1325version = "0.1.0"
1326dependencies = [
1327 "anyhow",
1328 "async-trait",
1329 "configmodel",
1330 "dag",
1331 "git2",
1332 "hg-metrics",
1333 "lru-cache",
1334 "manifest",
1335 "manifest-tree",
1336 "parking_lot",
1337 "pathhistory",
1338 "pathmatcher",
1339 "serde",
1340 "storemodel",
1341 "thiserror",
1342 "tokio",
1343 "tracing",
1344 "tracing-test",
1345 "types",
1346 "xdiff",
1347]
1348
1349[[package]]
1350name = "core-foundation"
1351version = "0.9.3"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
1354dependencies = [
1355 "core-foundation-sys",
1356 "libc",
1357]
1358
1359[[package]]
1360name = "core-foundation-sys"
1361version = "0.8.4"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
1364
1365[[package]]
1366name = "cpufeatures"
1367version = "0.2.11"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
1370dependencies = [
1371 "libc",
1372]
1373
1374[[package]]
1375name = "cpython"
1376version = "0.7.1"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
1379dependencies = [
1380 "libc",
1381 "num-traits",
1382 "paste",
1383 "python3-sys",
1384 "serde",
1385]
1386
1387[[package]]
1388name = "cpython_async"
1389version = "0.1.0"
1390dependencies = [
1391 "anyhow",
1392 "async-runtime",
1393 "cpython",
1394 "cpython_ext",
1395 "futures 0.3.29",
1396 "itertools",
1397 "tokio",
1398]
1399
1400[[package]]
1401name = "cpython_ext"
1402version = "0.1.0"
1403dependencies = [
1404 "anyhow",
1405 "cpython",
1406 "libc",
1407 "once_cell",
1408 "parking_lot",
1409 "python3-sys",
1410 "serde",
1411 "serde_bytes",
1412 "serde_cbor",
1413 "thiserror",
1414 "types",
1415]
1416
1417[[package]]
1418name = "crc32fast"
1419version = "1.3.2"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1422dependencies = [
1423 "cfg-if 1.0.0",
1424]
1425
1426[[package]]
1427name = "crossbeam"
1428version = "0.8.2"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
1431dependencies = [
1432 "cfg-if 1.0.0",
1433 "crossbeam-channel 0.5.8",
1434 "crossbeam-deque",
1435 "crossbeam-epoch",
1436 "crossbeam-queue",
1437 "crossbeam-utils 0.8.16",
1438]
1439
1440[[package]]
1441name = "crossbeam-channel"
1442version = "0.3.9"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
1445dependencies = [
1446 "crossbeam-utils 0.6.6",
1447]
1448
1449[[package]]
1450name = "crossbeam-channel"
1451version = "0.5.8"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
1454dependencies = [
1455 "cfg-if 1.0.0",
1456 "crossbeam-utils 0.8.16",
1457]
1458
1459[[package]]
1460name = "crossbeam-deque"
1461version = "0.8.3"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
1464dependencies = [
1465 "cfg-if 1.0.0",
1466 "crossbeam-epoch",
1467 "crossbeam-utils 0.8.16",
1468]
1469
1470[[package]]
1471name = "crossbeam-epoch"
1472version = "0.9.15"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
1475dependencies = [
1476 "autocfg",
1477 "cfg-if 1.0.0",
1478 "crossbeam-utils 0.8.16",
1479 "memoffset 0.9.0",
1480 "scopeguard",
1481]
1482
1483[[package]]
1484name = "crossbeam-queue"
1485version = "0.3.8"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
1488dependencies = [
1489 "cfg-if 1.0.0",
1490 "crossbeam-utils 0.8.16",
1491]
1492
1493[[package]]
1494name = "crossbeam-utils"
1495version = "0.6.6"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
1498dependencies = [
1499 "cfg-if 0.1.10",
1500 "lazy_static",
1501]
1502
1503[[package]]
1504name = "crossbeam-utils"
1505version = "0.8.16"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
1508dependencies = [
1509 "cfg-if 1.0.0",
1510]
1511
1512[[package]]
1513name = "crossterm"
1514version = "0.26.1"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
1517dependencies = [
1518 "bitflags 1.3.2",
1519 "crossterm_winapi",
1520 "libc",
1521 "mio",
1522 "parking_lot",
1523 "signal-hook 0.3.17",
1524 "signal-hook-mio",
1525 "winapi 0.3.9",
1526]
1527
1528[[package]]
1529name = "crossterm_winapi"
1530version = "0.9.1"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
1533dependencies = [
1534 "winapi 0.3.9",
1535]
1536
1537[[package]]
1538name = "crypto-common"
1539version = "0.1.6"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1542dependencies = [
1543 "generic-array",
1544 "typenum",
1545]
1546
1547[[package]]
1548name = "csscolorparser"
1549version = "0.6.2"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
1552dependencies = [
1553 "lab",
1554 "phf 0.11.2",
1555]
1556
1557[[package]]
1558name = "ctor"
1559version = "0.1.26"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1562dependencies = [
1563 "quote",
1564 "syn 1.0.109",
1565]
1566
1567[[package]]
1568name = "ctrlc"
1569version = "3.4.1"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf"
1572dependencies = [
1573 "nix 0.27.1",
1574 "windows-sys 0.48.0",
1575]
1576
1577[[package]]
1578name = "curl"
1579version = "0.4.44"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
1582dependencies = [
1583 "curl-sys",
1584 "libc",
1585 "openssl-probe",
1586 "openssl-sys",
1587 "schannel",
1588 "socket2 0.4.10",
1589 "winapi 0.3.9",
1590]
1591
1592[[package]]
1593name = "curl-sys"
1594version = "0.4.68+curl-8.4.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "b4a0d18d88360e374b16b2273c832b5e57258ffc1d4aa4f96b108e0738d5752f"
1597dependencies = [
1598 "cc",
1599 "libc",
1600 "libnghttp2-sys",
1601 "libz-sys",
1602 "openssl-sys",
1603 "pkg-config",
1604 "vcpkg",
1605 "windows-sys 0.48.0",
1606]
1607
1608[[package]]
1609name = "cxx"
1610version = "1.0.110"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "7129e341034ecb940c9072817cd9007974ea696844fc4dd582dc1653a7fbe2e8"
1613dependencies = [
1614 "cc",
1615 "cxxbridge-flags",
1616 "cxxbridge-macro",
1617 "link-cplusplus",
1618]
1619
1620[[package]]
1621name = "cxx-build"
1622version = "1.0.110"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "a2a24f3f5f8eed71936f21e570436f024f5c2e25628f7496aa7ccd03b90109d5"
1625dependencies = [
1626 "cc",
1627 "codespan-reporting",
1628 "once_cell",
1629 "proc-macro2",
1630 "quote",
1631 "scratch",
1632 "syn 2.0.39",
1633]
1634
1635[[package]]
1636name = "cxxbridge-flags"
1637version = "1.0.110"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "06fdd177fc61050d63f67f5bd6351fac6ab5526694ea8e359cd9cd3b75857f44"
1640
1641[[package]]
1642name = "cxxbridge-macro"
1643version = "1.0.110"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "587663dd5fb3d10932c8aecfe7c844db1bcf0aee93eeab08fac13dc1212c2e7f"
1646dependencies = [
1647 "proc-macro2",
1648 "quote",
1649 "syn 2.0.39",
1650]
1651
1652[[package]]
1653name = "dag"
1654version = "0.1.0"
1655dependencies = [
1656 "anyhow",
1657 "async-trait",
1658 "bitflags 1.3.2",
1659 "byteorder",
1660 "dag-types",
1661 "dev-logger",
1662 "drawdag",
1663 "fail",
1664 "fs2",
1665 "futures 0.3.29",
1666 "indexedlog",
1667 "indexmap 1.9.3",
1668 "mincode",
1669 "minibytes",
1670 "nonblocking",
1671 "once_cell",
1672 "quickcheck",
1673 "rand 0.8.5",
1674 "renderdag",
1675 "serde",
1676 "tempfile",
1677 "thiserror",
1678 "tokio",
1679 "tracing",
1680 "vlqencoding",
1681]
1682
1683[[package]]
1684name = "dag-benches"
1685version = "0.1.0"
1686dependencies = [
1687 "bindag",
1688 "dag",
1689 "mincode",
1690 "minibench",
1691 "nonblocking",
1692 "tempfile",
1693]
1694
1695[[package]]
1696name = "dag-types"
1697version = "0.1.0"
1698dependencies = [
1699 "abomonation",
1700 "abomonation_derive",
1701 "minibytes",
1702 "quickcheck",
1703 "serde",
1704]
1705
1706[[package]]
1707name = "dashmap"
1708version = "5.5.3"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1711dependencies = [
1712 "cfg-if 1.0.0",
1713 "hashbrown 0.14.2",
1714 "lock_api",
1715 "once_cell",
1716 "parking_lot_core",
1717 "rayon",
1718 "serde",
1719]
1720
1721[[package]]
1722name = "debugtop"
1723version = "0.1.0"
1724dependencies = [
1725 "anyhow",
1726 "chrono",
1727 "runlog",
1728]
1729
1730[[package]]
1731name = "deltae"
1732version = "0.3.2"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
1735
1736[[package]]
1737name = "deranged"
1738version = "0.3.9"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
1741dependencies = [
1742 "powerfmt",
1743]
1744
1745[[package]]
1746name = "dev-logger"
1747version = "0.1.0"
1748dependencies = [
1749 "ctor",
1750 "tracing",
1751 "tracing-subscriber",
1752]
1753
1754[[package]]
1755name = "diff"
1756version = "0.1.13"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1759
1760[[package]]
1761name = "difference"
1762version = "2.0.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
1765
1766[[package]]
1767name = "digest"
1768version = "0.9.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1771dependencies = [
1772 "generic-array",
1773]
1774
1775[[package]]
1776name = "digest"
1777version = "0.10.7"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1780dependencies = [
1781 "block-buffer 0.10.4",
1782 "crypto-common",
1783 "subtle",
1784]
1785
1786[[package]]
1787name = "dirs"
1788version = "2.0.2"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
1791dependencies = [
1792 "cfg-if 0.1.10",
1793 "dirs-sys",
1794]
1795
1796[[package]]
1797name = "dirs"
1798version = "4.0.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1801dependencies = [
1802 "dirs-sys",
1803]
1804
1805[[package]]
1806name = "dirs-sys"
1807version = "0.3.7"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1810dependencies = [
1811 "libc",
1812 "redox_users",
1813 "winapi 0.3.9",
1814]
1815
1816[[package]]
1817name = "dlv-list"
1818version = "0.2.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
1821dependencies = [
1822 "rand 0.8.5",
1823]
1824
1825[[package]]
1826name = "drawdag"
1827version = "0.1.0"
1828
1829[[package]]
1830name = "dtoa"
1831version = "0.4.8"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
1834
1835[[package]]
1836name = "eagerepo"
1837version = "0.1.0"
1838dependencies = [
1839 "anyhow",
1840 "async-trait",
1841 "configmodel",
1842 "dag",
1843 "edenapi_trait",
1844 "factory",
1845 "fail",
1846 "futures 0.3.29",
1847 "hgstore",
1848 "http",
1849 "identity",
1850 "manifest-tree",
1851 "metalog",
1852 "minibytes",
1853 "nonblocking",
1854 "parking_lot",
1855 "storemodel",
1856 "tempfile",
1857 "thiserror",
1858 "tokio",
1859 "tracing",
1860 "zstore",
1861]
1862
1863[[package]]
1864name = "eden_apfs_mount_helper"
1865version = "0.1.0"
1866dependencies = [
1867 "anyhow",
1868 "libc",
1869 "once_cell",
1870 "plist",
1871 "pretty_assertions",
1872 "serde",
1873 "serde_json",
1874 "sha2 0.10.8",
1875 "structopt",
1876]
1877
1878[[package]]
1879name = "edenapi"
1880version = "0.1.0"
1881dependencies = [
1882 "anyhow",
1883 "async-runtime",
1884 "async-trait",
1885 "bytes",
1886 "chrono",
1887 "clientinfo",
1888 "clientinfo_async",
1889 "configmodel",
1890 "edenapi_trait",
1891 "edenapi_types",
1892 "futures 0.3.29",
1893 "hg-http",
1894 "http-client",
1895 "itertools",
1896 "metrics",
1897 "minibytes",
1898 "once_cell",
1899 "parking_lot",
1900 "pprint",
1901 "progress-model",
1902 "repo_name",
1903 "serde",
1904 "serde_cbor",
1905 "serde_json",
1906 "tokio",
1907 "tracing",
1908 "types",
1909 "url",
1910 "version",
1911]
1912
1913[[package]]
1914name = "edenapi_ext"
1915version = "0.1.0"
1916dependencies = [
1917 "anyhow",
1918 "blake2",
1919 "cloned",
1920 "crossbeam",
1921 "edenapi",
1922 "edenapi_types",
1923 "futures 0.3.29",
1924 "itertools",
1925 "minibytes",
1926 "tokio",
1927 "types",
1928 "vfs",
1929]
1930
1931[[package]]
1932name = "edenapi_trait"
1933version = "0.1.0"
1934dependencies = [
1935 "anyhow",
1936 "async-trait",
1937 "auth",
1938 "configmodel",
1939 "edenapi_types",
1940 "futures 0.3.29",
1941 "http",
1942 "http-client",
1943 "minibytes",
1944 "serde_cbor",
1945 "thiserror",
1946 "types",
1947 "url",
1948]
1949
1950[[package]]
1951name = "edenapi_types"
1952version = "0.1.0"
1953dependencies = [
1954 "anyhow",
1955 "blake2",
1956 "blake3",
1957 "bytes",
1958 "dag-types",
1959 "insta_ext",
1960 "paste",
1961 "quickcheck",
1962 "quickcheck_arbitrary_derive",
1963 "quickcheck_macros",
1964 "revisionstore_types",
1965 "serde",
1966 "serde_bytes",
1967 "serde_derive",
1968 "serde_json",
1969 "sha1",
1970 "sha2 0.10.8",
1971 "thiserror",
1972 "type_macros",
1973 "types",
1974]
1975
1976[[package]]
1977name = "edenfs-client"
1978version = "0.1.0"
1979dependencies = [
1980 "anyhow",
1981 "async-runtime",
1982 "clientinfo",
1983 "fbthrift_socket",
1984 "fs-err",
1985 "identity",
1986 "serde",
1987 "thrift-types",
1988 "tokio-uds-compat",
1989 "toml",
1990 "tracing",
1991 "types",
1992]
1993
1994[[package]]
1995name = "edenfs_ffi"
1996version = "0.1.0"
1997dependencies = [
1998 "anyhow",
1999 "async-runtime",
2000 "cxx",
2001 "cxx-build",
2002 "futures 0.3.29",
2003 "identity",
2004 "manifest",
2005 "manifest-tree",
2006 "once_cell",
2007 "pathmatcher",
2008 "repo",
2009 "sparse",
2010 "tokio",
2011 "types",
2012]
2013
2014[[package]]
2015name = "either"
2016version = "1.9.0"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2019
2020[[package]]
2021name = "encode_unicode"
2022version = "0.3.6"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2025
2026[[package]]
2027name = "encoding"
2028version = "0.1.0"
2029dependencies = [
2030 "local-encoding",
2031 "types",
2032 "winapi 0.3.9",
2033]
2034
2035[[package]]
2036name = "encoding_rs"
2037version = "0.8.33"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2040dependencies = [
2041 "cfg-if 1.0.0",
2042]
2043
2044[[package]]
2045name = "enum_dispatch"
2046version = "0.3.12"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e"
2049dependencies = [
2050 "once_cell",
2051 "proc-macro2",
2052 "quote",
2053 "syn 2.0.39",
2054]
2055
2056[[package]]
2057name = "env_logger"
2058version = "0.8.4"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2061dependencies = [
2062 "log",
2063 "regex",
2064]
2065
2066[[package]]
2067name = "env_logger"
2068version = "0.10.1"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
2071dependencies = [
2072 "humantime",
2073 "is-terminal",
2074 "log",
2075 "regex",
2076 "termcolor",
2077]
2078
2079[[package]]
2080name = "equivalent"
2081version = "1.0.1"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2084
2085[[package]]
2086name = "erased-serde"
2087version = "0.3.31"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
2090dependencies = [
2091 "serde",
2092]
2093
2094[[package]]
2095name = "errno"
2096version = "0.3.7"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
2099dependencies = [
2100 "libc",
2101 "windows-sys 0.48.0",
2102]
2103
2104[[package]]
2105name = "event-listener"
2106version = "2.5.3"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2109
2110[[package]]
2111name = "eventsource-stream"
2112version = "0.2.3"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
2115dependencies = [
2116 "futures-core",
2117 "nom 7.1.3",
2118 "pin-project-lite",
2119]
2120
2121[[package]]
2122name = "exchange"
2123version = "0.1.0"
2124dependencies = [
2125 "anyhow",
2126 "async-runtime",
2127 "dag",
2128 "edenapi",
2129 "hgcommits",
2130 "metalog",
2131 "refencode",
2132 "tracing",
2133 "types",
2134]
2135
2136[[package]]
2137name = "extend"
2138version = "0.1.2"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
2141dependencies = [
2142 "proc-macro-error",
2143 "proc-macro2",
2144 "quote",
2145 "syn 1.0.109",
2146]
2147
2148[[package]]
2149name = "factory"
2150version = "0.1.0"
2151dependencies = [
2152 "anyhow",
2153 "tracing",
2154]
2155
2156[[package]]
2157name = "fail"
2158version = "0.4.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "3be3c61c59fdc91f5dbc3ea31ee8623122ce80057058be560654c5d410d181a6"
2161dependencies = [
2162 "lazy_static",
2163 "log",
2164 "rand 0.7.3",
2165]
2166
2167[[package]]
2168name = "fancy-regex"
2169version = "0.10.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766"
2172dependencies = [
2173 "bit-set",
2174 "regex",
2175]
2176
2177[[package]]
2178name = "faster-hex"
2179version = "0.6.1"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8"
2182
2183[[package]]
2184name = "fastrand"
2185version = "1.9.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2188dependencies = [
2189 "instant",
2190]
2191
2192[[package]]
2193name = "fastrand"
2194version = "2.0.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2197
2198[[package]]
2199name = "fb303_core"
2200version = "0.0.0"
2201source = "git+https://github.com/facebook/fb303.git?branch=main#b43090b2a64a33076412ab593ee1ada5e48a7a9c"
2202dependencies = [
2203 "anyhow",
2204 "async-trait",
2205 "codegen_includer_proc_macro",
2206 "const-cstr",
2207 "fb303_core_types",
2208 "fbthrift",
2209 "futures 0.3.29",
2210 "ref-cast",
2211 "thiserror",
2212 "thrift_compiler",
2213 "tracing",
2214 "tracing-futures",
2215]
2216
2217[[package]]
2218name = "fb303_core_types"
2219version = "0.0.0"
2220source = "git+https://github.com/facebook/fb303.git?branch=main#b43090b2a64a33076412ab593ee1ada5e48a7a9c"
2221dependencies = [
2222 "anyhow",
2223 "codegen_includer_proc_macro",
2224 "fbthrift",
2225 "futures 0.3.29",
2226 "once_cell",
2227 "ref-cast",
2228 "serde",
2229 "serde_derive",
2230 "thiserror",
2231 "thrift_compiler",
2232]
2233
2234[[package]]
2235name = "fbinit"
2236version = "0.1.2"
2237source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2238dependencies = [
2239 "fbinit_macros",
2240 "quickcheck",
2241]
2242
2243[[package]]
2244name = "fbinit_macros"
2245version = "0.1.2"
2246source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2247dependencies = [
2248 "proc-macro2",
2249 "quote",
2250 "syn 1.0.109",
2251]
2252
2253[[package]]
2254name = "fbthrift"
2255version = "0.0.1+unstable"
2256source = "git+https://github.com/facebook/fbthrift.git?branch=main#7ba2d200ef5654b277c9ae85fe8b3bdbe15433e0"
2257dependencies = [
2258 "anyhow",
2259 "async-trait",
2260 "base64 0.13.1",
2261 "bufsize",
2262 "bytes",
2263 "futures 0.3.29",
2264 "ghost",
2265 "num-derive",
2266 "num-traits",
2267 "ordered-float",
2268 "panic-message",
2269 "serde_json",
2270 "thiserror",
2271]
2272
2273[[package]]
2274name = "fbthrift_framed"
2275version = "0.1.0"
2276source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2277dependencies = [
2278 "byteorder",
2279 "bytes",
2280 "tokio-util 0.7.10",
2281]
2282
2283[[package]]
2284name = "fbthrift_socket"
2285version = "0.1.0"
2286source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2287dependencies = [
2288 "anyhow",
2289 "bytes",
2290 "fbthrift",
2291 "fbthrift_framed",
2292 "fbthrift_util",
2293 "futures 0.3.29",
2294 "tokio",
2295 "tokio-tower",
2296 "tokio-util 0.7.10",
2297 "tower-service",
2298]
2299
2300[[package]]
2301name = "fbthrift_util"
2302version = "0.1.0"
2303source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2304dependencies = [
2305 "tokio",
2306]
2307
2308[[package]]
2309name = "filedescriptor"
2310version = "0.7.3"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "e70cb4dda2f343f3b7a98a6536559d04a700136cada190822e5d6a99e4184c06"
2313dependencies = [
2314 "anyhow",
2315 "libc",
2316 "winapi 0.3.9",
2317]
2318
2319[[package]]
2320name = "filedescriptor"
2321version = "0.8.2"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
2324dependencies = [
2325 "libc",
2326 "thiserror",
2327 "winapi 0.3.9",
2328]
2329
2330[[package]]
2331name = "filetime"
2332version = "0.2.22"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2335dependencies = [
2336 "cfg-if 1.0.0",
2337 "libc",
2338 "redox_syscall 0.3.5",
2339 "windows-sys 0.48.0",
2340]
2341
2342[[package]]
2343name = "finl_unicode"
2344version = "1.2.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2347
2348[[package]]
2349name = "fixedbitset"
2350version = "0.4.2"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2353
2354[[package]]
2355name = "flate2"
2356version = "1.0.28"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2359dependencies = [
2360 "crc32fast",
2361 "miniz_oxide",
2362]
2363
2364[[package]]
2365name = "fn-error-context"
2366version = "0.2.1"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "2cd66269887534af4b0c3e3337404591daa8dc8b9b2b3db71f9523beb4bafb41"
2369dependencies = [
2370 "proc-macro2",
2371 "quote",
2372 "syn 2.0.39",
2373]
2374
2375[[package]]
2376name = "fnv"
2377version = "1.0.7"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2380
2381[[package]]
2382name = "foreign-types"
2383version = "0.3.2"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2386dependencies = [
2387 "foreign-types-shared",
2388]
2389
2390[[package]]
2391name = "foreign-types-shared"
2392version = "0.1.1"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2395
2396[[package]]
2397name = "form_urlencoded"
2398version = "1.2.0"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2401dependencies = [
2402 "percent-encoding",
2403]
2404
2405[[package]]
2406name = "formatter"
2407version = "0.1.0"
2408dependencies = [
2409 "anyhow",
2410 "configmodel",
2411 "serde",
2412 "serde_json",
2413 "termstyle",
2414 "thiserror",
2415]
2416
2417[[package]]
2418name = "fs-err"
2419version = "2.10.0"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "fb5fd9bcbe8b1087cbd395b51498c01bc997cef73e778a80b77a811af5e2d29f"
2422dependencies = [
2423 "autocfg",
2424]
2425
2426[[package]]
2427name = "fs2"
2428version = "0.4.3"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
2431dependencies = [
2432 "libc",
2433 "winapi 0.3.9",
2434]
2435
2436[[package]]
2437name = "fsinfo"
2438version = "0.1.0"
2439dependencies = [
2440 "anyhow",
2441 "identity",
2442 "libc",
2443 "winapi 0.3.9",
2444]
2445
2446[[package]]
2447name = "fsprobe"
2448version = "0.1.0"
2449dependencies = [
2450 "anyhow",
2451 "structopt",
2452]
2453
2454[[package]]
2455name = "fsyncglob"
2456version = "0.1.0"
2457dependencies = [
2458 "glob",
2459 "tempfile",
2460 "tracing",
2461]
2462
2463[[package]]
2464name = "fuchsia-cprng"
2465version = "0.1.1"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2468
2469[[package]]
2470name = "futures"
2471version = "0.1.31"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2474
2475[[package]]
2476name = "futures"
2477version = "0.3.29"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
2480dependencies = [
2481 "futures-channel",
2482 "futures-core",
2483 "futures-executor",
2484 "futures-io",
2485 "futures-sink",
2486 "futures-task",
2487 "futures-util",
2488]
2489
2490[[package]]
2491name = "futures-channel"
2492version = "0.3.29"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
2495dependencies = [
2496 "futures-core",
2497 "futures-sink",
2498]
2499
2500[[package]]
2501name = "futures-core"
2502version = "0.3.29"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2505
2506[[package]]
2507name = "futures-executor"
2508version = "0.3.29"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
2511dependencies = [
2512 "futures-core",
2513 "futures-task",
2514 "futures-util",
2515]
2516
2517[[package]]
2518name = "futures-io"
2519version = "0.3.29"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
2522
2523[[package]]
2524name = "futures-lite"
2525version = "1.13.0"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2528dependencies = [
2529 "fastrand 1.9.0",
2530 "futures-core",
2531 "futures-io",
2532 "memchr",
2533 "parking",
2534 "pin-project-lite",
2535 "waker-fn",
2536]
2537
2538[[package]]
2539name = "futures-macro"
2540version = "0.3.29"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
2543dependencies = [
2544 "proc-macro2",
2545 "quote",
2546 "syn 2.0.39",
2547]
2548
2549[[package]]
2550name = "futures-sink"
2551version = "0.3.29"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2554
2555[[package]]
2556name = "futures-task"
2557version = "0.3.29"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
2560
2561[[package]]
2562name = "futures-timer"
2563version = "3.0.2"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
2566
2567[[package]]
2568name = "futures-util"
2569version = "0.3.29"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
2572dependencies = [
2573 "futures 0.1.31",
2574 "futures-channel",
2575 "futures-core",
2576 "futures-io",
2577 "futures-macro",
2578 "futures-sink",
2579 "futures-task",
2580 "memchr",
2581 "pin-project-lite",
2582 "pin-utils",
2583 "slab",
2584]
2585
2586[[package]]
2587name = "generic-array"
2588version = "0.14.7"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2591dependencies = [
2592 "typenum",
2593 "version_check",
2594]
2595
2596[[package]]
2597name = "getopts"
2598version = "0.2.21"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
2601dependencies = [
2602 "unicode-width",
2603]
2604
2605[[package]]
2606name = "getrandom"
2607version = "0.1.16"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2610dependencies = [
2611 "cfg-if 1.0.0",
2612 "libc",
2613 "wasi 0.9.0+wasi-snapshot-preview1",
2614]
2615
2616[[package]]
2617name = "getrandom"
2618version = "0.2.11"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2621dependencies = [
2622 "cfg-if 1.0.0",
2623 "libc",
2624 "wasi 0.11.0+wasi-snapshot-preview1",
2625]
2626
2627[[package]]
2628name = "ghost"
2629version = "0.1.16"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "ef81e7cedce6ab54cd5dc7b3400c442c8d132fe03200a1be0637db7ef308ff17"
2632dependencies = [
2633 "proc-macro2",
2634 "quote",
2635 "syn 2.0.39",
2636]
2637
2638[[package]]
2639name = "gimli"
2640version = "0.28.0"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2643
2644[[package]]
2645name = "git2"
2646version = "0.14.4"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
2649dependencies = [
2650 "bitflags 1.3.2",
2651 "libc",
2652 "libgit2-sys",
2653 "log",
2654 "openssl-probe",
2655 "openssl-sys",
2656 "url",
2657]
2658
2659[[package]]
2660name = "gitdag"
2661version = "0.1.0"
2662dependencies = [
2663 "anyhow",
2664 "dag",
2665 "git2",
2666 "nonblocking",
2667 "parking_lot",
2668 "tracing",
2669]
2670
2671[[package]]
2672name = "gitstore"
2673version = "0.1.0"
2674dependencies = [
2675 "anyhow",
2676 "async-trait",
2677 "factory",
2678 "fs-err",
2679 "git2",
2680 "minibytes",
2681 "storemodel",
2682 "types",
2683]
2684
2685[[package]]
2686name = "glob"
2687version = "0.3.1"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2690
2691[[package]]
2692name = "globset"
2693version = "0.4.13"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
2696dependencies = [
2697 "aho-corasick",
2698 "bstr",
2699 "fnv",
2700 "log",
2701 "regex",
2702 "serde",
2703]
2704
2705[[package]]
2706name = "h2"
2707version = "0.3.22"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
2710dependencies = [
2711 "bytes",
2712 "fnv",
2713 "futures-core",
2714 "futures-sink",
2715 "futures-util",
2716 "http",
2717 "indexmap 2.1.0",
2718 "slab",
2719 "tokio",
2720 "tokio-util 0.7.10",
2721 "tracing",
2722]
2723
2724[[package]]
2725name = "half"
2726version = "1.8.2"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2729
2730[[package]]
2731name = "hashbrown"
2732version = "0.9.1"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2735dependencies = [
2736 "ahash 0.4.8",
2737]
2738
2739[[package]]
2740name = "hashbrown"
2741version = "0.12.3"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2744
2745[[package]]
2746name = "hashbrown"
2747version = "0.14.2"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
2750dependencies = [
2751 "ahash 0.8.6",
2752 "allocator-api2",
2753]
2754
2755[[package]]
2756name = "heck"
2757version = "0.3.3"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2760dependencies = [
2761 "unicode-segmentation",
2762]
2763
2764[[package]]
2765name = "heck"
2766version = "0.4.1"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2769
2770[[package]]
2771name = "hermit-abi"
2772version = "0.1.19"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2775dependencies = [
2776 "libc",
2777]
2778
2779[[package]]
2780name = "hermit-abi"
2781version = "0.3.3"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2784
2785[[package]]
2786name = "hex"
2787version = "0.4.3"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2790
2791[[package]]
2792name = "hg-http"
2793version = "0.1.0"
2794dependencies = [
2795 "async-runtime",
2796 "auth",
2797 "clientinfo",
2798 "configmodel",
2799 "hg-metrics",
2800 "http-client",
2801 "once_cell",
2802 "progress-model",
2803 "url",
2804]
2805
2806[[package]]
2807name = "hg-metrics"
2808version = "0.1.0"
2809dependencies = [
2810 "once_cell",
2811 "parking_lot",
2812]
2813
2814[[package]]
2815name = "hgcommands"
2816version = "0.1.0"
2817dependencies = [
2818 "anyhow",
2819 "async-runtime",
2820 "atexit",
2821 "bindings",
2822 "blackbox",
2823 "checkout",
2824 "chrono",
2825 "clidispatch",
2826 "cliparser",
2827 "clone",
2828 "comfy-table",
2829 "commandserver",
2830 "configloader",
2831 "configmodel",
2832 "constructors",
2833 "cpython",
2834 "cpython_ext",
2835 "ctrlc",
2836 "dag",
2837 "debugtop",
2838 "eagerepo",
2839 "edenapi",
2840 "edenfs-client",
2841 "exchange",
2842 "fail",
2843 "flate2",
2844 "formatter",
2845 "fs-err",
2846 "fsyncglob",
2847 "hg-http",
2848 "hg-metrics",
2849 "hgplain",
2850 "hgtime",
2851 "hostname 0.3.1",
2852 "identity",
2853 "indexedlog",
2854 "libc",
2855 "metalog",
2856 "metrics-render",
2857 "migration",
2858 "mincode",
2859 "minibytes",
2860 "network-doctor",
2861 "nodeipc",
2862 "parking_lot",
2863 "pathmatcher",
2864 "procinfo",
2865 "progress-model",
2866 "progress-render",
2867 "pyconfigloader",
2868 "pyedenclient",
2869 "pyio",
2870 "pymodules",
2871 "python3-sys",
2872 "pytracing",
2873 "rand 0.8.5",
2874 "repo",
2875 "repo_name",
2876 "revisionstore",
2877 "runlog",
2878 "sampling",
2879 "serde",
2880 "serde_json",
2881 "status",
2882 "termstyle",
2883 "tracing",
2884 "tracing-collector",
2885 "tracing-reload",
2886 "tracing-sampler",
2887 "tracing-subscriber",
2888 "treestate",
2889 "types",
2890 "url",
2891 "util",
2892 "version",
2893 "workingcopy",
2894 "zstd",
2895]
2896
2897[[package]]
2898name = "hgcommits"
2899version = "0.1.0"
2900dependencies = [
2901 "anyhow",
2902 "async-trait",
2903 "commits-trait",
2904 "dag",
2905 "edenapi",
2906 "factory",
2907 "fs-err",
2908 "futures 0.3.29",
2909 "minibytes",
2910 "parking_lot",
2911 "revlogindex",
2912 "storemodel",
2913 "streams",
2914 "tracing",
2915 "types",
2916 "zstore",
2917]
2918
2919[[package]]
2920name = "hgmain"
2921version = "0.1.0"
2922dependencies = [
2923 "anyhow",
2924 "atexit",
2925 "clidispatch",
2926 "configloader",
2927 "dirs 2.0.2",
2928 "encoding",
2929 "hgcommands",
2930 "identity",
2931 "libc",
2932 "pyblackbox",
2933 "tracing",
2934 "webview-app",
2935 "winapi 0.3.9",
2936]
2937
2938[[package]]
2939name = "hgplain"
2940version = "0.1.0"
2941dependencies = [
2942 "identity",
2943]
2944
2945[[package]]
2946name = "hgrc-parser"
2947version = "0.1.0"
2948
2949[[package]]
2950name = "hgstore"
2951version = "0.1.0"
2952dependencies = [
2953 "anyhow",
2954 "minibytes",
2955 "types",
2956]
2957
2958[[package]]
2959name = "hgtime"
2960version = "0.1.0"
2961dependencies = [
2962 "chrono",
2963 "humantime",
2964]
2965
2966[[package]]
2967name = "home"
2968version = "0.5.5"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
2971dependencies = [
2972 "windows-sys 0.48.0",
2973]
2974
2975[[package]]
2976name = "hostcaps"
2977version = "0.1.0"
2978source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2979dependencies = [
2980 "once_cell",
2981]
2982
2983[[package]]
2984name = "hostname"
2985version = "0.1.0"
2986source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
2987dependencies = [
2988 "anyhow",
2989 "hostname 0.3.1",
2990]
2991
2992[[package]]
2993name = "hostname"
2994version = "0.3.1"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2997dependencies = [
2998 "libc",
2999 "match_cfg",
3000 "winapi 0.3.9",
3001]
3002
3003[[package]]
3004name = "http"
3005version = "0.2.11"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
3008dependencies = [
3009 "bytes",
3010 "fnv",
3011 "itoa 1.0.9",
3012]
3013
3014[[package]]
3015name = "http-body"
3016version = "0.4.5"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3019dependencies = [
3020 "bytes",
3021 "http",
3022 "pin-project-lite",
3023]
3024
3025[[package]]
3026name = "http-client"
3027version = "0.1.0"
3028dependencies = [
3029 "anyhow",
3030 "assert_matches",
3031 "async-compression",
3032 "async-runtime",
3033 "clientinfo",
3034 "crossbeam",
3035 "curl",
3036 "curl-sys",
3037 "env_logger 0.10.1",
3038 "futures 0.3.29",
3039 "http",
3040 "lru-cache",
3041 "maplit",
3042 "mockito",
3043 "once_cell",
3044 "openssl",
3045 "parking_lot",
3046 "paste",
3047 "pin-project 0.4.30",
3048 "regex",
3049 "serde",
3050 "serde_cbor",
3051 "serde_json",
3052 "structopt",
3053 "thiserror",
3054 "tokio",
3055 "tokio-util 0.7.10",
3056 "tracing",
3057 "url",
3058 "zstd",
3059]
3060
3061[[package]]
3062name = "httparse"
3063version = "1.8.0"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
3066
3067[[package]]
3068name = "httpdate"
3069version = "1.0.3"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3072
3073[[package]]
3074name = "humantime"
3075version = "2.1.0"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3078
3079[[package]]
3080name = "hyper"
3081version = "0.14.27"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
3084dependencies = [
3085 "bytes",
3086 "futures-channel",
3087 "futures-core",
3088 "futures-util",
3089 "h2",
3090 "http",
3091 "http-body",
3092 "httparse",
3093 "httpdate",
3094 "itoa 1.0.9",
3095 "pin-project-lite",
3096 "socket2 0.4.10",
3097 "tokio",
3098 "tower-service",
3099 "tracing",
3100 "want",
3101]
3102
3103[[package]]
3104name = "hyper-rustls"
3105version = "0.24.2"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
3108dependencies = [
3109 "futures-util",
3110 "http",
3111 "hyper",
3112 "rustls",
3113 "tokio",
3114 "tokio-rustls",
3115]
3116
3117[[package]]
3118name = "hyper-tls"
3119version = "0.5.0"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3122dependencies = [
3123 "bytes",
3124 "hyper",
3125 "native-tls",
3126 "tokio",
3127 "tokio-native-tls",
3128]
3129
3130[[package]]
3131name = "iana-time-zone"
3132version = "0.1.58"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
3135dependencies = [
3136 "android_system_properties",
3137 "core-foundation-sys",
3138 "iana-time-zone-haiku",
3139 "js-sys",
3140 "wasm-bindgen",
3141 "windows-core",
3142]
3143
3144[[package]]
3145name = "iana-time-zone-haiku"
3146version = "0.1.2"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3149dependencies = [
3150 "cc",
3151]
3152
3153[[package]]
3154name = "identity"
3155version = "0.1.0"
3156dependencies = [
3157 "anyhow",
3158 "dirs 2.0.2",
3159 "once_cell",
3160 "parking_lot",
3161 "tempfile",
3162 "tracing",
3163]
3164
3165[[package]]
3166name = "idna"
3167version = "0.2.3"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
3170dependencies = [
3171 "matches",
3172 "unicode-bidi",
3173 "unicode-normalization",
3174]
3175
3176[[package]]
3177name = "idna"
3178version = "0.3.0"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
3181dependencies = [
3182 "unicode-bidi",
3183 "unicode-normalization",
3184]
3185
3186[[package]]
3187name = "idna"
3188version = "0.4.0"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
3191dependencies = [
3192 "unicode-bidi",
3193 "unicode-normalization",
3194]
3195
3196[[package]]
3197name = "ignore"
3198version = "0.4.20"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
3201dependencies = [
3202 "globset",
3203 "lazy_static",
3204 "log",
3205 "memchr",
3206 "regex",
3207 "same-file",
3208 "thread_local",
3209 "walkdir",
3210 "winapi-util",
3211]
3212
3213[[package]]
3214name = "im"
3215version = "15.1.0"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
3218dependencies = [
3219 "bitmaps",
3220 "rand_core 0.6.4",
3221 "rand_xoshiro",
3222 "sized-chunks",
3223 "typenum",
3224 "version_check",
3225]
3226
3227[[package]]
3228name = "indexedlog"
3229version = "0.1.0"
3230dependencies = [
3231 "atomicfile",
3232 "byteorder",
3233 "configmodel",
3234 "dev-logger",
3235 "fs2",
3236 "hex",
3237 "libc",
3238 "memmap2",
3239 "minibench",
3240 "minibytes",
3241 "once_cell",
3242 "quickcheck",
3243 "rand 0.8.5",
3244 "rand_chacha 0.3.1",
3245 "tempfile",
3246 "tracing",
3247 "twox-hash",
3248 "vlqencoding",
3249 "winapi 0.3.9",
3250]
3251
3252[[package]]
3253name = "indexmap"
3254version = "1.9.3"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3257dependencies = [
3258 "arbitrary",
3259 "autocfg",
3260 "hashbrown 0.12.3",
3261 "rayon",
3262 "serde",
3263]
3264
3265[[package]]
3266name = "indexmap"
3267version = "2.1.0"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
3270dependencies = [
3271 "equivalent",
3272 "hashbrown 0.14.2",
3273]
3274
3275[[package]]
3276name = "insta"
3277version = "1.34.0"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
3280dependencies = [
3281 "console",
3282 "lazy_static",
3283 "linked-hash-map",
3284 "serde",
3285 "similar",
3286 "yaml-rust",
3287]
3288
3289[[package]]
3290name = "insta_ext"
3291version = "0.1.0"
3292dependencies = [
3293 "insta",
3294]
3295
3296[[package]]
3297name = "instant"
3298version = "0.1.12"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3301dependencies = [
3302 "cfg-if 1.0.0",
3303]
3304
3305[[package]]
3306name = "io"
3307version = "0.1.0"
3308dependencies = [
3309 "configmodel",
3310 "hgplain",
3311 "once_cell",
3312 "parking_lot",
3313 "pipe",
3314 "streampager",
3315 "terminal_size 0.3.0",
3316 "termwiz",
3317 "time-interval",
3318]
3319
3320[[package]]
3321name = "io-lifetimes"
3322version = "1.0.11"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
3325dependencies = [
3326 "hermit-abi 0.3.3",
3327 "libc",
3328 "windows-sys 0.48.0",
3329]
3330
3331[[package]]
3332name = "ipnet"
3333version = "2.9.0"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
3336
3337[[package]]
3338name = "is-docker"
3339version = "0.2.0"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
3342dependencies = [
3343 "once_cell",
3344]
3345
3346[[package]]
3347name = "is-terminal"
3348version = "0.4.9"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
3351dependencies = [
3352 "hermit-abi 0.3.3",
3353 "rustix 0.38.24",
3354 "windows-sys 0.48.0",
3355]
3356
3357[[package]]
3358name = "is-wsl"
3359version = "0.4.0"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
3362dependencies = [
3363 "is-docker",
3364 "once_cell",
3365]
3366
3367[[package]]
3368name = "itertools"
3369version = "0.11.0"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
3372dependencies = [
3373 "either",
3374]
3375
3376[[package]]
3377name = "itoa"
3378version = "0.4.8"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
3381
3382[[package]]
3383name = "itoa"
3384version = "1.0.9"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
3387
3388[[package]]
3389name = "jobserver"
3390version = "0.1.27"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
3393dependencies = [
3394 "libc",
3395]
3396
3397[[package]]
3398name = "js-sys"
3399version = "0.3.65"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
3402dependencies = [
3403 "wasm-bindgen",
3404]
3405
3406[[package]]
3407name = "kernel32-sys"
3408version = "0.2.2"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3411dependencies = [
3412 "winapi 0.2.8",
3413 "winapi-build",
3414]
3415
3416[[package]]
3417name = "lab"
3418version = "0.11.0"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
3421
3422[[package]]
3423name = "lazy_static"
3424version = "1.4.0"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3427
3428[[package]]
3429name = "lazystr"
3430version = "0.1.0"
3431
3432[[package]]
3433name = "lfs_protocol"
3434version = "0.1.0"
3435dependencies = [
3436 "anyhow",
3437 "faster-hex",
3438 "http",
3439 "mime",
3440 "once_cell",
3441 "quickcheck",
3442 "serde",
3443]
3444
3445[[package]]
3446name = "libc"
3447version = "0.2.150"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
3450
3451[[package]]
3452name = "libgit2-sys"
3453version = "0.13.5+1.4.5"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "51e5ea06c26926f1002dd553fded6cfcdc9784c1f60feeb58368b4d9b07b6dba"
3456dependencies = [
3457 "cc",
3458 "libc",
3459 "libssh2-sys",
3460 "libz-sys",
3461 "openssl-sys",
3462 "pkg-config",
3463]
3464
3465[[package]]
3466name = "libnghttp2-sys"
3467version = "0.1.8+1.55.1"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "4fae956c192dadcdb5dace96db71fa0b827333cce7c7b38dc71446f024d8a340"
3470dependencies = [
3471 "cc",
3472 "libc",
3473]
3474
3475[[package]]
3476name = "libredox"
3477version = "0.0.1"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
3480dependencies = [
3481 "bitflags 2.4.1",
3482 "libc",
3483 "redox_syscall 0.4.1",
3484]
3485
3486[[package]]
3487name = "libssh2-sys"
3488version = "0.2.23"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
3491dependencies = [
3492 "cc",
3493 "libc",
3494 "libz-sys",
3495 "openssl-sys",
3496 "pkg-config",
3497 "vcpkg",
3498]
3499
3500[[package]]
3501name = "libz-sys"
3502version = "1.1.12"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
3505dependencies = [
3506 "cc",
3507 "libc",
3508 "pkg-config",
3509 "vcpkg",
3510]
3511
3512[[package]]
3513name = "line-wrap"
3514version = "0.1.1"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
3517dependencies = [
3518 "safemem",
3519]
3520
3521[[package]]
3522name = "linelog"
3523version = "0.1.0"
3524dependencies = [
3525 "im",
3526 "rand_chacha 0.3.1",
3527]
3528
3529[[package]]
3530name = "link-cplusplus"
3531version = "1.0.9"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
3534dependencies = [
3535 "cc",
3536]
3537
3538[[package]]
3539name = "linked-hash-map"
3540version = "0.5.6"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3543
3544[[package]]
3545name = "linux-raw-sys"
3546version = "0.3.8"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
3549
3550[[package]]
3551name = "linux-raw-sys"
3552version = "0.4.11"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
3555
3556[[package]]
3557name = "local-encoding"
3558version = "0.2.0"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66"
3561dependencies = [
3562 "kernel32-sys",
3563 "skeptic",
3564 "winapi 0.2.8",
3565]
3566
3567[[package]]
3568name = "lock_api"
3569version = "0.4.11"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
3572dependencies = [
3573 "autocfg",
3574 "scopeguard",
3575]
3576
3577[[package]]
3578name = "log"
3579version = "0.4.20"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
3582dependencies = [
3583 "value-bag",
3584]
3585
3586[[package]]
3587name = "lru"
3588version = "0.11.1"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
3591dependencies = [
3592 "hashbrown 0.14.2",
3593]
3594
3595[[package]]
3596name = "lru-cache"
3597version = "0.1.2"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
3600dependencies = [
3601 "linked-hash-map",
3602]
3603
3604[[package]]
3605name = "lz4-pyframe"
3606version = "0.1.0"
3607dependencies = [
3608 "byteorder",
3609 "libc",
3610 "lz4-sys",
3611 "quickcheck",
3612 "thiserror",
3613]
3614
3615[[package]]
3616name = "lz4-sys"
3617version = "1.9.4"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
3620dependencies = [
3621 "cc",
3622 "libc",
3623]
3624
3625[[package]]
3626name = "manifest"
3627version = "0.1.0"
3628dependencies = [
3629 "anyhow",
3630 "pathmatcher",
3631 "quickcheck",
3632 "quickcheck_arbitrary_derive",
3633 "types",
3634]
3635
3636[[package]]
3637name = "manifest-tree"
3638version = "0.1.0"
3639dependencies = [
3640 "anyhow",
3641 "crossbeam",
3642 "manifest",
3643 "minibench",
3644 "minibytes",
3645 "once_cell",
3646 "parking_lot",
3647 "pathmatcher",
3648 "progress-model",
3649 "quickcheck",
3650 "rand 0.8.5",
3651 "rand_chacha 0.3.1",
3652 "sha1",
3653 "storemodel",
3654 "thiserror",
3655 "tracing",
3656 "types",
3657]
3658
3659[[package]]
3660name = "maplit"
3661version = "1.0.2"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
3664
3665[[package]]
3666name = "match_cfg"
3667version = "0.1.0"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
3670
3671[[package]]
3672name = "matchers"
3673version = "0.1.0"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3676dependencies = [
3677 "regex-automata 0.1.10",
3678]
3679
3680[[package]]
3681name = "matches"
3682version = "0.1.10"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3685
3686[[package]]
3687name = "memchr"
3688version = "2.6.4"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
3691
3692[[package]]
3693name = "memmap2"
3694version = "0.5.10"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
3697dependencies = [
3698 "libc",
3699]
3700
3701[[package]]
3702name = "memmem"
3703version = "0.1.1"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
3706
3707[[package]]
3708name = "memoffset"
3709version = "0.6.5"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3712dependencies = [
3713 "autocfg",
3714]
3715
3716[[package]]
3717name = "memoffset"
3718version = "0.9.0"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
3721dependencies = [
3722 "autocfg",
3723]
3724
3725[[package]]
3726name = "metalog"
3727version = "0.1.0"
3728dependencies = [
3729 "anyhow",
3730 "hex",
3731 "indexedlog",
3732 "lazy_static",
3733 "mincode",
3734 "minibytes",
3735 "parking_lot",
3736 "quickcheck",
3737 "rand_chacha 0.3.1",
3738 "rand_core 0.6.4",
3739 "serde",
3740 "serde_json",
3741 "tempfile",
3742 "tracing",
3743 "types",
3744 "zstore",
3745]
3746
3747[[package]]
3748name = "metrics"
3749version = "0.1.0"
3750dependencies = [
3751 "futures 0.3.29",
3752 "once_cell",
3753]
3754
3755[[package]]
3756name = "metrics-render"
3757version = "0.1.0"
3758dependencies = [
3759 "async-runtime",
3760 "metrics",
3761 "once_cell",
3762 "progress-model",
3763 "tracing",
3764]
3765
3766[[package]]
3767name = "migration"
3768version = "0.1.0"
3769dependencies = [
3770 "configmodel",
3771 "thiserror",
3772]
3773
3774[[package]]
3775name = "mime"
3776version = "0.3.17"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3779
3780[[package]]
3781name = "mime_guess"
3782version = "2.0.4"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
3785dependencies = [
3786 "mime",
3787 "unicase",
3788]
3789
3790[[package]]
3791name = "mincode"
3792version = "0.1.0"
3793dependencies = [
3794 "byteorder",
3795 "quickcheck",
3796 "serde",
3797 "vlqencoding",
3798]
3799
3800[[package]]
3801name = "minibench"
3802version = "0.1.0"
3803
3804[[package]]
3805name = "minibytes"
3806version = "0.1.0"
3807dependencies = [
3808 "bytes",
3809 "memmap2",
3810 "quickcheck",
3811 "serde",
3812]
3813
3814[[package]]
3815name = "minimal-lexical"
3816version = "0.2.1"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3819
3820[[package]]
3821name = "miniz_oxide"
3822version = "0.7.1"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3825dependencies = [
3826 "adler",
3827]
3828
3829[[package]]
3830name = "mio"
3831version = "0.8.9"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
3834dependencies = [
3835 "libc",
3836 "log",
3837 "wasi 0.11.0+wasi-snapshot-preview1",
3838 "windows-sys 0.48.0",
3839]
3840
3841[[package]]
3842name = "mkscratch"
3843version = "0.1.0"
3844dependencies = [
3845 "anyhow",
3846 "clap 3.2.25",
3847 "dirs 2.0.2",
3848 "hex",
3849 "identity",
3850 "libc",
3851 "serde",
3852 "sha2 0.10.8",
3853 "toml",
3854]
3855
3856[[package]]
3857name = "mockito"
3858version = "0.25.3"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "5a3ae325bcceb48a24302ac57e1055f9173f5fd53be535603ea0ed41dea92db5"
3861dependencies = [
3862 "assert-json-diff",
3863 "colored",
3864 "difference",
3865 "httparse",
3866 "lazy_static",
3867 "log",
3868 "rand 0.7.3",
3869 "regex",
3870 "serde_json",
3871 "serde_urlencoded 0.6.1",
3872]
3873
3874[[package]]
3875name = "mpatch"
3876version = "0.1.0"
3877dependencies = [
3878 "libc",
3879 "mpatch-sys",
3880]
3881
3882[[package]]
3883name = "mpatch-sys"
3884version = "0.1.0"
3885dependencies = [
3886 "cc",
3887]
3888
3889[[package]]
3890name = "mutationstore"
3891version = "0.1.0"
3892dependencies = [
3893 "anyhow",
3894 "bitflags 1.3.2",
3895 "dag",
3896 "drawdag",
3897 "futures 0.3.29",
3898 "indexedlog",
3899 "rand 0.8.5",
3900 "rand_chacha 0.3.1",
3901 "tempfile",
3902 "types",
3903 "vlqencoding",
3904]
3905
3906[[package]]
3907name = "native-tls"
3908version = "0.2.11"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
3911dependencies = [
3912 "lazy_static",
3913 "libc",
3914 "log",
3915 "openssl",
3916 "openssl-probe",
3917 "openssl-sys",
3918 "schannel",
3919 "security-framework",
3920 "security-framework-sys",
3921 "tempfile",
3922]
3923
3924[[package]]
3925name = "network-doctor"
3926version = "0.1.0"
3927dependencies = [
3928 "auth",
3929 "configmodel",
3930 "curl",
3931 "hg-http",
3932 "http",
3933 "http-client",
3934 "tempfile",
3935 "thiserror",
3936 "tracing",
3937 "url",
3938]
3939
3940[[package]]
3941name = "nix"
3942version = "0.24.3"
3943source = "registry+https://github.com/rust-lang/crates.io-index"
3944checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
3945dependencies = [
3946 "bitflags 1.3.2",
3947 "cfg-if 1.0.0",
3948 "libc",
3949 "memoffset 0.6.5",
3950]
3951
3952[[package]]
3953name = "nix"
3954version = "0.27.1"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
3957dependencies = [
3958 "bitflags 2.4.1",
3959 "cfg-if 1.0.0",
3960 "libc",
3961]
3962
3963[[package]]
3964name = "nodeipc"
3965version = "0.1.0"
3966dependencies = [
3967 "anyhow",
3968 "filedescriptor 0.7.3",
3969 "libc",
3970 "nodeipc_derive",
3971 "paste",
3972 "serde",
3973 "serde_json",
3974 "winapi 0.3.9",
3975]
3976
3977[[package]]
3978name = "nodeipc_derive"
3979version = "0.1.0"
3980
3981[[package]]
3982name = "nodemap"
3983version = "0.1.0"
3984dependencies = [
3985 "anyhow",
3986 "indexedlog",
3987 "quickcheck",
3988 "tempfile",
3989 "thiserror",
3990 "types",
3991]
3992
3993[[package]]
3994name = "nom"
3995version = "5.1.3"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
3998dependencies = [
3999 "memchr",
4000 "version_check",
4001]
4002
4003[[package]]
4004name = "nom"
4005version = "7.1.3"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4008dependencies = [
4009 "memchr",
4010 "minimal-lexical",
4011]
4012
4013[[package]]
4014name = "nonblocking"
4015version = "0.1.0"
4016dependencies = [
4017 "futures 0.3.29",
4018]
4019
4020[[package]]
4021name = "nu-ansi-term"
4022version = "0.46.0"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4025dependencies = [
4026 "overload",
4027 "winapi 0.3.9",
4028]
4029
4030[[package]]
4031name = "num-bigint"
4032version = "0.4.4"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
4035dependencies = [
4036 "autocfg",
4037 "num-integer",
4038 "num-traits",
4039]
4040
4041[[package]]
4042name = "num-derive"
4043version = "0.3.3"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
4046dependencies = [
4047 "proc-macro2",
4048 "quote",
4049 "syn 1.0.109",
4050]
4051
4052[[package]]
4053name = "num-integer"
4054version = "0.1.45"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4057dependencies = [
4058 "autocfg",
4059 "num-traits",
4060]
4061
4062[[package]]
4063name = "num-traits"
4064version = "0.2.17"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
4067dependencies = [
4068 "autocfg",
4069]
4070
4071[[package]]
4072name = "num_cpus"
4073version = "1.16.0"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
4076dependencies = [
4077 "hermit-abi 0.3.3",
4078 "libc",
4079]
4080
4081[[package]]
4082name = "num_threads"
4083version = "0.1.6"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
4086dependencies = [
4087 "libc",
4088]
4089
4090[[package]]
4091name = "object"
4092version = "0.32.1"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
4095dependencies = [
4096 "memchr",
4097]
4098
4099[[package]]
4100name = "once_cell"
4101version = "1.18.0"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
4104
4105[[package]]
4106name = "opaque-debug"
4107version = "0.3.0"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4110
4111[[package]]
4112name = "open"
4113version = "4.2.0"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
4116dependencies = [
4117 "is-wsl",
4118 "libc",
4119 "pathdiff",
4120]
4121
4122[[package]]
4123name = "openssl"
4124version = "0.10.59"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
4127dependencies = [
4128 "bitflags 2.4.1",
4129 "cfg-if 1.0.0",
4130 "foreign-types",
4131 "libc",
4132 "once_cell",
4133 "openssl-macros",
4134 "openssl-sys",
4135]
4136
4137[[package]]
4138name = "openssl-macros"
4139version = "0.1.1"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4142dependencies = [
4143 "proc-macro2",
4144 "quote",
4145 "syn 2.0.39",
4146]
4147
4148[[package]]
4149name = "openssl-probe"
4150version = "0.1.5"
4151source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4153
4154[[package]]
4155name = "openssl-sys"
4156version = "0.9.95"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
4159dependencies = [
4160 "cc",
4161 "libc",
4162 "pkg-config",
4163 "vcpkg",
4164]
4165
4166[[package]]
4167name = "ordered-float"
4168version = "3.9.2"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
4171dependencies = [
4172 "num-traits",
4173 "rand 0.8.5",
4174 "serde",
4175]
4176
4177[[package]]
4178name = "ordered-multimap"
4179version = "0.3.1"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
4182dependencies = [
4183 "dlv-list",
4184 "hashbrown 0.9.1",
4185]
4186
4187[[package]]
4188name = "os_str_bytes"
4189version = "6.6.1"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
4192
4193[[package]]
4194name = "overload"
4195version = "0.1.1"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4198
4199[[package]]
4200name = "panic-message"
4201version = "0.3.0"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d"
4204
4205[[package]]
4206name = "parking"
4207version = "2.2.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
4210
4211[[package]]
4212name = "parking_lot"
4213version = "0.12.1"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4216dependencies = [
4217 "lock_api",
4218 "parking_lot_core",
4219]
4220
4221[[package]]
4222name = "parking_lot_core"
4223version = "0.9.9"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
4226dependencies = [
4227 "cfg-if 1.0.0",
4228 "libc",
4229 "redox_syscall 0.4.1",
4230 "smallvec",
4231 "windows-targets 0.48.5",
4232]
4233
4234[[package]]
4235name = "paste"
4236version = "1.0.14"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
4239
4240[[package]]
4241name = "pathdiff"
4242version = "0.2.1"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
4245
4246[[package]]
4247name = "pathhistory"
4248version = "0.1.0"
4249dependencies = [
4250 "anyhow",
4251 "async-runtime",
4252 "async-trait",
4253 "dag",
4254 "dev-logger",
4255 "manifest",
4256 "manifest-tree",
4257 "sha1",
4258 "storemodel",
4259 "tokio",
4260 "tracing",
4261 "types",
4262]
4263
4264[[package]]
4265name = "pathmatcher"
4266version = "0.1.0"
4267dependencies = [
4268 "anyhow",
4269 "bitflags 1.3.2",
4270 "fancy-regex",
4271 "fs-err",
4272 "glob",
4273 "globset",
4274 "ignore",
4275 "parking_lot",
4276 "regex-automata 0.3.9",
4277 "tempfile",
4278 "thiserror",
4279 "tracing",
4280 "types",
4281 "util",
4282]
4283
4284[[package]]
4285name = "pem"
4286version = "0.8.3"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
4289dependencies = [
4290 "base64 0.13.1",
4291 "once_cell",
4292 "regex",
4293]
4294
4295[[package]]
4296name = "percent-encoding"
4297version = "2.3.0"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
4300
4301[[package]]
4302name = "perthread"
4303version = "0.1.0"
4304source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
4305
4306[[package]]
4307name = "pest"
4308version = "2.7.5"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
4311dependencies = [
4312 "memchr",
4313 "thiserror",
4314 "ucd-trie",
4315]
4316
4317[[package]]
4318name = "pest_derive"
4319version = "2.7.5"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
4322dependencies = [
4323 "pest",
4324 "pest_generator",
4325]
4326
4327[[package]]
4328name = "pest_generator"
4329version = "2.7.5"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
4332dependencies = [
4333 "pest",
4334 "pest_meta",
4335 "proc-macro2",
4336 "quote",
4337 "syn 2.0.39",
4338]
4339
4340[[package]]
4341name = "pest_meta"
4342version = "2.7.5"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
4345dependencies = [
4346 "once_cell",
4347 "pest",
4348 "sha2 0.10.8",
4349]
4350
4351[[package]]
4352name = "phf"
4353version = "0.10.1"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
4356dependencies = [
4357 "phf_shared 0.10.0",
4358]
4359
4360[[package]]
4361name = "phf"
4362version = "0.11.2"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
4365dependencies = [
4366 "phf_macros",
4367 "phf_shared 0.11.2",
4368]
4369
4370[[package]]
4371name = "phf_codegen"
4372version = "0.11.2"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
4375dependencies = [
4376 "phf_generator",
4377 "phf_shared 0.11.2",
4378]
4379
4380[[package]]
4381name = "phf_generator"
4382version = "0.11.2"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
4385dependencies = [
4386 "phf_shared 0.11.2",
4387 "rand 0.8.5",
4388]
4389
4390[[package]]
4391name = "phf_macros"
4392version = "0.11.2"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
4395dependencies = [
4396 "phf_generator",
4397 "phf_shared 0.11.2",
4398 "proc-macro2",
4399 "quote",
4400 "syn 2.0.39",
4401]
4402
4403[[package]]
4404name = "phf_shared"
4405version = "0.10.0"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
4408dependencies = [
4409 "siphasher",
4410]
4411
4412[[package]]
4413name = "phf_shared"
4414version = "0.11.2"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
4417dependencies = [
4418 "siphasher",
4419]
4420
4421[[package]]
4422name = "pin-project"
4423version = "0.4.30"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
4426dependencies = [
4427 "pin-project-internal 0.4.30",
4428]
4429
4430[[package]]
4431name = "pin-project"
4432version = "1.1.3"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
4435dependencies = [
4436 "pin-project-internal 1.1.3",
4437]
4438
4439[[package]]
4440name = "pin-project-internal"
4441version = "0.4.30"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
4444dependencies = [
4445 "proc-macro2",
4446 "quote",
4447 "syn 1.0.109",
4448]
4449
4450[[package]]
4451name = "pin-project-internal"
4452version = "1.1.3"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
4455dependencies = [
4456 "proc-macro2",
4457 "quote",
4458 "syn 2.0.39",
4459]
4460
4461[[package]]
4462name = "pin-project-lite"
4463version = "0.2.13"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
4466
4467[[package]]
4468name = "pin-utils"
4469version = "0.1.0"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4472
4473[[package]]
4474name = "pipe"
4475version = "0.2.0"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "d9f763a706963c2af5e4e7f5b29a93a42809568b857d73ab8c0c4ecf8edf7f8f"
4478dependencies = [
4479 "crossbeam-channel 0.3.9",
4480]
4481
4482[[package]]
4483name = "pkg-config"
4484version = "0.3.27"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4487
4488[[package]]
4489name = "plist"
4490version = "1.6.0"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
4493dependencies = [
4494 "base64 0.21.5",
4495 "indexmap 2.1.0",
4496 "line-wrap",
4497 "quick-xml",
4498 "serde",
4499 "time",
4500]
4501
4502[[package]]
4503name = "polling"
4504version = "2.8.0"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
4507dependencies = [
4508 "autocfg",
4509 "bitflags 1.3.2",
4510 "cfg-if 1.0.0",
4511 "concurrent-queue",
4512 "libc",
4513 "log",
4514 "pin-project-lite",
4515 "windows-sys 0.48.0",
4516]
4517
4518[[package]]
4519name = "powerfmt"
4520version = "0.2.0"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4523
4524[[package]]
4525name = "pprint"
4526version = "0.1.0"
4527dependencies = [
4528 "serde",
4529 "serde_cbor",
4530]
4531
4532[[package]]
4533name = "ppv-lite86"
4534version = "0.2.17"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4537
4538[[package]]
4539name = "pretty_assertions"
4540version = "1.4.0"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
4543dependencies = [
4544 "diff",
4545 "yansi",
4546]
4547
4548[[package]]
4549name = "proc-macro-error"
4550version = "1.0.4"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4553dependencies = [
4554 "proc-macro-error-attr",
4555 "proc-macro2",
4556 "quote",
4557 "syn 1.0.109",
4558 "version_check",
4559]
4560
4561[[package]]
4562name = "proc-macro-error-attr"
4563version = "1.0.4"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4566dependencies = [
4567 "proc-macro2",
4568 "quote",
4569 "version_check",
4570]
4571
4572[[package]]
4573name = "proc-macro2"
4574version = "1.0.69"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
4577dependencies = [
4578 "unicode-ident",
4579]
4580
4581[[package]]
4582name = "procinfo"
4583version = "0.1.0"
4584dependencies = [
4585 "cc",
4586 "libc",
4587 "winapi 0.3.9",
4588]
4589
4590[[package]]
4591name = "procutil"
4592version = "0.1.0"
4593dependencies = [
4594 "libc",
4595 "once_cell",
4596 "tracing",
4597 "winapi 0.3.9",
4598]
4599
4600[[package]]
4601name = "progress-model"
4602version = "0.1.0"
4603dependencies = [
4604 "arc-swap",
4605 "once_cell",
4606 "parking_lot",
4607 "paste",
4608 "thread_local",
4609 "tokio",
4610 "tracing",
4611]
4612
4613[[package]]
4614name = "progress-render"
4615version = "0.1.0"
4616dependencies = [
4617 "progress-model",
4618 "termwiz",
4619 "unicode-segmentation",
4620 "unicode-width",
4621]
4622
4623[[package]]
4624name = "psl-types"
4625version = "2.0.11"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
4628
4629[[package]]
4630name = "publicsuffix"
4631version = "2.2.3"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457"
4634dependencies = [
4635 "idna 0.3.0",
4636 "psl-types",
4637]
4638
4639[[package]]
4640name = "pulldown-cmark"
4641version = "0.0.3"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07"
4644dependencies = [
4645 "getopts",
4646]
4647
4648[[package]]
4649name = "pyatexit"
4650version = "0.1.0"
4651dependencies = [
4652 "atexit",
4653 "cpython",
4654 "cpython_ext",
4655 "procutil",
4656]
4657
4658[[package]]
4659name = "pyauth"
4660version = "0.1.0"
4661dependencies = [
4662 "anyhow",
4663 "auth",
4664 "cpython",
4665 "cpython_ext",
4666 "pyconfigloader",
4667 "url",
4668]
4669
4670[[package]]
4671name = "pyblackbox"
4672version = "0.1.0"
4673dependencies = [
4674 "blackbox",
4675 "cpython",
4676 "cpython_ext",
4677]
4678
4679[[package]]
4680name = "pybytes"
4681version = "0.1.0"
4682dependencies = [
4683 "cpython",
4684 "minibytes",
4685 "python3-sys",
4686]
4687
4688[[package]]
4689name = "pycats"
4690version = "0.1.0"
4691dependencies = [
4692 "cats",
4693 "cpython",
4694 "cpython_ext",
4695 "pyconfigloader",
4696]
4697
4698[[package]]
4699name = "pycext"
4700version = "0.1.0"
4701dependencies = [
4702 "cc",
4703 "cpython",
4704 "python3-sys",
4705]
4706
4707[[package]]
4708name = "pycheckout"
4709version = "0.1.0"
4710dependencies = [
4711 "anyhow",
4712 "async-runtime",
4713 "checkout",
4714 "cpython",
4715 "cpython_ext",
4716 "manifest-tree",
4717 "pathmatcher",
4718 "progress-model",
4719 "pyconfigloader",
4720 "pymanifest",
4721 "pypathmatcher",
4722 "pystatus",
4723 "pytreestate",
4724 "storemodel",
4725 "vfs",
4726]
4727
4728[[package]]
4729name = "pyclientinfo"
4730version = "0.1.0"
4731dependencies = [
4732 "clientinfo",
4733 "cpython",
4734 "cpython_ext",
4735]
4736
4737[[package]]
4738name = "pycliparser"
4739version = "0.1.0"
4740dependencies = [
4741 "clidispatch",
4742 "cliparser",
4743 "configmodel",
4744 "cpython",
4745 "pyconfigloader",
4746]
4747
4748[[package]]
4749name = "pyconchparser"
4750version = "0.1.0"
4751dependencies = [
4752 "conch-parser",
4753 "cpython",
4754 "cpython_ext",
4755]
4756
4757[[package]]
4758name = "pyconfigloader"
4759version = "0.1.0"
4760dependencies = [
4761 "configloader",
4762 "cpython",
4763 "cpython_ext",
4764 "util",
4765]
4766
4767[[package]]
4768name = "pycopytrace"
4769version = "0.1.0"
4770dependencies = [
4771 "async-runtime",
4772 "configmodel",
4773 "copytrace",
4774 "cpython",
4775 "cpython_ext",
4776 "dag",
4777 "parking_lot",
4778 "storemodel",
4779 "types",
4780]
4781
4782[[package]]
4783name = "pydag"
4784version = "0.1.0"
4785dependencies = [
4786 "anyhow",
4787 "async-runtime",
4788 "cpython",
4789 "cpython_ext",
4790 "dag",
4791 "futures 0.3.29",
4792 "hgcommits",
4793 "minibytes",
4794 "parking_lot",
4795 "pyedenapi",
4796 "pyio",
4797 "pymetalog",
4798 "storemodel",
4799]
4800
4801[[package]]
4802name = "pydiffhelpers"
4803version = "0.1.0"
4804dependencies = [
4805 "cpython",
4806]
4807
4808[[package]]
4809name = "pydirs"
4810version = "0.1.0"
4811dependencies = [
4812 "cpython",
4813 "cpython_ext",
4814 "dirs 2.0.2",
4815]
4816
4817[[package]]
4818name = "pydoctor"
4819version = "0.1.0"
4820dependencies = [
4821 "cpython",
4822 "network-doctor",
4823 "pyconfigloader",
4824]
4825
4826[[package]]
4827name = "pydrawdag"
4828version = "0.1.0"
4829dependencies = [
4830 "cpython",
4831 "drawdag",
4832]
4833
4834[[package]]
4835name = "pyeagerepo"
4836version = "0.1.0"
4837dependencies = [
4838 "async-runtime",
4839 "cpython",
4840 "cpython_ext",
4841 "dag",
4842 "eagerepo",
4843 "edenapi_types",
4844 "pydag",
4845 "pyedenapi",
4846 "storemodel",
4847]
4848
4849[[package]]
4850name = "pyedenapi"
4851version = "0.1.0"
4852dependencies = [
4853 "anyhow",
4854 "async-runtime",
4855 "cpython",
4856 "cpython_async",
4857 "cpython_ext",
4858 "dag-types",
4859 "edenapi",
4860 "edenapi_ext",
4861 "edenapi_types",
4862 "futures 0.3.29",
4863 "hgstore",
4864 "minibytes",
4865 "progress-model",
4866 "pyconfigloader",
4867 "pyrevisionstore",
4868 "revisionstore",
4869 "types",
4870]
4871
4872[[package]]
4873name = "pyedenclient"
4874version = "0.1.0"
4875dependencies = [
4876 "cpython",
4877 "cpython_ext",
4878 "edenfs-client",
4879 "types",
4880]
4881
4882[[package]]
4883name = "pyerror"
4884version = "0.1.0"
4885dependencies = [
4886 "auth",
4887 "configmodel",
4888 "cpython",
4889 "cpython_ext",
4890 "dag",
4891 "edenapi",
4892 "http-client",
4893 "indexedlog",
4894 "metalog",
4895 "pathmatcher",
4896 "repo",
4897 "repolock",
4898 "revisionstore",
4899 "revlogindex",
4900 "types",
4901]
4902
4903[[package]]
4904name = "pyexchange"
4905version = "0.1.0"
4906dependencies = [
4907 "configmodel",
4908 "cpython",
4909 "cpython_ext",
4910 "exchange",
4911 "pydag",
4912 "pyedenapi",
4913 "pymetalog",
4914]
4915
4916[[package]]
4917name = "pyfail"
4918version = "0.1.0"
4919dependencies = [
4920 "cpython",
4921 "cpython_ext",
4922 "fail",
4923]
4924
4925[[package]]
4926name = "pyfs"
4927version = "0.1.0"
4928dependencies = [
4929 "cpython",
4930 "cpython_ext",
4931 "fsinfo",
4932]
4933
4934[[package]]
4935name = "pygitstore"
4936version = "0.1.0"
4937dependencies = [
4938 "cpython",
4939 "cpython_ext",
4940 "gitstore",
4941 "storemodel",
4942]
4943
4944[[package]]
4945name = "pyhgmetrics"
4946version = "0.1.0"
4947dependencies = [
4948 "cpython",
4949 "cpython_ext",
4950 "hg-metrics",
4951 "sampling",
4952]
4953
4954[[package]]
4955name = "pyhgtime"
4956version = "0.1.0"
4957dependencies = [
4958 "cpython",
4959 "cpython_ext",
4960 "hgtime",
4961]
4962
4963[[package]]
4964name = "pyidentity"
4965version = "0.1.0"
4966dependencies = [
4967 "cpython",
4968 "cpython_ext",
4969 "identity",
4970]
4971
4972[[package]]
4973name = "pyindexedlog"
4974version = "0.1.0"
4975dependencies = [
4976 "cpython",
4977 "cpython_ext",
4978 "indexedlog",
4979 "pybytes",
4980]
4981
4982[[package]]
4983name = "pyio"
4984version = "0.1.0"
4985dependencies = [
4986 "cpython",
4987 "cpython_ext",
4988 "io",
4989 "pyconfigloader",
4990 "termstyle",
4991]
4992
4993[[package]]
4994name = "pylinelog"
4995version = "0.1.0"
4996dependencies = [
4997 "cpython",
4998 "linelog",
4999]
5000
5001[[package]]
5002name = "pylock"
5003version = "0.1.0"
5004dependencies = [
5005 "cpython",
5006 "cpython_ext",
5007 "repolock",
5008]
5009
5010[[package]]
5011name = "pylz4"
5012version = "0.1.0"
5013dependencies = [
5014 "cpython",
5015 "cpython_ext",
5016 "lz4-pyframe",
5017]
5018
5019[[package]]
5020name = "pymanifest"
5021version = "0.1.0"
5022dependencies = [
5023 "anyhow",
5024 "cpython",
5025 "cpython_ext",
5026 "manifest",
5027 "manifest-tree",
5028 "parking_lot",
5029 "pathmatcher",
5030 "pypathmatcher",
5031 "types",
5032]
5033
5034[[package]]
5035name = "pymetalog"
5036version = "0.1.0"
5037dependencies = [
5038 "cpython",
5039 "cpython_ext",
5040 "metalog",
5041 "parking_lot",
5042]
5043
5044[[package]]
5045name = "pymodules"
5046version = "0.1.0"
5047dependencies = [
5048 "cpython",
5049 "minibytes",
5050 "pybytes",
5051 "python-modules",
5052]
5053
5054[[package]]
5055name = "pymutationstore"
5056version = "0.1.0"
5057dependencies = [
5058 "anyhow",
5059 "async-runtime",
5060 "byteorder",
5061 "cpython",
5062 "cpython_ext",
5063 "mutationstore",
5064 "pydag",
5065 "thiserror",
5066 "types",
5067 "vlqencoding",
5068]
5069
5070[[package]]
5071name = "pynodeipc"
5072version = "0.1.0"
5073dependencies = [
5074 "cpython",
5075 "cpython_ext",
5076 "nodeipc",
5077 "serde_json",
5078]
5079
5080[[package]]
5081name = "pynodemap"
5082version = "0.1.0"
5083dependencies = [
5084 "cpython",
5085 "cpython_ext",
5086 "nodemap",
5087 "types",
5088]
5089
5090[[package]]
5091name = "pypathhistory"
5092version = "0.1.0"
5093dependencies = [
5094 "async-runtime",
5095 "cpython",
5096 "cpython_ext",
5097 "dag",
5098 "pathhistory",
5099 "storemodel",
5100 "types",
5101]
5102
5103[[package]]
5104name = "pypathmatcher"
5105version = "0.1.0"
5106dependencies = [
5107 "anyhow",
5108 "cpython",
5109 "cpython_ext",
5110 "pathmatcher",
5111 "tracing",
5112 "types",
5113]
5114
5115[[package]]
5116name = "pypprint"
5117version = "0.1.0"
5118dependencies = [
5119 "cpython",
5120 "cpython_ext",
5121 "pprint",
5122]
5123
5124[[package]]
5125name = "pyprocess"
5126version = "0.1.0"
5127dependencies = [
5128 "cpython",
5129 "cpython_ext",
5130 "procutil",
5131 "spawn-ext",
5132]
5133
5134[[package]]
5135name = "pyprogress"
5136version = "0.1.0"
5137dependencies = [
5138 "cpython",
5139 "cpython_ext",
5140 "progress-model",
5141 "progress-render",
5142]
5143
5144[[package]]
5145name = "pyrefencode"
5146version = "0.1.0"
5147dependencies = [
5148 "cpython",
5149 "cpython_ext",
5150 "refencode",
5151]
5152
5153[[package]]
5154name = "pyregex"
5155version = "0.1.0"
5156dependencies = [
5157 "cpython",
5158 "cpython_ext",
5159 "regex",
5160]
5161
5162[[package]]
5163name = "pyrenderdag"
5164version = "0.1.0"
5165dependencies = [
5166 "cpython",
5167 "cpython_ext",
5168 "minibytes",
5169 "parking_lot",
5170 "renderdag",
5171]
5172
5173[[package]]
5174name = "pyrepo"
5175version = "0.1.0"
5176dependencies = [
5177 "configmodel",
5178 "cpython",
5179 "cpython_ext",
5180 "parking_lot",
5181 "pyconfigloader",
5182 "pydag",
5183 "pyeagerepo",
5184 "pyedenapi",
5185 "pymetalog",
5186 "pyrevisionstore",
5187 "pyworkingcopy",
5188 "repo",
5189 "repolock",
5190 "revisionstore",
5191 "util",
5192 "workingcopy",
5193]
5194
5195[[package]]
5196name = "pyrevisionstore"
5197version = "0.1.0"
5198dependencies = [
5199 "anyhow",
5200 "async-runtime",
5201 "async-trait",
5202 "configmodel",
5203 "cpython",
5204 "cpython_ext",
5205 "futures 0.3.29",
5206 "io",
5207 "minibytes",
5208 "parking_lot",
5209 "pyconfigloader",
5210 "revisionstore",
5211 "storemodel",
5212 "types",
5213]
5214
5215[[package]]
5216name = "pyrevlogindex"
5217version = "0.1.0"
5218dependencies = [
5219 "cpython",
5220 "cpython_ext",
5221 "pybytes",
5222 "pydag",
5223 "revlogindex",
5224]
5225
5226[[package]]
5227name = "pysptui"
5228version = "0.1.0"
5229dependencies = [
5230 "clidispatch",
5231 "cpython",
5232 "cpython_ext",
5233 "pipe",
5234 "streampager",
5235]
5236
5237[[package]]
5238name = "pystatus"
5239version = "0.1.0"
5240dependencies = [
5241 "cpython",
5242 "cpython_ext",
5243 "status",
5244 "types",
5245 "util",
5246]
5247
5248[[package]]
5249name = "python-modules"
5250version = "0.1.0"
5251dependencies = [
5252 "codegen",
5253 "once_cell",
5254 "phf 0.11.2",
5255 "zstdelta",
5256]
5257
5258[[package]]
5259name = "python3-sys"
5260version = "0.7.1"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
5263dependencies = [
5264 "libc",
5265 "regex",
5266]
5267
5268[[package]]
5269name = "pythreading"
5270version = "0.1.0"
5271dependencies = [
5272 "cpython",
5273 "rand 0.8.5",
5274]
5275
5276[[package]]
5277name = "pytoml"
5278version = "0.1.0"
5279dependencies = [
5280 "cpython",
5281 "cpython_ext",
5282 "toml",
5283]
5284
5285[[package]]
5286name = "pytracing"
5287version = "0.1.0"
5288dependencies = [
5289 "cpython",
5290 "cpython_ext",
5291 "lazy_static",
5292 "mincode",
5293 "parking_lot",
5294 "python3-sys",
5295 "serde_json",
5296 "tracing",
5297 "tracing-collector",
5298 "tracing-reload",
5299 "tracing-runtime-callsite",
5300]
5301
5302[[package]]
5303name = "pytreestate"
5304version = "0.1.0"
5305dependencies = [
5306 "anyhow",
5307 "cpython",
5308 "cpython_ext",
5309 "parking_lot",
5310 "pathmatcher",
5311 "pypathmatcher",
5312 "treestate",
5313 "types",
5314 "vfs",
5315]
5316
5317[[package]]
5318name = "pyversion"
5319version = "0.1.0"
5320dependencies = [
5321 "cpython",
5322 "version",
5323]
5324
5325[[package]]
5326name = "pyvlq"
5327version = "0.1.0"
5328dependencies = [
5329 "cpython",
5330 "cpython_ext",
5331 "pyio",
5332 "vlqencoding",
5333]
5334
5335[[package]]
5336name = "pywebview"
5337version = "0.1.0"
5338dependencies = [
5339 "cpython",
5340 "cpython_ext",
5341 "webview-app",
5342]
5343
5344[[package]]
5345name = "pyworker"
5346version = "0.1.0"
5347dependencies = [
5348 "anyhow",
5349 "cpython",
5350 "cpython_ext",
5351 "crossbeam",
5352 "memmap2",
5353 "minibytes",
5354 "pyrevisionstore",
5355 "quickcheck",
5356 "revisionstore",
5357 "tempfile",
5358 "tracing",
5359 "types",
5360 "vfs",
5361]
5362
5363[[package]]
5364name = "pyworkingcopy"
5365version = "0.1.0"
5366dependencies = [
5367 "anyhow",
5368 "cpython",
5369 "cpython_ext",
5370 "fs-err",
5371 "io",
5372 "parking_lot",
5373 "pathmatcher",
5374 "pyconfigloader",
5375 "pypathmatcher",
5376 "pystatus",
5377 "pytreestate",
5378 "sparse",
5379 "types",
5380 "workingcopy",
5381]
5382
5383[[package]]
5384name = "pyxdiff"
5385version = "0.1.0"
5386dependencies = [
5387 "cpython",
5388 "cpython_ext",
5389 "xdiff",
5390]
5391
5392[[package]]
5393name = "pyzstd"
5394version = "0.1.0"
5395dependencies = [
5396 "cpython",
5397 "cpython_ext",
5398 "zstd",
5399 "zstd-safe",
5400 "zstdelta",
5401]
5402
5403[[package]]
5404name = "pyzstore"
5405version = "0.1.0"
5406dependencies = [
5407 "cpython",
5408 "cpython_ext",
5409 "zstore",
5410]
5411
5412[[package]]
5413name = "quick-xml"
5414version = "0.31.0"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
5417dependencies = [
5418 "memchr",
5419]
5420
5421[[package]]
5422name = "quickcheck"
5423version = "1.0.3"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
5426dependencies = [
5427 "env_logger 0.8.4",
5428 "log",
5429 "rand 0.8.5",
5430]
5431
5432[[package]]
5433name = "quickcheck_arbitrary_derive"
5434version = "0.1.0"
5435source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
5436dependencies = [
5437 "proc-macro2",
5438 "quickcheck",
5439 "quote",
5440 "syn 1.0.109",
5441]
5442
5443[[package]]
5444name = "quickcheck_macros"
5445version = "1.0.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
5448dependencies = [
5449 "proc-macro2",
5450 "quote",
5451 "syn 1.0.109",
5452]
5453
5454[[package]]
5455name = "quote"
5456version = "1.0.33"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
5459dependencies = [
5460 "proc-macro2",
5461]
5462
5463[[package]]
5464name = "radixbuf"
5465version = "0.1.0"
5466dependencies = [
5467 "minibench",
5468 "quickcheck",
5469 "rand 0.8.5",
5470 "thiserror",
5471 "vlqencoding",
5472]
5473
5474[[package]]
5475name = "rand"
5476version = "0.4.6"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5479dependencies = [
5480 "fuchsia-cprng",
5481 "libc",
5482 "rand_core 0.3.1",
5483 "rdrand",
5484 "winapi 0.3.9",
5485]
5486
5487[[package]]
5488name = "rand"
5489version = "0.7.3"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5492dependencies = [
5493 "getrandom 0.1.16",
5494 "libc",
5495 "rand_chacha 0.2.2",
5496 "rand_core 0.5.1",
5497 "rand_hc",
5498]
5499
5500[[package]]
5501name = "rand"
5502version = "0.8.5"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5505dependencies = [
5506 "libc",
5507 "rand_chacha 0.3.1",
5508 "rand_core 0.6.4",
5509 "serde",
5510]
5511
5512[[package]]
5513name = "rand_chacha"
5514version = "0.2.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5517dependencies = [
5518 "ppv-lite86",
5519 "rand_core 0.5.1",
5520]
5521
5522[[package]]
5523name = "rand_chacha"
5524version = "0.3.1"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5527dependencies = [
5528 "ppv-lite86",
5529 "rand_core 0.6.4",
5530]
5531
5532[[package]]
5533name = "rand_core"
5534version = "0.3.1"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5537dependencies = [
5538 "rand_core 0.4.2",
5539]
5540
5541[[package]]
5542name = "rand_core"
5543version = "0.4.2"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5546
5547[[package]]
5548name = "rand_core"
5549version = "0.5.1"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5552dependencies = [
5553 "getrandom 0.1.16",
5554]
5555
5556[[package]]
5557name = "rand_core"
5558version = "0.6.4"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5561dependencies = [
5562 "getrandom 0.2.11",
5563 "serde",
5564]
5565
5566[[package]]
5567name = "rand_hc"
5568version = "0.2.0"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5571dependencies = [
5572 "rand_core 0.5.1",
5573]
5574
5575[[package]]
5576name = "rand_xoshiro"
5577version = "0.6.0"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
5580dependencies = [
5581 "rand_core 0.6.4",
5582]
5583
5584[[package]]
5585name = "rayon"
5586version = "1.8.0"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
5589dependencies = [
5590 "either",
5591 "rayon-core",
5592]
5593
5594[[package]]
5595name = "rayon-core"
5596version = "1.12.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
5599dependencies = [
5600 "crossbeam-deque",
5601 "crossbeam-utils 0.8.16",
5602]
5603
5604[[package]]
5605name = "rdrand"
5606version = "0.4.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5609dependencies = [
5610 "rand_core 0.3.1",
5611]
5612
5613[[package]]
5614name = "redox_syscall"
5615version = "0.3.5"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5618dependencies = [
5619 "bitflags 1.3.2",
5620]
5621
5622[[package]]
5623name = "redox_syscall"
5624version = "0.4.1"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
5627dependencies = [
5628 "bitflags 1.3.2",
5629]
5630
5631[[package]]
5632name = "redox_users"
5633version = "0.4.4"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
5636dependencies = [
5637 "getrandom 0.2.11",
5638 "libredox",
5639 "thiserror",
5640]
5641
5642[[package]]
5643name = "ref-cast"
5644version = "1.0.20"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"
5647dependencies = [
5648 "ref-cast-impl",
5649]
5650
5651[[package]]
5652name = "ref-cast-impl"
5653version = "1.0.20"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"
5656dependencies = [
5657 "proc-macro2",
5658 "quote",
5659 "syn 2.0.39",
5660]
5661
5662[[package]]
5663name = "refencode"
5664version = "0.1.0"
5665dependencies = [
5666 "types",
5667]
5668
5669[[package]]
5670name = "regex"
5671version = "1.10.2"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
5674dependencies = [
5675 "aho-corasick",
5676 "memchr",
5677 "regex-automata 0.4.3",
5678 "regex-syntax 0.8.2",
5679]
5680
5681[[package]]
5682name = "regex-automata"
5683version = "0.1.10"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5686dependencies = [
5687 "regex-syntax 0.6.29",
5688]
5689
5690[[package]]
5691name = "regex-automata"
5692version = "0.3.9"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
5695dependencies = [
5696 "aho-corasick",
5697 "memchr",
5698 "regex-syntax 0.7.5",
5699]
5700
5701[[package]]
5702name = "regex-automata"
5703version = "0.4.3"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
5706dependencies = [
5707 "aho-corasick",
5708 "memchr",
5709 "regex-syntax 0.8.2",
5710]
5711
5712[[package]]
5713name = "regex-syntax"
5714version = "0.6.29"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5717
5718[[package]]
5719name = "regex-syntax"
5720version = "0.7.5"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
5723
5724[[package]]
5725name = "regex-syntax"
5726version = "0.8.2"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
5729
5730[[package]]
5731name = "remove_dir_all"
5732version = "0.5.3"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5735dependencies = [
5736 "winapi 0.3.9",
5737]
5738
5739[[package]]
5740name = "renderdag"
5741version = "0.1.0"
5742dependencies = [
5743 "bitflags 1.3.2",
5744 "dag",
5745 "itertools",
5746 "nonblocking",
5747 "serde",
5748 "unicode-width",
5749]
5750
5751[[package]]
5752name = "repo"
5753version = "0.1.0"
5754dependencies = [
5755 "anyhow",
5756 "async-runtime",
5757 "commits-trait",
5758 "configloader",
5759 "configmodel",
5760 "constructors",
5761 "eagerepo",
5762 "edenapi",
5763 "factory",
5764 "fail",
5765 "fs-err",
5766 "identity",
5767 "manifest-tree",
5768 "metalog",
5769 "once_cell",
5770 "parking_lot",
5771 "refencode",
5772 "repolock",
5773 "revisionstore",
5774 "revsets",
5775 "storemodel",
5776 "tempfile",
5777 "thiserror",
5778 "tracing",
5779 "treestate",
5780 "types",
5781 "util",
5782 "vfs",
5783 "workingcopy",
5784]
5785
5786[[package]]
5787name = "repo_name"
5788version = "0.1.0"
5789dependencies = [
5790 "anyhow",
5791 "percent-encoding",
5792]
5793
5794[[package]]
5795name = "repolock"
5796version = "0.1.0"
5797dependencies = [
5798 "anyhow",
5799 "configmodel",
5800 "fs-err",
5801 "fs2",
5802 "parking_lot",
5803 "tempfile",
5804 "thiserror",
5805 "tracing",
5806 "util",
5807]
5808
5809[[package]]
5810name = "reqwest"
5811version = "0.11.22"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
5814dependencies = [
5815 "base64 0.21.5",
5816 "bytes",
5817 "cookie",
5818 "cookie_store",
5819 "encoding_rs",
5820 "futures-core",
5821 "futures-util",
5822 "h2",
5823 "http",
5824 "http-body",
5825 "hyper",
5826 "hyper-rustls",
5827 "hyper-tls",
5828 "ipnet",
5829 "js-sys",
5830 "log",
5831 "mime",
5832 "mime_guess",
5833 "native-tls",
5834 "once_cell",
5835 "percent-encoding",
5836 "pin-project-lite",
5837 "rustls",
5838 "rustls-native-certs",
5839 "rustls-pemfile",
5840 "serde",
5841 "serde_json",
5842 "serde_urlencoded 0.7.1",
5843 "system-configuration",
5844 "tokio",
5845 "tokio-native-tls",
5846 "tokio-rustls",
5847 "tokio-util 0.7.10",
5848 "tower-service",
5849 "url",
5850 "wasm-bindgen",
5851 "wasm-bindgen-futures",
5852 "wasm-streams",
5853 "web-sys",
5854 "webpki-roots",
5855 "winreg",
5856]
5857
5858[[package]]
5859name = "reqwest-eventsource"
5860version = "0.5.0"
5861source = "registry+https://github.com/rust-lang/crates.io-index"
5862checksum = "f529a5ff327743addc322af460761dff5b50e0c826b9e6ac44c3195c50bb2026"
5863dependencies = [
5864 "eventsource-stream",
5865 "futures-core",
5866 "futures-timer",
5867 "mime",
5868 "nom 7.1.3",
5869 "pin-project-lite",
5870 "reqwest",
5871 "thiserror",
5872]
5873
5874[[package]]
5875name = "revisionstore"
5876version = "0.1.0"
5877dependencies = [
5878 "anyhow",
5879 "async-runtime",
5880 "async-trait",
5881 "byteorder",
5882 "clientinfo",
5883 "clientinfo_async",
5884 "configmodel",
5885 "crossbeam",
5886 "curl",
5887 "edenapi",
5888 "edenapi_types",
5889 "fbinit",
5890 "fn-error-context",
5891 "fs-err",
5892 "futures 0.3.29",
5893 "hex",
5894 "hg-http",
5895 "hg-metrics",
5896 "hgstore",
5897 "hgtime",
5898 "http",
5899 "http-client",
5900 "indexedlog",
5901 "lfs_protocol",
5902 "lz4-pyframe",
5903 "manifest-tree",
5904 "maplit",
5905 "memmap2",
5906 "mincode",
5907 "minibytes",
5908 "mockito",
5909 "mpatch",
5910 "parking_lot",
5911 "progress-model",
5912 "quickcheck",
5913 "quickcheck_arbitrary_derive",
5914 "rand 0.8.5",
5915 "rand_chacha 0.3.1",
5916 "regex",
5917 "repo_name",
5918 "revisionstore_types",
5919 "serde",
5920 "serde_derive",
5921 "serde_json",
5922 "sha1",
5923 "sha2 0.10.8",
5924 "stats",
5925 "storemodel",
5926 "tempfile",
5927 "thiserror",
5928 "tokio",
5929 "tokio-stream",
5930 "tracing",
5931 "types",
5932 "url",
5933 "util",
5934 "version",
5935 "vlqencoding",
5936]
5937
5938[[package]]
5939name = "revisionstore_types"
5940version = "0.1.0"
5941dependencies = [
5942 "anyhow",
5943 "byteorder",
5944 "quickcheck",
5945 "quickcheck_arbitrary_derive",
5946 "serde",
5947 "serde_derive",
5948]
5949
5950[[package]]
5951name = "revlogindex"
5952version = "0.1.0"
5953dependencies = [
5954 "anyhow",
5955 "async-trait",
5956 "bit-vec",
5957 "byteorder",
5958 "dag",
5959 "indexedlog",
5960 "lz4-pyframe",
5961 "minibytes",
5962 "nonblocking",
5963 "parking_lot",
5964 "radixbuf",
5965 "tempfile",
5966 "thiserror",
5967 "util",
5968]
5969
5970[[package]]
5971name = "revsets"
5972version = "0.1.0"
5973dependencies = [
5974 "anyhow",
5975 "async-runtime",
5976 "configmodel",
5977 "dag",
5978 "edenapi",
5979 "metalog",
5980 "refencode",
5981 "thiserror",
5982 "treestate",
5983 "types",
5984]
5985
5986[[package]]
5987name = "ring"
5988version = "0.17.5"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
5991dependencies = [
5992 "cc",
5993 "getrandom 0.2.11",
5994 "libc",
5995 "spin",
5996 "untrusted",
5997 "windows-sys 0.48.0",
5998]
5999
6000[[package]]
6001name = "runlog"
6002version = "0.1.0"
6003dependencies = [
6004 "anyhow",
6005 "chrono",
6006 "configmodel",
6007 "fs2",
6008 "hg-http",
6009 "libc",
6010 "parking_lot",
6011 "progress-model",
6012 "rand 0.8.5",
6013 "repo",
6014 "serde",
6015 "serde_json",
6016 "tempfile",
6017 "util",
6018]
6019
6020[[package]]
6021name = "rust-ini"
6022version = "0.17.0"
6023source = "registry+https://github.com/rust-lang/crates.io-index"
6024checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
6025dependencies = [
6026 "cfg-if 1.0.0",
6027 "ordered-multimap",
6028]
6029
6030[[package]]
6031name = "rustc-demangle"
6032version = "0.1.23"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
6035
6036[[package]]
6037name = "rustix"
6038version = "0.37.27"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
6041dependencies = [
6042 "bitflags 1.3.2",
6043 "errno",
6044 "io-lifetimes",
6045 "libc",
6046 "linux-raw-sys 0.3.8",
6047 "windows-sys 0.48.0",
6048]
6049
6050[[package]]
6051name = "rustix"
6052version = "0.38.24"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
6055dependencies = [
6056 "bitflags 2.4.1",
6057 "errno",
6058 "libc",
6059 "linux-raw-sys 0.4.11",
6060 "windows-sys 0.48.0",
6061]
6062
6063[[package]]
6064name = "rustls"
6065version = "0.21.8"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
6068dependencies = [
6069 "log",
6070 "ring",
6071 "rustls-webpki",
6072 "sct",
6073]
6074
6075[[package]]
6076name = "rustls-native-certs"
6077version = "0.6.3"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
6080dependencies = [
6081 "openssl-probe",
6082 "rustls-pemfile",
6083 "schannel",
6084 "security-framework",
6085]
6086
6087[[package]]
6088name = "rustls-pemfile"
6089version = "1.0.4"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
6092dependencies = [
6093 "base64 0.21.5",
6094]
6095
6096[[package]]
6097name = "rustls-webpki"
6098version = "0.101.7"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
6101dependencies = [
6102 "ring",
6103 "untrusted",
6104]
6105
6106[[package]]
6107name = "rustversion"
6108version = "1.0.14"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
6111
6112[[package]]
6113name = "ryu"
6114version = "1.0.15"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
6117
6118[[package]]
6119name = "safemem"
6120version = "0.3.3"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
6123
6124[[package]]
6125name = "same-file"
6126version = "1.0.6"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
6129dependencies = [
6130 "winapi-util",
6131]
6132
6133[[package]]
6134name = "sampling"
6135version = "0.1.0"
6136dependencies = [
6137 "configmodel",
6138 "parking_lot",
6139 "serde",
6140 "serde_json",
6141 "tracing",
6142]
6143
6144[[package]]
6145name = "schannel"
6146version = "0.1.22"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
6149dependencies = [
6150 "windows-sys 0.48.0",
6151]
6152
6153[[package]]
6154name = "scm_daemon"
6155version = "0.1.0"
6156dependencies = [
6157 "anyhow",
6158 "clap 2.34.0",
6159 "commitcloudsubscriber",
6160 "env_logger 0.10.1",
6161 "libc",
6162 "log",
6163 "serde",
6164 "thiserror",
6165 "tokio",
6166 "toml",
6167]
6168
6169[[package]]
6170name = "scopeguard"
6171version = "1.2.0"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
6174
6175[[package]]
6176name = "scratch"
6177version = "1.0.7"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
6180
6181[[package]]
6182name = "sct"
6183version = "0.7.1"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
6186dependencies = [
6187 "ring",
6188 "untrusted",
6189]
6190
6191[[package]]
6192name = "security-framework"
6193version = "2.9.2"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
6196dependencies = [
6197 "bitflags 1.3.2",
6198 "core-foundation",
6199 "core-foundation-sys",
6200 "libc",
6201 "security-framework-sys",
6202]
6203
6204[[package]]
6205name = "security-framework-sys"
6206version = "2.9.1"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
6209dependencies = [
6210 "core-foundation-sys",
6211 "libc",
6212]
6213
6214[[package]]
6215name = "semver"
6216version = "0.11.0"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6219dependencies = [
6220 "semver-parser",
6221]
6222
6223[[package]]
6224name = "semver-parser"
6225version = "0.10.2"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6228dependencies = [
6229 "pest",
6230]
6231
6232[[package]]
6233name = "serde"
6234version = "1.0.192"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
6237dependencies = [
6238 "serde_derive",
6239]
6240
6241[[package]]
6242name = "serde_alt"
6243version = "0.1.0"
6244
6245[[package]]
6246name = "serde_bser"
6247version = "0.3.1"
6248source = "git+https://github.com/facebook/watchman.git?branch=main#4bec06637edeb66496e53d678095fb427040b462"
6249dependencies = [
6250 "anyhow",
6251 "byteorder",
6252 "bytes",
6253 "serde",
6254 "serde_bytes",
6255 "thiserror",
6256]
6257
6258[[package]]
6259name = "serde_bytes"
6260version = "0.11.12"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
6263dependencies = [
6264 "serde",
6265]
6266
6267[[package]]
6268name = "serde_cbor"
6269version = "0.11.2"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
6272dependencies = [
6273 "half",
6274 "serde",
6275]
6276
6277[[package]]
6278name = "serde_derive"
6279version = "1.0.192"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
6282dependencies = [
6283 "proc-macro2",
6284 "quote",
6285 "syn 2.0.39",
6286]
6287
6288[[package]]
6289name = "serde_fmt"
6290version = "1.0.3"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6293dependencies = [
6294 "serde",
6295]
6296
6297[[package]]
6298name = "serde_json"
6299version = "1.0.108"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
6302dependencies = [
6303 "itoa 1.0.9",
6304 "ryu",
6305 "serde",
6306]
6307
6308[[package]]
6309name = "serde_spanned"
6310version = "0.6.4"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
6313dependencies = [
6314 "serde",
6315]
6316
6317[[package]]
6318name = "serde_urlencoded"
6319version = "0.6.1"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
6322dependencies = [
6323 "dtoa",
6324 "itoa 0.4.8",
6325 "serde",
6326 "url",
6327]
6328
6329[[package]]
6330name = "serde_urlencoded"
6331version = "0.7.1"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6334dependencies = [
6335 "form_urlencoded",
6336 "itoa 1.0.9",
6337 "ryu",
6338 "serde",
6339]
6340
6341[[package]]
6342name = "sha1"
6343version = "0.10.6"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
6346dependencies = [
6347 "cfg-if 1.0.0",
6348 "cpufeatures",
6349 "digest 0.10.7",
6350]
6351
6352[[package]]
6353name = "sha1_smol"
6354version = "1.0.0"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
6357
6358[[package]]
6359name = "sha2"
6360version = "0.9.9"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6363dependencies = [
6364 "block-buffer 0.9.0",
6365 "cfg-if 1.0.0",
6366 "cpufeatures",
6367 "digest 0.9.0",
6368 "opaque-debug",
6369]
6370
6371[[package]]
6372name = "sha2"
6373version = "0.10.8"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
6376dependencies = [
6377 "cfg-if 1.0.0",
6378 "cpufeatures",
6379 "digest 0.10.7",
6380]
6381
6382[[package]]
6383name = "sharded-slab"
6384version = "0.1.7"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
6387dependencies = [
6388 "lazy_static",
6389]
6390
6391[[package]]
6392name = "shellexpand"
6393version = "2.1.2"
6394source = "registry+https://github.com/rust-lang/crates.io-index"
6395checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6396dependencies = [
6397 "dirs 4.0.0",
6398]
6399
6400[[package]]
6401name = "shlex"
6402version = "1.2.0"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
6405
6406[[package]]
6407name = "signal-hook"
6408version = "0.1.17"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
6411dependencies = [
6412 "libc",
6413 "signal-hook-registry",
6414]
6415
6416[[package]]
6417name = "signal-hook"
6418version = "0.3.17"
6419source = "registry+https://github.com/rust-lang/crates.io-index"
6420checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
6421dependencies = [
6422 "libc",
6423 "signal-hook-registry",
6424]
6425
6426[[package]]
6427name = "signal-hook-mio"
6428version = "0.2.3"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6431dependencies = [
6432 "libc",
6433 "mio",
6434 "signal-hook 0.3.17",
6435]
6436
6437[[package]]
6438name = "signal-hook-registry"
6439version = "1.4.1"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6442dependencies = [
6443 "libc",
6444]
6445
6446[[package]]
6447name = "similar"
6448version = "2.3.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
6451
6452[[package]]
6453name = "simple_asn1"
6454version = "0.5.4"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6457dependencies = [
6458 "chrono",
6459 "num-bigint",
6460 "num-traits",
6461 "thiserror",
6462]
6463
6464[[package]]
6465name = "siphasher"
6466version = "0.3.11"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
6469
6470[[package]]
6471name = "sized-chunks"
6472version = "0.6.5"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
6475dependencies = [
6476 "bitmaps",
6477 "typenum",
6478]
6479
6480[[package]]
6481name = "skeptic"
6482version = "0.4.0"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "24ebf8a06f5f8bae61ae5bbc7af7aac4ef6907ae975130faba1199e5fe82256a"
6485dependencies = [
6486 "pulldown-cmark",
6487 "tempdir",
6488]
6489
6490[[package]]
6491name = "slab"
6492version = "0.4.9"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
6495dependencies = [
6496 "autocfg",
6497]
6498
6499[[package]]
6500name = "smallvec"
6501version = "1.11.2"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
6504
6505[[package]]
6506name = "socket2"
6507version = "0.4.10"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
6510dependencies = [
6511 "libc",
6512 "winapi 0.3.9",
6513]
6514
6515[[package]]
6516name = "socket2"
6517version = "0.5.5"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
6520dependencies = [
6521 "libc",
6522 "windows-sys 0.48.0",
6523]
6524
6525[[package]]
6526name = "sorted_vector_map"
6527version = "0.1.0"
6528source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
6529dependencies = [
6530 "itertools",
6531 "quickcheck",
6532]
6533
6534[[package]]
6535name = "sparse"
6536version = "0.1.0"
6537dependencies = [
6538 "anyhow",
6539 "futures 0.3.29",
6540 "globset",
6541 "once_cell",
6542 "pathmatcher",
6543 "regex",
6544 "thiserror",
6545 "tokio",
6546 "tracing",
6547 "types",
6548]
6549
6550[[package]]
6551name = "spawn-ext"
6552version = "0.1.0"
6553dependencies = [
6554 "libc",
6555 "tempfile",
6556 "winapi 0.3.9",
6557]
6558
6559[[package]]
6560name = "spin"
6561version = "0.9.8"
6562source = "registry+https://github.com/rust-lang/crates.io-index"
6563checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6564
6565[[package]]
6566name = "static_assertions"
6567version = "1.1.0"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6570
6571[[package]]
6572name = "staticconfig"
6573version = "0.1.0"
6574dependencies = [
6575 "configmodel",
6576 "phf 0.11.2",
6577 "staticconfig_macros",
6578]
6579
6580[[package]]
6581name = "staticconfig_macros"
6582version = "0.1.0"
6583dependencies = [
6584 "hgrc-parser",
6585 "indexmap 1.9.3",
6586]
6587
6588[[package]]
6589name = "stats"
6590version = "0.1.0"
6591source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
6592dependencies = [
6593 "fbinit",
6594 "futures 0.3.29",
6595 "once_cell",
6596 "perthread",
6597 "stats_traits",
6598 "tokio_shim",
6599]
6600
6601[[package]]
6602name = "stats_traits"
6603version = "0.1.0"
6604source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
6605dependencies = [
6606 "auto_impl",
6607 "dashmap",
6608 "fbinit",
6609]
6610
6611[[package]]
6612name = "status"
6613version = "0.1.0"
6614dependencies = [
6615 "types",
6616]
6617
6618[[package]]
6619name = "storemodel"
6620version = "0.1.0"
6621dependencies = [
6622 "anyhow",
6623 "async-runtime",
6624 "async-trait",
6625 "configmodel",
6626 "edenapi_trait",
6627 "futures 0.3.29",
6628 "minibytes",
6629 "serde",
6630 "types",
6631]
6632
6633[[package]]
6634name = "streampager"
6635version = "0.10.3"
6636dependencies = [
6637 "bit-set",
6638 "dirs 2.0.2",
6639 "enum_dispatch",
6640 "indexmap 1.9.3",
6641 "lazy_static",
6642 "lru",
6643 "memmap2",
6644 "regex",
6645 "scopeguard",
6646 "serde",
6647 "smallvec",
6648 "tempfile",
6649 "terminfo",
6650 "termwiz",
6651 "thiserror",
6652 "toml",
6653 "unicode-segmentation",
6654 "unicode-width",
6655 "vec_map",
6656]
6657
6658[[package]]
6659name = "streams"
6660version = "0.1.0"
6661dependencies = [
6662 "anyhow",
6663 "async-trait",
6664 "futures 0.3.29",
6665 "pin-project 0.4.30",
6666 "tokio",
6667]
6668
6669[[package]]
6670name = "strsim"
6671version = "0.8.0"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6674
6675[[package]]
6676name = "strsim"
6677version = "0.10.0"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6680
6681[[package]]
6682name = "structopt"
6683version = "0.3.26"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
6686dependencies = [
6687 "clap 2.34.0",
6688 "lazy_static",
6689 "structopt-derive",
6690]
6691
6692[[package]]
6693name = "structopt-derive"
6694version = "0.4.18"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
6697dependencies = [
6698 "heck 0.3.3",
6699 "proc-macro-error",
6700 "proc-macro2",
6701 "quote",
6702 "syn 1.0.109",
6703]
6704
6705[[package]]
6706name = "strum"
6707version = "0.24.1"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
6710
6711[[package]]
6712name = "strum_macros"
6713version = "0.24.3"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
6716dependencies = [
6717 "heck 0.4.1",
6718 "proc-macro2",
6719 "quote",
6720 "rustversion",
6721 "syn 1.0.109",
6722]
6723
6724[[package]]
6725name = "subtle"
6726version = "2.5.0"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
6729
6730[[package]]
6731name = "sval"
6732version = "2.10.2"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "b15df12a8db7c216a04b4b438f90d50d5335cd38f161b56389c9f5c9d96d0873"
6735
6736[[package]]
6737name = "sval_buffer"
6738version = "2.10.2"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "57e80556bc8acea0446e574ce542ad6114a76a0237f28a842bc01ca3ea98f479"
6741dependencies = [
6742 "sval",
6743 "sval_ref",
6744]
6745
6746[[package]]
6747name = "sval_dynamic"
6748version = "2.10.2"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "9d93d2259edb1d7b4316179f0a98c62e3ffc726f47ab200e07cfe382771f57b8"
6751dependencies = [
6752 "sval",
6753]
6754
6755[[package]]
6756name = "sval_fmt"
6757version = "2.10.2"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "532f7f882226f7a5a4656f5151224aaebf8217e0d539cb1595b831bace921343"
6760dependencies = [
6761 "itoa 1.0.9",
6762 "ryu",
6763 "sval",
6764]
6765
6766[[package]]
6767name = "sval_json"
6768version = "2.10.2"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "76e03bd8aa0ae6ee018f7ae95c9714577687a4415bd1a5f19b26e34695f7e072"
6771dependencies = [
6772 "itoa 1.0.9",
6773 "ryu",
6774 "sval",
6775]
6776
6777[[package]]
6778name = "sval_ref"
6779version = "2.10.2"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "75ed054f2fb8c2a0ab5d36c1ec57b412919700099fc5e32ad8e7a38b23e1a9e1"
6782dependencies = [
6783 "sval",
6784]
6785
6786[[package]]
6787name = "sval_serde"
6788version = "2.10.2"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "7ff191c4ff05b67e3844c161021427646cde5d6624597958be158357d9200586"
6791dependencies = [
6792 "serde",
6793 "sval",
6794 "sval_buffer",
6795 "sval_fmt",
6796]
6797
6798[[package]]
6799name = "syn"
6800version = "1.0.109"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6803dependencies = [
6804 "proc-macro2",
6805 "quote",
6806 "unicode-ident",
6807]
6808
6809[[package]]
6810name = "syn"
6811version = "2.0.39"
6812source = "registry+https://github.com/rust-lang/crates.io-index"
6813checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
6814dependencies = [
6815 "proc-macro2",
6816 "quote",
6817 "unicode-ident",
6818]
6819
6820[[package]]
6821name = "synstructure"
6822version = "0.12.6"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
6825dependencies = [
6826 "proc-macro2",
6827 "quote",
6828 "syn 1.0.109",
6829 "unicode-xid",
6830]
6831
6832[[package]]
6833name = "system-command"
6834version = "0.1.0"
6835
6836[[package]]
6837name = "system-configuration"
6838version = "0.5.1"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
6841dependencies = [
6842 "bitflags 1.3.2",
6843 "core-foundation",
6844 "system-configuration-sys",
6845]
6846
6847[[package]]
6848name = "system-configuration-sys"
6849version = "0.5.0"
6850source = "registry+https://github.com/rust-lang/crates.io-index"
6851checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
6852dependencies = [
6853 "core-foundation-sys",
6854 "libc",
6855]
6856
6857[[package]]
6858name = "tempdir"
6859version = "0.3.7"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6862dependencies = [
6863 "rand 0.4.6",
6864 "remove_dir_all",
6865]
6866
6867[[package]]
6868name = "tempfile"
6869version = "3.8.1"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
6872dependencies = [
6873 "cfg-if 1.0.0",
6874 "fastrand 2.0.1",
6875 "redox_syscall 0.4.1",
6876 "rustix 0.38.24",
6877 "windows-sys 0.48.0",
6878]
6879
6880[[package]]
6881name = "termcolor"
6882version = "1.4.0"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
6885dependencies = [
6886 "winapi-util",
6887]
6888
6889[[package]]
6890name = "terminal_size"
6891version = "0.2.6"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
6894dependencies = [
6895 "rustix 0.37.27",
6896 "windows-sys 0.48.0",
6897]
6898
6899[[package]]
6900name = "terminal_size"
6901version = "0.3.0"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
6904dependencies = [
6905 "rustix 0.38.24",
6906 "windows-sys 0.48.0",
6907]
6908
6909[[package]]
6910name = "terminfo"
6911version = "0.7.5"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585"
6914dependencies = [
6915 "dirs 4.0.0",
6916 "fnv",
6917 "nom 5.1.3",
6918 "phf 0.11.2",
6919 "phf_codegen",
6920]
6921
6922[[package]]
6923name = "termios"
6924version = "0.3.3"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
6927dependencies = [
6928 "libc",
6929]
6930
6931[[package]]
6932name = "termlogger"
6933version = "0.1.0"
6934dependencies = [
6935 "identity",
6936 "io",
6937 "lazystr",
6938 "tracing",
6939]
6940
6941[[package]]
6942name = "termstyle"
6943version = "0.1.0"
6944dependencies = [
6945 "configmodel",
6946 "hgplain",
6947 "io",
6948 "termwiz",
6949 "tracing",
6950]
6951
6952[[package]]
6953name = "termwiz"
6954version = "0.18.0"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "25e302bfaa2555ca7fb55eee19051ad43e510153b19cb880d6da5acb65a72ab9"
6957dependencies = [
6958 "anyhow",
6959 "base64 0.13.1",
6960 "bitflags 1.3.2",
6961 "cassowary",
6962 "cfg-if 1.0.0",
6963 "filedescriptor 0.8.2",
6964 "finl_unicode",
6965 "fixedbitset",
6966 "fnv",
6967 "hex",
6968 "lazy_static",
6969 "libc",
6970 "log",
6971 "memmem",
6972 "nix 0.24.3",
6973 "num-derive",
6974 "num-traits",
6975 "ordered-float",
6976 "pest",
6977 "pest_derive",
6978 "phf 0.10.1",
6979 "regex",
6980 "semver",
6981 "sha2 0.9.9",
6982 "signal-hook 0.1.17",
6983 "siphasher",
6984 "terminfo",
6985 "termios",
6986 "thiserror",
6987 "ucd-trie",
6988 "unicode-segmentation",
6989 "vtparse",
6990 "wezterm-bidi",
6991 "wezterm-color-types",
6992 "wezterm-dynamic",
6993 "winapi 0.3.9",
6994]
6995
6996[[package]]
6997name = "testutil"
6998version = "0.1.0"
6999dependencies = [
7000 "once_cell",
7001 "parking_lot",
7002]
7003
7004[[package]]
7005name = "textwrap"
7006version = "0.11.0"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
7009dependencies = [
7010 "unicode-width",
7011]
7012
7013[[package]]
7014name = "textwrap"
7015version = "0.16.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
7018dependencies = [
7019 "terminal_size 0.2.6",
7020 "unicode-width",
7021]
7022
7023[[package]]
7024name = "thiserror"
7025version = "1.0.50"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
7028dependencies = [
7029 "thiserror-impl",
7030]
7031
7032[[package]]
7033name = "thiserror-impl"
7034version = "1.0.50"
7035source = "registry+https://github.com/rust-lang/crates.io-index"
7036checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
7037dependencies = [
7038 "proc-macro2",
7039 "quote",
7040 "syn 2.0.39",
7041]
7042
7043[[package]]
7044name = "thread_local"
7045version = "1.1.7"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
7048dependencies = [
7049 "cfg-if 1.0.0",
7050 "once_cell",
7051]
7052
7053[[package]]
7054name = "thrift"
7055version = "0.1.0"
7056dependencies = [
7057 "anyhow",
7058 "async-trait",
7059 "codegen_includer_proc_macro",
7060 "config_thrift",
7061 "const-cstr",
7062 "fb303_core",
7063 "fbthrift",
7064 "futures 0.3.29",
7065 "ref-cast",
7066 "sorted_vector_map",
7067 "thiserror",
7068 "thrift_compiler",
7069 "thrift_types",
7070 "tracing",
7071 "tracing-futures",
7072]
7073
7074[[package]]
7075name = "thrift-types"
7076version = "0.1.0"
7077dependencies = [
7078 "anyhow",
7079 "config",
7080 "config_thrift",
7081 "fb303_core",
7082 "fbthrift",
7083 "futures 0.3.29",
7084 "thiserror",
7085 "thrift",
7086]
7087
7088[[package]]
7089name = "thrift_compiler"
7090version = "0.1.0"
7091source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
7092dependencies = [
7093 "anyhow",
7094 "clap 4.4.8",
7095 "serde",
7096 "which",
7097]
7098
7099[[package]]
7100name = "thrift_types"
7101version = "0.1.0"
7102dependencies = [
7103 "anyhow",
7104 "codegen_includer_proc_macro",
7105 "config_thrift",
7106 "fb303_core",
7107 "fbthrift",
7108 "futures 0.3.29",
7109 "once_cell",
7110 "ref-cast",
7111 "serde",
7112 "serde_derive",
7113 "sorted_vector_map",
7114 "thiserror",
7115 "thrift_compiler",
7116]
7117
7118[[package]]
7119name = "time"
7120version = "0.3.30"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
7123dependencies = [
7124 "deranged",
7125 "itoa 1.0.9",
7126 "libc",
7127 "num_threads",
7128 "powerfmt",
7129 "serde",
7130 "time-core",
7131 "time-macros",
7132]
7133
7134[[package]]
7135name = "time-core"
7136version = "0.1.2"
7137source = "registry+https://github.com/rust-lang/crates.io-index"
7138checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
7139
7140[[package]]
7141name = "time-interval"
7142version = "0.1.0"
7143
7144[[package]]
7145name = "time-macros"
7146version = "0.2.15"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
7149dependencies = [
7150 "time-core",
7151]
7152
7153[[package]]
7154name = "tinyfiledialogs"
7155version = "3.9.1"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "e25fa0bc43a6566e2cc6d7ac96df3fa5a57beba34445bead1b368ba8fe9ca568"
7158dependencies = [
7159 "cc",
7160 "libc",
7161]
7162
7163[[package]]
7164name = "tinyvec"
7165version = "1.6.0"
7166source = "registry+https://github.com/rust-lang/crates.io-index"
7167checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7168dependencies = [
7169 "tinyvec_macros",
7170]
7171
7172[[package]]
7173name = "tinyvec_macros"
7174version = "0.1.1"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7177
7178[[package]]
7179name = "tokio"
7180version = "1.34.0"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
7183dependencies = [
7184 "backtrace",
7185 "bytes",
7186 "libc",
7187 "mio",
7188 "num_cpus",
7189 "parking_lot",
7190 "pin-project-lite",
7191 "signal-hook-registry",
7192 "socket2 0.5.5",
7193 "tokio-macros",
7194 "tracing",
7195 "windows-sys 0.48.0",
7196]
7197
7198[[package]]
7199name = "tokio-macros"
7200version = "2.2.0"
7201source = "registry+https://github.com/rust-lang/crates.io-index"
7202checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
7203dependencies = [
7204 "proc-macro2",
7205 "quote",
7206 "syn 2.0.39",
7207]
7208
7209[[package]]
7210name = "tokio-native-tls"
7211version = "0.3.1"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7214dependencies = [
7215 "native-tls",
7216 "tokio",
7217]
7218
7219[[package]]
7220name = "tokio-rustls"
7221version = "0.24.1"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
7224dependencies = [
7225 "rustls",
7226 "tokio",
7227]
7228
7229[[package]]
7230name = "tokio-stream"
7231version = "0.1.14"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7234dependencies = [
7235 "futures-core",
7236 "pin-project-lite",
7237 "tokio",
7238 "tokio-util 0.7.10",
7239]
7240
7241[[package]]
7242name = "tokio-tower"
7243version = "0.6.0"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "f4322b6e2ebfd3be4082c16df4341505ef333683158b55f22afaf3f61565d728"
7246dependencies = [
7247 "crossbeam",
7248 "futures-core",
7249 "futures-sink",
7250 "futures-util",
7251 "pin-project 1.1.3",
7252 "tokio",
7253 "tower",
7254 "tower-service",
7255 "tracing",
7256]
7257
7258[[package]]
7259name = "tokio-uds-compat"
7260version = "0.1.0"
7261source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
7262dependencies = [
7263 "async-io",
7264 "futures 0.3.29",
7265 "tokio",
7266 "tracing",
7267 "uds_windows",
7268]
7269
7270[[package]]
7271name = "tokio-util"
7272version = "0.6.10"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7275dependencies = [
7276 "bytes",
7277 "futures-core",
7278 "futures-io",
7279 "futures-sink",
7280 "log",
7281 "pin-project-lite",
7282 "slab",
7283 "tokio",
7284]
7285
7286[[package]]
7287name = "tokio-util"
7288version = "0.7.10"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
7291dependencies = [
7292 "bytes",
7293 "futures-core",
7294 "futures-io",
7295 "futures-sink",
7296 "futures-util",
7297 "hashbrown 0.14.2",
7298 "pin-project-lite",
7299 "slab",
7300 "tokio",
7301 "tracing",
7302]
7303
7304[[package]]
7305name = "tokio_shim"
7306version = "0.1.0"
7307source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#d17bd97085a53e3da27b6349a6c03e9210b15e05"
7308dependencies = [
7309 "futures 0.3.29",
7310 "pin-project 0.4.30",
7311 "thiserror",
7312 "tokio",
7313 "tokio-stream",
7314]
7315
7316[[package]]
7317name = "toml"
7318version = "0.8.8"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
7321dependencies = [
7322 "serde",
7323 "serde_spanned",
7324 "toml_datetime",
7325 "toml_edit",
7326]
7327
7328[[package]]
7329name = "toml_datetime"
7330version = "0.6.5"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
7333dependencies = [
7334 "serde",
7335]
7336
7337[[package]]
7338name = "toml_edit"
7339version = "0.21.0"
7340source = "registry+https://github.com/rust-lang/crates.io-index"
7341checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
7342dependencies = [
7343 "indexmap 2.1.0",
7344 "serde",
7345 "serde_spanned",
7346 "toml_datetime",
7347 "winnow",
7348]
7349
7350[[package]]
7351name = "tower"
7352version = "0.4.13"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7355dependencies = [
7356 "futures-core",
7357 "pin-project-lite",
7358 "tokio",
7359 "tower-layer",
7360 "tower-service",
7361 "tracing",
7362]
7363
7364[[package]]
7365name = "tower-layer"
7366version = "0.3.2"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7369
7370[[package]]
7371name = "tower-service"
7372version = "0.3.2"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7375
7376[[package]]
7377name = "tracing"
7378version = "0.1.40"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
7381dependencies = [
7382 "log",
7383 "pin-project-lite",
7384 "tracing-attributes",
7385 "tracing-core",
7386]
7387
7388[[package]]
7389name = "tracing-analyzer"
7390version = "0.1.0"
7391dependencies = [
7392 "serde_json",
7393 "tracing-collector",
7394]
7395
7396[[package]]
7397name = "tracing-attributes"
7398version = "0.1.27"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
7401dependencies = [
7402 "proc-macro2",
7403 "quote",
7404 "syn 2.0.39",
7405]
7406
7407[[package]]
7408name = "tracing-collector"
7409version = "0.1.0"
7410dependencies = [
7411 "indexmap 1.9.3",
7412 "libc",
7413 "parking_lot",
7414 "serde",
7415 "serde_json",
7416 "tracing",
7417 "tracing-subscriber",
7418 "winapi 0.3.9",
7419]
7420
7421[[package]]
7422name = "tracing-core"
7423version = "0.1.32"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
7426dependencies = [
7427 "once_cell",
7428 "valuable",
7429]
7430
7431[[package]]
7432name = "tracing-futures"
7433version = "0.2.5"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7436dependencies = [
7437 "futures 0.3.29",
7438 "futures-task",
7439 "pin-project 1.1.3",
7440 "tracing",
7441]
7442
7443[[package]]
7444name = "tracing-log"
7445version = "0.2.0"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
7448dependencies = [
7449 "log",
7450 "once_cell",
7451 "tracing-core",
7452]
7453
7454[[package]]
7455name = "tracing-reload"
7456version = "0.1.0"
7457dependencies = [
7458 "anyhow",
7459 "once_cell",
7460 "tracing",
7461 "tracing-subscriber",
7462]
7463
7464[[package]]
7465name = "tracing-runtime-callsite"
7466version = "0.1.0"
7467dependencies = [
7468 "once_cell",
7469 "parking_lot",
7470 "regex",
7471 "tracing",
7472]
7473
7474[[package]]
7475name = "tracing-sampler"
7476version = "0.1.0"
7477dependencies = [
7478 "sampling",
7479 "tempfile",
7480 "tracing",
7481 "tracing-serde",
7482 "tracing-subscriber",
7483]
7484
7485[[package]]
7486name = "tracing-serde"
7487version = "0.1.3"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7490dependencies = [
7491 "serde",
7492 "tracing-core",
7493]
7494
7495[[package]]
7496name = "tracing-subscriber"
7497version = "0.3.18"
7498source = "registry+https://github.com/rust-lang/crates.io-index"
7499checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
7500dependencies = [
7501 "matchers",
7502 "nu-ansi-term",
7503 "once_cell",
7504 "parking_lot",
7505 "regex",
7506 "serde",
7507 "serde_json",
7508 "sharded-slab",
7509 "smallvec",
7510 "thread_local",
7511 "time",
7512 "tracing",
7513 "tracing-core",
7514 "tracing-log",
7515 "tracing-serde",
7516]
7517
7518[[package]]
7519name = "tracing-test"
7520version = "0.2.4"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4"
7523dependencies = [
7524 "lazy_static",
7525 "tracing-core",
7526 "tracing-subscriber",
7527 "tracing-test-macro",
7528]
7529
7530[[package]]
7531name = "tracing-test-macro"
7532version = "0.2.4"
7533source = "registry+https://github.com/rust-lang/crates.io-index"
7534checksum = "258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08"
7535dependencies = [
7536 "lazy_static",
7537 "quote",
7538 "syn 1.0.109",
7539]
7540
7541[[package]]
7542name = "treestate"
7543version = "0.1.0"
7544dependencies = [
7545 "anyhow",
7546 "atomicfile",
7547 "bitflags 1.3.2",
7548 "byteorder",
7549 "fs-err",
7550 "fs2",
7551 "identity",
7552 "itertools",
7553 "pretty_assertions",
7554 "quickcheck",
7555 "rand 0.8.5",
7556 "rand_chacha 0.3.1",
7557 "repolock",
7558 "sha2 0.10.8",
7559 "tempfile",
7560 "thiserror",
7561 "tracing",
7562 "twox-hash",
7563 "types",
7564 "util",
7565 "uuid",
7566 "vlqencoding",
7567]
7568
7569[[package]]
7570name = "try-lock"
7571version = "0.2.4"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7574
7575[[package]]
7576name = "twox-hash"
7577version = "1.6.3"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
7580dependencies = [
7581 "cfg-if 1.0.0",
7582 "rand 0.8.5",
7583 "static_assertions",
7584]
7585
7586[[package]]
7587name = "type_macros"
7588version = "0.1.0"
7589dependencies = [
7590 "proc-macro2",
7591 "quote",
7592 "syn 1.0.109",
7593]
7594
7595[[package]]
7596name = "typenum"
7597version = "1.17.0"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
7600
7601[[package]]
7602name = "types"
7603version = "0.1.0"
7604dependencies = [
7605 "anyhow",
7606 "byteorder",
7607 "lazy_static",
7608 "quickcheck",
7609 "quickcheck_arbitrary_derive",
7610 "rand 0.8.5",
7611 "ref-cast",
7612 "serde",
7613 "serde_bytes",
7614 "serde_cbor",
7615 "serde_derive",
7616 "serde_json",
7617 "sha1",
7618 "thiserror",
7619 "util",
7620 "vlqencoding",
7621]
7622
7623[[package]]
7624name = "ucd-trie"
7625version = "0.1.6"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
7628
7629[[package]]
7630name = "uds_windows"
7631version = "1.0.2"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
7634dependencies = [
7635 "tempfile",
7636 "winapi 0.3.9",
7637]
7638
7639[[package]]
7640name = "udsipc"
7641version = "0.1.0"
7642dependencies = [
7643 "anyhow",
7644 "fn-error-context",
7645 "fs-err",
7646 "nodeipc",
7647 "uds_windows",
7648]
7649
7650[[package]]
7651name = "unicase"
7652version = "2.7.0"
7653source = "registry+https://github.com/rust-lang/crates.io-index"
7654checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
7655dependencies = [
7656 "version_check",
7657]
7658
7659[[package]]
7660name = "unicode-bidi"
7661version = "0.3.13"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7664
7665[[package]]
7666name = "unicode-ident"
7667version = "1.0.12"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
7670
7671[[package]]
7672name = "unicode-normalization"
7673version = "0.1.22"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7676dependencies = [
7677 "tinyvec",
7678]
7679
7680[[package]]
7681name = "unicode-segmentation"
7682version = "1.10.1"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7685
7686[[package]]
7687name = "unicode-width"
7688version = "0.1.11"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
7691
7692[[package]]
7693name = "unicode-xid"
7694version = "0.2.4"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
7697
7698[[package]]
7699name = "unionconfig"
7700version = "0.1.0"
7701dependencies = [
7702 "configmodel",
7703 "indexmap 1.9.3",
7704 "staticconfig",
7705]
7706
7707[[package]]
7708name = "untrusted"
7709version = "0.9.0"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7712
7713[[package]]
7714name = "url"
7715version = "2.4.1"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
7718dependencies = [
7719 "form_urlencoded",
7720 "idna 0.4.0",
7721 "percent-encoding",
7722]
7723
7724[[package]]
7725name = "utf8parse"
7726version = "0.2.1"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7729
7730[[package]]
7731name = "util"
7732version = "0.1.0"
7733dependencies = [
7734 "anyhow",
7735 "atomicfile",
7736 "dirs 2.0.2",
7737 "fs2",
7738 "hostname 0.3.1",
7739 "lazystr",
7740 "libc",
7741 "memmap2",
7742 "once_cell",
7743 "rand 0.8.5",
7744 "shellexpand",
7745 "tempfile",
7746 "thiserror",
7747 "widestring",
7748 "winapi 0.3.9",
7749]
7750
7751[[package]]
7752name = "uuid"
7753version = "1.5.0"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
7756dependencies = [
7757 "atomic",
7758 "getrandom 0.2.11",
7759 "serde",
7760 "sha1_smol",
7761]
7762
7763[[package]]
7764name = "valuable"
7765version = "0.1.0"
7766source = "registry+https://github.com/rust-lang/crates.io-index"
7767checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7768
7769[[package]]
7770name = "value-bag"
7771version = "1.4.2"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "4a72e1902dde2bd6441347de2b70b7f5d59bf157c6c62f0c44572607a1d55bbe"
7774dependencies = [
7775 "value-bag-serde1",
7776 "value-bag-sval2",
7777]
7778
7779[[package]]
7780name = "value-bag-serde1"
7781version = "1.4.2"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "07ba39dc791ecb35baad371a3fc04c6eab688c04937d2e0ac6c22b612c0357bf"
7784dependencies = [
7785 "erased-serde",
7786 "serde",
7787 "serde_fmt",
7788]
7789
7790[[package]]
7791name = "value-bag-sval2"
7792version = "1.4.2"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "c3e06c10810a57bbf45778d023d432a50a1daa7d185991ae06bcfb6c654d0945"
7795dependencies = [
7796 "sval",
7797 "sval_buffer",
7798 "sval_dynamic",
7799 "sval_fmt",
7800 "sval_json",
7801 "sval_ref",
7802 "sval_serde",
7803]
7804
7805[[package]]
7806name = "vcpkg"
7807version = "0.2.15"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7810
7811[[package]]
7812name = "vec_map"
7813version = "0.8.2"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7816
7817[[package]]
7818name = "version"
7819version = "0.1.0"
7820
7821[[package]]
7822name = "version_check"
7823version = "0.9.4"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7826
7827[[package]]
7828name = "vfs"
7829version = "0.1.0"
7830dependencies = [
7831 "anyhow",
7832 "crossbeam",
7833 "dashmap",
7834 "fsinfo",
7835 "identity",
7836 "libc",
7837 "minibytes",
7838 "once_cell",
7839 "tempfile",
7840 "thiserror",
7841 "tokio",
7842 "tracing",
7843 "types",
7844 "util",
7845]
7846
7847[[package]]
7848name = "vlqencoding"
7849version = "0.1.0"
7850dependencies = [
7851 "quickcheck",
7852]
7853
7854[[package]]
7855name = "void"
7856version = "1.0.2"
7857source = "registry+https://github.com/rust-lang/crates.io-index"
7858checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
7859
7860[[package]]
7861name = "vtparse"
7862version = "0.6.2"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
7865dependencies = [
7866 "utf8parse",
7867]
7868
7869[[package]]
7870name = "waker-fn"
7871version = "1.1.1"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
7874
7875[[package]]
7876name = "walkdir"
7877version = "2.4.0"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
7880dependencies = [
7881 "same-file",
7882 "winapi-util",
7883]
7884
7885[[package]]
7886name = "want"
7887version = "0.3.1"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7890dependencies = [
7891 "try-lock",
7892]
7893
7894[[package]]
7895name = "wasi"
7896version = "0.9.0+wasi-snapshot-preview1"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7899
7900[[package]]
7901name = "wasi"
7902version = "0.11.0+wasi-snapshot-preview1"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7905
7906[[package]]
7907name = "wasm-bindgen"
7908version = "0.2.88"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
7911dependencies = [
7912 "cfg-if 1.0.0",
7913 "wasm-bindgen-macro",
7914]
7915
7916[[package]]
7917name = "wasm-bindgen-backend"
7918version = "0.2.88"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
7921dependencies = [
7922 "bumpalo",
7923 "log",
7924 "once_cell",
7925 "proc-macro2",
7926 "quote",
7927 "syn 2.0.39",
7928 "wasm-bindgen-shared",
7929]
7930
7931[[package]]
7932name = "wasm-bindgen-futures"
7933version = "0.4.38"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
7936dependencies = [
7937 "cfg-if 1.0.0",
7938 "js-sys",
7939 "wasm-bindgen",
7940 "web-sys",
7941]
7942
7943[[package]]
7944name = "wasm-bindgen-macro"
7945version = "0.2.88"
7946source = "registry+https://github.com/rust-lang/crates.io-index"
7947checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
7948dependencies = [
7949 "quote",
7950 "wasm-bindgen-macro-support",
7951]
7952
7953[[package]]
7954name = "wasm-bindgen-macro-support"
7955version = "0.2.88"
7956source = "registry+https://github.com/rust-lang/crates.io-index"
7957checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
7958dependencies = [
7959 "proc-macro2",
7960 "quote",
7961 "syn 2.0.39",
7962 "wasm-bindgen-backend",
7963 "wasm-bindgen-shared",
7964]
7965
7966[[package]]
7967name = "wasm-bindgen-shared"
7968version = "0.2.88"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
7971
7972[[package]]
7973name = "wasm-streams"
7974version = "0.3.0"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
7977dependencies = [
7978 "futures-util",
7979 "js-sys",
7980 "wasm-bindgen",
7981 "wasm-bindgen-futures",
7982 "web-sys",
7983]
7984
7985[[package]]
7986name = "watchman_client"
7987version = "0.8.0"
7988source = "git+https://github.com/facebook/watchman.git?branch=main#4bec06637edeb66496e53d678095fb427040b462"
7989dependencies = [
7990 "anyhow",
7991 "bytes",
7992 "futures 0.3.29",
7993 "maplit",
7994 "serde",
7995 "serde_bser",
7996 "thiserror",
7997 "tokio",
7998 "tokio-util 0.6.10",
7999 "winapi 0.3.9",
8000]
8001
8002[[package]]
8003name = "web-sys"
8004version = "0.3.65"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
8007dependencies = [
8008 "js-sys",
8009 "wasm-bindgen",
8010]
8011
8012[[package]]
8013name = "webpki-roots"
8014version = "0.25.2"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
8017
8018[[package]]
8019name = "webview-app"
8020version = "0.1.0"
8021dependencies = [
8022 "anyhow",
8023 "base64 0.13.1",
8024 "dirs 2.0.2",
8025 "open",
8026 "serde",
8027 "serde_json",
8028 "tinyfiledialogs",
8029 "tracing",
8030 "version",
8031 "webview-sys",
8032]
8033
8034[[package]]
8035name = "webview-sys"
8036version = "0.6.2"
8037dependencies = [
8038 "cc",
8039]
8040
8041[[package]]
8042name = "wezterm-bidi"
8043version = "0.2.2"
8044source = "registry+https://github.com/rust-lang/crates.io-index"
8045checksum = "1560382cf39b0fa92473eae4d5b3772f88c63202cbf5a72c35db72ba99e66c36"
8046dependencies = [
8047 "log",
8048 "wezterm-dynamic",
8049]
8050
8051[[package]]
8052name = "wezterm-color-types"
8053version = "0.2.0"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "4c6e7a483dd2785ba72705c51e8b1be18300302db2a78368dac9bc8773857777"
8056dependencies = [
8057 "csscolorparser",
8058 "deltae",
8059 "lazy_static",
8060 "wezterm-dynamic",
8061]
8062
8063[[package]]
8064name = "wezterm-dynamic"
8065version = "0.1.0"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "a75e78c0cc60a76de5d93f9dad05651105351e151b6446ab305514945d7588aa"
8068dependencies = [
8069 "log",
8070 "ordered-float",
8071 "strsim 0.10.0",
8072 "thiserror",
8073 "wezterm-dynamic-derive",
8074]
8075
8076[[package]]
8077name = "wezterm-dynamic-derive"
8078version = "0.1.0"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "0c9f5ef318442d07b3d071f9f43ea40b80992f87faee14bb4d017b6991c307f0"
8081dependencies = [
8082 "proc-macro2",
8083 "quote",
8084 "syn 1.0.109",
8085]
8086
8087[[package]]
8088name = "which"
8089version = "4.4.2"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
8092dependencies = [
8093 "either",
8094 "home",
8095 "once_cell",
8096 "rustix 0.38.24",
8097]
8098
8099[[package]]
8100name = "widestring"
8101version = "1.0.2"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
8104
8105[[package]]
8106name = "winapi"
8107version = "0.2.8"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8110
8111[[package]]
8112name = "winapi"
8113version = "0.3.9"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8116dependencies = [
8117 "winapi-i686-pc-windows-gnu",
8118 "winapi-x86_64-pc-windows-gnu",
8119]
8120
8121[[package]]
8122name = "winapi-build"
8123version = "0.1.1"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8126
8127[[package]]
8128name = "winapi-i686-pc-windows-gnu"
8129version = "0.4.0"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8132
8133[[package]]
8134name = "winapi-util"
8135version = "0.1.6"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
8138dependencies = [
8139 "winapi 0.3.9",
8140]
8141
8142[[package]]
8143name = "winapi-x86_64-pc-windows-gnu"
8144version = "0.4.0"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8147
8148[[package]]
8149name = "windows-core"
8150version = "0.51.1"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
8153dependencies = [
8154 "windows-targets 0.48.5",
8155]
8156
8157[[package]]
8158name = "windows-sys"
8159version = "0.45.0"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8162dependencies = [
8163 "windows-targets 0.42.2",
8164]
8165
8166[[package]]
8167name = "windows-sys"
8168version = "0.48.0"
8169source = "registry+https://github.com/rust-lang/crates.io-index"
8170checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8171dependencies = [
8172 "windows-targets 0.48.5",
8173]
8174
8175[[package]]
8176name = "windows-targets"
8177version = "0.42.2"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8180dependencies = [
8181 "windows_aarch64_gnullvm 0.42.2",
8182 "windows_aarch64_msvc 0.42.2",
8183 "windows_i686_gnu 0.42.2",
8184 "windows_i686_msvc 0.42.2",
8185 "windows_x86_64_gnu 0.42.2",
8186 "windows_x86_64_gnullvm 0.42.2",
8187 "windows_x86_64_msvc 0.42.2",
8188]
8189
8190[[package]]
8191name = "windows-targets"
8192version = "0.48.5"
8193source = "registry+https://github.com/rust-lang/crates.io-index"
8194checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
8195dependencies = [
8196 "windows_aarch64_gnullvm 0.48.5",
8197 "windows_aarch64_msvc 0.48.5",
8198 "windows_i686_gnu 0.48.5",
8199 "windows_i686_msvc 0.48.5",
8200 "windows_x86_64_gnu 0.48.5",
8201 "windows_x86_64_gnullvm 0.48.5",
8202 "windows_x86_64_msvc 0.48.5",
8203]
8204
8205[[package]]
8206name = "windows_aarch64_gnullvm"
8207version = "0.42.2"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8210
8211[[package]]
8212name = "windows_aarch64_gnullvm"
8213version = "0.48.5"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
8216
8217[[package]]
8218name = "windows_aarch64_msvc"
8219version = "0.42.2"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8222
8223[[package]]
8224name = "windows_aarch64_msvc"
8225version = "0.48.5"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
8228
8229[[package]]
8230name = "windows_i686_gnu"
8231version = "0.42.2"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8234
8235[[package]]
8236name = "windows_i686_gnu"
8237version = "0.48.5"
8238source = "registry+https://github.com/rust-lang/crates.io-index"
8239checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
8240
8241[[package]]
8242name = "windows_i686_msvc"
8243version = "0.42.2"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8246
8247[[package]]
8248name = "windows_i686_msvc"
8249version = "0.48.5"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
8252
8253[[package]]
8254name = "windows_x86_64_gnu"
8255version = "0.42.2"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8258
8259[[package]]
8260name = "windows_x86_64_gnu"
8261version = "0.48.5"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
8264
8265[[package]]
8266name = "windows_x86_64_gnullvm"
8267version = "0.42.2"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8270
8271[[package]]
8272name = "windows_x86_64_gnullvm"
8273version = "0.48.5"
8274source = "registry+https://github.com/rust-lang/crates.io-index"
8275checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
8276
8277[[package]]
8278name = "windows_x86_64_msvc"
8279version = "0.42.2"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8282
8283[[package]]
8284name = "windows_x86_64_msvc"
8285version = "0.48.5"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
8288
8289[[package]]
8290name = "winnow"
8291version = "0.5.19"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
8294dependencies = [
8295 "memchr",
8296]
8297
8298[[package]]
8299name = "winreg"
8300version = "0.50.0"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
8303dependencies = [
8304 "cfg-if 1.0.0",
8305 "windows-sys 0.48.0",
8306]
8307
8308[[package]]
8309name = "workingcopy"
8310version = "0.1.0"
8311dependencies = [
8312 "anyhow",
8313 "async-runtime",
8314 "async-trait",
8315 "bitflags 1.3.2",
8316 "configloader",
8317 "configmodel",
8318 "crossbeam",
8319 "edenfs-client",
8320 "fs-err",
8321 "futures 0.3.29",
8322 "hgtime",
8323 "identity",
8324 "io",
8325 "manifest",
8326 "manifest-tree",
8327 "parking_lot",
8328 "pathmatcher",
8329 "progress-model",
8330 "repolock",
8331 "serde",
8332 "serde_json",
8333 "sparse",
8334 "status",
8335 "storemodel",
8336 "tempfile",
8337 "thiserror",
8338 "tokio",
8339 "tracing",
8340 "treestate",
8341 "types",
8342 "util",
8343 "vfs",
8344 "watchman_client",
8345]
8346
8347[[package]]
8348name = "xdiff"
8349version = "0.1.0"
8350dependencies = [
8351 "structopt",
8352 "xdiff-sys",
8353]
8354
8355[[package]]
8356name = "xdiff-sys"
8357version = "0.1.0"
8358dependencies = [
8359 "cc",
8360]
8361
8362[[package]]
8363name = "yaml-rust"
8364version = "0.4.5"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8367dependencies = [
8368 "linked-hash-map",
8369]
8370
8371[[package]]
8372name = "yansi"
8373version = "0.5.1"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8376
8377[[package]]
8378name = "zerocopy"
8379version = "0.7.26"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
8382dependencies = [
8383 "zerocopy-derive",
8384]
8385
8386[[package]]
8387name = "zerocopy-derive"
8388version = "0.7.26"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
8391dependencies = [
8392 "proc-macro2",
8393 "quote",
8394 "syn 2.0.39",
8395]
8396
8397[[package]]
8398name = "zstd"
8399version = "0.13.0"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
8402dependencies = [
8403 "zstd-safe",
8404]
8405
8406[[package]]
8407name = "zstd-safe"
8408version = "7.0.0"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
8411dependencies = [
8412 "zstd-sys",
8413]
8414
8415[[package]]
8416name = "zstd-sys"
8417version = "2.0.9+zstd.1.5.5"
8418source = "registry+https://github.com/rust-lang/crates.io-index"
8419checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
8420dependencies = [
8421 "cc",
8422 "pkg-config",
8423]
8424
8425[[package]]
8426name = "zstdelta"
8427version = "0.1.0"
8428dependencies = [
8429 "libc",
8430 "quickcheck",
8431 "rand 0.8.5",
8432 "rand_chacha 0.3.1",
8433 "zstd-sys",
8434]
8435
8436[[package]]
8437name = "zstore"
8438version = "0.1.0"
8439dependencies = [
8440 "indexedlog",
8441 "lazy_static",
8442 "lru-cache",
8443 "mincode",
8444 "minibytes",
8445 "parking_lot",
8446 "quickcheck",
8447 "serde",
8448 "sha1",
8449 "tempfile",
8450 "tracing",
8451 "types",
8452 "zstdelta",
8453]