diff --git a/pkgs/by-name/sa/sapling/Cargo.lock b/pkgs/by-name/sa/sapling/Cargo.lock index ad2ee2de79d0..a33c3ea1e65a 100644 --- a/pkgs/by-name/sa/sapling/Cargo.lock +++ b/pkgs/by-name/sa/sapling/Cargo.lock @@ -1,14 +1,11 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "abomonation" version = "0.7.3+smallvec1" source = "git+https://github.com/markbt/abomonation?rev=0f43346d2afa2aedc64d61f3f4273e8d1e454642#0f43346d2afa2aedc64d61f3f4273e8d1e454642" -dependencies = [ - "smallvec", -] [[package]] name = "abomonation_derive" @@ -18,47 +15,29 @@ checksum = "e50e2a046af56a864c62d97b7153fda72c596e646be1b0c7963736821f6e1efa" dependencies = [ "proc-macro2", "quote", - "synstructure", + "synstructure 0.12.6", ] [[package]] name = "addr2line" -version = "0.22.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" dependencies = [ "gimli", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - -[[package]] -name = "ahash" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0453232ace82dee0dd0b4c87a59bd90f7b53b314f3e0f61fe2ee7c8a16482289" - -[[package]] -name = "ahash" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" -dependencies = [ - "cfg-if 1.0.0", - "once_cell", - "version_check", - "zerocopy", -] +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aho-corasick" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" dependencies = [ "memchr", ] @@ -78,12 +57,6 @@ dependencies = [ "alloc-no-stdlib", ] -[[package]] -name = "allocator-api2" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" - [[package]] name = "android-tzdata" version = "0.1.1" @@ -99,20 +72,26 @@ 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 0.3.9", + "winapi", ] [[package]] name = "anstream" -version = "0.6.15" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", "anstyle-parse", @@ -125,52 +104,53 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.8" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anstyle-parse" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.1" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.4" +version = "3.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", - "windows-sys 0.52.0", + "once_cell_polyfill", + "windows-sys 0.61.2", ] [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" dependencies = [ "backtrace", ] [[package]] name = "arbitrary" -version = "1.3.2" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" +checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" [[package]] name = "arc-swap" @@ -180,15 +160,15 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" [[package]] name = "arrayref" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "assert-json-diff" @@ -208,20 +188,16 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-compression" -version = "0.4.12" +version = "0.4.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa" +checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" dependencies = [ - "brotli", - "bzip2", - "flate2", + "compression-codecs", + "compression-core", "futures-core", "futures-io", - "memchr", "pin-project-lite", "tokio", - "zstd", - "zstd-safe", ] [[package]] @@ -232,13 +208,13 @@ checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" dependencies = [ "async-lock", "autocfg", - "cfg-if 1.0.0", + "cfg-if 1.0.4", "concurrent-queue", "futures-lite", "log", "parking", "polling", - "rustix 0.37.27", + "rustix 0.37.28", "slab", "socket2 0.4.10", "waker-fn", @@ -253,51 +229,31 @@ dependencies = [ "event-listener", ] -[[package]] -name = "async-runtime" -version = "0.1.0" -dependencies = [ - "futures 0.3.30", - "num_cpus", - "once_cell", - "tokio", -] - [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", -] - -[[package]] -name = "atexit" -version = "0.1.0" -dependencies = [ - "once_cell", - "tracing", + "syn 2.0.111", ] [[package]] name = "atomic" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" +checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" dependencies = [ "bytemuck", ] [[package]] -name = "atomicfile" -version = "0.1.0" -dependencies = [ - "tempfile", - "tracing", -] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atty" @@ -307,104 +263,55 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ "hermit-abi 0.1.19", "libc", - "winapi 0.3.9", -] - -[[package]] -name = "auth" -version = "0.1.0" -dependencies = [ - "anyhow", - "chrono", - "configmodel", - "indexmap 2.2.6", - "once_cell", - "pem", - "simple_asn1", - "staticconfig", - "thiserror", - "tracing", - "url", - "util", + "winapi", ] [[package]] name = "auto_impl" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "autocfg" -version = "1.3.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" - -[[package]] -name = "backingstore" -version = "0.1.0" -dependencies = [ - "anyhow", - "arc-swap", - "configloader", - "constructors", - "cxx", - "eagerepo", - "edenapi", - "env_logger 0.10.2", - "identity", - "indexedlog", - "log", - "manifest", - "parking_lot", - "repo", - "storemodel", - "tracing", - "tracing-collector", - "tracing-subscriber", - "types", -] +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "backingstore-benches" version = "0.1.0" dependencies = [ - "backingstore", - "configloader", - "identity", - "minibench", - "procinfo", - "repo", + "sapling-backingstore", + "sapling-configloader", + "sapling-identity", + "sapling-minibench", + "sapling-procinfo", + "sapling-repo", + "sapling-types", "tempfile", - "types", ] [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" dependencies = [ "addr2line", - "cc", - "cfg-if 1.0.0", + "cfg-if 1.0.4", "libc", "miniz_oxide", "object", "rustc-demangle", + "windows-link", ] -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -418,14 +325,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] -name = "bindag" -version = "0.1.0" +name = "bindgen" +version = "0.72.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ - "dag", - "drawdag", - "nonblocking", - "tempfile", - "vlqencoding", + "bitflags 2.10.0", + "cexpr", + "clang-sys", + "itertools 0.13.0", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn 2.0.111", ] [[package]] @@ -433,7 +347,6 @@ name = "bindings" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", "paste", "pyatexit", "pyauth", @@ -459,11 +372,13 @@ dependencies = [ "pyerror", "pyexchange", "pyfail", + "pyformatutil", "pyfs", "pygitcompat", "pygitstore", "pyhgmetrics", "pyhgtime", + "pyhook", "pyidentity", "pyindexedlog", "pyio", @@ -490,6 +405,8 @@ dependencies = [ "pyrevlogindex", "pysptui", "pystatus", + "pystoremodel", + "pysubmodule", "pythreading", "pytoml", "pytracing", @@ -503,6 +420,7 @@ dependencies = [ "pyxdiff", "pyzstd", "pyzstore", + "sapling-cpython-ext", ] [[package]] @@ -519,7 +437,16 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" dependencies = [ - "bit-vec", + "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]] @@ -528,6 +455,12 @@ 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" @@ -536,11 +469,11 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.6.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" dependencies = [ - "serde", + "serde_core", ] [[package]] @@ -552,26 +485,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "blackbox" -version = "0.1.0" -dependencies = [ - "anyhow", - "byteorder", - "clientinfo", - "indexedlog", - "lazy_static", - "libc", - "minibench", - "parking_lot", - "serde", - "serde_alt", - "serde_cbor", - "serde_derive", - "serde_json", - "tempfile", -] - [[package]] name = "blake2" version = "0.10.6" @@ -583,16 +496,29 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.0" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" +checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" dependencies = [ "arrayref", "arrayvec", "cc", - "cfg-if 1.0.0", + "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]] @@ -605,10 +531,19 @@ dependencies = [ ] [[package]] -name = "brotli" -version = "6.0.0" +name = "block2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" +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", @@ -617,9 +552,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.1" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" +checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -627,9 +562,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.10.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" +checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" dependencies = [ "memchr", "serde", @@ -637,24 +572,24 @@ dependencies = [ [[package]] name = "bufsize" -version = "1.0.7" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7864afba28009cd99a4d973c3de89cc766b800cdf1bd909966d454906f3bce5d" +checksum = "06f23fe2eee7885e7e3294fd27e8ae7614ae25c1d5a006159e5e06fd84e15e6a" dependencies = [ "bytes", ] [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytemuck" -version = "1.16.1" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" +checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" [[package]] name = "byteorder" @@ -664,42 +599,20 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" dependencies = [ "serde", ] [[package]] name = "bzip2" -version = "0.4.4" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" +checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" dependencies = [ - "bzip2-sys", - "libc", -] - -[[package]] -name = "bzip2-sys" -version = "0.1.11+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" -dependencies = [ - "cc", - "libc", - "pkg-config", -] - -[[package]] -name = "cas-client" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "configmodel", - "types", + "libbz2-rs-sys", ] [[package]] @@ -709,27 +622,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] -name = "cats" -version = "0.1.0" -dependencies = [ - "anyhow", - "configmodel", - "indexmap 2.2.6", - "serde", - "serde_json", - "thiserror", - "tracing", - "util", -] +name = "cast" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.6" +version = "1.2.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" +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]] @@ -740,64 +656,21 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" - -[[package]] -name = "checkout" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "async-trait", - "atexit", - "configmodel", - "context", - "crossbeam", - "dag", - "edenfs-client", - "fail", - "fs-err", - "hg-metrics", - "hook", - "manifest", - "manifest-tree", - "minibytes", - "parking_lot", - "pathmatcher", - "progress-model", - "quickcheck", - "repo", - "serde", - "spawn-ext", - "status", - "storemodel", - "tempfile", - "termlogger", - "thiserror", - "toml", - "tracing", - "treestate", - "types", - "util", - "vfs", - "walkdir", - "watchman_client", - "workingcopy", -] +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -806,6 +679,44 @@ dependencies = [ "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" @@ -817,7 +728,7 @@ dependencies = [ "bitflags 1.3.2", "strsim 0.8.0", "textwrap 0.11.0", - "unicode-width", + "unicode-width 0.1.12", "vec_map", ] @@ -837,33 +748,33 @@ dependencies = [ "strsim 0.10.0", "termcolor", "terminal_size 0.2.6", - "textwrap 0.16.1", + "textwrap 0.16.2", "unicase", ] [[package]] name = "clap" -version = "4.5.11" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", - "clap_derive 4.5.11", + "clap_derive 4.5.49", ] [[package]] name = "clap_builder" -version = "4.5.11" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", - "clap_lex 0.7.2", + "clap_lex 0.7.6", "strsim 0.11.1", - "terminal_size 0.3.0", + "terminal_size 0.4.3", "unicase", - "unicode-width", + "unicode-width 0.2.2", ] [[package]] @@ -881,14 +792,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.11" +version = "4.5.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e" +checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] @@ -902,118 +813,40 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.2" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" - -[[package]] -name = "clidispatch" -version = "0.1.0" -dependencies = [ - "anyhow", - "blackbox", - "cliparser", - "configloader", - "configmodel", - "context", - "gitcompat", - "hgplain", - "hook", - "hostname 0.1.0", - "identity", - "indexedlog", - "io", - "network-doctor", - "repo", - "sampling", - "termlogger", - "thiserror", - "thrift-types", - "tracing", - "types", - "util", - "workingcopy", -] - -[[package]] -name = "clientinfo" -version = "0.1.0" -dependencies = [ - "anyhow", - "hostname 0.1.0", - "lazy_static", - "rand 0.8.5", - "serde", - "serde_json", - "tracing", -] - -[[package]] -name = "clientinfo_async" -version = "0.1.0" -dependencies = [ - "clientinfo", - "tokio", -] - -[[package]] -name = "cliparser" -version = "0.1.0" -dependencies = [ - "anyhow", - "cpython", - "indexmap 2.2.6", - "serde", - "shlex", - "thiserror", -] - -[[package]] -name = "clone" -version = "0.1.0" -dependencies = [ - "anyhow", - "checkout", - "configmodel", - "context", - "repo", - "tempfile", - "thiserror", - "tracing", - "types", - "util", -] +checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" [[package]] name = "cloned" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" [[package]] name = "cmdclone" version = "0.1.0" dependencies = [ "anyhow", - "async-runtime", - "clidispatch", - "clone", "cmdpy", "cmdutil", - "configloader", - "configmodel", - "eagerepo", - "exchange", "fail", - "hgplain", - "identity", - "metalog", - "migration", - "repo", - "repo_name", + "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", - "types", "url", - "util", ] [[package]] @@ -1021,12 +854,12 @@ name = "cmdconfig" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", "cmdutil", - "configloader", - "configmodel", - "formatter", - "minibytes", + "sapling-clidispatch", + "sapling-configloader", + "sapling-configmodel", + "sapling-formatter", + "sapling-minibytes", "serde", ] @@ -1034,33 +867,35 @@ dependencies = [ name = "cmdconfigfile" version = "0.1.0" dependencies = [ - "clidispatch", - "cliparser", "cmdutil", - "identity", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-identity", ] [[package]] name = "cmddebugargs" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", + "sapling-clidispatch", ] [[package]] name = "cmddebugcas" version = "0.1.0" dependencies = [ - "async-runtime", - "cas-client", - "clidispatch", "cmdutil", - "manifest", - "repo", - "types", - "util", - "workingcopy", + "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]] @@ -1074,47 +909,69 @@ dependencies = [ name = "cmddebugcurrentexe" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", + "sapling-clidispatch", ] [[package]] name = "cmddebugdumpindexedlog" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "indexedlog", + "sapling-clidispatch", + "sapling-indexedlog", ] [[package]] name = "cmddebugdumpinternalconfig" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "configloader", + "sapling-clidispatch", + "sapling-configloader", ] [[package]] name = "cmddebugfsync" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "fsyncglob", - "repo", + "sapling-clidispatch", + "sapling-fsyncglob", + "sapling-repo", ] [[package]] name = "cmddebughttp" version = "0.1.0" dependencies = [ - "async-runtime", - "clidispatch", "cmdutil", - "edenapi", - "repo", + "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]] @@ -1122,22 +979,22 @@ name = "cmddebugmergestate" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", - "cliparser", "cmdutil", - "repo", - "repostate", - "workingcopy", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-repo", + "sapling-repostate", + "sapling-workingcopy", ] [[package]] name = "cmddebugmetrics" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "hg-metrics", - "repo", + "sapling-clidispatch", + "sapling-hg-metrics", + "sapling-repo", "tracing", ] @@ -1145,51 +1002,50 @@ dependencies = [ name = "cmddebugnetworkdoctor" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "configloader", - "network-doctor", + "sapling-clidispatch", + "sapling-network-doctor", ] [[package]] name = "cmddebugpython" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", + "sapling-clidispatch", ] [[package]] name = "cmddebugracyoutput" version = "0.1.0" dependencies = [ - "async-runtime", - "clidispatch", - "cliparser", "cmdutil", - "progress-model", "rand 0.8.5", + "sapling-async-runtime", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-progress-model", ] [[package]] name = "cmddebugrefreshconfig" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "configloader", - "repo-minimal-info", + "sapling-clidispatch", + "sapling-configloader", + "sapling-repo-minimal-info", ] [[package]] name = "cmddebugrevsets" version = "0.1.0" dependencies = [ - "clidispatch", - "cliparser", "cmdutil", - "repo", - "workingcopy", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-repo", + "sapling-workingcopy", ] [[package]] @@ -1197,10 +1053,10 @@ name = "cmddebugrunlog" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", - "cliparser", - "repo", - "runlog", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-repo", + "sapling-runlog", "serde_json", ] @@ -1208,78 +1064,51 @@ dependencies = [ name = "cmddebugscmstore" version = "0.1.0" dependencies = [ - "async-runtime", - "clidispatch", "cmdutil", - "manifest", - "repo", - "revisionstore", + "sapling-async-runtime", + "sapling-clidispatch", + "sapling-manifest", + "sapling-metrics", + "sapling-repo", + "sapling-revisionstore", + "sapling-storemodel", + "sapling-types", "serde", - "types", ] [[package]] name = "cmddebugscmstorereplay" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "repo", - "revisionstore", - "types", -] - -[[package]] -name = "cmddebugsegmentclone" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "clidispatch", - "cliparser", - "cmdutil", - "dag", - "edenapi", - "identity", - "progress-model", + "sapling-clidispatch", + "sapling-repo", + "sapling-revisionstore", + "sapling-types", ] [[package]] name = "cmddebugsegmentgraph" version = "0.1.0" dependencies = [ - "clidispatch", - "cliparser", "cmdutil", - "dag", - "repo", -] - -[[package]] -name = "cmddebugsegmentpull" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "clidispatch", - "cliparser", - "cmdutil", - "dag", - "edenapi", - "repo", - "types", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-dag", + "sapling-repo", ] [[package]] name = "cmddebugstore" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "configloader", - "repo", - "revisionstore", - "types", + "sapling-clidispatch", + "sapling-configloader", + "sapling-repo", + "sapling-revisionstore", + "sapling-storemodel", + "sapling-types", ] [[package]] @@ -1287,17 +1116,17 @@ name = "cmddebugstructuredprogress" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", - "cliparser", - "progress-model", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-progress-model", ] [[package]] name = "cmddebugtestcommand" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", + "sapling-clidispatch", ] [[package]] @@ -1305,13 +1134,13 @@ name = "cmddebugtop" version = "0.1.0" dependencies = [ "chrono", - "clidispatch", - "cliparser", "cmdutil", "comfy-table", - "debugtop", - "repo", - "runlog", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-debugtop", + "sapling-repo", + "sapling-runlog", ] [[package]] @@ -1319,13 +1148,23 @@ name = "cmddebugwait" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", "cmdutil", - "edenfs-client", - "repo", + "sapling-clidispatch", + "sapling-edenfs-client", + "sapling-repo", + "sapling-treestate", + "sapling-workingcopy", "tracing", - "treestate", - "workingcopy", +] + +[[package]] +name = "cmddebugwalkdetector" +version = "0.1.0" +dependencies = [ + "cmdutil", + "sapling-clidispatch", + "sapling-types", + "sapling-walkdetector", ] [[package]] @@ -1333,36 +1172,40 @@ name = "cmdgoto" version = "0.1.0" dependencies = [ "anyhow", - "checkout", - "clidispatch", - "cliparser", "cmdutil", - "configmodel", "fs-err", - "repo", - "repostate", + "sapling-checkout", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-configmodel", + "sapling-repo", + "sapling-repostate", + "sapling-util", + "sapling-workingcopy", "tracing", - "util", - "workingcopy", ] [[package]] name = "cmdpy" version = "0.1.0" dependencies = [ + "anyhow", "bindings", - "clidispatch", - "commandserver", - "configmodel", - "context", "cpython", - "cpython_ext", "libc", - "nodeipc", "pycontext", + "pyhook", "pyio", "pymodules", "python3-sys", + "sapling-clidispatch", + "sapling-commandserver", + "sapling-configmodel", + "sapling-context", + "sapling-cpython-ext", + "sapling-factory", + "sapling-hook", + "sapling-nodeipc", "tracing", ] @@ -1370,10 +1213,10 @@ dependencies = [ name = "cmdroot" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "repo", - "util", + "sapling-clidispatch", + "sapling-repo", + "sapling-util", ] [[package]] @@ -1381,19 +1224,19 @@ name = "cmdstatus" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", "cmdutil", - "configloader", - "formatter", - "hgplain", - "pathmatcher", - "repo", + "sapling-clidispatch", + "sapling-configloader", + "sapling-formatter", + "sapling-hgplain", + "sapling-pathmatcher", + "sapling-repo", + "sapling-status", + "sapling-types", + "sapling-util", + "sapling-workingcopy", "serde", - "status", "tracing", - "types", - "util", - "workingcopy", ] [[package]] @@ -1401,89 +1244,87 @@ name = "cmdutil" version = "0.1.0" dependencies = [ "anyhow", - "clidispatch", - "cliparser", - "configmodel", - "configset", - "formatter", - "hgplain", - "repo", - "termstyle", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-configmodel", + "sapling-configset", + "sapling-formatter", + "sapling-hgplain", + "sapling-repo", + "sapling-termstyle", ] [[package]] name = "cmdversion" version = "0.1.0" dependencies = [ - "clidispatch", "cmdutil", - "identity", - "version", + "sapling-clidispatch", + "sapling-identity", + "sapling-version", ] [[package]] name = "cmdwhereami" version = "0.1.0" dependencies = [ - "anyhow", - "clidispatch", "cmdutil", - "repo", - "treestate", - "types", + "sapling-clidispatch", + "sapling-repo", + "sapling-types", + "sapling-workingcopy", ] [[package]] name = "codegen" version = "0.1.0" dependencies = [ - "zstdelta", + "sapling-zstdelta", ] [[package]] name = "codegen_includer_proc_macro" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "quote", ] [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" dependencies = [ + "serde", "termcolor", - "unicode-width", + "unicode-width 0.2.2", ] [[package]] name = "colorchoice" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" -version = "2.1.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] name = "comfy-table" -version = "7.1.1" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ "crossterm", - "strum", - "strum_macros", - "unicode-width", + "unicode-segmentation", + "unicode-width 0.2.2", ] [[package]] @@ -1491,9 +1332,6 @@ name = "commands" version = "0.1.0" dependencies = [ "anyhow", - "atexit", - "blackbox", - "clidispatch", "cmdclone", "cmdconfig", "cmdconfigfile", @@ -1505,6 +1343,8 @@ dependencies = [ "cmddebugdumpinternalconfig", "cmddebugfsync", "cmddebughttp", + "cmddebuglfsreceive", + "cmddebuglfssend", "cmddebugmergestate", "cmddebugmetrics", "cmddebugnetworkdoctor", @@ -1515,159 +1355,82 @@ dependencies = [ "cmddebugrunlog", "cmddebugscmstore", "cmddebugscmstorereplay", - "cmddebugsegmentclone", "cmddebugsegmentgraph", - "cmddebugsegmentpull", "cmddebugstore", "cmddebugstructuredprogress", "cmddebugtestcommand", "cmddebugtop", "cmddebugwait", + "cmddebugwalkdetector", "cmdgoto", "cmdpy", "cmdroot", "cmdstatus", "cmdversion", "cmdwhereami", - "commandserver", - "configloader", - "configmodel", - "constructors", "ctrlc", - "fail", "flate2", - "hg-http", - "hg-metrics", - "hgplain", "hostname 0.3.1", - "identity", "libc", - "metrics-render", - "mincode", - "nodeipc", "parking_lot", - "procinfo", - "progress-model", - "progress-render", "pycheckout", "pytracing", "pyworkingcopy", "pyworkingcopyclient", - "repo", - "revisionstore", - "runlog", - "sampling", + "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-collector", - "tracing-reload", - "tracing-sampler", "tracing-subscriber", - "version", "zstd", ] [[package]] -name = "commandserver" -version = "0.1.0" +name = "compression-codecs" +version = "0.4.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" dependencies = [ - "anyhow", - "atexit", - "configmodel", - "dirs 2.0.2", - "fn-error-context", - "fs2", - "identity", - "libc", - "nodeipc", - "once_cell", - "procutil", - "serde", - "spawn-ext", - "tracing", - "udsipc", - "version", + "brotli", + "bzip2", + "compression-core", + "flate2", + "memchr", + "zstd", + "zstd-safe", ] [[package]] -name = "commitcloudsubscriber" -version = "0.1.0" -dependencies = [ - "anyhow", - "base64 0.13.1", - "filetime", - "hostcaps", - "identity", - "lazy_static", - "log", - "mime", - "parking_lot", - "regex", - "reqwest", - "rust-ini", - "serde", - "serde_json", - "tempfile", - "thiserror", - "tokio", -] - -[[package]] -name = "commits" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "commits-trait", - "dag", - "edenapi", - "factory", - "fs-err", - "futures 0.3.30", - "minibytes", - "parking_lot", - "revlogindex", - "storemodel", - "streams", - "tracing", - "types", - "zstore", -] - -[[package]] -name = "commits-git" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "commits-trait", - "dag", - "factory", - "fs-err", - "futures 0.3.30", - "gitdag", - "metalog", - "minibytes", - "parking_lot", - "refencode", - "storemodel", - "tracing", - "types", -] - -[[package]] -name = "commits-trait" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "dag", - "futures 0.3.30", - "metalog", - "minibytes", - "serde", - "storemodel", - "types", -] +name = "compression-core" +version = "0.4.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "conch-parser" @@ -1691,7 +1454,7 @@ version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] @@ -1700,13 +1463,14 @@ version = "0.1.0" dependencies = [ "anyhow", "codegen_includer_proc_macro", + "cpp", "fbthrift", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "ref-cast", + "rust", "serde", "serde_derive", - "thiserror", + "thiserror 2.0.17", "thrift_compiler", ] @@ -1717,12 +1481,9 @@ dependencies = [ "anyhow", "codegen_includer_proc_macro", "fbthrift", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "ref-cast", - "serde", - "serde_derive", - "thiserror", + "thiserror 2.0.17", "thrift_compiler", ] @@ -1734,134 +1495,37 @@ dependencies = [ "async-trait", "codegen_includer_proc_macro", "config_thrift", - "const-cstr", "fbthrift", - "futures 0.3.30", + "futures 0.3.31", "thrift_compiler", "tracing", ] -[[package]] -name = "configloader" -version = "0.1.0" -dependencies = [ - "anyhow", - "base64 0.13.1", - "configmodel", - "configset", - "dirs 2.0.2", - "filetime", - "gitcompat", - "hgplain", - "hgtime", - "hostcaps", - "hostname 0.3.1", - "http-client", - "identity", - "minibench", - "minibytes", - "once_cell", - "regex", - "repo-minimal-info", - "serde", - "serde_json", - "serde_urlencoded", - "sha2", - "spawn-ext", - "staticconfig", - "tempfile", - "testutil", - "tracing", - "types", - "unionconfig", - "url", - "util", - "version", - "zstd", -] - -[[package]] -name = "configmodel" -version = "0.1.0" -dependencies = [ - "anyhow", - "auto_impl", - "minibytes", - "thiserror", - "twox-hash", - "util", -] - -[[package]] -name = "configset" -version = "0.1.0" -dependencies = [ - "configmodel", - "hgrc-parser", - "indexmap 2.2.6", - "minibytes", - "tempfile", - "tracing", - "util", -] - [[package]] name = "console" -version = "0.15.8" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "windows-sys 0.52.0", + "once_cell", + "windows-sys 0.59.0", ] -[[package]] -name = "const-cstr" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6" - [[package]] name = "constant_time_eq" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] -name = "constructors" -version = "0.1.0" +name = "convert_case" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" dependencies = [ - "commits", - "commits-git", - "eagerepo", - "edenapi", - "gitstore", - "manifest-tree", - "once_cell", -] - -[[package]] -name = "context" -version = "0.1.0" -dependencies = [ - "configmodel", - "io", - "termlogger", -] - -[[package]] -name = "control-point" -version = "0.1.0" -dependencies = [ - "anyhow", - "lazy_static", - "parking_lot", - "serde_json", - "tempfile", - "tracing", - "util", + "unicode-segmentation", ] [[package]] @@ -1892,32 +1556,6 @@ dependencies = [ "url", ] -[[package]] -name = "copytrace" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "async-trait", - "configmodel", - "dag", - "hg-metrics", - "lru-cache", - "manifest", - "manifest-tree", - "parking_lot", - "pathhistory", - "pathmatcher", - "serde", - "storemodel", - "thiserror", - "tokio", - "tracing", - "tracing-test", - "types", - "xdiff", -] - [[package]] name = "core-foundation" version = "0.9.4" @@ -1930,15 +1568,50 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +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.12" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -1956,43 +1629,52 @@ dependencies = [ "serde", ] -[[package]] -name = "cpython_async" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "cpython", - "cpython_ext", - "futures 0.3.30", - "itertools", - "tokio", -] - -[[package]] -name = "cpython_ext" -version = "0.1.0" -dependencies = [ - "anyhow", - "cpython", - "libc", - "once_cell", - "parking_lot", - "python3-sys", - "serde", - "serde_bytes", - "serde_cbor", - "thiserror", - "types", -] - [[package]] name = "crc32fast" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" dependencies = [ - "cfg-if 1.0.0", + "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]] @@ -2001,11 +1683,11 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" dependencies = [ - "crossbeam-channel 0.5.13", + "crossbeam-channel 0.5.15", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] @@ -2019,21 +1701,21 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] name = "crossbeam-deque" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] @@ -2042,16 +1724,16 @@ version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] name = "crossbeam-queue" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] @@ -2066,21 +1748,22 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossterm" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" +checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.10.0", "crossterm_winapi", - "libc", + "document-features", "parking_lot", - "winapi 0.3.9", + "rustix 1.1.2", + "winapi", ] [[package]] @@ -2089,14 +1772,20 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" dependencies = [ - "winapi 0.3.9", + "winapi", ] [[package]] -name = "crypto-common" -version = "0.1.6" +name = "crunchy" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +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", @@ -2112,6 +1801,27 @@ dependencies = [ "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" @@ -2124,34 +1834,35 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.4" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" +checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" dependencies = [ - "nix 0.28.0", - "windows-sys 0.52.0", + "dispatch2", + "nix 0.30.1", + "windows-sys 0.61.2", ] [[package]] name = "curl" -version = "0.4.46" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" +checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc" dependencies = [ "curl-sys", "libc", "openssl-probe", "openssl-sys", "schannel", - "socket2 0.5.7", - "windows-sys 0.52.0", + "socket2 0.6.1", + "windows-sys 0.59.0", ] [[package]] name = "curl-sys" -version = "0.4.73+curl-8.8.0" +version = "0.4.84+curl-8.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "450ab250ecf17227c39afb9a2dd9261dc0035cb80f2612472fc0c4aac2dcb84d" +checksum = "abc4294dc41b882eaff37973c2ec3ae203d0091341ee68fbadd1d06e0c18a73b" dependencies = [ "cc", "libc", @@ -2160,116 +1871,92 @@ dependencies = [ "openssl-sys", "pkg-config", "vcpkg", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "a7620f6cfc4dcca21f2b085b7a890e16c60fd66f560cd69ee60594908dc72ab1" dependencies = [ "cc", + "cxx-build", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] [[package]] name = "cxx-build" -version = "1.0.124" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" +checksum = "7a9bc1a22964ff6a355fbec24cf68266a0ed28f8b84c0864c386474ea3d0e479" dependencies = [ "cc", "codespan-reporting", - "once_cell", + "indexmap 2.12.1", "proc-macro2", "quote", "scratch", - "syn 2.0.72", + "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.124" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "d67109015f93f683e364085aa6489a5b2118b4a40058482101d699936a7836d6" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "d187e019e7b05a1f3e69a8396b70800ee867aa9fc2ab972761173ccee03742df" dependencies = [ + "indexmap 2.12.1", "proc-macro2", "quote", - "syn 2.0.72", -] - -[[package]] -name = "dag" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "bitflags 2.6.0", - "byteorder", - "dag-types", - "dev-logger", - "drawdag", - "fail", - "fs2", - "futures 0.3.30", - "indexedlog", - "indexmap 2.2.6", - "mincode", - "minibytes", - "nonblocking", - "once_cell", - "quickcheck", - "rand 0.8.5", - "renderdag", - "serde", - "tempfile", - "thiserror", - "tokio", - "tracing", - "vlqencoding", + "syn 2.0.111", ] [[package]] name = "dag-benches" version = "0.1.0" dependencies = [ - "bindag", - "dag", - "dev-logger", - "mincode", - "minibench", - "nonblocking", + "sapling-bindag", + "sapling-dag", + "sapling-dev-logger", + "sapling-mincode", + "sapling-minibench", + "sapling-nonblocking", "serde_cbor", "tempfile", ] -[[package]] -name = "dag-types" -version = "0.1.0" -dependencies = [ - "abomonation", - "abomonation_derive", - "minibytes", - "quickcheck", - "serde", -] - [[package]] name = "dashmap" version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "hashbrown 0.14.5", "lock_api", "once_cell", @@ -2278,15 +1965,6 @@ dependencies = [ "serde", ] -[[package]] -name = "debugtop" -version = "0.1.0" -dependencies = [ - "anyhow", - "chrono", - "runlog", -] - [[package]] name = "deltae" version = "0.3.2" @@ -2295,20 +1973,33 @@ checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" [[package]] name = "deranged" -version = "0.3.11" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" dependencies = [ "powerfmt", ] [[package]] -name = "dev-logger" -version = "0.1.0" +name = "derive_more" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" dependencies = [ - "ctor", - "tracing", - "tracing-subscriber", + "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]] @@ -2328,23 +2019,22 @@ dependencies = [ "subtle", ] -[[package]] -name = "dirs" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" -dependencies = [ - "cfg-if 0.1.10", - "dirs-sys", -] - [[package]] name = "dirs" version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" dependencies = [ - "dirs-sys", + "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]] @@ -2354,57 +2044,59 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" dependencies = [ "libc", - "redox_users", - "winapi 0.3.9", + "redox_users 0.4.6", + "winapi", ] [[package]] -name = "dlv-list" -version = "0.2.3" +name = "dirs-sys" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b" +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" dependencies = [ - "rand 0.8.5", + "libc", + "option-ext", + "redox_users 0.5.2", + "windows-sys 0.61.2", ] [[package]] -name = "drawdag" -version = "0.1.0" +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.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" - -[[package]] -name = "eagerepo" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "configmodel", - "dag", - "edenapi_trait", - "factory", - "fail", - "futures 0.3.30", - "hgstore", - "http", - "identity", - "manifest-tree", - "metalog", - "minibytes", - "mutationstore", - "nonblocking", - "parking_lot", - "storemodel", - "tempfile", - "thiserror", - "tokio", - "tracing", - "zstore", -] +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "eden_apfs_mount_helper" @@ -2421,170 +2113,25 @@ dependencies = [ "structopt", ] -[[package]] -name = "edenapi" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "async-trait", - "bytes", - "chrono", - "clientinfo", - "clientinfo_async", - "configmodel", - "edenapi_trait", - "edenapi_types", - "futures 0.3.30", - "hg-http", - "http-client", - "itertools", - "metrics", - "minibytes", - "once_cell", - "parking_lot", - "pprint", - "progress-model", - "repo_name", - "serde", - "serde_cbor", - "serde_json", - "tokio", - "tracing", - "types", - "url", - "version", -] - -[[package]] -name = "edenapi_ext" -version = "0.1.0" -dependencies = [ - "anyhow", - "blake2", - "cloned", - "crossbeam", - "edenapi", - "edenapi_types", - "futures 0.3.30", - "itertools", - "minibytes", - "tokio", - "types", - "vfs", -] - -[[package]] -name = "edenapi_trait" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "auth", - "configmodel", - "edenapi_types", - "futures 0.3.30", - "http", - "http-client", - "minibytes", - "serde_cbor", - "thiserror", - "types", - "url", -] - -[[package]] -name = "edenapi_types" -version = "0.1.0" -dependencies = [ - "anyhow", - "blake3", - "bytes", - "dag-types", - "insta_ext", - "paste", - "quickcheck", - "quickcheck_arbitrary_derive", - "quickcheck_macros", - "revisionstore_types", - "serde", - "serde_bytes", - "serde_derive", - "serde_json", - "sha1", - "thiserror", - "type_macros", - "types", -] - -[[package]] -name = "edenfs-client" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "clientinfo", - "fbthrift_socket", - "fs-err", - "hg-metrics", - "identity", - "serde", - "thrift-types", - "tokio-uds-compat", - "toml", - "tracing", - "types", -] - -[[package]] -name = "edenfs_ffi" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "cxx", - "cxx-build", - "fbinit", - "identity", - "manifest", - "once_cell", - "parking_lot", - "pathmatcher", - "repo", - "sparse", - "stats", - "tracing", - "types", -] - [[package]] name = "either" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - -[[package]] -name = "encoding" -version = "0.1.0" -dependencies = [ - "local-encoding", - "types", - "winapi 0.3.9", -] +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "encoding_rs" -version = "0.8.34" +version = "0.8.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", ] [[package]] @@ -2596,7 +2143,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] @@ -2624,35 +2171,34 @@ dependencies = [ [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "erased-serde" -version = "0.4.5" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" +checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c" dependencies = [ "serde", - "typeid", ] [[package]] name = "errno" -version = "0.3.9" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] name = "euclid" -version = "0.22.10" +version = "0.22.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f0eb73b934648cd7a4a61f1b15391cd95dab0b4da6e2e66c2a072c144b4a20" +checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" dependencies = [ "num-traits", ] @@ -2664,26 +2210,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] -name = "exchange" -version = "0.1.0" +name = "faccess" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5" dependencies = [ - "anyhow", - "async-runtime", - "commits", - "dag", - "edenapi", - "metalog", - "refencode", - "tracing", - "types", -] - -[[package]] -name = "factory" -version = "0.1.0" -dependencies = [ - "anyhow", - "tracing", + "bitflags 1.3.2", + "libc", + "winapi", ] [[package]] @@ -2699,22 +2233,23 @@ dependencies = [ [[package]] name = "fancy-regex" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766" +checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" dependencies = [ - "bit-set", + "bit-set 0.5.3", "regex", ] [[package]] name = "fancy-regex" -version = "0.11.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" +checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" dependencies = [ - "bit-set", - "regex", + "bit-set 0.8.0", + "regex-automata 0.4.13", + "regex-syntax 0.8.8", ] [[package]] @@ -2734,46 +2269,51 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fb303_core" version = "0.0.0" -source = "git+https://github.com/facebook/fb303.git?branch=main#0fdcfa63be9071ba9ba34c59b484417f2bb7564b" +source = "git+https://github.com/facebook/fb303.git?branch=main#0e0e262c26f5c851dcd8f65de5b04f7d795ea562" dependencies = [ "anyhow", "codegen_includer_proc_macro", + "cpp", "fbthrift", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "ref-cast", "serde", "serde_derive", - "thiserror", + "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#0fdcfa63be9071ba9ba34c59b484417f2bb7564b" +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.30", + "futures 0.3.31", + "thrift 0.0.1+unstable", + "thrift_clients 0.0.1+unstable", "thrift_compiler", "tracing", ] [[package]] name = "fbinit" -version = "0.1.2" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +version = "0.2.0" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "fbinit_macros", "quickcheck", @@ -2781,65 +2321,65 @@ dependencies = [ [[package]] name = "fbinit_macros" -version = "0.1.2" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +version = "0.2.0" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "fbthrift" version = "0.0.1+unstable" -source = "git+https://github.com/facebook/fbthrift.git?branch=main#f5a5f5ab0de99eeeece67521eb816032c199cc3f" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ "anyhow", "async-trait", - "base64 0.13.1", + "base64 0.22.1", "bufsize", "bytes", - "futures 0.3.30", + "futures 0.3.31", "ghost", "num-derive", "num-traits", "ordered-float 3.9.2", "panic-message", "serde_json", - "thiserror", + "thiserror 2.0.17", ] [[package]] name = "fbthrift_framed" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "byteorder", "bytes", - "tokio-util 0.7.11", + "tokio-util", ] [[package]] name = "fbthrift_socket" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "anyhow", "bytes", "fbthrift", "fbthrift_framed", "fbthrift_util", - "futures 0.3.30", + "futures 0.3.31", "tokio", "tokio-tower", - "tokio-util 0.7.11", + "tokio-util", "tower-service", ] [[package]] name = "fbthrift_util" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "tokio", ] @@ -2852,37 +2392,43 @@ checksum = "e70cb4dda2f343f3b7a98a6536559d04a700136cada190822e5d6a99e4184c06" dependencies = [ "anyhow", "libc", - "winapi 0.3.9", + "winapi", ] [[package]] name = "filedescriptor" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e" +checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" dependencies = [ "libc", - "thiserror", - "winapi 0.3.9", + "thiserror 1.0.69", + "winapi", ] [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.60.2", ] [[package]] -name = "finl_unicode" -version = "1.2.0" +name = "find-msvc-tools" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" +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" @@ -2892,14 +2438,26 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.30" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +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" @@ -2908,7 +2466,7 @@ checksum = "2cd66269887534af4b0c3e3337404591daa8dc8b9b2b3db71f9523beb4bafb41" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] @@ -2917,6 +2475,12 @@ 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" @@ -2934,30 +2498,18 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] -[[package]] -name = "formatter" -version = "0.1.0" -dependencies = [ - "anyhow", - "configmodel", - "serde", - "serde_json", - "termstyle", - "thiserror", -] - [[package]] name = "fs-err" -version = "2.11.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +checksum = "62d91fd049c123429b018c47887d3f75a265540dd3c30ba9cb7bae9197edb03a" dependencies = [ "autocfg", "tokio", @@ -2970,17 +2522,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" dependencies = [ "libc", - "winapi 0.3.9", + "winapi", ] [[package]] -name = "fsinfo" -version = "0.1.0" +name = "fsevent-sys" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" dependencies = [ - "anyhow", - "identity", "libc", - "winapi 0.3.9", ] [[package]] @@ -2991,21 +2542,6 @@ dependencies = [ "structopt", ] -[[package]] -name = "fsyncglob" -version = "0.1.0" -dependencies = [ - "glob", - "tempfile", - "tracing", -] - -[[package]] -name = "fuchsia-cprng" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" - [[package]] name = "futures" version = "0.1.31" @@ -3014,9 +2550,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -3029,9 +2565,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -3039,15 +2575,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -3056,9 +2592,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -3077,32 +2613,32 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures 0.1.31", "futures-channel", @@ -3127,61 +2663,66 @@ dependencies = [ "version_check", ] -[[package]] -name = "getopts" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" -dependencies = [ - "unicode-width", -] - [[package]] name = "getrandom" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "libc", "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] name = "getrandom" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", + "js-sys", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "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.17" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0e085ded9f1267c32176b40921b9754c474f7dd96f7e808d4a982e48aa1e854" +checksum = "d1323e4e10ffd5d48a21ea37f8d4e3b15dd841121d1301a86122fa0984bedf0a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "gimli" -version = "0.29.0" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" [[package]] name = "git2" -version = "0.14.4" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c" +checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.10.0", "libc", "libgit2-sys", "log", @@ -3190,89 +2731,61 @@ dependencies = [ "url", ] -[[package]] -name = "gitcompat" -version = "0.1.0" -dependencies = [ - "anyhow", - "configmodel", - "filetime", - "fs-err", - "identity", - "spawn-ext", - "tracing", - "treestate", - "types", -] - -[[package]] -name = "gitdag" -version = "0.1.0" -dependencies = [ - "anyhow", - "dag", - "git2", - "nonblocking", - "parking_lot", - "phf", - "tracing", -] - -[[package]] -name = "gitstore" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "configmodel", - "factory", - "fs-err", - "git2", - "gitcompat", - "minibytes", - "progress-model", - "spawn-ext", - "storemodel", - "tracing", - "types", -] - [[package]] name = "glob" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "globset" -version = "0.4.14" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" +checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" dependencies = [ "aho-corasick", "bstr", "log", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "regex-automata 0.4.13", + "regex-syntax 0.8.8", "serde", ] [[package]] name = "h2" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" +checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" dependencies = [ "bytes", "fnv", "futures-core", "futures-sink", "futures-util", - "http", - "indexmap 2.2.6", + "http 0.2.12", + "indexmap 2.12.1", "slab", "tokio", - "tokio-util 0.7.11", + "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", ] @@ -3283,12 +2796,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" [[package]] -name = "hashbrown" -version = "0.9.1" +name = "half" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" dependencies = [ - "ahash 0.4.8", + "cfg-if 1.0.4", + "crunchy", + "zerocopy", ] [[package]] @@ -3302,10 +2817,18 @@ name = "hashbrown" version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -dependencies = [ - "ahash 0.8.11", - "allocator-api2", -] + +[[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" @@ -3343,117 +2866,59 @@ 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 = "hg-http" -version = "0.1.0" -dependencies = [ - "async-runtime", - "auth", - "clientinfo", - "configmodel", - "hg-metrics", - "http-client", - "once_cell", - "progress-model", - "url", -] - -[[package]] -name = "hg-metrics" -version = "0.1.0" -dependencies = [ - "once_cell", - "parking_lot", -] - [[package]] name = "hgmain" version = "0.1.0" dependencies = [ "anyhow", - "atexit", - "clidispatch", "commands", - "configloader", - "dirs 2.0.2", - "encoding", - "identity", + "dirs 6.0.0", "libc", "pyblackbox", + "sapling-atexit", + "sapling-clidispatch", + "sapling-configloader", + "sapling-encoding", + "sapling-identity", + "sapling-version", + "sapling-webview-app", "tracing", - "webview-app", - "winapi 0.3.9", -] - -[[package]] -name = "hgplain" -version = "0.1.0" -dependencies = [ - "identity", -] - -[[package]] -name = "hgrc-parser" -version = "0.1.0" - -[[package]] -name = "hgstore" -version = "0.1.0" -dependencies = [ - "anyhow", - "minibytes", - "types", -] - -[[package]] -name = "hgtime" -version = "0.1.0" -dependencies = [ - "chrono", - "humantime", + "winapi", ] [[package]] name = "home" -version = "0.5.9" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" dependencies = [ - "windows-sys 0.52.0", -] - -[[package]] -name = "hook" -version = "0.1.0" -dependencies = [ - "anyhow", - "clientinfo", - "configmodel", - "identity", - "io", - "minibytes", - "spawn-ext", - "tracing", + "windows-sys 0.61.2", ] [[package]] name = "hostcaps" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ - "once_cell", + "derive_more", ] [[package]] name = "hostname" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "anyhow", "hostname 0.3.1", @@ -3467,7 +2932,7 @@ checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" dependencies = [ "libc", "match_cfg", - "winapi 0.3.9", + "winapi", ] [[package]] @@ -3481,6 +2946,16 @@ dependencies = [ "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" @@ -3488,52 +2963,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", + "http 0.2.12", "pin-project-lite", ] [[package]] -name = "http-client" -version = "0.1.0" +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ - "anyhow", - "assert_matches", - "async-compression", - "async-runtime", - "auto_impl", - "clientinfo", - "crossbeam", - "curl", - "curl-sys", - "env_logger 0.10.2", - "futures 0.3.30", - "http", - "lru-cache", - "maplit", - "mockito", - "once_cell", - "openssl", - "parking_lot", - "paste", - "pin-project 0.4.30", - "regex", - "serde", - "serde_cbor", - "serde_json", - "structopt", - "thiserror", - "tokio", - "tokio-util 0.7.11", - "tracing", - "url", - "zstd", + "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.9.4" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -3543,34 +3004,56 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "hyper" -version = "0.14.30" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", "futures-core", "futures-util", - "h2", - "http", - "http-body", + "h2 0.3.27", + "http 0.2.12", + "http-body 0.4.6", "httparse", "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "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" @@ -3578,8 +3061,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", - "hyper", + "http 0.2.12", + "hyper 0.14.32", "rustls", "tokio", "tokio-rustls", @@ -3592,22 +3075,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper", + "hyper 0.14.32", "native-tls", "tokio", "tokio-native-tls", ] [[package]] -name = "iana-time-zone" -version = "0.1.60" +name = "hyper-util" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +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", ] @@ -3622,15 +3121,84 @@ dependencies = [ ] [[package]] -name = "identity" -version = "0.1.0" +name = "icu_collections" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" dependencies = [ - "anyhow", - "dirs 2.0.2", - "once_cell", - "parking_lot", - "tempfile", - "tracing", + "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]] @@ -3645,25 +3213,36 @@ dependencies = [ [[package]] name = "idna" -version = "0.5.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "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.22" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" +checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" dependencies = [ "crossbeam-deque", "globset", "log", "memchr", - "regex-automata 0.4.7", + "regex-automata 0.4.13", "same-file", "walkdir", "winapi-util", @@ -3683,31 +3262,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "indexedlog" -version = "0.1.0" -dependencies = [ - "atomicfile", - "byteorder", - "configmodel", - "dev-logger", - "fs2", - "hex", - "libc", - "memmap2", - "minibench", - "minibytes", - "once_cell", - "quickcheck", - "rand 0.8.5", - "rand_chacha 0.3.1", - "tempfile", - "tracing", - "twox-hash", - "vlqencoding", - "winapi 0.3.9", -] - [[package]] name = "indexmap" version = "1.9.3" @@ -3720,63 +3274,59 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.14.5", + "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.39.0" +version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" dependencies = [ "console", "globset", - "lazy_static", - "linked-hash-map", + "once_cell", "serde", "similar", "walkdir", ] -[[package]] -name = "insta_ext" -version = "0.1.0" -dependencies = [ - "insta", -] - [[package]] name = "instant" version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ - "cfg-if 1.0.0", -] - -[[package]] -name = "io" -version = "0.1.0" -dependencies = [ - "configmodel", - "hgplain", - "once_cell", - "parking_lot", - "pipe", - "spawn-ext", - "streampager", - "terminal_size 0.3.0", - "termios", - "termwiz", - "time-interval", + "cfg-if 1.0.4", ] [[package]] @@ -3792,9 +3342,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.9.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is-docker" @@ -3807,13 +3357,13 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.5.2", "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3828,62 +3378,81 @@ dependencies = [ [[package]] name = "is_terminal_polyfill" -version = "1.70.1" +version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "itertools" -version = "0.11.0" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +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.11" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ + "getrandom 0.3.4", "libc", ] -[[package]] -name = "journal" -version = "0.1.0" -dependencies = [ - "anyhow", - "hgtime", - "repolock", - "types", - "util", -] - [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" dependencies = [ + "once_cell", "wasm-bindgen", ] [[package]] -name = "kernel32-sys" -version = "0.2.2" +name = "kqueue" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" +checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" dependencies = [ - "winapi 0.2.8", - "winapi-build", + "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]] @@ -3897,10 +3466,9 @@ name = "lazy_static" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - -[[package]] -name = "lazystr" -version = "0.1.0" +dependencies = [ + "spin", +] [[package]] name = "lfs_protocol" @@ -3908,7 +3476,7 @@ version = "0.1.0" dependencies = [ "anyhow", "faster-hex", - "http", + "http 0.2.12", "mime", "once_cell", "quickcheck", @@ -3916,16 +3484,22 @@ dependencies = [ ] [[package]] -name = "libc" -version = "0.2.155" +name = "libbz2-rs-sys" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +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.13.5+1.4.5" +version = "0.18.3+1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e5ea06c26926f1002dd553fded6cfcdc9784c1f60feeb58368b4d9b07b6dba" +checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" dependencies = [ "cc", "libc", @@ -3936,10 +3510,20 @@ dependencies = [ ] [[package]] -name = "libnghttp2-sys" -version = "0.1.10+1.61.0" +name = "libloading" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135" +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", @@ -3947,19 +3531,20 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.3" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.10.0", "libc", + "redox_syscall", ] [[package]] name = "libssh2-sys" -version = "0.2.23" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" +checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" dependencies = [ "cc", "libc", @@ -3971,9 +3556,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" +version = "1.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" +checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" dependencies = [ "cc", "libc", @@ -3981,19 +3566,11 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "linelog" -version = "0.1.0" -dependencies = [ - "im", - "rand_chacha 0.3.1", -] - [[package]] name = "link-cplusplus" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82" dependencies = [ "cc", ] @@ -4012,48 +3589,51 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] -name = "local-encoding" -version = "0.2.0" +name = "linux-raw-sys" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66" -dependencies = [ - "kernel32-sys", - "skeptic", - "winapi 0.2.8", -] +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.12" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" dependencies = [ - "autocfg", "scopeguard", ] [[package]] name = "log" -version = "0.4.22" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" dependencies = [ "value-bag", ] [[package]] name = "lru" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" -dependencies = [ - "hashbrown 0.14.5", -] +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" [[package]] name = "lru-cache" @@ -4064,22 +3644,11 @@ dependencies = [ "linked-hash-map", ] -[[package]] -name = "lz4-pyframe" -version = "0.1.0" -dependencies = [ - "byteorder", - "libc", - "lz4-sys", - "quickcheck", - "thiserror", -] - [[package]] name = "lz4-sys" -version = "1.10.0" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", @@ -4087,46 +3656,24 @@ dependencies = [ [[package]] name = "mac_address" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8836fae9d0d4be2c8b4efcdd79e828a2faa058a90d005abf42f91cac5493a08e" +checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" dependencies = [ - "nix 0.28.0", - "winapi 0.3.9", + "nix 0.29.0", + "winapi", ] [[package]] -name = "manifest" +name = "manifest-augmented-tree" version = "0.1.0" dependencies = [ "anyhow", - "pathmatcher", - "quickcheck", - "types", -] - -[[package]] -name = "manifest-tree" -version = "0.1.0" -dependencies = [ - "anyhow", - "crossbeam", - "factory", - "manifest", - "minibench", - "minibytes", - "once_cell", - "parking_lot", - "pathmatcher", - "progress-model", - "quickcheck", - "rand 0.8.5", - "rand_chacha 0.3.1", - "sha1", - "storemodel", - "thiserror", - "tracing", - "types", + "assert_matches", + "base64 0.21.7", + "blake3", + "sapling-minibytes", + "sapling-types", ] [[package]] @@ -4143,18 +3690,18 @@ checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" [[package]] name = "matchers" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" dependencies = [ - "regex-automata 0.1.10", + "regex-automata 0.4.13", ] [[package]] name = "memchr" -version = "2.7.4" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "memmap2" @@ -4165,21 +3712,21 @@ 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.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.9.1" @@ -4189,56 +3736,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "metalog" -version = "0.1.0" -dependencies = [ - "anyhow", - "hex", - "indexedlog", - "lazy_static", - "mincode", - "minibytes", - "parking_lot", - "quickcheck", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "refencode", - "serde", - "serde_json", - "tempfile", - "tracing", - "types", - "zstore", -] - -[[package]] -name = "metrics" -version = "0.1.0" -dependencies = [ - "futures 0.3.30", - "once_cell", -] - -[[package]] -name = "metrics-render" -version = "0.1.0" -dependencies = [ - "async-runtime", - "metrics", - "once_cell", - "progress-model", - "tracing", -] - -[[package]] -name = "migration" -version = "0.1.0" -dependencies = [ - "configmodel", - "thiserror", -] - [[package]] name = "mime" version = "0.3.17" @@ -4255,40 +3752,16 @@ dependencies = [ "unicase", ] -[[package]] -name = "mincode" -version = "0.1.0" -dependencies = [ - "byteorder", - "quickcheck", - "serde", - "vlqencoding", -] - -[[package]] -name = "minibench" -version = "0.1.0" - [[package]] name = "minibench_examples" version = "0.1.0" dependencies = [ "crossbeam", - "futures 0.3.30", - "minibench", + "futures 0.3.31", + "sapling-minibench", "tokio", ] -[[package]] -name = "minibytes" -version = "0.1.0" -dependencies = [ - "bytes", - "memmap2", - "quickcheck", - "serde", -] - [[package]] name = "minimal-lexical" version = "0.2.1" @@ -4297,23 +3770,35 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ - "adler", + "adler2", + "simd-adler32", ] [[package]] name = "mio" -version = "1.0.1" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ - "hermit-abi 0.3.9", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "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]] @@ -4322,10 +3807,10 @@ version = "0.1.0" dependencies = [ "anyhow", "clap 3.2.25", - "dirs 2.0.2", + "dirs 6.0.0", "hex", - "identity", "libc", + "sapling-identity", "serde", "sha2", "toml", @@ -4333,16 +3818,22 @@ dependencies = [ [[package]] name = "mockito" -version = "1.4.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f6e023aa5bdf392aa06c78e4a4e6d498baab5138d0c993503350ebbc37bf1e" +checksum = "7e0603425789b4a70fcc4ac4f5a46a566c116ee3e2a6b768dc623f7719c611de" dependencies = [ "assert-json-diff", + "bytes", "colored", "futures-core", - "hyper", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.8.1", + "hyper-util", "log", - "rand 0.8.5", + "pin-project-lite", + "rand 0.9.2", "regex", "serde_json", "serde_urlencoded", @@ -4351,42 +3842,19 @@ dependencies = [ ] [[package]] -name = "mpatch" -version = "0.1.0" +name = "nanorand" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" dependencies = [ - "libc", - "mpatch-sys", -] - -[[package]] -name = "mpatch-sys" -version = "0.1.0" -dependencies = [ - "cc", -] - -[[package]] -name = "mutationstore" -version = "0.1.0" -dependencies = [ - "anyhow", - "bitflags 2.6.0", - "dag", - "drawdag", - "futures 0.3.30", - "indexedlog", - "rand 0.8.5", - "rand_chacha 0.3.1", - "tempfile", - "types", - "vlqencoding", + "getrandom 0.2.16", ] [[package]] name = "native-tls" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" dependencies = [ "libc", "log", @@ -4399,76 +3867,29 @@ dependencies = [ "tempfile", ] -[[package]] -name = "network-doctor" -version = "0.1.0" -dependencies = [ - "auth", - "configmodel", - "curl", - "hg-http", - "http", - "http-client", - "tempfile", - "thiserror", - "tracing", - "url", -] - [[package]] name = "nix" -version = "0.26.4" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 1.3.2", - "cfg-if 1.0.0", - "libc", - "memoffset 0.7.1", - "pin-utils", -] - -[[package]] -name = "nix" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" -dependencies = [ - "bitflags 2.6.0", - "cfg-if 1.0.0", + "bitflags 2.10.0", + "cfg-if 1.0.4", "cfg_aliases", "libc", - "memoffset 0.9.1", + "memoffset", ] [[package]] -name = "nodeipc" -version = "0.1.0" +name = "nix" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "anyhow", - "filedescriptor 0.7.3", + "bitflags 2.10.0", + "cfg-if 1.0.4", + "cfg_aliases", "libc", - "nodeipc_derive", - "paste", - "serde", - "serde_json", - "winapi 0.3.9", -] - -[[package]] -name = "nodeipc_derive" -version = "0.1.0" - -[[package]] -name = "nodemap" -version = "0.1.0" -dependencies = [ - "anyhow", - "indexedlog", - "quickcheck", - "tempfile", - "thiserror", - "types", ] [[package]] @@ -4482,20 +3903,30 @@ dependencies = [ ] [[package]] -name = "nonblocking" -version = "0.1.0" +name = "notify" +version = "5.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" dependencies = [ - "futures 0.3.30", + "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.46.0" +version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "overload", - "winapi 0.3.9", + "windows-sys 0.61.2", ] [[package]] @@ -4516,13 +3947,13 @@ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] name = "num-derive" -version = "0.3.3" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" +checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.111", ] [[package]] @@ -4545,11 +3976,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.5.2", "libc", ] @@ -4563,19 +3994,46 @@ dependencies = [ ] [[package]] -name = "object" -version = "0.36.2" +name = "objc2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e" +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.19.0" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +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" @@ -4590,12 +4048,12 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" dependencies = [ - "bitflags 2.6.0", - "cfg-if 1.0.0", + "bitflags 2.10.0", + "cfg-if 1.0.4", "foreign-types", "libc", "once_cell", @@ -4611,20 +4069,20 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" dependencies = [ "cc", "libc", @@ -4632,6 +4090,12 @@ dependencies = [ "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" @@ -4645,35 +4109,19 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.1" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ff2cf528c6c03d9ed653d6c4ce1dc0582dc4af309790ad92f07c1cd551b0be" +checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" dependencies = [ "num-traits", ] -[[package]] -name = "ordered-multimap" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485" -dependencies = [ - "dlv-list", - "hashbrown 0.9.1", -] - [[package]] name = "os_str_bytes" version = "6.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" -[[package]] -name = "overload" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - [[package]] name = "panic-message" version = "0.3.0" @@ -4682,15 +4130,15 @@ checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" dependencies = [ "lock_api", "parking_lot_core", @@ -4698,15 +4146,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.10" +version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "libc", - "redox_syscall 0.5.3", + "redox_syscall", "smallvec", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -4717,85 +4165,46 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" - -[[package]] -name = "pathhistory" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "async-trait", - "dag", - "dev-logger", - "manifest", - "manifest-tree", - "sha1", - "storemodel", - "tokio", - "tracing", - "types", -] - -[[package]] -name = "pathmatcher" -version = "0.1.0" -dependencies = [ - "anyhow", - "bitflags 2.6.0", - "fancy-regex 0.10.0", - "fs-err", - "glob", - "globset", - "ignore", - "parking_lot", - "regex-automata 0.3.9", - "tempfile", - "thiserror", - "tracing", - "types", - "util", -] +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "pem" -version = "3.0.4" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ "base64 0.22.1", - "serde", + "serde_core", ] [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "perthread" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" [[package]] name = "pest" -version = "2.7.11" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" +checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" dependencies = [ "memchr", - "thiserror", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.11" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" +checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" dependencies = [ "pest", "pest_generator", @@ -4803,33 +4212,32 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.11" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" +checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "pest_meta" -version = "2.7.11" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" +checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" dependencies = [ - "once_cell", "pest", "sha2", ] [[package]] name = "phf" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" dependencies = [ "phf_macros", "phf_shared", @@ -4837,9 +4245,9 @@ dependencies = [ [[package]] name = "phf_codegen" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" +checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" dependencies = [ "phf_generator", "phf_shared", @@ -4847,9 +4255,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared", "rand 0.8.5", @@ -4857,22 +4265,22 @@ dependencies = [ [[package]] name = "phf_macros" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" dependencies = [ "phf_generator", "phf_shared", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "phf_shared" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" dependencies = [ "siphasher", ] @@ -4888,11 +4296,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.5" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ - "pin-project-internal 1.1.5", + "pin-project-internal 1.1.10", ] [[package]] @@ -4908,20 +4316,20 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.1.5" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "pin-project-lite" -version = "0.2.14" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -4940,23 +4348,51 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.30" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "plist" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" +checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64 0.22.1", - "indexmap 2.2.6", + "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" @@ -4965,7 +4401,7 @@ checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ "autocfg", "bitflags 1.3.2", - "cfg-if 1.0.0", + "cfg-if 1.0.4", "concurrent-queue", "libc", "log", @@ -4973,6 +4409,15 @@ dependencies = [ "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" @@ -4980,24 +4425,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] -name = "pprint" -version = "0.1.0" +name = "ppv-lite86" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "serde", - "serde_cbor", + "zerocopy", ] -[[package]] -name = "ppv-lite86" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" - [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -5029,55 +4469,13 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ "unicode-ident", ] -[[package]] -name = "procinfo" -version = "0.1.0" -dependencies = [ - "cc", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "procutil" -version = "0.1.0" -dependencies = [ - "libc", - "once_cell", - "tracing", - "winapi 0.3.9", -] - -[[package]] -name = "progress-model" -version = "0.1.0" -dependencies = [ - "arc-swap", - "once_cell", - "parking_lot", - "paste", - "thread_local", - "tokio", - "tracing", -] - -[[package]] -name = "progress-render" -version = "0.1.0" -dependencies = [ - "progress-model", - "termwiz", - "unicode-segmentation", - "unicode-width", -] - [[package]] name = "psl-types" version = "2.0.11" @@ -5086,31 +4484,22 @@ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" [[package]] name = "publicsuffix" -version = "2.2.3" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" +checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" dependencies = [ - "idna 0.3.0", + "idna 1.1.0", "psl-types", ] -[[package]] -name = "pulldown-cmark" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07" -dependencies = [ - "getopts", -] - [[package]] name = "pyatexit" version = "0.1.0" dependencies = [ - "atexit", "cpython", - "cpython_ext", - "procutil", + "sapling-atexit", + "sapling-cpython-ext", + "sapling-procutil", ] [[package]] @@ -5118,10 +4507,10 @@ name = "pyauth" version = "0.1.0" dependencies = [ "anyhow", - "auth", "cpython", - "cpython_ext", "pyconfigloader", + "sapling-auth", + "sapling-cpython-ext", "url", ] @@ -5129,9 +4518,9 @@ dependencies = [ name = "pyblackbox" version = "0.1.0" dependencies = [ - "blackbox", "cpython", - "cpython_ext", + "sapling-blackbox", + "sapling-cpython-ext", ] [[package]] @@ -5139,18 +4528,18 @@ name = "pybytes" version = "0.1.0" dependencies = [ "cpython", - "minibytes", "python3-sys", + "sapling-minibytes", ] [[package]] name = "pycats" version = "0.1.0" dependencies = [ - "cats", "cpython", - "cpython_ext", "pyconfigloader", + "sapling-cats", + "sapling-cpython-ext", ] [[package]] @@ -5158,7 +4547,7 @@ name = "pycbor" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", + "sapling-cpython-ext", "serde_cbor", ] @@ -5176,43 +4565,44 @@ name = "pycheckout" version = "0.1.0" dependencies = [ "anyhow", - "checkout", - "configmodel", "cpython", - "cpython_ext", - "io", - "manifest-tree", "parking_lot", - "pathmatcher", - "progress-model", "pymanifest", "pypathmatcher", "pystatus", "pytreestate", - "storemodel", - "termlogger", - "vfs", - "workingcopy", + "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 = [ - "clientinfo", "cpython", - "cpython_ext", + "sapling-clientinfo", + "sapling-cpython-ext", ] [[package]] name = "pycliparser" version = "0.1.0" dependencies = [ - "clidispatch", - "cliparser", - "configmodel", "cpython", "pyconfigloader", + "sapling-clidispatch", + "sapling-cliparser", + "sapling-configmodel", ] [[package]] @@ -5221,44 +4611,48 @@ version = "0.1.0" dependencies = [ "conch-parser", "cpython", - "cpython_ext", + "sapling-cpython-ext", ] [[package]] name = "pyconfigloader" version = "0.1.0" dependencies = [ - "configloader", + "anyhow", "cpython", - "cpython_ext", - "repo-minimal-info", - "util", + "pypathmatcher", + "pyregex", + "sapling-configloader", + "sapling-configmodel", + "sapling-cpython-ext", + "sapling-repo-minimal-info", + "sapling-util", ] [[package]] name = "pycontext" version = "0.1.0" dependencies = [ - "configset", - "context", "cpython", - "cpython_ext", - "io", "pyconfigloader", + "sapling-configset", + "sapling-context", + "sapling-cpython-ext", + "sapling-io", ] [[package]] name = "pycopytrace" version = "0.1.0" dependencies = [ - "async-runtime", - "configmodel", - "copytrace", "cpython", - "cpython_ext", - "dag", "pypathmatcher", - "storemodel", + "sapling-async-runtime", + "sapling-configmodel", + "sapling-copytrace", + "sapling-cpython-ext", + "sapling-dag", + "sapling-storemodel", ] [[package]] @@ -5266,20 +4660,22 @@ name = "pydag" version = "0.1.0" dependencies = [ "anyhow", - "async-runtime", - "commits", - "configmodel", "cpython", - "cpython_ext", - "dag", - "futures 0.3.30", - "minibytes", + "futures 0.3.31", "parking_lot", "pyedenapi", + "pyformatutil", "pyio", "pymetalog", - "storemodel", - "types", + "sapling-async-runtime", + "sapling-commits", + "sapling-configmodel", + "sapling-cpython-ext", + "sapling-dag", + "sapling-edenapi_types", + "sapling-minibytes", + "sapling-storemodel", + "sapling-types", ] [[package]] @@ -5294,8 +4690,8 @@ name = "pydirs" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "dirs 2.0.2", + "dirs 6.0.0", + "sapling-cpython-ext", ] [[package]] @@ -5303,8 +4699,8 @@ name = "pydoctor" version = "0.1.0" dependencies = [ "cpython", - "network-doctor", "pyconfigloader", + "sapling-network-doctor", ] [[package]] @@ -5312,22 +4708,24 @@ name = "pydrawdag" version = "0.1.0" dependencies = [ "cpython", - "drawdag", + "sapling-drawdag", ] [[package]] name = "pyeagerepo" version = "0.1.0" dependencies = [ - "async-runtime", "cpython", - "cpython_ext", - "dag", - "eagerepo", - "edenapi_types", + "pyconfigloader", "pydag", "pyedenapi", - "storemodel", + "sapling-async-runtime", + "sapling-cpython-ext", + "sapling-dag", + "sapling-eagerepo", + "sapling-edenapi_types", + "sapling-repourl", + "sapling-storemodel", ] [[package]] @@ -5335,59 +4733,60 @@ name = "pyedenapi" version = "0.1.0" dependencies = [ "anyhow", - "async-runtime", "cpython", - "cpython_async", - "cpython_ext", - "dag-types", - "edenapi", - "edenapi_ext", - "edenapi_types", - "futures 0.3.30", - "hgstore", - "minibytes", - "progress-model", + "futures 0.3.31", "pyconfigloader", "pyrevisionstore", - "revisionstore", + "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", - "types", ] [[package]] name = "pyerror" version = "0.1.0" dependencies = [ - "auth", - "checkout", - "configmodel", "cpython", - "cpython_ext", - "dag", - "edenapi", - "http-client", - "indexedlog", - "metalog", - "pathmatcher", - "repo", - "repolock", - "revisionstore", - "revlogindex", - "types", + "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 = [ - "configmodel", "cpython", - "cpython_ext", - "exchange", "pydag", "pyedenapi", "pymetalog", - "types", + "sapling-configmodel", + "sapling-cpython-ext", + "sapling-exchange", + "sapling-types", ] [[package]] @@ -5395,8 +4794,20 @@ name = "pyfail" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", "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]] @@ -5404,32 +4815,32 @@ name = "pyfs" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "fsinfo", + "sapling-cpython-ext", + "sapling-fsinfo", ] [[package]] name = "pygitcompat" version = "0.1.0" dependencies = [ - "configmodel", "cpython", - "cpython_ext", - "gitcompat", "pyprocess", - "types", + "sapling-configmodel", + "sapling-cpython-ext", + "sapling-gitcompat", + "sapling-types", ] [[package]] name = "pygitstore" version = "0.1.0" dependencies = [ - "configmodel", "cpython", - "cpython_ext", - "gitstore", - "storemodel", - "types", + "sapling-configmodel", + "sapling-cpython-ext", + "sapling-gitstore", + "sapling-storemodel", + "sapling-types", ] [[package]] @@ -5437,9 +4848,10 @@ name = "pyhgmetrics" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "hg-metrics", - "sampling", + "sapling-cpython-ext", + "sapling-hg-metrics", + "sapling-metrics", + "sapling-sampling", ] [[package]] @@ -5447,8 +4859,25 @@ name = "pyhgtime" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "hgtime", + "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]] @@ -5456,8 +4885,8 @@ name = "pyidentity" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "identity", + "sapling-cpython-ext", + "sapling-identity", ] [[package]] @@ -5465,20 +4894,21 @@ name = "pyindexedlog" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "indexedlog", "pybytes", + "sapling-cpython-ext", + "sapling-indexedlog", ] [[package]] name = "pyio" version = "0.1.0" dependencies = [ + "anyhow", "cpython", - "cpython_ext", - "io", "pyconfigloader", - "termstyle", + "sapling-cpython-ext", + "sapling-io", + "sapling-termstyle", ] [[package]] @@ -5486,10 +4916,10 @@ name = "pyjournal" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "hgtime", - "journal", - "types", + "sapling-cpython-ext", + "sapling-hgtime", + "sapling-journal", + "sapling-types", ] [[package]] @@ -5497,7 +4927,7 @@ name = "pylinelog" version = "0.1.0" dependencies = [ "cpython", - "linelog", + "sapling-linelog", ] [[package]] @@ -5505,8 +4935,8 @@ name = "pylock" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "repolock", + "sapling-cpython-ext", + "sapling-repolock", ] [[package]] @@ -5514,8 +4944,8 @@ name = "pylz4" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "lz4-pyframe", + "sapling-cpython-ext", + "sapling-lz4-pyframe", ] [[package]] @@ -5524,13 +4954,13 @@ version = "0.1.0" dependencies = [ "anyhow", "cpython", - "cpython_ext", - "manifest", - "manifest-tree", "parking_lot", - "pathmatcher", "pypathmatcher", - "types", + "sapling-cpython-ext", + "sapling-manifest", + "sapling-manifest-tree", + "sapling-pathmatcher", + "sapling-types", ] [[package]] @@ -5538,9 +4968,9 @@ name = "pymetalog" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "metalog", "parking_lot", + "sapling-cpython-ext", + "sapling-metalog", ] [[package]] @@ -5548,9 +4978,9 @@ name = "pymodules" version = "0.1.0" dependencies = [ "cpython", - "minibytes", "pybytes", "python-modules", + "sapling-minibytes", "tracing", ] @@ -5559,15 +4989,15 @@ name = "pymutationstore" version = "0.1.0" dependencies = [ "anyhow", - "async-runtime", "byteorder", "cpython", - "cpython_ext", - "mutationstore", "pydag", - "thiserror", - "types", - "vlqencoding", + "sapling-async-runtime", + "sapling-cpython-ext", + "sapling-mutationstore", + "sapling-types", + "sapling-vlqencoding", + "thiserror 2.0.17", ] [[package]] @@ -5575,8 +5005,8 @@ name = "pynodeipc" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "nodeipc", + "sapling-cpython-ext", + "sapling-nodeipc", "serde_json", ] @@ -5585,22 +5015,22 @@ name = "pynodemap" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "nodemap", - "types", + "sapling-cpython-ext", + "sapling-nodemap", + "sapling-types", ] [[package]] name = "pypathhistory" version = "0.1.0" dependencies = [ - "async-runtime", "cpython", - "cpython_ext", - "dag", - "pathhistory", - "storemodel", - "types", + "sapling-async-runtime", + "sapling-cpython-ext", + "sapling-dag", + "sapling-pathhistory", + "sapling-storemodel", + "sapling-types", ] [[package]] @@ -5609,11 +5039,11 @@ version = "0.1.0" dependencies = [ "anyhow", "cpython", - "cpython_ext", - "io", - "pathmatcher", + "sapling-cpython-ext", + "sapling-io", + "sapling-pathmatcher", + "sapling-types", "tracing", - "types", ] [[package]] @@ -5621,8 +5051,8 @@ name = "pypprint" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "pprint", + "sapling-cpython-ext", + "sapling-pprint", ] [[package]] @@ -5630,9 +5060,9 @@ name = "pyprocess" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "procutil", - "spawn-ext", + "sapling-cpython-ext", + "sapling-procutil", + "sapling-spawn-ext", ] [[package]] @@ -5640,9 +5070,9 @@ name = "pyprogress" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "progress-model", - "progress-render", + "sapling-cpython-ext", + "sapling-progress-model", + "sapling-progress-render", ] [[package]] @@ -5650,8 +5080,8 @@ name = "pyrefencode" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "refencode", + "sapling-cpython-ext", + "sapling-refencode", ] [[package]] @@ -5659,8 +5089,8 @@ name = "pyregex" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", "regex", + "sapling-cpython-ext", ] [[package]] @@ -5668,21 +5098,17 @@ name = "pyrenderdag" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "minibytes", "parking_lot", - "renderdag", + "sapling-cpython-ext", + "sapling-minibytes", + "sapling-renderdag", ] [[package]] name = "pyrepo" version = "0.1.0" dependencies = [ - "checkout", - "configmodel", - "context", "cpython", - "cpython_ext", "parking_lot", "pyconfigloader", "pydag", @@ -5691,12 +5117,14 @@ dependencies = [ "pymetalog", "pyrevisionstore", "pyworkingcopy", - "repo", - "repolock", - "revisionstore", - "types", - "util", - "workingcopy", + "sapling-checkout", + "sapling-context", + "sapling-cpython-ext", + "sapling-repo", + "sapling-repolock", + "sapling-types", + "sapling-util", + "sapling-workingcopy", ] [[package]] @@ -5704,15 +5132,15 @@ name = "pyrevisionstore" version = "0.1.0" dependencies = [ "anyhow", - "configmodel", + "blob", "cpython", - "cpython_ext", - "minibytes", - "parking_lot", "pyconfigloader", - "revisionstore", - "storemodel", - "types", + "sapling-configmodel", + "sapling-cpython-ext", + "sapling-revisionstore", + "sapling-storemodel", + "sapling-types", + "tracing", ] [[package]] @@ -5720,21 +5148,21 @@ name = "pyrevlogindex" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", "pybytes", "pydag", - "revlogindex", + "sapling-cpython-ext", + "sapling-revlogindex", ] [[package]] name = "pysptui" version = "0.1.0" dependencies = [ - "clidispatch", "cpython", - "cpython_ext", "pipe", - "streampager", + "sapling-clidispatch", + "sapling-cpython-ext", + "sapling-streampager", ] [[package]] @@ -5742,10 +5170,31 @@ name = "pystatus" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "status", - "types", - "util", + "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]] @@ -5755,7 +5204,7 @@ dependencies = [ "codegen", "once_cell", "phf", - "zstdelta", + "sapling-zstdelta", ] [[package]] @@ -5781,7 +5230,7 @@ name = "pytoml" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", + "sapling-cpython-ext", "toml", ] @@ -5790,16 +5239,16 @@ name = "pytracing" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", "lazy_static", - "mincode", "parking_lot", "python3-sys", + "sapling-cpython-ext", + "sapling-mincode", + "sapling-tracing-collector", + "sapling-tracing-reload", + "sapling-tracing-runtime-callsite", "serde_json", "tracing", - "tracing-collector", - "tracing-reload", - "tracing-runtime-callsite", ] [[package]] @@ -5808,13 +5257,13 @@ version = "0.1.0" dependencies = [ "anyhow", "cpython", - "cpython_ext", "parking_lot", - "pathmatcher", "pypathmatcher", - "treestate", - "types", - "vfs", + "sapling-cpython-ext", + "sapling-pathmatcher", + "sapling-treestate", + "sapling-types", + "sapling-vfs", ] [[package]] @@ -5822,7 +5271,7 @@ name = "pyversion" version = "0.1.0" dependencies = [ "cpython", - "version", + "sapling-version", ] [[package]] @@ -5830,9 +5279,9 @@ name = "pyvlq" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", "pyio", - "vlqencoding", + "sapling-cpython-ext", + "sapling-vlqencoding", ] [[package]] @@ -5840,8 +5289,8 @@ name = "pywebview" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "webview-app", + "sapling-cpython-ext", + "sapling-webview-app", ] [[package]] @@ -5850,17 +5299,19 @@ version = "0.1.0" dependencies = [ "anyhow", "cpython", - "cpython_ext", - "crossbeam", - "memmap2", - "minibytes", + "flume", + "memmap2 0.5.10", "pyrevisionstore", "quickcheck", - "revisionstore", + "redacted", + "sapling-cpython-ext", + "sapling-minibytes", + "sapling-revisionstore", + "sapling-storemodel", + "sapling-types", + "sapling-vfs", "tempfile", "tracing", - "types", - "vfs", ] [[package]] @@ -5868,20 +5319,20 @@ name = "pyworkingcopy" version = "0.1.0" dependencies = [ "anyhow", - "context", "cpython", - "cpython_ext", "fs-err", "parking_lot", - "pathmatcher", "pypathmatcher", "pystatus", "pytreestate", "pyworkingcopyclient", - "repostate", - "sparse", - "types", - "workingcopy", + "sapling-context", + "sapling-cpython-ext", + "sapling-pathmatcher", + "sapling-repostate", + "sapling-sparse", + "sapling-types", + "sapling-workingcopy", ] [[package]] @@ -5889,10 +5340,10 @@ name = "pyworkingcopyclient" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "edenfs-client", - "types", - "workingcopy", + "sapling-cpython-ext", + "sapling-edenfs-client", + "sapling-types", + "sapling-workingcopy", ] [[package]] @@ -5900,8 +5351,8 @@ name = "pyxdiff" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "xdiff", + "sapling-cpython-ext", + "sapling-xdiff", ] [[package]] @@ -5909,10 +5360,10 @@ name = "pyzstd" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", + "sapling-cpython-ext", + "sapling-zstdelta", "zstd", "zstd-safe", - "zstdelta", ] [[package]] @@ -5920,15 +5371,15 @@ name = "pyzstore" version = "0.1.0" dependencies = [ "cpython", - "cpython_ext", - "zstore", + "sapling-cpython-ext", + "sapling-zstore", ] [[package]] name = "quick-xml" -version = "0.32.0" +version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" +checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" dependencies = [ "memchr", ] @@ -5947,57 +5398,39 @@ dependencies = [ [[package]] name = "quickcheck_arbitrary_derive" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "proc-macro2", "quickcheck", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] name = "quickcheck_macros" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9" +checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.111", ] [[package]] name = "quote" -version = "1.0.36" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" dependencies = [ "proc-macro2", ] [[package]] -name = "radixbuf" -version = "0.1.0" -dependencies = [ - "minibench", - "quickcheck", - "rand 0.8.5", - "thiserror", - "vlqencoding", -] - -[[package]] -name = "rand" -version = "0.4.6" +name = "r-efi" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" -dependencies = [ - "fuchsia-cprng", - "libc", - "rand_core 0.3.1", - "rdrand", - "winapi 0.3.9", -] +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" @@ -6024,6 +5457,16 @@ dependencies = [ "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" @@ -6045,20 +5488,15 @@ dependencies = [ ] [[package]] -name = "rand_core" -version = "0.3.1" +name = "rand_chacha" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ - "rand_core 0.4.2", + "ppv-lite86", + "rand_core 0.9.3", ] -[[package]] -name = "rand_core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" - [[package]] name = "rand_core" version = "0.5.1" @@ -6074,10 +5512,19 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "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" @@ -6098,9 +5545,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" dependencies = [ "either", "rayon-core", @@ -6108,98 +5555,82 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" dependencies = [ "crossbeam-deque", - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] -name = "rdrand" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" +name = "redacted" +version = "0.1.0" dependencies = [ - "rand_core 0.3.1", + "sapling-minibytes", ] [[package]] name = "redox_syscall" -version = "0.4.1" +version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" -dependencies = [ - "bitflags 2.6.0", + "bitflags 2.10.0", ] [[package]] name = "redox_users" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "libredox", - "thiserror", + "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.23" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", -] - -[[package]] -name = "refencode" -version = "0.1.0" -dependencies = [ - "types", + "syn 2.0.111", ] [[package]] name = "regex" -version = "1.10.5" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax 0.6.29", + "regex-automata 0.4.13", + "regex-syntax 0.8.8", ] [[package]] @@ -6215,21 +5646,15 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.7" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.4", + "regex-syntax 0.8.8", ] -[[package]] -name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - [[package]] name = "regex-syntax" version = "0.7.5" @@ -6238,117 +5663,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "regex-syntax" -version = "0.8.4" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" - -[[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi 0.3.9", -] - -[[package]] -name = "renderdag" -version = "0.1.0" -dependencies = [ - "bitflags 2.6.0", - "dag", - "itertools", - "nonblocking", - "serde", - "unicode-width", -] - -[[package]] -name = "repo" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "commits-trait", - "configloader", - "configmodel", - "constructors", - "eagerepo", - "edenapi", - "factory", - "fail", - "fs-err", - "identity", - "manifest-tree", - "metalog", - "once_cell", - "parking_lot", - "refencode", - "repo-minimal-info", - "repolock", - "revisionstore", - "revsets", - "storemodel", - "tempfile", - "thiserror", - "tracing", - "treestate", - "types", - "util", - "workingcopy", -] - -[[package]] -name = "repo-minimal-info" -version = "0.1.0" -dependencies = [ - "anyhow", - "fs-err", - "gitcompat", - "identity", - "phf", - "tempfile", - "util", -] - -[[package]] -name = "repo_name" -version = "0.1.0" -dependencies = [ - "anyhow", - "percent-encoding", -] - -[[package]] -name = "repolock" -version = "0.1.0" -dependencies = [ - "anyhow", - "configmodel", - "fs-err", - "fs2", - "parking_lot", - "progress-model", - "tempfile", - "thiserror", - "tracing", - "util", -] - -[[package]] -name = "repostate" -version = "0.1.0" -dependencies = [ - "anyhow", - "byteorder", - "fs-err", - "identity", - "repolock", - "serde", - "tempfile", - "types", - "util", -] +checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" @@ -6356,6 +5673,7 @@ 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", @@ -6363,10 +5681,10 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2", - "http", - "http-body", - "hyper", + "h2 0.3.27", + "http 0.2.12", + "http-body 0.4.6", + "hyper 0.14.32", "hyper-rustls", "hyper-tls", "ipnet", @@ -6389,7 +5707,8 @@ dependencies = [ "tokio", "tokio-native-tls", "tokio-rustls", - "tokio-util 0.7.11", + "tokio-socks", + "tokio-util", "tower-service", "url", "wasm-bindgen", @@ -6400,198 +5719,69 @@ dependencies = [ "winreg", ] -[[package]] -name = "revisionstore" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "async-trait", - "byteorder", - "clientinfo", - "clientinfo_async", - "configmodel", - "crossbeam", - "curl", - "edenapi", - "edenapi_types", - "fbinit", - "fn-error-context", - "fs-err", - "futures 0.3.30", - "hex", - "hg-http", - "hg-metrics", - "hgstore", - "hgtime", - "http", - "http-client", - "indexedlog", - "itertools", - "lfs_protocol", - "lz4-pyframe", - "manifest-tree", - "maplit", - "memmap2", - "mincode", - "minibytes", - "mockito", - "mpatch", - "once_cell", - "parking_lot", - "progress-model", - "quickcheck", - "quickcheck_arbitrary_derive", - "rand 0.8.5", - "rand_chacha 0.3.1", - "regex", - "repo_name", - "revisionstore_types", - "serde", - "serde_derive", - "serde_json", - "sha1", - "sha2", - "stats", - "storemodel", - "tempfile", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "types", - "url", - "util", - "version", - "vlqencoding", -] - -[[package]] -name = "revisionstore_types" -version = "0.1.0" -dependencies = [ - "anyhow", - "byteorder", - "quickcheck", - "quickcheck_arbitrary_derive", - "serde", - "serde_derive", -] - -[[package]] -name = "revlogindex" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "bit-vec", - "byteorder", - "dag", - "indexedlog", - "lz4-pyframe", - "minibytes", - "nonblocking", - "parking_lot", - "radixbuf", - "tempfile", - "thiserror", - "util", -] - -[[package]] -name = "revsets" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "configmodel", - "dag", - "edenapi", - "hgplain", - "metalog", - "refencode", - "thiserror", - "treestate", - "types", -] - -[[package]] -name = "rewrite-macros" -version = "0.1.0" -dependencies = [ - "proc-macro2", - "quote", - "tree-pattern-match", -] - -[[package]] -name = "rich-cas-client" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "cas-client", - "configmodel", - "fbinit", - "types", -] - [[package]] name = "ring" -version = "0.17.8" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", - "cfg-if 1.0.0", - "getrandom 0.2.15", + "cfg-if 1.0.4", + "getrandom 0.2.16", "libc", - "spin", "untrusted", "windows-sys 0.52.0", ] [[package]] -name = "runlog" -version = "0.1.0" +name = "rust" +version = "0.0.1+unstable" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ "anyhow", - "chrono", - "configmodel", - "fs2", - "hg-http", - "libc", - "parking_lot", - "progress-model", - "rand 0.8.5", - "repo", - "serde", - "serde_json", - "tempfile", - "util", + "codegen_includer_proc_macro", + "fbthrift", + "futures 0.3.31", + "ref-cast", + "scope", + "thiserror 2.0.17", + "thrift_compiler", ] [[package]] -name = "rust-ini" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22" +name = "rust_clients" +version = "0.0.1+unstable" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ - "cfg-if 1.0.0", - "ordered-multimap", + "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.24" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" +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.27" +version = "0.37.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" +checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" dependencies = [ "bitflags 1.3.2", "errno", @@ -6603,15 +5793,28 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.34" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.10.0", "errno", "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "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]] @@ -6659,15 +5862,15 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "ryu" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "same-file" @@ -6679,23 +5882,2230 @@ dependencies = [ ] [[package]] -name = "sampling" +name = "sapling-async-runtime" version = "0.1.0" dependencies = [ - "configmodel", + "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 = "schannel" -version = "0.1.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +name = "sapling-cliparser" +version = "0.1.0" dependencies = [ - "windows-sys 0.52.0", + "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]] @@ -6704,12 +8114,12 @@ version = "0.1.0" dependencies = [ "anyhow", "clap 2.34.0", - "commitcloudsubscriber", "env_logger 0.10.2", "libc", "log", + "sapling-commitcloudsubscriber", "serde", - "thiserror", + "thiserror 2.0.17", "tokio", "toml", ] @@ -6717,30 +8127,27 @@ dependencies = [ [[package]] name = "scope" version = "0.0.1+unstable" -source = "git+https://github.com/facebook/fbthrift.git?branch=main#f5a5f5ab0de99eeeece67521eb816032c199cc3f" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ "anyhow", "codegen_includer_proc_macro", "fbthrift", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "ref-cast", - "serde", - "serde_derive", - "thiserror", + "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#f5a5f5ab0de99eeeece67521eb816032c199cc3f" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ "anyhow", "async-trait", "codegen_includer_proc_macro", "fbthrift", - "futures 0.3.30", + "futures 0.3.31", "scope", "thrift_compiler", "tracing", @@ -6754,9 +8161,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2" [[package]] name = "sct" @@ -6774,7 +8181,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.10.0", "core-foundation", "core-foundation-sys", "libc", @@ -6783,65 +8190,45 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" dependencies = [ "core-foundation-sys", "libc", ] -[[package]] -name = "semver" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver-parser" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" -dependencies = [ - "pest", -] - [[package]] name = "serde" -version = "1.0.204" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" dependencies = [ + "serde_core", "serde_derive", ] -[[package]] -name = "serde_alt" -version = "0.1.0" - [[package]] name = "serde_bser" version = "0.4.0" -source = "git+https://github.com/facebook/watchman.git?branch=main#b53ca70cc37496cfd5924eacf2cef8a271ee6ae9" +source = "git+https://github.com/facebook/watchman.git?branch=main#9c213927d3df40727fdc222315251cf1f85b32f0" dependencies = [ "anyhow", "byteorder", "bytes", "serde", "serde_bytes", - "thiserror", + "thiserror 2.0.17", ] [[package]] name = "serde_bytes" -version = "0.11.15" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" dependencies = [ "serde", + "serde_core", ] [[package]] @@ -6850,46 +8237,48 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" dependencies = [ - "half", + "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.204" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", -] - -[[package]] -name = "serde_fmt" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4" -dependencies = [ - "serde", + "syn 2.0.111", ] [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" dependencies = [ "itoa", + "memchr", "ryu", "serde", + "serde_core", ] [[package]] name = "serde_spanned" -version = "0.6.7" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" dependencies = [ "serde", ] @@ -6912,7 +8301,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "cpufeatures", "digest", ] @@ -6925,11 +8314,11 @@ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "cpufeatures", "digest", ] @@ -6943,6 +8332,15 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "shell" +version = "0.1.0" +dependencies = [ + "anyhow", + "tracing", + "tracing-subscriber", +] + [[package]] name = "shell-escape" version = "0.1.5" @@ -6966,9 +8364,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" +checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" dependencies = [ "libc", "signal-hook-registry", @@ -6976,18 +8374,24 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.2" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" dependencies = [ "libc", ] [[package]] -name = "similar" -version = "2.6.0" +name = "simd-adler32" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" +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" @@ -6998,14 +8402,14 @@ dependencies = [ "chrono", "num-bigint", "num-traits", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "siphasher" -version = "0.3.11" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "sized-chunks" @@ -7017,30 +8421,17 @@ dependencies = [ "typenum", ] -[[package]] -name = "skeptic" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ebf8a06f5f8bae61ae5bbc7af7aac4ef6907ae975130faba1199e5fe82256a" -dependencies = [ - "pulldown-cmark", - "tempdir", -] - [[package]] name = "slab" -version = "0.4.9" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "smallvec" -version = "1.13.2" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" @@ -7049,53 +8440,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", - "winapi 0.3.9", + "winapi", ] [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" dependencies = [ "libc", "windows-sys 0.52.0", ] [[package]] -name = "sorted_vector_map" -version = "0.2.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" -dependencies = [ - "itertools", - "quickcheck", -] - -[[package]] -name = "sparse" -version = "0.1.0" -dependencies = [ - "anyhow", - "futures 0.3.30", - "globset", - "once_cell", - "pathmatcher", - "regex", - "rewrite-macros", - "thiserror", - "tokio", - "tracing", - "types", -] - -[[package]] -name = "spawn-ext" -version = "0.1.0" +name = "socket2" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" dependencies = [ "libc", - "tempfile", - "tracing", - "winapi 0.3.9", + "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]] @@ -7103,6 +8477,15 @@ 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" @@ -7110,31 +8493,13 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" -[[package]] -name = "staticconfig" -version = "0.1.0" -dependencies = [ - "configmodel", - "phf", - "staticconfig_macros", -] - -[[package]] -name = "staticconfig_macros" -version = "0.1.0" -dependencies = [ - "hgrc-parser", - "indexmap 2.2.6", -] - [[package]] name = "stats" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "fbinit", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "perthread", "stats_traits", "tokio", @@ -7144,75 +8509,13 @@ dependencies = [ [[package]] name = "stats_traits" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "auto_impl", "dashmap", "fbinit", ] -[[package]] -name = "status" -version = "0.1.0" -dependencies = [ - "types", -] - -[[package]] -name = "storemodel" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "configmodel", - "edenapi_trait", - "edenapi_types", - "factory", - "futures 0.3.30", - "metalog", - "minibytes", - "once_cell", - "parking_lot", - "serde", - "types", -] - -[[package]] -name = "streampager" -version = "0.10.3" -dependencies = [ - "bit-set", - "dirs 2.0.2", - "enum_dispatch", - "indexmap 2.2.6", - "lazy_static", - "lru", - "memmap2", - "regex", - "scopeguard", - "serde", - "smallvec", - "tempfile", - "terminfo", - "termwiz", - "thiserror", - "toml", - "unicode-segmentation", - "unicode-width", - "vec_map", -] - -[[package]] -name = "streams" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "futures 0.3.30", - "pin-project 0.4.30", - "tokio", -] - [[package]] name = "strsim" version = "0.8.0" @@ -7255,109 +8558,12 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.72", -] - [[package]] name = "subtle" version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" -[[package]] -name = "sval" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe" - -[[package]] -name = "sval_buffer" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d" -dependencies = [ - "sval", - "sval_ref", -] - -[[package]] -name = "sval_dynamic" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f" -dependencies = [ - "sval", -] - -[[package]] -name = "sval_fmt" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d" -dependencies = [ - "itoa", - "ryu", - "sval", -] - -[[package]] -name = "sval_json" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282" -dependencies = [ - "itoa", - "ryu", - "sval", -] - -[[package]] -name = "sval_nested" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb" -dependencies = [ - "sval", - "sval_buffer", - "sval_ref", -] - -[[package]] -name = "sval_ref" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce" -dependencies = [ - "sval", -] - -[[package]] -name = "sval_serde" -version = "2.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46" -dependencies = [ - "serde", - "sval", - "sval_nested", -] - [[package]] name = "syn" version = "1.0.109" @@ -7371,9 +8577,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.72" +version = "2.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" +checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" dependencies = [ "proc-macro2", "quote", @@ -7398,6 +8604,17 @@ dependencies = [ "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" @@ -7419,26 +8636,17 @@ dependencies = [ "libc", ] -[[package]] -name = "tempdir" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" -dependencies = [ - "rand 0.4.6", - "remove_dir_all", -] - [[package]] name = "tempfile" -version = "3.10.1" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ - "cfg-if 1.0.0", - "fastrand 2.1.0", - "rustix 0.38.34", - "windows-sys 0.52.0", + "fastrand 2.3.0", + "getrandom 0.3.4", + "once_cell", + "rustix 1.1.2", + "windows-sys 0.61.2", ] [[package]] @@ -7456,7 +8664,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" dependencies = [ - "rustix 0.37.27", + "rustix 0.37.28", "windows-sys 0.48.0", ] @@ -7466,17 +8674,26 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.44", "windows-sys 0.48.0", ] [[package]] -name = "terminfo" -version = "0.8.0" +name = "terminal_size" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f" +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 = [ - "dirs 4.0.0", "fnv", "nom", "phf", @@ -7492,39 +8709,18 @@ dependencies = [ "libc", ] -[[package]] -name = "termlogger" -version = "0.1.0" -dependencies = [ - "identity", - "io", - "lazystr", - "tracing", -] - -[[package]] -name = "termstyle" -version = "0.1.0" -dependencies = [ - "configmodel", - "hgplain", - "io", - "termwiz", - "tracing", -] - [[package]] name = "termwiz" -version = "0.22.0" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a75313e21da5d4406ea31402035b3b97aa74c04356bdfafa5d1043ab4e551d1" +checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" dependencies = [ "anyhow", - "base64 0.21.7", - "bitflags 2.6.0", + "base64 0.22.1", + "bitflags 2.10.0", "cassowary", "fancy-regex 0.11.0", - "filedescriptor 0.8.2", + "filedescriptor 0.8.3", "finl_unicode", "fixedbitset", "fnv", @@ -7533,21 +8729,19 @@ dependencies = [ "libc", "log", "memmem", - "nix 0.26.4", + "nix 0.29.0", "num-derive", "num-traits", - "ordered-float 4.2.1", + "ordered-float 4.6.0", "pest", "pest_derive", "phf", - "semver", "sha2", "signal-hook", "siphasher", - "tempfile", "terminfo", "termios", - "thiserror", + "thiserror 1.0.69", "ucd-trie", "unicode-segmentation", "vtparse", @@ -7556,15 +8750,7 @@ dependencies = [ "wezterm-color-types", "wezterm-dynamic", "wezterm-input-types", - "winapi 0.3.9", -] - -[[package]] -name = "testutil" -version = "0.1.0" -dependencies = [ - "once_cell", - "parking_lot", + "winapi", ] [[package]] @@ -7573,76 +8759,89 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" dependencies = [ - "unicode-width", + "unicode-width 0.1.12", ] [[package]] name = "textwrap" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" dependencies = [ - "terminal_size 0.2.6", - "unicode-width", -] - -[[package]] -name = "thin-cas-client" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "cas-client", - "configmodel", - "fbinit", - "types", + "terminal_size 0.4.3", + "unicode-width 0.2.2", ] [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "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.63" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "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.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" dependencies = [ - "cfg-if 1.0.0", - "once_cell", + "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#f5a5f5ab0de99eeeece67521eb816032c199cc3f" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ "anyhow", "codegen_includer_proc_macro", "fbthrift", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "ref-cast", "scope", - "serde", - "serde_derive", - "thiserror", + "thiserror 2.0.17", "thrift_compiler", ] @@ -7653,44 +8852,28 @@ dependencies = [ "anyhow", "codegen_includer_proc_macro", "config_thrift", + "cpp", "fb303_core", "fbthrift", - "futures 0.3.30", - "once_cell", + "futures 0.3.31", "ref-cast", - "serde", - "serde_derive", + "rust", "sorted_vector_map", - "thiserror", + "thiserror 2.0.17", "thrift 0.0.1+unstable", "thrift_compiler", ] -[[package]] -name = "thrift-types" -version = "0.1.0" -dependencies = [ - "anyhow", - "config", - "config_thrift", - "fb303_core", - "fbthrift", - "futures 0.3.30", - "thiserror", - "thrift 0.1.0", - "thrift_clients 0.1.0", -] - [[package]] name = "thrift_clients" version = "0.0.1+unstable" -source = "git+https://github.com/facebook/fbthrift.git?branch=main#f5a5f5ab0de99eeeece67521eb816032c199cc3f" +source = "git+https://github.com/facebook/fbthrift.git?branch=main#5b794149a0af7c229663f22cabe866535443ab2f" dependencies = [ "anyhow", "async-trait", "codegen_includer_proc_macro", "fbthrift", - "futures 0.3.30", + "futures 0.3.31", "scope", "scope_clients", "thrift 0.0.1+unstable", @@ -7707,11 +8890,14 @@ dependencies = [ "codegen_includer_proc_macro", "config_thrift", "config_thrift_clients", - "const-cstr", + "cpp", + "cpp_clients", "fb303_core", "fb303_core_clients", "fbthrift", - "futures 0.3.30", + "futures 0.3.31", + "rust", + "rust_clients", "thrift 0.0.1+unstable", "thrift 0.1.0", "thrift_clients 0.0.1+unstable", @@ -7722,10 +8908,10 @@ dependencies = [ [[package]] name = "thrift_compiler" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "anyhow", - "clap 4.5.11", + "clap 4.5.53", "dunce", "serde", "which", @@ -7733,9 +8919,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" dependencies = [ "deranged", "itoa", @@ -7750,19 +8936,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" - -[[package]] -name = "time-interval" -version = "0.1.0" +checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" dependencies = [ "num-conv", "time-core", @@ -7779,10 +8961,30 @@ dependencies = [ ] [[package]] -name = "tinyvec" -version = "1.8.0" +name = "tinystr" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +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", ] @@ -7795,32 +8997,31 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.1" +version = "1.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a" +checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" dependencies = [ - "backtrace", "bytes", "libc", - "mio", + "mio 1.1.1", "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.7", + "socket2 0.6.1", "tokio-macros", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.111", ] [[package]] @@ -7844,15 +9045,27 @@ dependencies = [ ] [[package]] -name = "tokio-stream" -version = "0.1.15" +name = "tokio-socks" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +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 0.7.11", + "tokio-util", ] [[package]] @@ -7865,7 +9078,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "pin-project 1.1.5", + "pin-project 1.1.10", "tokio", "tower", "tower-service", @@ -7875,10 +9088,10 @@ dependencies = [ [[package]] name = "tokio-uds-compat" version = "0.1.0" -source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#4f55da19d54ca6e235474f95902e308610724559" +source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#89302da55dad65274c455538b75a4067d5ad69b3" dependencies = [ "async-io", - "futures 0.3.30", + "futures 0.3.31", "tokio", "tracing", "uds_windows", @@ -7886,32 +9099,16 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.10" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" -dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "log", - "pin-project-lite", - "slab", - "tokio", -] - -[[package]] -name = "tokio-util" -version = "0.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.5", "pin-project-lite", "slab", "tokio", @@ -7919,9 +9116,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.16" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" dependencies = [ "serde", "serde_spanned", @@ -7931,26 +9128,33 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.7" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.22.17" +version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.2.6", + "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" @@ -7967,21 +9171,21 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" dependencies = [ "log", "pin-project-lite", @@ -7989,44 +9193,22 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-analyzer" -version = "0.1.0" -dependencies = [ - "serde_json", - "tracing-collector", -] - [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", -] - -[[package]] -name = "tracing-collector" -version = "0.1.0" -dependencies = [ - "indexmap 2.2.6", - "libc", - "parking_lot", - "serde", - "serde_json", - "tracing", - "tracing-subscriber", - "winapi 0.3.9", + "syn 2.0.111", ] [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" dependencies = [ "once_cell", "valuable", @@ -8043,37 +9225,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-reload" -version = "0.1.0" -dependencies = [ - "anyhow", - "once_cell", - "tracing", - "tracing-subscriber", -] - -[[package]] -name = "tracing-runtime-callsite" -version = "0.1.0" -dependencies = [ - "once_cell", - "parking_lot", - "regex", - "tracing", -] - -[[package]] -name = "tracing-sampler" -version = "0.1.0" -dependencies = [ - "sampling", - "tempfile", - "tracing", - "tracing-serde", - "tracing-subscriber", -] - [[package]] name = "tracing-serde" version = "0.1.3" @@ -8085,17 +9236,27 @@ dependencies = [ ] [[package]] -name = "tracing-subscriber" -version = "0.3.18" +name = "tracing-serde" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +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", + "regex-automata 0.4.13", "serde", "serde_json", "sharded-slab", @@ -8105,7 +9266,7 @@ dependencies = [ "tracing", "tracing-core", "tracing-log", - "tracing-serde", + "tracing-serde 0.2.0", ] [[package]] @@ -8126,42 +9287,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568" dependencies = [ "quote", - "syn 2.0.72", -] - -[[package]] -name = "tree-pattern-match" -version = "0.1.0" -dependencies = [ - "bitflags 2.6.0", -] - -[[package]] -name = "treestate" -version = "0.1.0" -dependencies = [ - "anyhow", - "atomicfile", - "bitflags 2.6.0", - "byteorder", - "fs-err", - "fs2", - "identity", - "itertools", - "pretty_assertions", - "quickcheck", - "rand 0.8.5", - "rand_chacha 0.3.1", - "repolock", - "sha2", - "tempfile", - "thiserror", - "tracing", - "twox-hash", - "types", - "util", - "uuid", - "vlqencoding", + "syn 2.0.111", ] [[package]] @@ -8176,64 +9302,33 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "rand 0.8.5", "static_assertions", ] -[[package]] -name = "type_macros" -version = "0.1.0" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "typeid" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf" - [[package]] name = "typenum" -version = "1.17.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] -name = "types" +name = "types-benches" version = "0.1.0" dependencies = [ - "anyhow", - "assert_matches", - "base64 0.13.1", - "bitflags 2.6.0", - "blake3", - "byteorder", - "lazy_static", - "minibytes", - "quickcheck", - "quickcheck_arbitrary_derive", - "rand 0.8.5", - "ref-cast", - "serde", - "serde_bytes", - "serde_cbor", - "serde_derive", - "serde_json", + "criterion", + "faster-hex", + "hex", + "sapling-types", "sha1", - "thiserror", - "util", - "vlqencoding", ] [[package]] name = "ucd-trie" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "uds_windows" @@ -8241,78 +9336,61 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" dependencies = [ - "memoffset 0.9.1", + "memoffset", "tempfile", - "winapi 0.3.9", -] - -[[package]] -name = "udsipc" -version = "0.1.0" -dependencies = [ - "anyhow", - "fn-error-context", - "fs-err", - "nodeipc", - "uds_windows", + "winapi", ] [[package]] name = "unicase" -version = "2.7.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-bidi" -version = "0.3.15" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "unicode-normalization" -version = "0.1.23" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +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.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" - -[[package]] -name = "unionconfig" -version = "0.1.0" -dependencies = [ - "configmodel", - "indexmap 2.2.6", - "staticconfig", -] +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "untrusted" @@ -8322,96 +9400,53 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.2" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", - "idna 0.5.0", + "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 = "util" -version = "0.1.0" -dependencies = [ - "anyhow", - "atomicfile", - "dirs 2.0.2", - "fn-error-context", - "fs2", - "lazystr", - "libc", - "memmap2", - "once_cell", - "rand 0.8.5", - "shell-escape", - "shellexpand", - "tempfile", - "thiserror", - "widestring", - "winapi 0.3.9", -] - [[package]] name = "uuid" -version = "1.10.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "atomic", - "getrandom 0.2.15", - "serde", + "getrandom 0.3.4", + "js-sys", + "serde_core", "sha1_smol", + "wasm-bindgen", ] [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "value-bag" -version = "1.9.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" -dependencies = [ - "value-bag-serde1", - "value-bag-sval2", -] - -[[package]] -name = "value-bag-serde1" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b" -dependencies = [ - "erased-serde", - "serde", - "serde_fmt", -] - -[[package]] -name = "value-bag-sval2" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b" -dependencies = [ - "sval", - "sval_buffer", - "sval_dynamic", - "sval_fmt", - "sval_json", - "sval_ref", - "sval_serde", -] +checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" [[package]] name = "vcpkg" @@ -8425,43 +9460,12 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" -[[package]] -name = "version" -version = "0.1.0" - [[package]] name = "version_check" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "vfs" -version = "0.1.0" -dependencies = [ - "anyhow", - "crossbeam", - "dashmap", - "fsinfo", - "identity", - "libc", - "minibytes", - "once_cell", - "tempfile", - "thiserror", - "tokio", - "tracing", - "types", - "util", -] - -[[package]] -name = "vlqencoding" -version = "0.1.0" -dependencies = [ - "quickcheck", -] - [[package]] name = "void" version = "1.0.2" @@ -8510,9 +9514,18 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" +version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +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" @@ -8522,46 +9535,35 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" dependencies = [ - "cfg-if 1.0.0", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.92" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" -dependencies = [ - "bumpalo", - "log", + "cfg-if 1.0.4", "once_cell", - "proc-macro2", - "quote", - "syn 2.0.72", + "rustversion", + "wasm-bindgen-macro", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -8569,28 +9571,31 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" dependencies = [ + "bumpalo", "proc-macro2", "quote", - "syn 2.0.72", - "wasm-bindgen-backend", + "syn 2.0.111", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" +dependencies = [ + "unicode-ident", +] [[package]] name = "wasm-streams" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" +checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" dependencies = [ "futures-util", "js-sys", @@ -8602,25 +9607,25 @@ dependencies = [ [[package]] name = "watchman_client" version = "0.9.0" -source = "git+https://github.com/facebook/watchman.git?branch=main#b53ca70cc37496cfd5924eacf2cef8a271ee6ae9" +source = "git+https://github.com/facebook/watchman.git?branch=main#9c213927d3df40727fdc222315251cf1f85b32f0" dependencies = [ "anyhow", "bytes", - "futures 0.3.30", + "futures 0.3.31", "maplit", "serde", "serde_bser", - "thiserror", + "thiserror 2.0.17", "tokio", - "tokio-util 0.6.10", - "winapi 0.3.9", + "tokio-util", + "winapi", ] [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" dependencies = [ "js-sys", "wasm-bindgen", @@ -8632,22 +9637,6 @@ version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" -[[package]] -name = "webview-app" -version = "0.1.0" -dependencies = [ - "anyhow", - "base64 0.13.1", - "dirs 2.0.2", - "open", - "serde", - "serde_json", - "tinyfiledialogs", - "tracing", - "version", - "webview-sys", -] - [[package]] name = "webview-sys" version = "0.6.2" @@ -8667,15 +9656,14 @@ dependencies = [ [[package]] name = "wezterm-blob-leases" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5a5e0adf7eed68976410def849a4bdab6f6e9f6163f152de9cb89deea9e60b" +checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.3.4", "mac_address", - "once_cell", "sha2", - "thiserror", + "thiserror 1.0.69", "uuid", ] @@ -8693,22 +9681,22 @@ dependencies = [ [[package]] name = "wezterm-dynamic" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb128bacfa86734e07681fb6068e34c144698e84ee022d6e009145d1abb77b5" +checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" dependencies = [ "log", - "ordered-float 4.2.1", - "strsim 0.10.0", - "thiserror", + "ordered-float 4.6.0", + "strsim 0.11.1", + "thiserror 1.0.69", "wezterm-dynamic-derive", ] [[package]] name = "wezterm-dynamic-derive" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9f5ef318442d07b3d071f9f43ea40b80992f87faee14bb4d017b6991c307f0" +checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" dependencies = [ "proc-macro2", "quote", @@ -8724,6 +9712,7 @@ dependencies = [ "bitflags 1.3.2", "euclid", "lazy_static", + "serde", "wezterm-dynamic", ] @@ -8736,31 +9725,25 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.34", + "rustix 0.38.44", ] [[package]] name = "whoami" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" +checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" dependencies = [ - "redox_syscall 0.4.1", + "libredox", "wasite", "web-sys", ] [[package]] name = "widestring" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" - -[[package]] -name = "winapi" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" [[package]] name = "winapi" @@ -8772,12 +9755,6 @@ dependencies = [ "winapi-x86_64-pc-windows-gnu", ] -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" - [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" @@ -8786,11 +9763,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.8" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -8801,11 +9778,70 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows-core" -version = "0.52.0" +version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ - "windows-targets 0.52.6", + "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]] @@ -8826,6 +9862,48 @@ 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" @@ -8850,13 +9928,36 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "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" @@ -8869,6 +9970,18 @@ 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" @@ -8881,6 +9994,18 @@ 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" @@ -8893,12 +10018,30 @@ 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" @@ -8911,6 +10054,18 @@ 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" @@ -8923,6 +10078,18 @@ 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" @@ -8935,6 +10102,18 @@ 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" @@ -8948,10 +10127,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] -name = "winnow" -version = "0.6.16" +name = "windows_x86_64_msvc" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480ae9340fc261e6be3e95a1ba86d54ae3f9171132a73ce8d4bbaf68339507c" +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" + +[[package]] +name = "winnow" +version = "0.7.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] @@ -8962,150 +10147,150 @@ version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.4", "windows-sys 0.48.0", ] [[package]] -name = "workingcopy" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-runtime", - "async-trait", - "bitflags 2.6.0", - "configloader", - "configmodel", - "context", - "crossbeam", - "edenfs-client", - "fs-err", - "gitcompat", - "hgtime", - "identity", - "journal", - "manifest", - "manifest-tree", - "once_cell", - "parking_lot", - "pathmatcher", - "progress-model", - "regex", - "repolock", - "repostate", - "serde", - "serde_json", - "sparse", - "status", - "storemodel", - "tempfile", - "termlogger", - "thiserror", - "tokio", - "tracing", - "treestate", - "types", - "util", - "vfs", - "watchman_client", - "whoami", -] +name = "wit-bindgen" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] -name = "xdiff" -version = "0.1.0" -dependencies = [ - "structopt", - "xdiff-sys", -] - -[[package]] -name = "xdiff-sys" -version = "0.1.0" -dependencies = [ - "cc", -] +name = "writeable" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +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.7.35" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.35" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "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.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "7.2.0" +version = "7.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa556e971e7b568dc775c136fc9de8c779b1c2fc3a63defaafadffdbd3181afa" +checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" dependencies = [ "zstd-sys", ] [[package]] name = "zstd-sys" -version = "2.0.12+zstd.1.5.6" +version = "2.0.16+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13" +checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" dependencies = [ + "bindgen", "cc", "pkg-config", ] - -[[package]] -name = "zstdelta" -version = "0.1.0" -dependencies = [ - "libc", - "quickcheck", - "rand 0.8.5", - "rand_chacha 0.3.1", - "zstd-sys", -] - -[[package]] -name = "zstore" -version = "0.1.0" -dependencies = [ - "indexedlog", - "lazy_static", - "lru-cache", - "mincode", - "minibytes", - "parking_lot", - "quickcheck", - "serde", - "sha1", - "tempfile", - "tracing", - "types", - "zstdelta", -] diff --git a/pkgs/by-name/sa/sapling/deps.json b/pkgs/by-name/sa/sapling/deps.json deleted file mode 100644 index ed3c327ecfbd..000000000000 --- a/pkgs/by-name/sa/sapling/deps.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "links": [], - "version": "0.2.20240718-145624+f4e9df48", - "versionHash": "7014953821350190751" -} diff --git a/pkgs/by-name/sa/sapling/gen-deps.py b/pkgs/by-name/sa/sapling/gen-deps.py deleted file mode 100755 index ddab0080f640..000000000000 --- a/pkgs/by-name/sa/sapling/gen-deps.py +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i python3 -p cargo -p "python3.withPackages (ps: with ps; [ requests ])" -import json -import pathlib -import re -import tempfile -import os -import shutil -from hashlib import sha1 -from struct import unpack -from subprocess import run -import subprocess - -from requests import get - -# Fetch the latest stable release metadata from GitHub -releaseMetadata = get("https://api.github.com/repos/facebook/sapling/releases/latest").json() -latestTag = releaseMetadata["tag_name"] -latestTarballURL = releaseMetadata["tarball_url"] - -[_tarballHash, sourceDirectory] = run( - ["nix-prefetch-url", "--print-path", "--unpack", latestTarballURL], - check=True, - text=True, - stdout=subprocess.PIPE, -).stdout.rstrip().splitlines() - -def updateCargoLock(): - with tempfile.TemporaryDirectory() as tempDir: - tempDir = pathlib.Path(tempDir) - - # NOTE(strager): We cannot use shutil.tree because it copies the - # read-only permissions. - for dirpath, dirnames, filenames in os.walk(sourceDirectory): - relativeDirpath = os.path.relpath(dirpath, sourceDirectory) - for filename in filenames: - shutil.copy(os.path.join(dirpath, filename), tempDir / relativeDirpath / filename) - for dirname in dirnames: - os.mkdir(tempDir / relativeDirpath / dirname) - - run(["cargo", "fetch"], check=True, cwd=tempDir / "eden" / "scm") - shutil.copy(tempDir / "eden" / "scm" / "Cargo.lock", "Cargo.lock") - -updateCargoLock() - -def nixPrefetchUrl(url): - return run( - ["nix-prefetch-url", "--type", "sha256", url], - check=True, - text=True, - capture_output=True, - ).stdout.rstrip() - - -# Fetch the `setup.py` source and look for instances of assets being downloaded -# from files.pythonhosted.org. -setupPy = (pathlib.Path(sourceDirectory) / "eden/scm/setup.py").read_text() -foundUrls = re.findall(r'(https://files\.pythonhosted\.org/packages/[^\s]+)"', setupPy) - -dataDeps = { - "links": [{"url": url, "sha256": nixPrefetchUrl(url)} for url in foundUrls], - "version": latestTag, - # Find latest's git tag which corresponds to the Sapling version. Also - # needed is a hash of the version, so calculate that here. Taken from - # Sapling source `$root/eden/scm/setup_with_version.py`. - "versionHash": str(unpack(">Q", sha1(latestTag.encode("ascii")).digest()[:8])[0]), -} - -open("deps.json", "w").write(json.dumps(dataDeps, indent=2, sort_keys=True) + "\n") diff --git a/pkgs/by-name/sa/sapling/package.nix b/pkgs/by-name/sa/sapling/package.nix index 151f38d0ff40..47fc32138f26 100644 --- a/pkgs/by-name/sa/sapling/package.nix +++ b/pkgs/by-name/sa/sapling/package.nix @@ -1,11 +1,12 @@ { lib, stdenv, - python311Packages, + python312Packages, fetchFromGitHub, - fetchurl, cargo, curl, + gettext, + libclang, pkg-config, openssl, rustPlatform, @@ -16,12 +17,14 @@ fixup-yarn-lock, glibcLocales, libiconv, + versionCheckHook, enableMinimal ? false, }: let - inherit (lib.importJSON ./deps.json) links version versionHash; + version = "0.2.20250521-115337+25ed6ac4"; + # Sapling sets a Cargo config containing lines like so: # [target.aarch64-apple-darwin] # rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"] @@ -41,8 +44,8 @@ let src = fetchFromGitHub { owner = "facebook"; repo = "sapling"; - rev = version; - hash = "sha256-4pOpJ91esTSH90MvvMu74CnlLULLUawqxcniUeqnLwA="; + tag = version; + hash = "sha256-NvfSx6BMbwOFY+y6Yb/tyUNYeuL8WCoc+HSVys8Ko0Y="; }; addonsSrc = "${src}/addons"; @@ -50,7 +53,7 @@ let # Fetches the Yarn modules in Nix to to be used as an offline cache yarnOfflineCache = fetchYarnDeps { yarnLock = "${addonsSrc}/yarn.lock"; - sha256 = "sha256-jCtrflwDrwql6rY1ff1eXLKdwmnXhg5bCJPlCczBCIk="; + sha256 = "sha256-9l4lSzFTF5rSByO388tosJCxOb65Nnua6HaDD7F62No="; }; # Builds the NodeJS server that runs with `sl web` @@ -78,7 +81,7 @@ let substituteInPlace build-tar.py \ --replace-fail 'run(yarn + ["--cwd", src_join(), "install", "--prefer-offline"])' 'pass' - ${python311Packages.python}/bin/python3 build-tar.py \ + ${python312Packages.python}/bin/python3 build-tar.py \ --output isl-dist.tar.xz \ --yarn 'yarn --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress' @@ -96,7 +99,7 @@ let }; in # Builds the main `sl` binary and its Python extensions -python311Packages.buildPythonApplication { +python312Packages.buildPythonApplication { format = "setuptools"; pname = "sapling"; inherit src version; @@ -108,14 +111,19 @@ python311Packages.buildPythonApplication { lockFile = ./Cargo.lock; outputHashes = { "abomonation-0.7.3+smallvec1" = "sha256-AxEXR6GC8gHjycIPOfoViP7KceM29p2ZISIt4iwJzvM="; - "cloned-0.1.0" = "sha256-2BaNR/pQmR7pHtRf6VBQLcZgLHbj2JCxeX4auAB0efU="; - "fb303_core-0.0.0" = "sha256-PDGdKjR6KPv1uH1JSTeoG5Rs0ZkmNJLqqSXtvV3RWic="; - "fbthrift-0.0.1+unstable" = "sha256-J4REXGuLjHyN3SHilSWhMoqpRcn1QnEtsTsZF4Z3feU="; - "serde_bser-0.4.0" = "sha256-Su1IP3NzQu/87p/+uQaG8JcICL9hit3OV1O9oFiACsQ="; + "cloned-0.1.0" = "sha256-026OKsszbF2aPWpA8JBc6KwZHxEqwnKIluzDjO/opgc="; + "fb303_core-0.0.0" = "sha256-IJKAWgBLrLnWItw6UTNdwjuTDO6dUfqyKsVv2aW6Kyo="; + "fbthrift-0.0.1+unstable" = "sha256-FuUo1cZG7Ed+TAXY53MpylBPGzFruIsWaxKPR26TxVk="; + "serde_bser-0.4.0" = "sha256-OY+IZh4nz5ICrDKYr8pPfORW4i8KBULhGC5YyXb5Ulg="; + "watchman_client-0.9.0" = "sha256-OY+IZh4nz5ICrDKYr8pPfORW4i8KBULhGC5YyXb5Ulg="; }; }; + postPatch = '' cp ${./Cargo.lock} Cargo.lock + + substituteInPlace sapling/thirdparty/pysocks/setup.py \ + --replace-fail 'os.path.dirname(__file__)' "\"$out/lib/${python312Packages.python.libPrefix}/site-packages/sapling/thirdparty/pysocks\"" '' + lib.optionalString (!enableMinimal) '' # If asked, we optionally patch in a hardcoded path to the @@ -125,17 +133,6 @@ python311Packages.buildPythonApplication { --replace '"#);' $'[web]\nnode-path=${nodejs}/bin/node\n"#);' ''; - # Since the derivation builder doesn't have network access to remain pure, - # fetch the artifacts manually and link them. Then replace the hardcoded URLs - # with filesystem paths for the curl calls. - postUnpack = '' - mkdir $sourceRoot/hack_pydeps - ${lib.concatStrings ( - map (li: "ln -s ${fetchurl li} $sourceRoot/hack_pydeps/${baseNameOf li.url}\n") links - )} - sed -i "s|https://files.pythonhosted.org/packages/[[:alnum:]]*/[[:alnum:]]*/[[:alnum:]]*/|file://$NIX_BUILD_TOP/$sourceRoot/hack_pydeps/|g" $sourceRoot/setup.py - ''; - postInstall = '' install ${isl}/isl-dist.tar.xz $out/lib/isl-dist.tar.xz ''; @@ -151,7 +148,8 @@ python311Packages.buildPythonApplication { myCargoSetupHook cargo rustc - ]; + ] + ++ lib.optionals stdenv.hostPlatform.isLinux [ gettext ]; buildInputs = [ openssl @@ -162,26 +160,27 @@ python311Packages.buildPythonApplication { ]; HGNAME = "sl"; + LIBCLANG_PATH = "${lib.getLib libclang}/lib"; SAPLING_OSS_BUILD = "true"; - SAPLING_VERSION_HASH = versionHash; + SAPLING_VERSION = version; + SAPLING_VERSION_HASH = + let + sha1Hash = builtins.hashString "sha1" version; + hexSubstring = builtins.substring 0 16 sha1Hash; + in + lib.trivial.fromHexString hexSubstring; - # Python setuptools version 66 and newer does not support upstream Sapling's - # version numbers (e.g. "0.2.20230124-180750-hf8cd450a"). Change the version - # number to something supported by setuptools (e.g. "0.2.20230124"). - # https://github.com/facebook/sapling/issues/571 - SAPLING_VERSION = builtins.elemAt (builtins.split "-" version) 0; + nativeInstallCheckInputs = [ + versionCheckHook + ]; + versionCheckProgramArg = "version"; + doInstallCheck = true; - # just a simple check phase, until we have a running test suite. this should - # help catch issues like lack of a LOCALE_ARCHIVE setting (see GH PR #202760) - doCheck = true; - installCheckPhase = '' - echo -n "testing sapling version; should be \"$SAPLING_VERSION\"... " - $out/bin/sl version | grep -qw "$SAPLING_VERSION" - echo "OK!" - ''; - - # Expose isl to nix repl as sapling.isl. - passthru.isl = isl; + passthru = { + # Expose isl to nix repl as sapling.isl. + isl = isl; + updateScript = ./update.sh; + }; meta = { description = "Scalable, User-Friendly Source Control System"; diff --git a/pkgs/by-name/sa/sapling/update.sh b/pkgs/by-name/sa/sapling/update.sh new file mode 100755 index 000000000000..9911bf49ce59 --- /dev/null +++ b/pkgs/by-name/sa/sapling/update.sh @@ -0,0 +1,98 @@ +#!/usr/bin/env nix-shell +#!nix-shell -i bash -p curl jq git gnused nix-prefetch-github rustup python3 nix prefetch-yarn-deps coreutils nix-prefetch-git + +set -euo pipefail + +# Some Facebook package make use of nightly Rust features +rustup toolchain install nightly --force + +# Paths +nixpkgs="$(git rev-parse --show-toplevel)" +pkgdir="$nixpkgs/pkgs/by-name/sa/sapling" +pkgfile="$pkgdir/package.nix" +latest_json="$(curl -s https://api.github.com/repos/facebook/sapling/releases/latest)" +latest_tag="$(jq -r .tag_name <<<"$latest_json")" +tarball_url="$(jq -r .tarball_url <<<"$latest_json")" + +# Update version +sed -i -e 's|^ version = "[^"]*";| version = "'"$latest_tag"'";|' "$pkgfile" + +# Prefetch source tarball and get unpacked path +mapfile -t tarball_lines < <(nix-prefetch-url --print-path --unpack "$tarball_url") +source_dir="${tarball_lines[1]}" + +# Update Cargo.lock by running cargo fetch in a writable copy of the source +tmpdir="$(mktemp -d)" +trap 'rm -rf "$tmpdir"' EXIT +cp -R "$source_dir" "$tmpdir/src" +chmod -R u+w "$tmpdir/src" +rustup run nightly cargo fetch --manifest-path "$tmpdir/src/eden/scm/Cargo.toml" +cp "$tmpdir/src/eden/scm/Cargo.lock" "$pkgdir/Cargo.lock" + +# Parse Cargo.lock and prefetch git sources +cargo_output_hashes="$(python3 -c ' +import json +import subprocess +import sys +import tomllib + +cargo_lock_path = sys.argv[1] + +allowed_packages = { + "abomonation", + "cloned", + "fb303_core", + "fbthrift", + "serde_bser", + "watchman_client" +} + +with open(cargo_lock_path, "rb") as f: + lock = tomllib.load(f) + +for pkg in lock.get("package", []): + source = pkg.get("source", "") + if source.startswith("git+"): + name = pkg["name"] + if name not in allowed_packages: + continue + version = pkg["version"] + # source format: git+https://url?rev#hash + parts = source.split("#") + if len(parts) == 2: + rev = parts[1] + url_part = parts[0][4:] # remove git+ + if "?" in url_part: + url = url_part.split("?")[0] + else: + url = url_part + out = subprocess.check_output( + ["nix-prefetch-git", "--url", url, "--rev", rev, "--quiet"], + text=True + ) + data = json.loads(out) + hash_val = data["hash"] + print(f" \"{name}-{version}\" = \"{hash_val}\";") +' "$pkgdir/Cargo.lock")" + +# First clear existing hashes +sed -i '/outputHashes = {/,/};/ { + /outputHashes = {/n + /};/!d +}' "$pkgfile" + +# Then insert new hashes +echo "$cargo_output_hashes" > "$tmpdir/hashes.txt" +sed -i '/outputHashes = {/r '"$tmpdir/hashes.txt" "$pkgfile" + +# Prefetch source hash for fetchFromGitHub +src_hash="$(nix-prefetch-github facebook sapling --rev "$latest_tag" | jq -r '.hash')" + +# Update the fetchFromGitHub src block's hash +sed -i -e '/src = fetchFromGitHub {/,/}/{s|hash = "[^"]*";|hash = "'"$src_hash"'";|}' "$pkgfile" + +# Compute yarn offline cache hash without building +yarn_lock="$source_dir/addons/yarn.lock" +yarn_hash_raw="$(prefetch-yarn-deps "$yarn_lock")" +yarn_hash_sri="$(nix hash convert --hash-algo sha256 --to sri "$yarn_hash_raw")" +sed -i -e '/yarnOfflineCache = fetchYarnDeps {/,/};/{s|sha256 = "[^"]*";|sha256 = "'"$yarn_hash_sri"'";|}' "$pkgfile"