Files
William Phetsinorath edfdc195dd sapling: 0.2.20240718-145624+f4e9df48 -> 0.2.20250521-115337+25ed6ac4
Fixes: #459551

Signed-off-by: William Phetsinorath <william.phetsinorath@shikanime.studio>
Change-Id: I3f79614811b654db41ac4d2db4bbf2cc6a6a6964
2026-01-06 04:02:11 +01:00

10297 lines
214 KiB
TOML
Generated

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "abomonation"
version = "0.7.3+smallvec1"
source = "git+https://github.com/markbt/abomonation?rev=0f43346d2afa2aedc64d61f3f4273e8d1e454642#0f43346d2afa2aedc64d61f3f4273e8d1e454642"
[[package]]
name = "abomonation_derive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e50e2a046af56a864c62d97b7153fda72c596e646be1b0c7963736821f6e1efa"
dependencies = [
"proc-macro2",
"quote",
"synstructure 0.12.6",
]
[[package]]
name = "addr2line"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "aho-corasick"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anstream"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
[[package]]
name = "anstyle-parse"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
"anstyle",
"once_cell_polyfill",
"windows-sys 0.61.2",
]
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
dependencies = [
"backtrace",
]
[[package]]
name = "arbitrary"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "assert-json-diff"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-compression"
version = "0.4.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37"
dependencies = [
"compression-codecs",
"compression-core",
"futures-core",
"futures-io",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-io"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
"cfg-if 1.0.4",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
"rustix 0.37.28",
"slab",
"socket2 0.4.10",
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
"event-listener",
]
[[package]]
name = "async-trait"
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "atomic"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
dependencies = [
"bytemuck",
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi",
]
[[package]]
name = "auto_impl"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "backingstore-benches"
version = "0.1.0"
dependencies = [
"sapling-backingstore",
"sapling-configloader",
"sapling-identity",
"sapling-minibench",
"sapling-procinfo",
"sapling-repo",
"sapling-types",
"tempfile",
]
[[package]]
name = "backtrace"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
dependencies = [
"addr2line",
"cfg-if 1.0.4",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-link",
]
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bindgen"
version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
dependencies = [
"bitflags 2.10.0",
"cexpr",
"clang-sys",
"itertools 0.13.0",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn 2.0.111",
]
[[package]]
name = "bindings"
version = "0.1.0"
dependencies = [
"cpython",
"paste",
"pyatexit",
"pyauth",
"pyblackbox",
"pybytes",
"pycats",
"pycbor",
"pycext",
"pycheckout",
"pyclientinfo",
"pycliparser",
"pyconchparser",
"pyconfigloader",
"pycontext",
"pycopytrace",
"pydag",
"pydiffhelpers",
"pydirs",
"pydoctor",
"pydrawdag",
"pyeagerepo",
"pyedenapi",
"pyerror",
"pyexchange",
"pyfail",
"pyformatutil",
"pyfs",
"pygitcompat",
"pygitstore",
"pyhgmetrics",
"pyhgtime",
"pyhook",
"pyidentity",
"pyindexedlog",
"pyio",
"pyjournal",
"pylinelog",
"pylock",
"pylz4",
"pymanifest",
"pymetalog",
"pymodules",
"pymutationstore",
"pynodeipc",
"pynodemap",
"pypathhistory",
"pypathmatcher",
"pypprint",
"pyprocess",
"pyprogress",
"pyrefencode",
"pyregex",
"pyrenderdag",
"pyrepo",
"pyrevisionstore",
"pyrevlogindex",
"pysptui",
"pystatus",
"pystoremodel",
"pysubmodule",
"pythreading",
"pytoml",
"pytracing",
"pytreestate",
"pyversion",
"pyvlq",
"pywebview",
"pyworker",
"pyworkingcopy",
"pyworkingcopyclient",
"pyxdiff",
"pyzstd",
"pyzstore",
"sapling-cpython-ext",
]
[[package]]
name = "bindings-lib"
version = "0.1.0"
dependencies = [
"commands",
"cpython",
]
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec 0.6.3",
]
[[package]]
name = "bit-set"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
dependencies = [
"bit-vec 0.8.0",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
dependencies = [
"serde_core",
]
[[package]]
name = "bitmaps"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
dependencies = [
"typenum",
]
[[package]]
name = "blake2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
dependencies = [
"digest",
]
[[package]]
name = "blake3"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if 1.0.4",
"constant_time_eq",
"digest",
"memmap2 0.9.9",
"rayon-core",
]
[[package]]
name = "blob"
version = "0.1.0"
dependencies = [
"blake3",
"bytes",
"sapling-minibytes",
"sapling-types",
"sha1",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "block2"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
dependencies = [
"objc2",
]
[[package]]
name = "brotli"
version = "8.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bstr"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bufsize"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06f23fe2eee7885e7e3294fd27e8ae7614ae25c1d5a006159e5e06fd84e15e6a"
dependencies = [
"bytes",
]
[[package]]
name = "bumpalo"
version = "3.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "bytemuck"
version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
dependencies = [
"serde",
]
[[package]]
name = "bzip2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
dependencies = [
"libbz2-rs-sys",
]
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
version = "1.2.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
dependencies = [
"find-msvc-tools",
"jobserver",
"libc",
"shlex",
]
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
"windows-targets 0.52.6",
]
[[package]]
name = "ciborium"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
[[package]]
name = "ciborium-ll"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
dependencies = [
"ciborium-io",
"half 2.7.1",
]
[[package]]
name = "clang-sys"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags 1.3.2",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width 0.1.12",
"vec_map",
]
[[package]]
name = "clap"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
"bitflags 1.3.2",
"clap_derive 3.2.25",
"clap_lex 0.2.4",
"indexmap 1.9.3",
"once_cell",
"regex",
"strsim 0.10.0",
"termcolor",
"terminal_size 0.2.6",
"textwrap 0.16.2",
"unicase",
]
[[package]]
name = "clap"
version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
dependencies = [
"clap_builder",
"clap_derive 4.5.49",
]
[[package]]
name = "clap_builder"
version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
dependencies = [
"anstream",
"anstyle",
"clap_lex 0.7.6",
"strsim 0.11.1",
"terminal_size 0.4.3",
"unicase",
"unicode-width 0.2.2",
]
[[package]]
name = "clap_derive"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
dependencies = [
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "clap_derive"
version = "4.5.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_lex"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "cloned"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
[[package]]
name = "cmdclone"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdpy",
"cmdutil",
"fail",
"regex",
"sapling-async-runtime",
"sapling-clidispatch",
"sapling-clone",
"sapling-configloader",
"sapling-configmodel",
"sapling-eagerepo",
"sapling-exchange",
"sapling-hgplain",
"sapling-identity",
"sapling-migration",
"sapling-repo",
"sapling-repourl",
"sapling-types",
"sapling-util",
"tracing",
"url",
]
[[package]]
name = "cmdconfig"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdutil",
"sapling-clidispatch",
"sapling-configloader",
"sapling-configmodel",
"sapling-formatter",
"sapling-minibytes",
"serde",
]
[[package]]
name = "cmdconfigfile"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-identity",
]
[[package]]
name = "cmddebugargs"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
]
[[package]]
name = "cmddebugcas"
version = "0.1.0"
dependencies = [
"cmdutil",
"futures 0.3.31",
"manifest-augmented-tree",
"sapling-async-runtime",
"sapling-cas-client",
"sapling-clidispatch",
"sapling-manifest",
"sapling-repo",
"sapling-types",
"sapling-util",
"sapling-workingcopy",
]
[[package]]
name = "cmddebugconfigtree"
version = "0.1.0"
dependencies = [
"cmdutil",
]
[[package]]
name = "cmddebugcurrentexe"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
]
[[package]]
name = "cmddebugdumpindexedlog"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-indexedlog",
]
[[package]]
name = "cmddebugdumpinternalconfig"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-configloader",
]
[[package]]
name = "cmddebugfsync"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-fsyncglob",
"sapling-repo",
]
[[package]]
name = "cmddebughttp"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-async-runtime",
"sapling-clidispatch",
"sapling-edenapi",
"sapling-repo",
]
[[package]]
name = "cmddebuglfsreceive"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-revisionstore",
"sapling-types",
]
[[package]]
name = "cmddebuglfssend"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-minibytes",
"sapling-revisionstore",
"sapling-types",
"sha2",
]
[[package]]
name = "cmddebugmergestate"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdutil",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-repo",
"sapling-repostate",
"sapling-workingcopy",
]
[[package]]
name = "cmddebugmetrics"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-hg-metrics",
"sapling-repo",
"tracing",
]
[[package]]
name = "cmddebugnetworkdoctor"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-network-doctor",
]
[[package]]
name = "cmddebugpython"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
]
[[package]]
name = "cmddebugracyoutput"
version = "0.1.0"
dependencies = [
"cmdutil",
"rand 0.8.5",
"sapling-async-runtime",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-progress-model",
]
[[package]]
name = "cmddebugrefreshconfig"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-configloader",
"sapling-repo-minimal-info",
]
[[package]]
name = "cmddebugrevsets"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-repo",
"sapling-workingcopy",
]
[[package]]
name = "cmddebugrunlog"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-repo",
"sapling-runlog",
"serde_json",
]
[[package]]
name = "cmddebugscmstore"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-async-runtime",
"sapling-clidispatch",
"sapling-manifest",
"sapling-metrics",
"sapling-repo",
"sapling-revisionstore",
"sapling-storemodel",
"sapling-types",
"serde",
]
[[package]]
name = "cmddebugscmstorereplay"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-repo",
"sapling-revisionstore",
"sapling-types",
]
[[package]]
name = "cmddebugsegmentgraph"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-dag",
"sapling-repo",
]
[[package]]
name = "cmddebugstore"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-configloader",
"sapling-repo",
"sapling-revisionstore",
"sapling-storemodel",
"sapling-types",
]
[[package]]
name = "cmddebugstructuredprogress"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-progress-model",
]
[[package]]
name = "cmddebugtestcommand"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
]
[[package]]
name = "cmddebugtop"
version = "0.1.0"
dependencies = [
"chrono",
"cmdutil",
"comfy-table",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-debugtop",
"sapling-repo",
"sapling-runlog",
]
[[package]]
name = "cmddebugwait"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdutil",
"sapling-clidispatch",
"sapling-edenfs-client",
"sapling-repo",
"sapling-treestate",
"sapling-workingcopy",
"tracing",
]
[[package]]
name = "cmddebugwalkdetector"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-types",
"sapling-walkdetector",
]
[[package]]
name = "cmdgoto"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdutil",
"fs-err",
"sapling-checkout",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-configmodel",
"sapling-repo",
"sapling-repostate",
"sapling-util",
"sapling-workingcopy",
"tracing",
]
[[package]]
name = "cmdpy"
version = "0.1.0"
dependencies = [
"anyhow",
"bindings",
"cpython",
"libc",
"pycontext",
"pyhook",
"pyio",
"pymodules",
"python3-sys",
"sapling-clidispatch",
"sapling-commandserver",
"sapling-configmodel",
"sapling-context",
"sapling-cpython-ext",
"sapling-factory",
"sapling-hook",
"sapling-nodeipc",
"tracing",
]
[[package]]
name = "cmdroot"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-repo",
"sapling-util",
]
[[package]]
name = "cmdstatus"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdutil",
"sapling-clidispatch",
"sapling-configloader",
"sapling-formatter",
"sapling-hgplain",
"sapling-pathmatcher",
"sapling-repo",
"sapling-status",
"sapling-types",
"sapling-util",
"sapling-workingcopy",
"serde",
"tracing",
]
[[package]]
name = "cmdutil"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-configmodel",
"sapling-configset",
"sapling-formatter",
"sapling-hgplain",
"sapling-repo",
"sapling-termstyle",
]
[[package]]
name = "cmdversion"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-identity",
"sapling-version",
]
[[package]]
name = "cmdwhereami"
version = "0.1.0"
dependencies = [
"cmdutil",
"sapling-clidispatch",
"sapling-repo",
"sapling-types",
"sapling-workingcopy",
]
[[package]]
name = "codegen"
version = "0.1.0"
dependencies = [
"sapling-zstdelta",
]
[[package]]
name = "codegen_includer_proc_macro"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"quote",
]
[[package]]
name = "codespan-reporting"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
dependencies = [
"serde",
"termcolor",
"unicode-width 0.2.2",
]
[[package]]
name = "colorchoice"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]]
name = "colored"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "comfy-table"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
dependencies = [
"crossterm",
"unicode-segmentation",
"unicode-width 0.2.2",
]
[[package]]
name = "commands"
version = "0.1.0"
dependencies = [
"anyhow",
"cmdclone",
"cmdconfig",
"cmdconfigfile",
"cmddebugargs",
"cmddebugcas",
"cmddebugconfigtree",
"cmddebugcurrentexe",
"cmddebugdumpindexedlog",
"cmddebugdumpinternalconfig",
"cmddebugfsync",
"cmddebughttp",
"cmddebuglfsreceive",
"cmddebuglfssend",
"cmddebugmergestate",
"cmddebugmetrics",
"cmddebugnetworkdoctor",
"cmddebugpython",
"cmddebugracyoutput",
"cmddebugrefreshconfig",
"cmddebugrevsets",
"cmddebugrunlog",
"cmddebugscmstore",
"cmddebugscmstorereplay",
"cmddebugsegmentgraph",
"cmddebugstore",
"cmddebugstructuredprogress",
"cmddebugtestcommand",
"cmddebugtop",
"cmddebugwait",
"cmddebugwalkdetector",
"cmdgoto",
"cmdpy",
"cmdroot",
"cmdstatus",
"cmdversion",
"cmdwhereami",
"ctrlc",
"flate2",
"hostname 0.3.1",
"libc",
"parking_lot",
"pycheckout",
"pytracing",
"pyworkingcopy",
"pyworkingcopyclient",
"sapling-atexit",
"sapling-blackbox",
"sapling-clidispatch",
"sapling-commandserver",
"sapling-configloader",
"sapling-configmodel",
"sapling-constructors",
"sapling-hg-http",
"sapling-hg-metrics",
"sapling-hgplain",
"sapling-identity",
"sapling-metrics",
"sapling-metrics-render",
"sapling-mincode",
"sapling-nodeipc",
"sapling-procinfo",
"sapling-progress-model",
"sapling-progress-render",
"sapling-repo",
"sapling-repourl",
"sapling-revisionstore",
"sapling-runlog",
"sapling-sampling",
"sapling-testutil",
"sapling-tracing-collector",
"sapling-tracing-reload",
"sapling-tracing-sampler",
"sapling-version",
"serde",
"tracing",
"tracing-subscriber",
"zstd",
]
[[package]]
name = "compression-codecs"
version = "0.4.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2"
dependencies = [
"brotli",
"bzip2",
"compression-core",
"flate2",
"memchr",
"zstd",
"zstd-safe",
]
[[package]]
name = "compression-core"
version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
[[package]]
name = "conch-parser"
version = "0.1.1"
dependencies = [
"serde",
"void",
]
[[package]]
name = "conch_parser"
version = "0.1.0"
dependencies = [
"conch-parser",
"cpython",
]
[[package]]
name = "concurrent-queue"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils 0.8.21",
]
[[package]]
name = "config"
version = "0.1.0"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"cpp",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"rust",
"serde",
"serde_derive",
"thiserror 2.0.17",
"thrift_compiler",
]
[[package]]
name = "config_thrift"
version = "0.1.0"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"thiserror 2.0.17",
"thrift_compiler",
]
[[package]]
name = "config_thrift_clients"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"config_thrift",
"fbthrift",
"futures 0.3.31",
"thrift_compiler",
"tracing",
]
[[package]]
name = "console"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"windows-sys 0.59.0",
]
[[package]]
name = "constant_time_eq"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "cookie"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
dependencies = [
"percent-encoding",
"time",
"version_check",
]
[[package]]
name = "cookie_store"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6"
dependencies = [
"cookie",
"idna 0.3.0",
"log",
"publicsuffix",
"serde",
"serde_derive",
"serde_json",
"time",
"url",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "cpp"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"scope",
"thiserror 2.0.17",
"thrift 0.0.1+unstable",
"thrift_compiler",
]
[[package]]
name = "cpp_clients"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"cpp",
"fbthrift",
"futures 0.3.31",
"scope",
"scope_clients",
"thrift 0.0.1+unstable",
"thrift_clients 0.0.1+unstable",
"thrift_compiler",
"tracing",
]
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "cpython"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b398a2c65baaf5892f10bb69b52508bf7a993380cc4ecd3785aaebb5c79389"
dependencies = [
"libc",
"num-traits",
"paste",
"python3-sys",
"serde",
]
[[package]]
name = "crc32fast"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
"cfg-if 1.0.4",
]
[[package]]
name = "criterion"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.5.53",
"criterion-plot",
"csv",
"futures 0.3.31",
"is-terminal",
"itertools 0.10.5",
"num-traits",
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"tokio",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools 0.10.5",
]
[[package]]
name = "crossbeam"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
dependencies = [
"crossbeam-channel 0.5.15",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils 0.8.21",
]
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
dependencies = [
"crossbeam-utils 0.6.6",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
"crossbeam-utils 0.8.21",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils 0.8.21",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils 0.8.21",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
dependencies = [
"crossbeam-utils 0.8.21",
]
[[package]]
name = "crossbeam-utils"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
dependencies = [
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crossterm"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
dependencies = [
"bitflags 2.10.0",
"crossterm_winapi",
"document-features",
"parking_lot",
"rustix 1.1.2",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
[[package]]
name = "crunchy"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-common"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "csscolorparser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
dependencies = [
"lab",
"phf",
]
[[package]]
name = "csv"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde_core",
]
[[package]]
name = "csv-core"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
dependencies = [
"memchr",
]
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn 1.0.109",
]
[[package]]
name = "ctrlc"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790"
dependencies = [
"dispatch2",
"nix 0.30.1",
"windows-sys 0.61.2",
]
[[package]]
name = "curl"
version = "0.4.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2 0.6.1",
"windows-sys 0.59.0",
]
[[package]]
name = "curl-sys"
version = "0.4.84+curl-8.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abc4294dc41b882eaff37973c2ec3ae203d0091341ee68fbadd1d06e0c18a73b"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"windows-sys 0.59.0",
]
[[package]]
name = "cxx"
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7620f6cfc4dcca21f2b085b7a890e16c60fd66f560cd69ee60594908dc72ab1"
dependencies = [
"cc",
"cxx-build",
"cxxbridge-cmd",
"cxxbridge-flags",
"cxxbridge-macro",
"foldhash",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9bc1a22964ff6a355fbec24cf68266a0ed28f8b84c0864c386474ea3d0e479"
dependencies = [
"cc",
"codespan-reporting",
"indexmap 2.12.1",
"proc-macro2",
"quote",
"scratch",
"syn 2.0.111",
]
[[package]]
name = "cxxbridge-cmd"
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f29a879d35f7906e3c9b77d7a1005a6a0787d330c09dfe4ffb5f617728cb44"
dependencies = [
"clap 4.5.53",
"codespan-reporting",
"indexmap 2.12.1",
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d67109015f93f683e364085aa6489a5b2118b4a40058482101d699936a7836d6"
[[package]]
name = "cxxbridge-macro"
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d187e019e7b05a1f3e69a8396b70800ee867aa9fc2ab972761173ccee03742df"
dependencies = [
"indexmap 2.12.1",
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "dag-benches"
version = "0.1.0"
dependencies = [
"sapling-bindag",
"sapling-dag",
"sapling-dev-logger",
"sapling-mincode",
"sapling-minibench",
"sapling-nonblocking",
"serde_cbor",
"tempfile",
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if 1.0.4",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
"rayon",
"serde",
]
[[package]]
name = "deltae"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
[[package]]
name = "deranged"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
dependencies = [
"powerfmt",
]
[[package]]
name = "derive_more"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"syn 2.0.111",
"unicode-xid",
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
dependencies = [
"dirs-sys 0.5.0",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users 0.4.6",
"winapi",
]
[[package]]
name = "dirs-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [
"libc",
"option-ext",
"redox_users 0.5.2",
"windows-sys 0.61.2",
]
[[package]]
name = "dispatch2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
dependencies = [
"bitflags 2.10.0",
"block2",
"libc",
"objc2",
]
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "document-features"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
dependencies = [
"litrs",
]
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "eden_apfs_mount_helper"
version = "0.1.0"
dependencies = [
"anyhow",
"libc",
"once_cell",
"plist",
"pretty_assertions",
"serde",
"serde_json",
"sha2",
"structopt",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "encode_unicode"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[package]]
name = "encoding_rs"
version = "0.8.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
dependencies = [
"cfg-if 1.0.4",
]
[[package]]
name = "enum_dispatch"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "env_logger"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "erased-serde"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
dependencies = [
"serde",
]
[[package]]
name = "errno"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.61.2",
]
[[package]]
name = "euclid"
version = "0.22.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
dependencies = [
"num-traits",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "faccess"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
dependencies = [
"bitflags 1.3.2",
"libc",
"winapi",
]
[[package]]
name = "fail"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be3c61c59fdc91f5dbc3ea31ee8623122ce80057058be560654c5d410d181a6"
dependencies = [
"lazy_static",
"log",
"rand 0.7.3",
]
[[package]]
name = "fancy-regex"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
dependencies = [
"bit-set 0.5.3",
"regex",
]
[[package]]
name = "fancy-regex"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
dependencies = [
"bit-set 0.8.0",
"regex-automata 0.4.13",
"regex-syntax 0.8.8",
]
[[package]]
name = "faster-hex"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8"
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "fastrand"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "fb303_core"
version = "0.0.0"
source = "git+https://github.com/facebook/fb303.git?branch=main#0e0e262c26f5c851dcd8f65de5b04f7d795ea562"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"cpp",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"serde",
"serde_derive",
"thiserror 2.0.17",
"thrift 0.0.1+unstable",
"thrift_compiler",
]
[[package]]
name = "fb303_core_clients"
version = "0.0.0"
source = "git+https://github.com/facebook/fb303.git?branch=main#0e0e262c26f5c851dcd8f65de5b04f7d795ea562"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"cpp",
"cpp_clients",
"fb303_core",
"fbthrift",
"futures 0.3.31",
"thrift 0.0.1+unstable",
"thrift_clients 0.0.1+unstable",
"thrift_compiler",
"tracing",
]
[[package]]
name = "fbinit"
version = "0.2.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"fbinit_macros",
"quickcheck",
]
[[package]]
name = "fbinit_macros"
version = "0.2.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "fbthrift"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"async-trait",
"base64 0.22.1",
"bufsize",
"bytes",
"futures 0.3.31",
"ghost",
"num-derive",
"num-traits",
"ordered-float 3.9.2",
"panic-message",
"serde_json",
"thiserror 2.0.17",
]
[[package]]
name = "fbthrift_framed"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"byteorder",
"bytes",
"tokio-util",
]
[[package]]
name = "fbthrift_socket"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"anyhow",
"bytes",
"fbthrift",
"fbthrift_framed",
"fbthrift_util",
"futures 0.3.31",
"tokio",
"tokio-tower",
"tokio-util",
"tower-service",
]
[[package]]
name = "fbthrift_util"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"tokio",
]
[[package]]
name = "filedescriptor"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70cb4dda2f343f3b7a98a6536559d04a700136cada190822e5d6a99e4184c06"
dependencies = [
"anyhow",
"libc",
"winapi",
]
[[package]]
name = "filedescriptor"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
dependencies = [
"libc",
"thiserror 1.0.69",
"winapi",
]
[[package]]
name = "filetime"
version = "0.2.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
dependencies = [
"cfg-if 1.0.4",
"libc",
"libredox",
"windows-sys 0.60.2",
]
[[package]]
name = "find-msvc-tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
[[package]]
name = "finl_unicode"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5"
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flate2"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flume"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin",
]
[[package]]
name = "fn-error-context"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cd66269887534af4b0c3e3337404591daa8dc8b9b2b3db71f9523beb4bafb41"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-err"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d91fd049c123429b018c47887d3f75a265540dd3c30ba9cb7bae9197edb03a"
dependencies = [
"autocfg",
"tokio",
]
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "fsprobe"
version = "0.1.0"
dependencies = [
"anyhow",
"structopt",
]
[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]]
name = "futures"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-lite"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "futures-sink"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-util"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures 0.1.31",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.4",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [
"cfg-if 1.0.4",
"js-sys",
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
dependencies = [
"cfg-if 1.0.4",
"libc",
"r-efi",
"wasip2",
]
[[package]]
name = "ghost"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1323e4e10ffd5d48a21ea37f8d4e3b15dd841121d1301a86122fa0984bedf0a"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "gimli"
version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
[[package]]
name = "git2"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c"
dependencies = [
"bitflags 2.10.0",
"libc",
"libgit2-sys",
"log",
"openssl-probe",
"openssl-sys",
"url",
]
[[package]]
name = "glob"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "globset"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata 0.4.13",
"regex-syntax 0.8.8",
"serde",
]
[[package]]
name = "h2"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
"indexmap 2.12.1",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http 1.4.0",
"indexmap 2.12.1",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
[[package]]
name = "half"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
dependencies = [
"cfg-if 1.0.4",
"crunchy",
"zerocopy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hermit-abi"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hgmain"
version = "0.1.0"
dependencies = [
"anyhow",
"commands",
"dirs 6.0.0",
"libc",
"pyblackbox",
"sapling-atexit",
"sapling-clidispatch",
"sapling-configloader",
"sapling-encoding",
"sapling-identity",
"sapling-version",
"sapling-webview-app",
"tracing",
"winapi",
]
[[package]]
name = "home"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "hostcaps"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"derive_more",
]
[[package]]
name = "hostname"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"anyhow",
"hostname 0.3.1",
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
dependencies = [
"bytes",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.4.0",
]
[[package]]
name = "http-body-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
"bytes",
"futures-core",
"http 1.4.0",
"http-body 1.0.1",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
[[package]]
name = "hyper"
version = "0.14.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.27",
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.5.10",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
dependencies = [
"atomic-waker",
"bytes",
"futures-channel",
"futures-core",
"h2 0.4.12",
"http 1.4.0",
"http-body 1.0.1",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"pin-utils",
"smallvec",
"tokio",
]
[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http 0.2.12",
"hyper 0.14.32",
"rustls",
"tokio",
"tokio-rustls",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper 0.14.32",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "hyper-util"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
dependencies = [
"bytes",
"futures-core",
"http 1.4.0",
"http-body 1.0.1",
"hyper 1.8.1",
"pin-project-lite",
"tokio",
]
[[package]]
name = "iana-time-zone"
version = "0.1.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"log",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "icu_collections"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
dependencies = [
"displaydoc",
"potential_utf",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locale_core"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_normalizer"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
dependencies = [
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
[[package]]
name = "icu_properties"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
dependencies = [
"icu_collections",
"icu_locale_core",
"icu_properties_data",
"icu_provider",
"zerotrie",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
[[package]]
name = "icu_provider"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
dependencies = [
"displaydoc",
"icu_locale_core",
"writeable",
"yoke",
"zerofrom",
"zerotrie",
"zerovec",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "idna"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
dependencies = [
"icu_normalizer",
"icu_properties",
]
[[package]]
name = "ignore"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
dependencies = [
"crossbeam-deque",
"globset",
"log",
"memchr",
"regex-automata 0.4.13",
"same-file",
"walkdir",
"winapi-util",
]
[[package]]
name = "im"
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
dependencies = [
"bitmaps",
"rand_core 0.6.4",
"rand_xoshiro",
"sized-chunks",
"typenum",
"version_check",
]
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
dependencies = [
"arbitrary",
"equivalent",
"hashbrown 0.16.1",
"rayon",
"serde",
"serde_core",
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
name = "insta"
version = "1.43.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0"
dependencies = [
"console",
"globset",
"once_cell",
"serde",
"similar",
"walkdir",
]
[[package]]
name = "instant"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
"cfg-if 1.0.4",
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi 0.3.9",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "ipnet"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
[[package]]
name = "is-terminal"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
dependencies = [
"hermit-abi 0.5.2",
"libc",
"windows-sys 0.61.2",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jobserver"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
dependencies = [
"getrandom 0.3.4",
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "kqueue"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "lab"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
dependencies = [
"spin",
]
[[package]]
name = "lfs_protocol"
version = "0.1.0"
dependencies = [
"anyhow",
"faster-hex",
"http 0.2.12",
"mime",
"once_cell",
"quickcheck",
"serde",
]
[[package]]
name = "libbz2-rs-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
[[package]]
name = "libgit2-sys"
version = "0.18.3+1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
]
[[package]]
name = "libloading"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
dependencies = [
"cfg-if 1.0.4",
"windows-link",
]
[[package]]
name = "libnghttp2-sys"
version = "0.1.11+1.64.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "libredox"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
dependencies = [
"bitflags 2.10.0",
"libc",
"redox_syscall",
]
[[package]]
name = "libssh2-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-sys"
version = "1.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
dependencies = [
"cc",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[package]]
name = "litemap"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
[[package]]
name = "litrs"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
dependencies = [
"value-bag",
]
[[package]]
name = "lru"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "lz4-sys"
version = "1.11.1+lz4-1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "mac_address"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303"
dependencies = [
"nix 0.29.0",
"winapi",
]
[[package]]
name = "manifest-augmented-tree"
version = "0.1.0"
dependencies = [
"anyhow",
"assert_matches",
"base64 0.21.7",
"blake3",
"sapling-minibytes",
"sapling-types",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matchers"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
dependencies = [
"regex-automata 0.4.13",
]
[[package]]
name = "memchr"
version = "2.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memmap2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
dependencies = [
"libc",
]
[[package]]
name = "memmem"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minibench_examples"
version = "0.1.0"
dependencies = [
"crossbeam",
"futures 0.3.31",
"sapling-minibench",
"tokio",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
"adler2",
"simd-adler32",
]
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
"wasi 0.11.1+wasi-snapshot-preview1",
"windows-sys 0.48.0",
]
[[package]]
name = "mio"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
dependencies = [
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
"windows-sys 0.61.2",
]
[[package]]
name = "mkscratch"
version = "0.1.0"
dependencies = [
"anyhow",
"clap 3.2.25",
"dirs 6.0.0",
"hex",
"libc",
"sapling-identity",
"serde",
"sha2",
"toml",
]
[[package]]
name = "mockito"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e0603425789b4a70fcc4ac4f5a46a566c116ee3e2a6b768dc623f7719c611de"
dependencies = [
"assert-json-diff",
"bytes",
"colored",
"futures-core",
"http 1.4.0",
"http-body 1.0.1",
"http-body-util",
"hyper 1.8.1",
"hyper-util",
"log",
"pin-project-lite",
"rand 0.9.2",
"regex",
"serde_json",
"serde_urlencoded",
"similar",
"tokio",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom 0.2.16",
]
[[package]]
name = "native-tls"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.10.0",
"cfg-if 1.0.4",
"cfg_aliases",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags 2.10.0",
"cfg-if 1.0.4",
"cfg_aliases",
"libc",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
dependencies = [
"bitflags 1.3.2",
"crossbeam-channel 0.5.15",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio 0.8.11",
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "nu-ansi-term"
version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
dependencies = [
"hermit-abi 0.5.2",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
[[package]]
name = "objc2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
dependencies = [
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
[[package]]
name = "object"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "once_cell_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "oorandom"
version = "11.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
[[package]]
name = "open"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
dependencies = [
"is-wsl",
"libc",
"pathdiff",
]
[[package]]
name = "openssl"
version = "0.10.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
dependencies = [
"bitflags 2.10.0",
"cfg-if 1.0.4",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "openssl-probe"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-sys"
version = "0.9.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "ordered-float"
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
"rand 0.8.5",
"serde",
]
[[package]]
name = "ordered-float"
version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
version = "6.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
[[package]]
name = "panic-message"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d"
[[package]]
name = "parking"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
[[package]]
name = "parking_lot"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
"cfg-if 1.0.4",
"libc",
"redox_syscall",
"smallvec",
"windows-link",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pathdiff"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "pem"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
dependencies = [
"base64 0.22.1",
"serde_core",
]
[[package]]
name = "percent-encoding"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "perthread"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
[[package]]
name = "pest"
version = "2.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
dependencies = [
"memchr",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "pest_meta"
version = "2.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
dependencies = [
"pest",
"sha2",
]
[[package]]
name = "phf"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
dependencies = [
"phf_shared",
"rand 0.8.5",
]
[[package]]
name = "phf_macros"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "phf_shared"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
dependencies = [
"pin-project-internal 0.4.30",
]
[[package]]
name = "pin-project"
version = "1.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
dependencies = [
"pin-project-internal 1.1.10",
]
[[package]]
name = "pin-project-internal"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "pin-project-internal"
version = "1.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pipe"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f763a706963c2af5e4e7f5b29a93a42809568b857d73ab8c0c4ecf8edf7f8f"
dependencies = [
"crossbeam-channel 0.3.9",
]
[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "plist"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
dependencies = [
"base64 0.22.1",
"indexmap 2.12.1",
"quick-xml",
"serde",
"time",
]
[[package]]
name = "plotters"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
[[package]]
name = "plotters-svg"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
dependencies = [
"plotters-backend",
]
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
"bitflags 1.3.2",
"cfg-if 1.0.4",
"concurrent-queue",
"libc",
"log",
"pin-project-lite",
"windows-sys 0.48.0",
]
[[package]]
name = "potential_utf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
dependencies = [
"zerovec",
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
"zerocopy",
]
[[package]]
name = "pretty_assertions"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
[[package]]
name = "psl-types"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
[[package]]
name = "publicsuffix"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
dependencies = [
"idna 1.1.0",
"psl-types",
]
[[package]]
name = "pyatexit"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-atexit",
"sapling-cpython-ext",
"sapling-procutil",
]
[[package]]
name = "pyauth"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"pyconfigloader",
"sapling-auth",
"sapling-cpython-ext",
"url",
]
[[package]]
name = "pyblackbox"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-blackbox",
"sapling-cpython-ext",
]
[[package]]
name = "pybytes"
version = "0.1.0"
dependencies = [
"cpython",
"python3-sys",
"sapling-minibytes",
]
[[package]]
name = "pycats"
version = "0.1.0"
dependencies = [
"cpython",
"pyconfigloader",
"sapling-cats",
"sapling-cpython-ext",
]
[[package]]
name = "pycbor"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"serde_cbor",
]
[[package]]
name = "pycext"
version = "0.1.0"
dependencies = [
"cc",
"cpython",
"python3-sys",
]
[[package]]
name = "pycheckout"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"parking_lot",
"pymanifest",
"pypathmatcher",
"pystatus",
"pytreestate",
"sapling-checkout",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-io",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-pathmatcher",
"sapling-progress-model",
"sapling-storemodel",
"sapling-termlogger",
"sapling-vfs",
"sapling-workingcopy",
]
[[package]]
name = "pyclientinfo"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-clientinfo",
"sapling-cpython-ext",
]
[[package]]
name = "pycliparser"
version = "0.1.0"
dependencies = [
"cpython",
"pyconfigloader",
"sapling-clidispatch",
"sapling-cliparser",
"sapling-configmodel",
]
[[package]]
name = "pyconchparser"
version = "0.1.0"
dependencies = [
"conch-parser",
"cpython",
"sapling-cpython-ext",
]
[[package]]
name = "pyconfigloader"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"pypathmatcher",
"pyregex",
"sapling-configloader",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-repo-minimal-info",
"sapling-util",
]
[[package]]
name = "pycontext"
version = "0.1.0"
dependencies = [
"cpython",
"pyconfigloader",
"sapling-configset",
"sapling-context",
"sapling-cpython-ext",
"sapling-io",
]
[[package]]
name = "pycopytrace"
version = "0.1.0"
dependencies = [
"cpython",
"pypathmatcher",
"sapling-async-runtime",
"sapling-configmodel",
"sapling-copytrace",
"sapling-cpython-ext",
"sapling-dag",
"sapling-storemodel",
]
[[package]]
name = "pydag"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"futures 0.3.31",
"parking_lot",
"pyedenapi",
"pyformatutil",
"pyio",
"pymetalog",
"sapling-async-runtime",
"sapling-commits",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-dag",
"sapling-edenapi_types",
"sapling-minibytes",
"sapling-storemodel",
"sapling-types",
]
[[package]]
name = "pydiffhelpers"
version = "0.1.0"
dependencies = [
"cpython",
]
[[package]]
name = "pydirs"
version = "0.1.0"
dependencies = [
"cpython",
"dirs 6.0.0",
"sapling-cpython-ext",
]
[[package]]
name = "pydoctor"
version = "0.1.0"
dependencies = [
"cpython",
"pyconfigloader",
"sapling-network-doctor",
]
[[package]]
name = "pydrawdag"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-drawdag",
]
[[package]]
name = "pyeagerepo"
version = "0.1.0"
dependencies = [
"cpython",
"pyconfigloader",
"pydag",
"pyedenapi",
"sapling-async-runtime",
"sapling-cpython-ext",
"sapling-dag",
"sapling-eagerepo",
"sapling-edenapi_types",
"sapling-repourl",
"sapling-storemodel",
]
[[package]]
name = "pyedenapi"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"futures 0.3.31",
"pyconfigloader",
"pyrevisionstore",
"sapling-async-runtime",
"sapling-cpython-async",
"sapling-cpython-ext",
"sapling-dag-types",
"sapling-edenapi",
"sapling-edenapi_ext",
"sapling-edenapi_types",
"sapling-format-util",
"sapling-minibytes",
"sapling-progress-model",
"sapling-repourl",
"sapling-revisionstore",
"sapling-types",
"sha1",
]
[[package]]
name = "pyerror"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-auth",
"sapling-checkout",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-dag",
"sapling-edenapi",
"sapling-http-client",
"sapling-indexedlog",
"sapling-metalog",
"sapling-pathmatcher",
"sapling-repo",
"sapling-repolock",
"sapling-revisionstore",
"sapling-revlogindex",
"sapling-types",
]
[[package]]
name = "pyexchange"
version = "0.1.0"
dependencies = [
"cpython",
"pydag",
"pyedenapi",
"pymetalog",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-exchange",
"sapling-types",
]
[[package]]
name = "pyfail"
version = "0.1.0"
dependencies = [
"cpython",
"fail",
"sapling-cpython-ext",
]
[[package]]
name = "pyformatutil"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-format-util",
"sapling-minibytes",
"sapling-storemodel",
"sapling-types",
]
[[package]]
name = "pyfs"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-fsinfo",
]
[[package]]
name = "pygitcompat"
version = "0.1.0"
dependencies = [
"cpython",
"pyprocess",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-gitcompat",
"sapling-types",
]
[[package]]
name = "pygitstore"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-gitstore",
"sapling-storemodel",
"sapling-types",
]
[[package]]
name = "pyhgmetrics"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-hg-metrics",
"sapling-metrics",
"sapling-sampling",
]
[[package]]
name = "pyhgtime"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-hgtime",
]
[[package]]
name = "pyhook"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.21.7",
"blake2",
"cpython",
"erased-serde",
"pyio",
"pyrepo",
"sapling-cpython-ext",
"sapling-repo",
"sapling-util",
"tracing",
]
[[package]]
name = "pyidentity"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-identity",
]
[[package]]
name = "pyindexedlog"
version = "0.1.0"
dependencies = [
"cpython",
"pybytes",
"sapling-cpython-ext",
"sapling-indexedlog",
]
[[package]]
name = "pyio"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"pyconfigloader",
"sapling-cpython-ext",
"sapling-io",
"sapling-termstyle",
]
[[package]]
name = "pyjournal"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-hgtime",
"sapling-journal",
"sapling-types",
]
[[package]]
name = "pylinelog"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-linelog",
]
[[package]]
name = "pylock"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-repolock",
]
[[package]]
name = "pylz4"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-lz4-pyframe",
]
[[package]]
name = "pymanifest"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"parking_lot",
"pypathmatcher",
"sapling-cpython-ext",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-pathmatcher",
"sapling-types",
]
[[package]]
name = "pymetalog"
version = "0.1.0"
dependencies = [
"cpython",
"parking_lot",
"sapling-cpython-ext",
"sapling-metalog",
]
[[package]]
name = "pymodules"
version = "0.1.0"
dependencies = [
"cpython",
"pybytes",
"python-modules",
"sapling-minibytes",
"tracing",
]
[[package]]
name = "pymutationstore"
version = "0.1.0"
dependencies = [
"anyhow",
"byteorder",
"cpython",
"pydag",
"sapling-async-runtime",
"sapling-cpython-ext",
"sapling-mutationstore",
"sapling-types",
"sapling-vlqencoding",
"thiserror 2.0.17",
]
[[package]]
name = "pynodeipc"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-nodeipc",
"serde_json",
]
[[package]]
name = "pynodemap"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-nodemap",
"sapling-types",
]
[[package]]
name = "pypathhistory"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-async-runtime",
"sapling-cpython-ext",
"sapling-dag",
"sapling-pathhistory",
"sapling-storemodel",
"sapling-types",
]
[[package]]
name = "pypathmatcher"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"sapling-cpython-ext",
"sapling-io",
"sapling-pathmatcher",
"sapling-types",
"tracing",
]
[[package]]
name = "pypprint"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-pprint",
]
[[package]]
name = "pyprocess"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-procutil",
"sapling-spawn-ext",
]
[[package]]
name = "pyprogress"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-progress-model",
"sapling-progress-render",
]
[[package]]
name = "pyrefencode"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-refencode",
]
[[package]]
name = "pyregex"
version = "0.1.0"
dependencies = [
"cpython",
"regex",
"sapling-cpython-ext",
]
[[package]]
name = "pyrenderdag"
version = "0.1.0"
dependencies = [
"cpython",
"parking_lot",
"sapling-cpython-ext",
"sapling-minibytes",
"sapling-renderdag",
]
[[package]]
name = "pyrepo"
version = "0.1.0"
dependencies = [
"cpython",
"parking_lot",
"pyconfigloader",
"pydag",
"pyeagerepo",
"pyedenapi",
"pymetalog",
"pyrevisionstore",
"pyworkingcopy",
"sapling-checkout",
"sapling-context",
"sapling-cpython-ext",
"sapling-repo",
"sapling-repolock",
"sapling-types",
"sapling-util",
"sapling-workingcopy",
]
[[package]]
name = "pyrevisionstore"
version = "0.1.0"
dependencies = [
"anyhow",
"blob",
"cpython",
"pyconfigloader",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-revisionstore",
"sapling-storemodel",
"sapling-types",
"tracing",
]
[[package]]
name = "pyrevlogindex"
version = "0.1.0"
dependencies = [
"cpython",
"pybytes",
"pydag",
"sapling-cpython-ext",
"sapling-revlogindex",
]
[[package]]
name = "pysptui"
version = "0.1.0"
dependencies = [
"cpython",
"pipe",
"sapling-clidispatch",
"sapling-cpython-ext",
"sapling-streampager",
]
[[package]]
name = "pystatus"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-status",
"sapling-types",
"sapling-util",
]
[[package]]
name = "pystoremodel"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-storemodel",
"sapling-types",
"serde",
]
[[package]]
name = "pysubmodule"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-configmodel",
"sapling-cpython-ext",
"sapling-submodule",
]
[[package]]
name = "python-modules"
version = "0.1.0"
dependencies = [
"codegen",
"once_cell",
"phf",
"sapling-zstdelta",
]
[[package]]
name = "python3-sys"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f53ef6740367a09718d2cd21ba15b0d7972342a38e554736bcee7773e45c9f5"
dependencies = [
"libc",
"regex",
]
[[package]]
name = "pythreading"
version = "0.1.0"
dependencies = [
"cpython",
"rand 0.8.5",
]
[[package]]
name = "pytoml"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"toml",
]
[[package]]
name = "pytracing"
version = "0.1.0"
dependencies = [
"cpython",
"lazy_static",
"parking_lot",
"python3-sys",
"sapling-cpython-ext",
"sapling-mincode",
"sapling-tracing-collector",
"sapling-tracing-reload",
"sapling-tracing-runtime-callsite",
"serde_json",
"tracing",
]
[[package]]
name = "pytreestate"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"parking_lot",
"pypathmatcher",
"sapling-cpython-ext",
"sapling-pathmatcher",
"sapling-treestate",
"sapling-types",
"sapling-vfs",
]
[[package]]
name = "pyversion"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-version",
]
[[package]]
name = "pyvlq"
version = "0.1.0"
dependencies = [
"cpython",
"pyio",
"sapling-cpython-ext",
"sapling-vlqencoding",
]
[[package]]
name = "pywebview"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-webview-app",
]
[[package]]
name = "pyworker"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"flume",
"memmap2 0.5.10",
"pyrevisionstore",
"quickcheck",
"redacted",
"sapling-cpython-ext",
"sapling-minibytes",
"sapling-revisionstore",
"sapling-storemodel",
"sapling-types",
"sapling-vfs",
"tempfile",
"tracing",
]
[[package]]
name = "pyworkingcopy"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"fs-err",
"parking_lot",
"pypathmatcher",
"pystatus",
"pytreestate",
"pyworkingcopyclient",
"sapling-context",
"sapling-cpython-ext",
"sapling-pathmatcher",
"sapling-repostate",
"sapling-sparse",
"sapling-types",
"sapling-workingcopy",
]
[[package]]
name = "pyworkingcopyclient"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-edenfs-client",
"sapling-types",
"sapling-workingcopy",
]
[[package]]
name = "pyxdiff"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-xdiff",
]
[[package]]
name = "pyzstd"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-zstdelta",
"zstd",
"zstd-safe",
]
[[package]]
name = "pyzstore"
version = "0.1.0"
dependencies = [
"cpython",
"sapling-cpython-ext",
"sapling-zstore",
]
[[package]]
name = "quick-xml"
version = "0.38.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
dependencies = [
"memchr",
]
[[package]]
name = "quickcheck"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
dependencies = [
"env_logger 0.8.4",
"log",
"rand 0.8.5",
]
[[package]]
name = "quickcheck_arbitrary_derive"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"proc-macro2",
"quickcheck",
"quote",
"syn 2.0.111",
]
[[package]]
name = "quickcheck_macros"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "quote"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
dependencies = [
"proc-macro2",
]
[[package]]
name = "r-efi"
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"serde",
]
[[package]]
name = "rand"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.3",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.16",
"serde",
]
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
"getrandom 0.3.4",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
"rand_core 0.6.4",
]
[[package]]
name = "rayon"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
"crossbeam-deque",
"crossbeam-utils 0.8.21",
]
[[package]]
name = "redacted"
version = "0.1.0"
dependencies = [
"sapling-minibytes",
]
[[package]]
name = "redox_syscall"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
"bitflags 2.10.0",
]
[[package]]
name = "redox_users"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror 1.0.69",
]
[[package]]
name = "redox_users"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror 2.0.17",
]
[[package]]
name = "ref-cast"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "regex"
version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.13",
"regex-syntax 0.8.8",
]
[[package]]
name = "regex-automata"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.5",
]
[[package]]
name = "regex-automata"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.8",
]
[[package]]
name = "regex-syntax"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[package]]
name = "regex-syntax"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "reqwest"
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
"async-compression",
"base64 0.21.7",
"bytes",
"cookie",
"cookie_store",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.27",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.32",
"hyper-rustls",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-native-certs",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tokio-socks",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
version = "0.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
dependencies = [
"cc",
"cfg-if 1.0.4",
"getrandom 0.2.16",
"libc",
"untrusted",
"windows-sys 0.52.0",
]
[[package]]
name = "rust"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"scope",
"thiserror 2.0.17",
"thrift_compiler",
]
[[package]]
name = "rust_clients"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"rust",
"scope",
"scope_clients",
"thrift_compiler",
"tracing",
]
[[package]]
name = "rustc-demangle"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "rustix"
version = "0.37.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
[[package]]
name = "rustix"
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
"bitflags 2.10.0",
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
dependencies = [
"bitflags 2.10.0",
"errno",
"libc",
"linux-raw-sys 0.11.0",
"windows-sys 0.61.2",
]
[[package]]
name = "rustls"
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
"ring",
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-native-certs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "sapling-async-runtime"
version = "0.1.0"
dependencies = [
"futures 0.3.31",
"num_cpus",
"once_cell",
"tokio",
]
[[package]]
name = "sapling-atexit"
version = "0.1.0"
dependencies = [
"once_cell",
"tracing",
]
[[package]]
name = "sapling-atomicfile"
version = "0.1.0"
dependencies = [
"fs-err",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-auth"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"indexmap 2.12.1",
"once_cell",
"pem",
"sapling-configmodel",
"sapling-staticconfig",
"sapling-util",
"simple_asn1",
"thiserror 2.0.17",
"tracing",
"url",
]
[[package]]
name = "sapling-backingstore"
version = "0.1.0"
dependencies = [
"anyhow",
"arc-swap",
"blob",
"cxx",
"env_logger 0.10.2",
"flume",
"log",
"parking_lot",
"rand_chacha 0.3.1",
"sapling-configloader",
"sapling-constructors",
"sapling-eagerepo",
"sapling-edenapi",
"sapling-identity",
"sapling-indexedlog",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-metrics",
"sapling-pathmatcher",
"sapling-progress-model",
"sapling-repo",
"sapling-storemodel",
"sapling-testutil",
"sapling-types",
"sapling-walkdetector",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sapling-bindag"
version = "0.1.0"
dependencies = [
"sapling-dag",
"sapling-drawdag",
"sapling-nonblocking",
"sapling-vlqencoding",
"tempfile",
]
[[package]]
name = "sapling-blackbox"
version = "0.1.0"
dependencies = [
"anyhow",
"byteorder",
"lazy_static",
"libc",
"parking_lot",
"sapling-clientinfo",
"sapling-indexedlog",
"sapling-minibench",
"sapling-serde_alt",
"serde",
"serde_cbor",
"serde_derive",
"serde_json",
"tempfile",
]
[[package]]
name = "sapling-cas-client"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"auto_impl",
"blob",
"futures 0.3.31",
"sapling-configmodel",
"sapling-factory",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-cats"
version = "0.1.0"
dependencies = [
"anyhow",
"indexmap 2.12.1",
"sapling-configmodel",
"sapling-util",
"serde",
"serde_json",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-checkout"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"blob",
"fail",
"flume",
"parking_lot",
"quickcheck",
"redacted",
"sapling-async-runtime",
"sapling-atexit",
"sapling-configmodel",
"sapling-context",
"sapling-dag",
"sapling-edenfs-client",
"sapling-hg-metrics",
"sapling-hook",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-minibytes",
"sapling-pathmatcher",
"sapling-progress-model",
"sapling-repo",
"sapling-spawn-ext",
"sapling-status",
"sapling-storemodel",
"sapling-termlogger",
"sapling-treestate",
"sapling-types",
"sapling-util",
"sapling-vfs",
"sapling-workingcopy",
"serde",
"tempfile",
"thiserror 2.0.17",
"toml",
"tracing",
"walkdir",
"watchman_client",
]
[[package]]
name = "sapling-clidispatch"
version = "0.1.0"
dependencies = [
"anyhow",
"erased-serde",
"hostname 0.1.0",
"sapling-blackbox",
"sapling-cliparser",
"sapling-configloader",
"sapling-configmodel",
"sapling-context",
"sapling-gitcompat",
"sapling-hgplain",
"sapling-hgtime",
"sapling-hook",
"sapling-identity",
"sapling-indexedlog",
"sapling-io",
"sapling-network-doctor",
"sapling-repo",
"sapling-sampling",
"sapling-termlogger",
"sapling-thrift-types",
"sapling-types",
"sapling-util",
"sapling-workingcopy",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-clientinfo"
version = "0.1.0"
dependencies = [
"anyhow",
"hostname 0.1.0",
"once_cell",
"rand 0.8.5",
"serde",
"serde_json",
"tracing",
]
[[package]]
name = "sapling-cliparser"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"indexmap 2.12.1",
"serde",
"shlex",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-clone"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-checkout",
"sapling-configmodel",
"sapling-context",
"sapling-repo",
"sapling-types",
"sapling-util",
"tempfile",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-commandserver"
version = "0.1.0"
dependencies = [
"anyhow",
"dirs 6.0.0",
"fn-error-context",
"fs2",
"libc",
"once_cell",
"sapling-atexit",
"sapling-configmodel",
"sapling-identity",
"sapling-nodeipc",
"sapling-procutil",
"sapling-spawn-ext",
"sapling-udsipc",
"sapling-version",
"serde",
"tracing",
]
[[package]]
name = "sapling-commitcloudsubscriber"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.21.7",
"filetime",
"hostcaps",
"lazy_static",
"log",
"mime",
"parking_lot",
"regex",
"reqwest",
"sapling-configset",
"sapling-identity",
"serde",
"serde_json",
"tempfile",
"thiserror 2.0.17",
"tokio",
]
[[package]]
name = "sapling-commits"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"fs-err",
"futures 0.3.31",
"parking_lot",
"sapling-commits-trait",
"sapling-dag",
"sapling-edenapi",
"sapling-factory",
"sapling-format-util",
"sapling-minibytes",
"sapling-revlogindex",
"sapling-storemodel",
"sapling-streams",
"sapling-types",
"sapling-zstore",
"tracing",
]
[[package]]
name = "sapling-commits-git"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"fs-err",
"futures 0.3.31",
"paste",
"sapling-commits-trait",
"sapling-configmodel",
"sapling-dag",
"sapling-factory",
"sapling-format-util",
"sapling-gitcompat",
"sapling-gitdag",
"sapling-gitstore",
"sapling-metalog",
"sapling-minibytes",
"sapling-pathmatcher",
"sapling-pathmatcher-types",
"sapling-refencode",
"sapling-spawn-ext",
"sapling-storemodel",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-commits-trait"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"futures 0.3.31",
"sapling-dag",
"sapling-format-util",
"sapling-metalog",
"sapling-minibytes",
"sapling-storemodel",
"sapling-types",
"serde",
]
[[package]]
name = "sapling-configloader"
version = "0.1.0"
dependencies = [
"anyhow",
"dirs 6.0.0",
"faccess",
"filetime",
"hostcaps",
"hostname 0.3.1",
"once_cell",
"regex",
"sapling-configmodel",
"sapling-configset",
"sapling-gitcompat",
"sapling-hgplain",
"sapling-hgtime",
"sapling-http-client",
"sapling-identity",
"sapling-minibench",
"sapling-minibytes",
"sapling-repo-minimal-info",
"sapling-repourl",
"sapling-spawn-ext",
"sapling-staticconfig",
"sapling-testutil",
"sapling-types",
"sapling-unionconfig",
"sapling-util",
"sapling-version",
"serde",
"serde_json",
"serde_urlencoded",
"tempfile",
"tracing",
"url",
]
[[package]]
name = "sapling-configmodel"
version = "0.1.0"
dependencies = [
"anyhow",
"auto_impl",
"regex",
"sapling-minibytes",
"sapling-pathmatcher",
"sapling-util",
"thiserror 2.0.17",
"twox-hash",
]
[[package]]
name = "sapling-configset"
version = "0.1.0"
dependencies = [
"indexmap 2.12.1",
"sapling-configmodel",
"sapling-hgrc-parser",
"sapling-minibytes",
"sapling-util",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-constructors"
version = "0.1.0"
dependencies = [
"once_cell",
"sapling-commits",
"sapling-commits-git",
"sapling-eagerepo",
"sapling-edenapi",
"sapling-gitstore",
"sapling-manifest-tree",
]
[[package]]
name = "sapling-context"
version = "0.1.0"
dependencies = [
"sapling-configmodel",
"sapling-io",
"sapling-termlogger",
]
[[package]]
name = "sapling-control-point"
version = "0.1.0"
dependencies = [
"anyhow",
"lazy_static",
"parking_lot",
"sapling-util",
"serde_json",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-copytrace"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"lru-cache",
"parking_lot",
"sapling-async-runtime",
"sapling-configmodel",
"sapling-dag",
"sapling-hg-metrics",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-pathhistory",
"sapling-pathmatcher",
"sapling-storemodel",
"sapling-types",
"sapling-xdiff",
"serde",
"thiserror 2.0.17",
"tokio",
"tracing",
"tracing-test",
]
[[package]]
name = "sapling-cpython-async"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"futures 0.3.31",
"sapling-async-runtime",
"sapling-cpython-ext",
"tokio",
]
[[package]]
name = "sapling-cpython-ext"
version = "0.1.0"
dependencies = [
"anyhow",
"cpython",
"libc",
"once_cell",
"parking_lot",
"python3-sys",
"sapling-types",
"serde",
"serde_bytes",
"serde_cbor",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-dag"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bitflags 2.10.0",
"byteorder",
"fail",
"fs2",
"futures 0.3.31",
"indexmap 2.12.1",
"once_cell",
"quickcheck",
"rand 0.8.5",
"sapling-dag-types",
"sapling-dev-logger",
"sapling-drawdag",
"sapling-indexedlog",
"sapling-mincode",
"sapling-minibytes",
"sapling-nonblocking",
"sapling-renderdag",
"sapling-vlqencoding",
"serde",
"tempfile",
"thiserror 2.0.17",
"tokio",
"tracing",
]
[[package]]
name = "sapling-dag-types"
version = "0.1.0"
dependencies = [
"abomonation",
"abomonation_derive",
"quickcheck",
"sapling-minibytes",
"serde",
]
[[package]]
name = "sapling-debugtop"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"sapling-runlog",
]
[[package]]
name = "sapling-dev-logger"
version = "0.1.0"
dependencies = [
"ctor",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sapling-drawdag"
version = "0.1.0"
[[package]]
name = "sapling-eagerepo"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"blob",
"fail",
"futures 0.3.31",
"http 0.2.12",
"manifest-augmented-tree",
"parking_lot",
"sapling-cas-client",
"sapling-configmodel",
"sapling-dag",
"sapling-edenapi_trait",
"sapling-factory",
"sapling-format-util",
"sapling-identity",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-metalog",
"sapling-minibytes",
"sapling-mutationstore",
"sapling-nonblocking",
"sapling-pathmatcher",
"sapling-repourl",
"sapling-storemodel",
"sapling-zstore",
"sha1",
"tempfile",
"thiserror 2.0.17",
"tokio",
"tracing",
]
[[package]]
name = "sapling-edenapi"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"futures 0.3.31",
"itertools 0.14.0",
"once_cell",
"parking_lot",
"sapling-async-runtime",
"sapling-cats",
"sapling-configmodel",
"sapling-edenapi_trait",
"sapling-edenapi_types",
"sapling-hg-http",
"sapling-http-client",
"sapling-metrics",
"sapling-minibytes",
"sapling-pprint",
"sapling-progress-model",
"sapling-repourl",
"sapling-types",
"sapling-version",
"serde",
"serde_cbor",
"serde_json",
"tokio",
"tracing",
"url",
]
[[package]]
name = "sapling-edenapi_ext"
version = "0.1.0"
dependencies = [
"anyhow",
"blake2",
"cloned",
"crossbeam",
"futures 0.3.31",
"itertools 0.14.0",
"sapling-edenapi",
"sapling-edenapi_types",
"sapling-minibytes",
"sapling-types",
"sapling-vfs",
"tokio",
]
[[package]]
name = "sapling-edenapi_trait"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"futures 0.3.31",
"http 0.2.12",
"sapling-auth",
"sapling-configmodel",
"sapling-edenapi_types",
"sapling-http-client",
"sapling-minibytes",
"sapling-types",
"serde_cbor",
"thiserror 2.0.17",
"url",
]
[[package]]
name = "sapling-edenapi_types"
version = "0.1.0"
dependencies = [
"anyhow",
"blob",
"bytes",
"manifest-augmented-tree",
"paste",
"quickcheck",
"quickcheck_arbitrary_derive",
"quickcheck_macros",
"sapling-dag-types",
"sapling-format-util",
"sapling-insta_ext",
"sapling-minibytes",
"sapling-revisionstore_types",
"sapling-type_macros",
"sapling-types",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-edenfs-client"
version = "0.1.0"
dependencies = [
"anyhow",
"fbthrift_socket",
"fs-err",
"sapling-async-runtime",
"sapling-clientinfo",
"sapling-hg-metrics",
"sapling-identity",
"sapling-thrift-types",
"sapling-types",
"serde",
"tokio-uds-compat",
"toml",
"tracing",
]
[[package]]
name = "sapling-edenfs_ffi"
version = "0.1.0"
dependencies = [
"anyhow",
"cxx",
"cxx-build",
"once_cell",
"parking_lot",
"sapling-async-runtime",
"sapling-identity",
"sapling-manifest",
"sapling-metrics",
"sapling-pathmatcher",
"sapling-repo",
"sapling-sparse",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-encoding"
version = "0.1.0"
dependencies = [
"sapling-types",
"winapi",
]
[[package]]
name = "sapling-exchange"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-async-runtime",
"sapling-commits",
"sapling-dag",
"sapling-edenapi",
"sapling-metalog",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-factory"
version = "0.1.0"
dependencies = [
"anyhow",
"tracing",
]
[[package]]
name = "sapling-format-util"
version = "0.1.0"
dependencies = [
"anyhow",
"memchr",
"once_cell",
"sapling-hgtime",
"sapling-minibytes",
"sapling-types",
"serde",
"sha1",
"tracing",
]
[[package]]
name = "sapling-formatter"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-configmodel",
"sapling-termstyle",
"serde",
"serde_json",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-fsinfo"
version = "0.1.0"
dependencies = [
"anyhow",
"libc",
"sapling-identity",
"winapi",
]
[[package]]
name = "sapling-fsyncglob"
version = "0.1.0"
dependencies = [
"glob",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-gitcompat"
version = "0.1.0"
dependencies = [
"anyhow",
"filetime",
"fs-err",
"sapling-configmodel",
"sapling-identity",
"sapling-pathmatcher-types",
"sapling-spawn-ext",
"sapling-treestate",
"sapling-types",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-gitdag"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-dag",
"sapling-format-util",
"sapling-gitstore",
"sapling-minibytes",
"sapling-nonblocking",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-gitstore"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"blob",
"fs-err",
"git2",
"sapling-configmodel",
"sapling-factory",
"sapling-gitcompat",
"sapling-progress-model",
"sapling-spawn-ext",
"sapling-storemodel",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-hg-http"
version = "0.1.0"
dependencies = [
"once_cell",
"sapling-async-runtime",
"sapling-auth",
"sapling-clientinfo",
"sapling-configmodel",
"sapling-hg-metrics",
"sapling-http-client",
"sapling-progress-model",
"url",
]
[[package]]
name = "sapling-hg-metrics"
version = "0.1.0"
dependencies = [
"once_cell",
"parking_lot",
]
[[package]]
name = "sapling-hgplain"
version = "0.1.0"
dependencies = [
"sapling-identity",
]
[[package]]
name = "sapling-hgrc-parser"
version = "0.1.0"
[[package]]
name = "sapling-hgtime"
version = "0.1.0"
dependencies = [
"chrono",
"humantime",
"serde",
"serde_cbor",
]
[[package]]
name = "sapling-hook"
version = "0.1.0"
dependencies = [
"anyhow",
"erased-serde",
"sapling-clientinfo",
"sapling-configmodel",
"sapling-factory",
"sapling-identity",
"sapling-io",
"sapling-minibytes",
"sapling-repo",
"sapling-spawn-ext",
"sapling-sysutil",
"serde_json",
"tracing",
]
[[package]]
name = "sapling-http-client"
version = "0.1.0"
dependencies = [
"anyhow",
"assert_matches",
"async-compression",
"auto_impl",
"crossbeam",
"curl",
"curl-sys",
"env_logger 0.10.2",
"flume",
"futures 0.3.31",
"http 0.2.12",
"lru-cache",
"maplit",
"mockito",
"once_cell",
"openssl",
"parking_lot",
"paste",
"pin-project 0.4.30",
"regex",
"sapling-async-runtime",
"sapling-clientinfo",
"serde",
"serde_cbor",
"serde_json",
"structopt",
"thiserror 2.0.17",
"tokio",
"tokio-util",
"tracing",
"url",
"zstd",
]
[[package]]
name = "sapling-identity"
version = "0.1.0"
dependencies = [
"anyhow",
"dirs 6.0.0",
"once_cell",
"parking_lot",
"sapling-util",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-indexedlog"
version = "0.1.0"
dependencies = [
"byteorder",
"fs2",
"hex",
"libc",
"memmap2 0.5.10",
"once_cell",
"quickcheck",
"rand 0.8.5",
"rand_chacha 0.3.1",
"sapling-atomicfile",
"sapling-configmodel",
"sapling-dev-logger",
"sapling-minibench",
"sapling-minibytes",
"sapling-vlqencoding",
"tempfile",
"tracing",
"twox-hash",
"winapi",
]
[[package]]
name = "sapling-insta_ext"
version = "0.1.0"
dependencies = [
"insta",
]
[[package]]
name = "sapling-io"
version = "0.1.0"
dependencies = [
"once_cell",
"parking_lot",
"pipe",
"sapling-configmodel",
"sapling-hgplain",
"sapling-spawn-ext",
"sapling-streampager",
"sapling-time-interval",
"terminal_size 0.3.0",
"termios",
"termwiz",
]
[[package]]
name = "sapling-journal"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-hgtime",
"sapling-repolock",
"sapling-sysutil",
"sapling-types",
"sapling-util",
]
[[package]]
name = "sapling-lazystr"
version = "0.1.0"
[[package]]
name = "sapling-linelog"
version = "0.1.0"
dependencies = [
"im",
"rand_chacha 0.3.1",
]
[[package]]
name = "sapling-lz4-pyframe"
version = "0.1.0"
dependencies = [
"byteorder",
"libc",
"lz4-sys",
"quickcheck",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-manifest"
version = "0.1.0"
dependencies = [
"anyhow",
"quickcheck",
"sapling-pathmatcher",
"sapling-types",
]
[[package]]
name = "sapling-manifest-tree"
version = "0.1.0"
dependencies = [
"anyhow",
"blob",
"flume",
"once_cell",
"parking_lot",
"quickcheck",
"rand 0.8.5",
"rand_chacha 0.3.1",
"sapling-dev-logger",
"sapling-factory",
"sapling-format-util",
"sapling-manifest",
"sapling-minibench",
"sapling-minibytes",
"sapling-pathmatcher",
"sapling-progress-model",
"sapling-storemodel",
"sapling-types",
"thiserror 2.0.17",
"threadpool",
"tracing",
]
[[package]]
name = "sapling-metalog"
version = "0.1.0"
dependencies = [
"anyhow",
"hex",
"lazy_static",
"parking_lot",
"quickcheck",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"sapling-hgtime",
"sapling-indexedlog",
"sapling-mincode",
"sapling-minibytes",
"sapling-refencode",
"sapling-types",
"sapling-zstore",
"serde",
"serde_json",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-metrics"
version = "0.1.0"
dependencies = [
"anyhow",
"fbinit",
"futures 0.3.31",
"once_cell",
"parking_lot",
"sapling-sysutil",
"stats",
"stats_traits",
]
[[package]]
name = "sapling-metrics-render"
version = "0.1.0"
dependencies = [
"once_cell",
"sapling-async-runtime",
"sapling-metrics",
"sapling-progress-model",
"tracing",
]
[[package]]
name = "sapling-migration"
version = "0.1.0"
dependencies = [
"sapling-configmodel",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-mincode"
version = "0.1.0"
dependencies = [
"byteorder",
"quickcheck",
"sapling-vlqencoding",
"serde",
]
[[package]]
name = "sapling-minibench"
version = "0.1.0"
[[package]]
name = "sapling-minibytes"
version = "0.1.0"
dependencies = [
"bytes",
"memmap2 0.5.10",
"quickcheck",
"serde",
"serde_cbor",
]
[[package]]
name = "sapling-ministate"
version = "0.1.0"
dependencies = [
"anyhow",
"parking_lot",
]
[[package]]
name = "sapling-mpatch"
version = "0.1.0"
dependencies = [
"libc",
"sapling-mpatch-sys",
]
[[package]]
name = "sapling-mpatch-sys"
version = "0.1.0"
dependencies = [
"cc",
]
[[package]]
name = "sapling-mutationstore"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags 2.10.0",
"futures 0.3.31",
"rand 0.8.5",
"rand_chacha 0.3.1",
"sapling-dag",
"sapling-drawdag",
"sapling-indexedlog",
"sapling-types",
"sapling-vlqencoding",
"tempfile",
]
[[package]]
name = "sapling-network-doctor"
version = "0.1.0"
dependencies = [
"curl",
"http 0.2.12",
"sapling-auth",
"sapling-configmodel",
"sapling-hg-http",
"sapling-http-client",
"tempfile",
"thiserror 2.0.17",
"tracing",
"url",
]
[[package]]
name = "sapling-nodeipc"
version = "0.1.0"
dependencies = [
"anyhow",
"filedescriptor 0.7.3",
"libc",
"paste",
"sapling-nodeipc_derive",
"serde",
"serde_json",
"winapi",
]
[[package]]
name = "sapling-nodeipc_derive"
version = "0.1.0"
[[package]]
name = "sapling-nodemap"
version = "0.1.0"
dependencies = [
"anyhow",
"quickcheck",
"sapling-indexedlog",
"sapling-types",
"tempfile",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-nonblocking"
version = "0.1.0"
dependencies = [
"futures 0.3.31",
]
[[package]]
name = "sapling-pathhistory"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"blob",
"sapling-async-runtime",
"sapling-dag",
"sapling-dev-logger",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-sampling",
"sapling-storemodel",
"sapling-types",
"sha1",
"tokio",
"tracing",
]
[[package]]
name = "sapling-pathmatcher"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags 2.10.0",
"fancy-regex 0.14.0",
"fs-err",
"glob",
"globset",
"ignore",
"parking_lot",
"regex-automata 0.3.9",
"sapling-pathmatcher-types",
"sapling-types",
"sapling-util",
"tempfile",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-pathmatcher-types"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-types",
]
[[package]]
name = "sapling-pprint"
version = "0.1.0"
dependencies = [
"serde",
"serde_cbor",
]
[[package]]
name = "sapling-procinfo"
version = "0.1.0"
dependencies = [
"cc",
"libc",
"winapi",
]
[[package]]
name = "sapling-procutil"
version = "0.1.0"
dependencies = [
"libc",
"once_cell",
"tracing",
"winapi",
]
[[package]]
name = "sapling-progress-model"
version = "0.1.0"
dependencies = [
"arc-swap",
"once_cell",
"parking_lot",
"paste",
"thread_local",
"tokio",
"tracing",
]
[[package]]
name = "sapling-progress-render"
version = "0.1.0"
dependencies = [
"sapling-nodeipc",
"sapling-progress-model",
"serde",
"termwiz",
"tracing",
"unicode-segmentation",
"unicode-width 0.1.12",
]
[[package]]
name = "sapling-pubsub"
version = "0.1.0"
dependencies = [
"anyhow",
"tracing",
]
[[package]]
name = "sapling-radixbuf"
version = "0.1.0"
dependencies = [
"quickcheck",
"rand 0.8.5",
"rand_chacha 0.3.1",
"sapling-minibench",
"sapling-vlqencoding",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-re-cas-common"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"itertools 0.14.0",
"once_cell",
"sapling-cas-client",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-refencode"
version = "0.1.0"
dependencies = [
"sapling-types",
"serde",
"serde_json",
]
[[package]]
name = "sapling-renderdag"
version = "0.1.0"
dependencies = [
"bitflags 2.10.0",
"sapling-drawdag",
"serde",
"unicode-width 0.1.12",
]
[[package]]
name = "sapling-repo"
version = "0.1.0"
dependencies = [
"anyhow",
"fail",
"fs-err",
"once_cell",
"parking_lot",
"sapling-async-runtime",
"sapling-cas-client",
"sapling-commits-trait",
"sapling-configloader",
"sapling-configmodel",
"sapling-constructors",
"sapling-eagerepo",
"sapling-edenapi",
"sapling-factory",
"sapling-identity",
"sapling-manifest-tree",
"sapling-metalog",
"sapling-repo-minimal-info",
"sapling-repolock",
"sapling-repourl",
"sapling-revisionstore",
"sapling-revsets",
"sapling-rewrite-macros",
"sapling-storemodel",
"sapling-treestate",
"sapling-types",
"sapling-util",
"sapling-workingcopy",
"tempfile",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-repo-minimal-info"
version = "0.1.0"
dependencies = [
"anyhow",
"fs-err",
"phf",
"sapling-identity",
"sapling-util",
"tempfile",
]
[[package]]
name = "sapling-repolock"
version = "0.1.0"
dependencies = [
"anyhow",
"fs-err",
"fs2",
"parking_lot",
"sapling-configmodel",
"sapling-progress-model",
"sapling-sysutil",
"sapling-util",
"tempfile",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "sapling-repostate"
version = "0.1.0"
dependencies = [
"anyhow",
"byteorder",
"fs-err",
"sapling-identity",
"sapling-repolock",
"sapling-types",
"sapling-util",
"serde",
"tempfile",
]
[[package]]
name = "sapling-repourl"
version = "0.1.0"
dependencies = [
"anyhow",
"fn-error-context",
"percent-encoding",
"sapling-configmodel",
"tracing",
"url",
]
[[package]]
name = "sapling-revisionstore"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"blob",
"byteorder",
"curl",
"flume",
"fn-error-context",
"fs-err",
"futures 0.3.31",
"http 0.2.12",
"itertools 0.14.0",
"lfs_protocol",
"manifest-augmented-tree",
"maplit",
"mockito",
"once_cell",
"parking_lot",
"paste",
"quickcheck",
"quickcheck_arbitrary_derive",
"rand 0.8.5",
"rand_chacha 0.3.1",
"redacted",
"sapling-async-runtime",
"sapling-cas-client",
"sapling-configmodel",
"sapling-edenapi",
"sapling-edenapi_types",
"sapling-format-util",
"sapling-hg-http",
"sapling-hg-metrics",
"sapling-hgtime",
"sapling-http-client",
"sapling-indexedlog",
"sapling-lz4-pyframe",
"sapling-manifest-tree",
"sapling-metrics",
"sapling-mincode",
"sapling-minibytes",
"sapling-progress-model",
"sapling-repourl",
"sapling-revisionstore_types",
"sapling-storemodel",
"sapling-types",
"sapling-util",
"sapling-version",
"sapling-vlqencoding",
"serde",
"serde_derive",
"serde_json",
"sha1",
"sha2",
"tempfile",
"thiserror 2.0.17",
"tokio",
"tokio-stream",
"tracing",
"url",
]
[[package]]
name = "sapling-revisionstore_types"
version = "0.1.0"
dependencies = [
"anyhow",
"byteorder",
"quickcheck",
"quickcheck_arbitrary_derive",
"serde",
"serde_derive",
]
[[package]]
name = "sapling-revlogindex"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bit-vec 0.6.3",
"byteorder",
"parking_lot",
"sapling-dag",
"sapling-indexedlog",
"sapling-lz4-pyframe",
"sapling-minibytes",
"sapling-nonblocking",
"sapling-radixbuf",
"sapling-util",
"tempfile",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-revsets"
version = "0.1.0"
dependencies = [
"anyhow",
"sapling-async-runtime",
"sapling-configmodel",
"sapling-dag",
"sapling-edenapi",
"sapling-hgplain",
"sapling-metalog",
"sapling-refencode",
"sapling-treestate",
"sapling-types",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-rewrite-macros"
version = "0.1.0"
dependencies = [
"once_cell",
"parking_lot",
"proc-macro2",
"quote",
"sapling-tree-pattern-match",
"tempfile",
"tracing",
]
[[package]]
name = "sapling-rich-cas-client"
version = "0.1.0"
dependencies = [
"anyhow",
"blob",
"fbinit",
"futures 0.3.31",
"sapling-cas-client",
"sapling-clientinfo",
"sapling-configmodel",
"sapling-factory",
"sapling-re-cas-common",
"tracing",
]
[[package]]
name = "sapling-runlog"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"fs2",
"libc",
"parking_lot",
"rand 0.8.5",
"sapling-configmodel",
"sapling-hg-http",
"sapling-progress-model",
"sapling-repo",
"sapling-util",
"serde",
"serde_json",
"tempfile",
]
[[package]]
name = "sapling-sampling"
version = "0.1.0"
dependencies = [
"parking_lot",
"sapling-clientinfo",
"sapling-configmodel",
"serde",
"serde_json",
"tracing",
]
[[package]]
name = "sapling-serde_alt"
version = "0.1.0"
[[package]]
name = "sapling-sparse"
version = "0.1.0"
dependencies = [
"anyhow",
"futures 0.3.31",
"globset",
"once_cell",
"regex",
"sapling-pathmatcher",
"sapling-rewrite-macros",
"sapling-types",
"thiserror 2.0.17",
"tokio",
"tracing",
]
[[package]]
name = "sapling-spawn-ext"
version = "0.1.0"
dependencies = [
"libc",
"tempfile",
"tracing",
"winapi",
]
[[package]]
name = "sapling-staticconfig"
version = "0.1.0"
dependencies = [
"phf",
"sapling-configmodel",
"sapling-staticconfig_macros",
]
[[package]]
name = "sapling-staticconfig_macros"
version = "0.1.0"
dependencies = [
"indexmap 2.12.1",
"sapling-hgrc-parser",
]
[[package]]
name = "sapling-status"
version = "0.1.0"
dependencies = [
"sapling-types",
]
[[package]]
name = "sapling-storemodel"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"blob",
"futures 0.3.31",
"once_cell",
"parking_lot",
"sapling-configmodel",
"sapling-edenapi_trait",
"sapling-edenapi_types",
"sapling-factory",
"sapling-metalog",
"sapling-minibytes",
"sapling-types",
"serde",
]
[[package]]
name = "sapling-streampager"
version = "0.11.0"
dependencies = [
"dirs 6.0.0",
"enum_dispatch",
"lru",
"memmap2 0.5.10",
"notify",
"regex",
"scopeguard",
"serde",
"smallvec",
"terminfo",
"termwiz",
"thiserror 2.0.17",
"toml",
"unicode-segmentation",
"unicode-width 0.1.12",
"vec_map",
]
[[package]]
name = "sapling-streams"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"futures 0.3.31",
"pin-project 0.4.30",
"tokio",
]
[[package]]
name = "sapling-submodule"
version = "0.1.0"
dependencies = [
"sapling-configmodel",
"serde",
]
[[package]]
name = "sapling-sysutil"
version = "0.1.0"
dependencies = [
"anyhow",
"shell-escape",
"tracing",
"whoami",
]
[[package]]
name = "sapling-termlogger"
version = "0.1.0"
dependencies = [
"sapling-identity",
"sapling-io",
"sapling-lazystr",
"tracing",
]
[[package]]
name = "sapling-termstyle"
version = "0.1.0"
dependencies = [
"sapling-configmodel",
"sapling-hgplain",
"sapling-io",
"termwiz",
"tracing",
]
[[package]]
name = "sapling-testutil"
version = "0.1.0"
dependencies = [
"fail",
"once_cell",
"parking_lot",
]
[[package]]
name = "sapling-thin-cas-client"
version = "0.1.0"
dependencies = [
"anyhow",
"blob",
"fbinit",
"futures 0.3.31",
"sapling-cas-client",
"sapling-clientinfo",
"sapling-configmodel",
"sapling-factory",
"sapling-re-cas-common",
"tracing",
]
[[package]]
name = "sapling-thrift-types"
version = "0.1.0"
dependencies = [
"anyhow",
"config",
"config_thrift",
"fb303_core",
"fbthrift",
"futures 0.3.31",
"thiserror 2.0.17",
"thrift 0.1.0",
"thrift_clients 0.1.0",
]
[[package]]
name = "sapling-time-interval"
version = "0.1.0"
[[package]]
name = "sapling-tracing-analyzer"
version = "0.1.0"
dependencies = [
"sapling-tracing-collector",
"serde_json",
]
[[package]]
name = "sapling-tracing-collector"
version = "0.1.0"
dependencies = [
"indexmap 2.12.1",
"libc",
"parking_lot",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
"winapi",
]
[[package]]
name = "sapling-tracing-reload"
version = "0.1.0"
dependencies = [
"anyhow",
"once_cell",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sapling-tracing-runtime-callsite"
version = "0.1.0"
dependencies = [
"once_cell",
"parking_lot",
"regex",
"tracing",
]
[[package]]
name = "sapling-tracing-sampler"
version = "0.1.0"
dependencies = [
"sapling-sampling",
"tempfile",
"tracing",
"tracing-serde 0.1.3",
"tracing-subscriber",
]
[[package]]
name = "sapling-tree-pattern-match"
version = "0.1.0"
dependencies = [
"bitflags 2.10.0",
]
[[package]]
name = "sapling-treestate"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags 2.10.0",
"byteorder",
"fs-err",
"fs2",
"itertools 0.14.0",
"pretty_assertions",
"quickcheck",
"rand 0.8.5",
"rand_chacha 0.3.1",
"sapling-atomicfile",
"sapling-identity",
"sapling-repolock",
"sapling-types",
"sapling-util",
"sapling-vlqencoding",
"sha2",
"tempfile",
"thiserror 2.0.17",
"tracing",
"twox-hash",
"uuid",
]
[[package]]
name = "sapling-type_macros"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "sapling-types"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags 2.10.0",
"byteorder",
"lazy_static",
"quickcheck",
"quickcheck_arbitrary_derive",
"rand 0.8.5",
"ref-cast",
"sapling-util",
"sapling-vlqencoding",
"serde",
"serde_bytes",
"serde_cbor",
"serde_derive",
"serde_json",
"sha1",
"thiserror 2.0.17",
]
[[package]]
name = "sapling-udsipc"
version = "0.1.0"
dependencies = [
"anyhow",
"fn-error-context",
"fs-err",
"sapling-nodeipc",
"uds_windows",
]
[[package]]
name = "sapling-unionconfig"
version = "0.1.0"
dependencies = [
"indexmap 2.12.1",
"sapling-configmodel",
"sapling-staticconfig",
]
[[package]]
name = "sapling-util"
version = "0.1.0"
dependencies = [
"anyhow",
"dirs 6.0.0",
"fn-error-context",
"fs-err",
"fs2",
"libc",
"memmap2 0.5.10",
"once_cell",
"rand 0.8.5",
"sapling-atomicfile",
"sapling-lazystr",
"sapling-metrics",
"sapling-rewrite-macros",
"shellexpand",
"tempfile",
"thiserror 2.0.17",
"widestring",
"winapi",
]
[[package]]
name = "sapling-version"
version = "0.1.0"
[[package]]
name = "sapling-vfs"
version = "0.1.0"
dependencies = [
"anyhow",
"crossbeam",
"dashmap",
"fs-err",
"libc",
"once_cell",
"sapling-fsinfo",
"sapling-identity",
"sapling-minibytes",
"sapling-types",
"sapling-util",
"tempfile",
"thiserror 2.0.17",
"tokio",
"tracing",
]
[[package]]
name = "sapling-vlqencoding"
version = "0.1.0"
dependencies = [
"quickcheck",
]
[[package]]
name = "sapling-walkdetector"
version = "0.1.0"
dependencies = [
"parking_lot",
"sapling-types",
"tracing",
]
[[package]]
name = "sapling-webview-app"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.21.7",
"dirs 6.0.0",
"open",
"sapling-version",
"serde",
"serde_json",
"tinyfiledialogs",
"tracing",
"webview-sys",
]
[[package]]
name = "sapling-workingcopy"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bitflags 2.10.0",
"blob",
"crossbeam",
"fs-err",
"once_cell",
"parking_lot",
"regex",
"sapling-async-runtime",
"sapling-configmodel",
"sapling-context",
"sapling-edenfs-client",
"sapling-gitcompat",
"sapling-hgplain",
"sapling-hgtime",
"sapling-identity",
"sapling-journal",
"sapling-manifest",
"sapling-manifest-tree",
"sapling-pathmatcher",
"sapling-progress-model",
"sapling-repolock",
"sapling-repostate",
"sapling-sparse",
"sapling-status",
"sapling-storemodel",
"sapling-submodule",
"sapling-termlogger",
"sapling-treestate",
"sapling-types",
"sapling-util",
"sapling-vfs",
"serde",
"serde_json",
"tempfile",
"thiserror 2.0.17",
"tokio",
"tracing",
"watchman_client",
"whoami",
]
[[package]]
name = "sapling-xdiff"
version = "0.1.0"
dependencies = [
"sapling-xdiff-sys",
"structopt",
]
[[package]]
name = "sapling-xdiff-sys"
version = "0.1.0"
dependencies = [
"cc",
]
[[package]]
name = "sapling-zstdelta"
version = "0.1.0"
dependencies = [
"libc",
"quickcheck",
"rand 0.8.5",
"rand_chacha 0.3.1",
"zstd-sys",
]
[[package]]
name = "sapling-zstore"
version = "0.1.0"
dependencies = [
"lazy_static",
"lru-cache",
"parking_lot",
"quickcheck",
"sapling-indexedlog",
"sapling-mincode",
"sapling-minibytes",
"sapling-types",
"sapling-zstdelta",
"serde",
"sha1",
"tempfile",
"tracing",
]
[[package]]
name = "schannel"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "scm_daemon"
version = "0.1.0"
dependencies = [
"anyhow",
"clap 2.34.0",
"env_logger 0.10.2",
"libc",
"log",
"sapling-commitcloudsubscriber",
"serde",
"thiserror 2.0.17",
"tokio",
"toml",
]
[[package]]
name = "scope"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"thiserror 2.0.17",
"thrift_compiler",
]
[[package]]
name = "scope_clients"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"scope",
"thrift_compiler",
"tracing",
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "scratch"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
"bitflags 2.10.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_bser"
version = "0.4.0"
source = "git+https://github.com/facebook/watchman.git?branch=main#9c213927d3df40727fdc222315251cf1f85b32f0"
dependencies = [
"anyhow",
"byteorder",
"bytes",
"serde",
"serde_bytes",
"thiserror 2.0.17",
]
[[package]]
name = "serde_bytes"
version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
dependencies = [
"serde",
"serde_core",
]
[[package]]
name = "serde_cbor"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
dependencies = [
"half 1.8.3",
"serde",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "serde_json"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
[[package]]
name = "serde_spanned"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if 1.0.4",
"cpufeatures",
"digest",
]
[[package]]
name = "sha1_smol"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
[[package]]
name = "sha2"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if 1.0.4",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell"
version = "0.1.0"
dependencies = [
"anyhow",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "shell-escape"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
[[package]]
name = "shellexpand"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
dependencies = [
"dirs 4.0.0",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
dependencies = [
"libc",
]
[[package]]
name = "simd-adler32"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
[[package]]
name = "simple_asn1"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
dependencies = [
"chrono",
"num-bigint",
"num-traits",
"thiserror 1.0.69",
]
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "sized-chunks"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
dependencies = [
"bitmaps",
"typenum",
]
[[package]]
name = "slab"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "socket2"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "socket2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "socket2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
dependencies = [
"libc",
"windows-sys 0.60.2",
]
[[package]]
name = "sorted_vector_map"
version = "0.2.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"itertools 0.14.0",
"quickcheck",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stats"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"fbinit",
"futures 0.3.31",
"perthread",
"stats_traits",
"tokio",
"tokio-stream",
]
[[package]]
name = "stats_traits"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"auto_impl",
"dashmap",
"fbinit",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap 2.34.0",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"unicode-xid",
]
[[package]]
name = "synstructure"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tempfile"
version = "3.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
dependencies = [
"fastrand 2.3.0",
"getrandom 0.3.4",
"once_cell",
"rustix 1.1.2",
"windows-sys 0.61.2",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
dependencies = [
"rustix 0.37.28",
"windows-sys 0.48.0",
]
[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
"rustix 0.38.44",
"windows-sys 0.48.0",
]
[[package]]
name = "terminal_size"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
dependencies = [
"rustix 1.1.2",
"windows-sys 0.60.2",
]
[[package]]
name = "terminfo"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
dependencies = [
"fnv",
"nom",
"phf",
"phf_codegen",
]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
[[package]]
name = "termwiz"
version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7"
dependencies = [
"anyhow",
"base64 0.22.1",
"bitflags 2.10.0",
"cassowary",
"fancy-regex 0.11.0",
"filedescriptor 0.8.3",
"finl_unicode",
"fixedbitset",
"fnv",
"hex",
"lazy_static",
"libc",
"log",
"memmem",
"nix 0.29.0",
"num-derive",
"num-traits",
"ordered-float 4.6.0",
"pest",
"pest_derive",
"phf",
"sha2",
"signal-hook",
"siphasher",
"terminfo",
"termios",
"thiserror 1.0.69",
"ucd-trie",
"unicode-segmentation",
"vtparse",
"wezterm-bidi",
"wezterm-blob-leases",
"wezterm-color-types",
"wezterm-dynamic",
"wezterm-input-types",
"winapi",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width 0.1.12",
]
[[package]]
name = "textwrap"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
dependencies = [
"terminal_size 0.4.3",
"unicode-width 0.2.2",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [
"thiserror-impl 2.0.17",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "thiserror-impl"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "thread_local"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
dependencies = [
"cfg-if 1.0.4",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "thrift"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"scope",
"thiserror 2.0.17",
"thrift_compiler",
]
[[package]]
name = "thrift"
version = "0.1.0"
dependencies = [
"anyhow",
"codegen_includer_proc_macro",
"config_thrift",
"cpp",
"fb303_core",
"fbthrift",
"futures 0.3.31",
"ref-cast",
"rust",
"sorted_vector_map",
"thiserror 2.0.17",
"thrift 0.0.1+unstable",
"thrift_compiler",
]
[[package]]
name = "thrift_clients"
version = "0.0.1+unstable"
source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"fbthrift",
"futures 0.3.31",
"scope",
"scope_clients",
"thrift 0.0.1+unstable",
"thrift_compiler",
"tracing",
]
[[package]]
name = "thrift_clients"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"codegen_includer_proc_macro",
"config_thrift",
"config_thrift_clients",
"cpp",
"cpp_clients",
"fb303_core",
"fb303_core_clients",
"fbthrift",
"futures 0.3.31",
"rust",
"rust_clients",
"thrift 0.0.1+unstable",
"thrift 0.1.0",
"thrift_clients 0.0.1+unstable",
"thrift_compiler",
"tracing",
]
[[package]]
name = "thrift_compiler"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"anyhow",
"clap 4.5.53",
"dunce",
"serde",
"which",
]
[[package]]
name = "time"
version = "0.3.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
dependencies = [
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
[[package]]
name = "time-macros"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "tinyfiledialogs"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25fa0bc43a6566e2cc6d7ac96df3fa5a57beba34445bead1b368ba8fe9ca568"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "tinystr"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
dependencies = [
"displaydoc",
"zerovec",
]
[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "tinyvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
dependencies = [
"bytes",
"libc",
"mio 1.1.1",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2 0.6.1",
"tokio-macros",
"tracing",
"windows-sys 0.61.2",
]
[[package]]
name = "tokio-macros"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-socks"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
dependencies = [
"either",
"futures-util",
"thiserror 1.0.69",
"tokio",
]
[[package]]
name = "tokio-stream"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util",
]
[[package]]
name = "tokio-tower"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4322b6e2ebfd3be4082c16df4341505ef333683158b55f22afaf3f61565d728"
dependencies = [
"crossbeam",
"futures-core",
"futures-sink",
"futures-util",
"pin-project 1.1.10",
"tokio",
"tower",
"tower-service",
"tracing",
]
[[package]]
name = "tokio-uds-compat"
version = "0.1.0"
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3"
dependencies = [
"async-io",
"futures 0.3.31",
"tokio",
"tracing",
"uds_windows",
]
[[package]]
name = "tokio-util"
version = "0.7.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
dependencies = [
"bytes",
"futures-core",
"futures-io",
"futures-sink",
"futures-util",
"hashbrown 0.15.5",
"pin-project-lite",
"slab",
"tokio",
]
[[package]]
name = "toml"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
dependencies = [
"indexmap 2.12.1",
"serde",
"serde_spanned",
"toml_datetime",
"toml_write",
"winnow",
]
[[package]]
name = "toml_write"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tracing"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "tracing-core"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
dependencies = [
"chrono",
"matchers",
"nu-ansi-term",
"once_cell",
"parking_lot",
"regex-automata 0.4.13",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"time",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde 0.2.0",
]
[[package]]
name = "tracing-test"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
dependencies = [
"tracing-core",
"tracing-subscriber",
"tracing-test-macro",
]
[[package]]
name = "tracing-test-macro"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
dependencies = [
"quote",
"syn 2.0.111",
]
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 1.0.4",
"rand 0.8.5",
"static_assertions",
]
[[package]]
name = "typenum"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "types-benches"
version = "0.1.0"
dependencies = [
"criterion",
"faster-hex",
"hex",
"sapling-types",
"sha1",
]
[[package]]
name = "ucd-trie"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
[[package]]
name = "uds_windows"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
"memoffset",
"tempfile",
"winapi",
]
[[package]]
name = "unicase"
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
[[package]]
name = "unicode-bidi"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
[[package]]
name = "unicode-ident"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
version = "2.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
dependencies = [
"form_urlencoded",
"idna 1.1.0",
"percent-encoding",
"serde",
]
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [
"atomic",
"getrandom 0.3.4",
"js-sys",
"serde_core",
"sha1_smol",
"wasm-bindgen",
]
[[package]]
name = "valuable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
[[package]]
name = "value-bag"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "vtparse"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
dependencies = [
"utf8parse",
]
[[package]]
name = "waker-fn"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasip2"
version = "1.0.1+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
dependencies = [
"wit-bindgen",
]
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasm-bindgen"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
dependencies = [
"cfg-if 1.0.4",
"once_cell",
"rustversion",
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
dependencies = [
"cfg-if 1.0.4",
"js-sys",
"once_cell",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
dependencies = [
"bumpalo",
"proc-macro2",
"quote",
"syn 2.0.111",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
dependencies = [
"unicode-ident",
]
[[package]]
name = "wasm-streams"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "watchman_client"
version = "0.9.0"
source = "git+https://github.com/facebook/watchman.git?branch=main#9c213927d3df40727fdc222315251cf1f85b32f0"
dependencies = [
"anyhow",
"bytes",
"futures 0.3.31",
"maplit",
"serde",
"serde_bser",
"thiserror 2.0.17",
"tokio",
"tokio-util",
"winapi",
]
[[package]]
name = "web-sys"
version = "0.3.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webview-sys"
version = "0.6.2"
dependencies = [
"cc",
]
[[package]]
name = "wezterm-bidi"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec"
dependencies = [
"log",
"wezterm-dynamic",
]
[[package]]
name = "wezterm-blob-leases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7"
dependencies = [
"getrandom 0.3.4",
"mac_address",
"sha2",
"thiserror 1.0.69",
"uuid",
]
[[package]]
name = "wezterm-color-types"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296"
dependencies = [
"csscolorparser",
"deltae",
"lazy_static",
"wezterm-dynamic",
]
[[package]]
name = "wezterm-dynamic"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
dependencies = [
"log",
"ordered-float 4.6.0",
"strsim 0.11.1",
"thiserror 1.0.69",
"wezterm-dynamic-derive",
]
[[package]]
name = "wezterm-dynamic-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "wezterm-input-types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e"
dependencies = [
"bitflags 1.3.2",
"euclid",
"lazy_static",
"serde",
"wezterm-dynamic",
]
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix 0.38.44",
]
[[package]]
name = "whoami"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
dependencies = [
"libredox",
"wasite",
"web-sys",
]
[[package]]
name = "widestring"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-core"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
dependencies = [
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-implement"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "windows-interface"
version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-result"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
"windows-targets 0.53.5",
]
[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
name = "windows-targets"
version = "0.53.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
dependencies = [
"windows-link",
"windows_aarch64_gnullvm 0.53.1",
"windows_aarch64_msvc 0.53.1",
"windows_i686_gnu 0.53.1",
"windows_i686_gnullvm 0.53.1",
"windows_i686_msvc 0.53.1",
"windows_x86_64_gnu 0.53.1",
"windows_x86_64_gnullvm 0.53.1",
"windows_x86_64_msvc 0.53.1",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnu"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_i686_msvc"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
[[package]]
name = "winnow"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if 1.0.4",
"windows-sys 0.48.0",
]
[[package]]
name = "wit-bindgen"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
[[package]]
name = "writeable"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
[[package]]
name = "yoke"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
dependencies = [
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
"synstructure 0.13.2",
]
[[package]]
name = "zerocopy"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "zerofrom"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
"synstructure 0.13.2",
]
[[package]]
name = "zerotrie"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
]
[[package]]
name = "zerovec"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.111",
]
[[package]]
name = "zstd"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "7.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.16+zstd.1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
dependencies = [
"bindgen",
"cc",
"pkg-config",
]