diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a4bf6a1b1..c2a499d86 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,5 +18,5 @@ jobs: with: check_filenames: true check_hidden: true - skip: ./target,./.jj,*.lock + skip: ./target,./.jj,*.lock,./buck/third-party/rust/BUILD ignore_words_list: crate,NotIn diff --git a/buck/third-party/rust/BUILD b/buck/third-party/rust/BUILD index d40c24a79..376a3e298 100644 --- a/buck/third-party/rust/BUILD +++ b/buck/third-party/rust/BUILD @@ -13,8 +13,536 @@ alias( visibility = ["PUBLIC"], ) +python_bootstrap_binary( + name = 'sync.py', + main = 'synchronize.py', + visibility = [ 'PUBLIC' ], +) + # XXX: normal reindeer-generated code below +http_archive( + name = "adler2-2.0.0.crate", + sha256 = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627", + strip_prefix = "adler2-2.0.0", + urls = ["https://static.crates.io/crates/adler2/2.0.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "adler2-2.0.0", + srcs = [":adler2-2.0.0.crate"], + crate = "adler2", + crate_root = "adler2-2.0.0.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "ahash-0.8.11.crate", + sha256 = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011", + strip_prefix = "ahash-0.8.11", + urls = ["https://static.crates.io/crates/ahash/0.8.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ahash-0.8.11", + srcs = [":ahash-0.8.11.crate"], + crate = "ahash", + crate_root = "ahash-0.8.11.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "getrandom", + "runtime-rng", + "std", + ], + platform = { + "linux-arm64": dict( + deps = [":once_cell-1.19.0"], + ), + "linux-x86_64": dict( + deps = [":once_cell-1.19.0"], + ), + "macos-arm64": dict( + deps = [":once_cell-1.19.0"], + ), + "macos-x86_64": dict( + deps = [":once_cell-1.19.0"], + ), + "windows-gnu": dict( + deps = [":once_cell-1.19.0"], + ), + "windows-msvc": dict( + deps = [":once_cell-1.19.0"], + ), + }, + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":getrandom-0.2.15", + ":zerocopy-0.7.35", + ], +) + +http_archive( + name = "aho-corasick-1.1.3.crate", + sha256 = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916", + strip_prefix = "aho-corasick-1.1.3", + urls = ["https://static.crates.io/crates/aho-corasick/1.1.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "aho-corasick-1.1.3", + srcs = [":aho-corasick-1.1.3.crate"], + crate = "aho_corasick", + crate_root = "aho-corasick-1.1.3.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "perf-literal", + "std", + ], + visibility = [], + deps = [":memchr-2.7.4"], +) + +http_archive( + name = "allocator-api2-0.2.18.crate", + sha256 = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f", + strip_prefix = "allocator-api2-0.2.18", + urls = ["https://static.crates.io/crates/allocator-api2/0.2.18/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "allocator-api2-0.2.18", + srcs = [":allocator-api2-0.2.18.crate"], + crate = "allocator_api2", + crate_root = "allocator-api2-0.2.18.crate/src/lib.rs", + edition = "2018", + features = ["alloc"], + visibility = [], +) + +http_archive( + name = "anes-0.1.6.crate", + sha256 = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299", + strip_prefix = "anes-0.1.6", + urls = ["https://static.crates.io/crates/anes/0.1.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anes-0.1.6", + srcs = [":anes-0.1.6.crate"], + crate = "anes", + crate_root = "anes-0.1.6.crate/src/lib.rs", + edition = "2018", + features = ["default"], + visibility = [], +) + +http_archive( + name = "anstream-0.6.15.crate", + sha256 = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526", + strip_prefix = "anstream-0.6.15", + urls = ["https://static.crates.io/crates/anstream/0.6.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anstream-0.6.15", + srcs = [":anstream-0.6.15.crate"], + crate = "anstream", + crate_root = "anstream-0.6.15.crate/src/lib.rs", + edition = "2021", + features = [ + "auto", + "default", + "wincon", + ], + platform = { + "windows-gnu": dict( + deps = [":anstyle-wincon-3.0.4"], + ), + "windows-msvc": dict( + deps = [":anstyle-wincon-3.0.4"], + ), + }, + visibility = [], + deps = [ + ":anstyle-1.0.8", + ":anstyle-parse-0.2.5", + ":anstyle-query-1.1.1", + ":colorchoice-1.0.2", + ":is_terminal_polyfill-1.70.1", + ":utf8parse-0.2.2", + ], +) + +http_archive( + name = "anstyle-1.0.8.crate", + sha256 = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1", + strip_prefix = "anstyle-1.0.8", + urls = ["https://static.crates.io/crates/anstyle/1.0.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anstyle-1.0.8", + srcs = [":anstyle-1.0.8.crate"], + crate = "anstyle", + crate_root = "anstyle-1.0.8.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "anstyle-parse-0.2.5.crate", + sha256 = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb", + strip_prefix = "anstyle-parse-0.2.5", + urls = ["https://static.crates.io/crates/anstyle-parse/0.2.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anstyle-parse-0.2.5", + srcs = [":anstyle-parse-0.2.5.crate"], + crate = "anstyle_parse", + crate_root = "anstyle-parse-0.2.5.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "utf8", + ], + visibility = [], + deps = [":utf8parse-0.2.2"], +) + +http_archive( + name = "anstyle-query-1.1.1.crate", + sha256 = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a", + strip_prefix = "anstyle-query-1.1.1", + urls = ["https://static.crates.io/crates/anstyle-query/1.1.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anstyle-query-1.1.1", + srcs = [":anstyle-query-1.1.1.crate"], + crate = "anstyle_query", + crate_root = "anstyle-query-1.1.1.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "anstyle-wincon-3.0.4.crate", + sha256 = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8", + strip_prefix = "anstyle-wincon-3.0.4", + urls = ["https://static.crates.io/crates/anstyle-wincon/3.0.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anstyle-wincon-3.0.4", + srcs = [":anstyle-wincon-3.0.4.crate"], + crate = "anstyle_wincon", + crate_root = "anstyle-wincon-3.0.4.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], + deps = [":anstyle-1.0.8"], +) + +alias( + name = "anyhow", + actual = ":anyhow-1.0.86", + visibility = ["PUBLIC"], +) + +http_archive( + name = "anyhow-1.0.86.crate", + sha256 = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da", + strip_prefix = "anyhow-1.0.86", + urls = ["https://static.crates.io/crates/anyhow/1.0.86/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "anyhow-1.0.86", + srcs = [":anyhow-1.0.86.crate"], + crate = "anyhow", + crate_root = "anyhow-1.0.86.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "arc-swap-1.7.1.crate", + sha256 = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457", + strip_prefix = "arc-swap-1.7.1", + urls = ["https://static.crates.io/crates/arc-swap/1.7.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "arc-swap-1.7.1", + srcs = [":arc-swap-1.7.1.crate"], + crate = "arc_swap", + crate_root = "arc-swap-1.7.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "arrayvec-0.7.6.crate", + sha256 = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50", + strip_prefix = "arrayvec-0.7.6", + urls = ["https://static.crates.io/crates/arrayvec/0.7.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "arrayvec-0.7.6", + srcs = [":arrayvec-0.7.6.crate"], + crate = "arrayvec", + crate_root = "arrayvec-0.7.6.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +alias( + name = "assert_cmd", + actual = ":assert_cmd-2.0.16", + visibility = ["PUBLIC"], +) + +http_archive( + name = "assert_cmd-2.0.16.crate", + sha256 = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d", + strip_prefix = "assert_cmd-2.0.16", + urls = ["https://static.crates.io/crates/assert_cmd/2.0.16/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "assert_cmd-2.0.16", + srcs = [":assert_cmd-2.0.16.crate"], + crate = "assert_cmd", + crate_root = "assert_cmd-2.0.16.crate/src/lib.rs", + edition = "2021", + env = { + "CARGO_MANIFEST_DIR": "assert_cmd-2.0.16.crate", + "CARGO_PKG_AUTHORS": "Pascal Hertleif :Ed Page ", + "CARGO_PKG_DESCRIPTION": "Test CLI Applications.", + "CARGO_PKG_NAME": "assert_cmd", + "CARGO_PKG_REPOSITORY": "https://github.com/assert-rs/assert_cmd.git", + "CARGO_PKG_VERSION": "2.0.16", + "CARGO_PKG_VERSION_MAJOR": "2", + "CARGO_PKG_VERSION_MINOR": "0", + "CARGO_PKG_VERSION_PATCH": "16", + "OUT_DIR": "$(location :assert_cmd-2.0.16-build-script-run[out_dir])", + }, + visibility = [], + deps = [ + ":anstyle-1.0.8", + ":bstr-1.10.0", + ":doc-comment-0.3.3", + ":predicates-3.1.2", + ":predicates-core-1.0.8", + ":predicates-tree-1.0.11", + ":wait-timeout-0.2.0", + ], +) + +third_party_rust.rust_binary( + name = "assert_cmd-2.0.16-build-script-build", + srcs = [":assert_cmd-2.0.16.crate"], + crate = "build_script_build", + crate_root = "assert_cmd-2.0.16.crate/build.rs", + edition = "2021", + env = { + "CARGO_MANIFEST_DIR": "assert_cmd-2.0.16.crate", + "CARGO_PKG_AUTHORS": "Pascal Hertleif :Ed Page ", + "CARGO_PKG_DESCRIPTION": "Test CLI Applications.", + "CARGO_PKG_NAME": "assert_cmd", + "CARGO_PKG_REPOSITORY": "https://github.com/assert-rs/assert_cmd.git", + "CARGO_PKG_VERSION": "2.0.16", + "CARGO_PKG_VERSION_MAJOR": "2", + "CARGO_PKG_VERSION_MINOR": "0", + "CARGO_PKG_VERSION_PATCH": "16", + }, + visibility = [], +) + +third_party_rust.buildscript_run( + name = "assert_cmd-2.0.16-build-script-run", + package_name = "assert_cmd", + buildscript_rule = ":assert_cmd-2.0.16-build-script-build", + version = "2.0.16", +) + +alias( + name = "assert_matches", + actual = ":assert_matches-1.5.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "assert_matches-1.5.0.crate", + sha256 = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9", + strip_prefix = "assert_matches-1.5.0", + urls = ["https://static.crates.io/crates/assert_matches/1.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "assert_matches-1.5.0", + srcs = [":assert_matches-1.5.0.crate"], + crate = "assert_matches", + crate_root = "assert_matches-1.5.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "async-trait", + actual = ":async-trait-0.1.82", + visibility = ["PUBLIC"], +) + +http_archive( + name = "async-trait-0.1.82.crate", + sha256 = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1", + strip_prefix = "async-trait-0.1.82", + urls = ["https://static.crates.io/crates/async-trait/0.1.82/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "async-trait-0.1.82", + srcs = [":async-trait-0.1.82.crate"], + crate = "async_trait", + crate_root = "async-trait-0.1.82.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "autocfg-1.3.0.crate", + sha256 = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0", + strip_prefix = "autocfg-1.3.0", + urls = ["https://static.crates.io/crates/autocfg/1.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "autocfg-1.3.0", + srcs = [":autocfg-1.3.0.crate"], + crate = "autocfg", + crate_root = "autocfg-1.3.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "backoff", + actual = ":backoff-0.4.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "backoff-0.4.0.crate", + sha256 = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1", + strip_prefix = "backoff-0.4.0", + urls = ["https://static.crates.io/crates/backoff/0.4.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "backoff-0.4.0", + srcs = [":backoff-0.4.0.crate"], + crate = "backoff", + crate_root = "backoff-0.4.0.crate/src/lib.rs", + edition = "2018", + features = ["default"], + visibility = [], + deps = [ + ":getrandom-0.2.15", + ":instant-0.1.13", + ":rand-0.8.5", + ], +) + +http_archive( + name = "bitflags-1.3.2.crate", + sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", + strip_prefix = "bitflags-1.3.2", + urls = ["https://static.crates.io/crates/bitflags/1.3.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "bitflags-1.3.2", + srcs = [":bitflags-1.3.2.crate"], + crate = "bitflags", + crate_root = "bitflags-1.3.2.crate/src/lib.rs", + edition = "2018", + features = ["default"], + visibility = [], +) + +http_archive( + name = "bitflags-2.6.0.crate", + sha256 = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de", + strip_prefix = "bitflags-2.6.0", + urls = ["https://static.crates.io/crates/bitflags/2.6.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "bitflags-2.6.0", + srcs = [":bitflags-2.6.0.crate"], + crate = "bitflags", + crate_root = "bitflags-2.6.0.crate/src/lib.rs", + edition = "2021", + features = ["std"], + visibility = [], +) + alias( name = "blake2", actual = ":blake2-0.10.6", @@ -61,6 +589,1009 @@ third_party_rust.rust_library( deps = [":generic-array-0.14.7"], ) +alias( + name = "bstr", + actual = ":bstr-1.10.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "bstr-1.10.0.crate", + sha256 = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c", + strip_prefix = "bstr-1.10.0", + urls = ["https://static.crates.io/crates/bstr/1.10.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "bstr-1.10.0", + srcs = [":bstr-1.10.0.crate"], + crate = "bstr", + crate_root = "bstr-1.10.0.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "std", + "unicode", + ], + visibility = [], + deps = [ + ":memchr-2.7.4", + ":regex-automata-0.4.7", + ":serde-1.0.208", + ], +) + +http_archive( + name = "byteorder-1.5.0.crate", + sha256 = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b", + strip_prefix = "byteorder-1.5.0", + urls = ["https://static.crates.io/crates/byteorder/1.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "byteorder-1.5.0", + srcs = [":byteorder-1.5.0.crate"], + crate = "byteorder", + crate_root = "byteorder-1.5.0.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "bytes-1.7.1.crate", + sha256 = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50", + strip_prefix = "bytes-1.7.1", + urls = ["https://static.crates.io/crates/bytes/1.7.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "bytes-1.7.1", + srcs = [":bytes-1.7.1.crate"], + crate = "bytes", + crate_root = "bytes-1.7.1.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "serde", + "std", + ], + visibility = [], + deps = [":serde-1.0.208"], +) + +http_archive( + name = "cassowary-0.3.0.crate", + sha256 = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53", + strip_prefix = "cassowary-0.3.0", + urls = ["https://static.crates.io/crates/cassowary/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "cassowary-0.3.0", + srcs = [":cassowary-0.3.0.crate"], + crate = "cassowary", + crate_root = "cassowary-0.3.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "cast-0.3.0.crate", + sha256 = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5", + strip_prefix = "cast-0.3.0", + urls = ["https://static.crates.io/crates/cast/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "cast-0.3.0", + srcs = [":cast-0.3.0.crate"], + crate = "cast", + crate_root = "cast-0.3.0.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "castaway-0.2.3.crate", + sha256 = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5", + strip_prefix = "castaway-0.2.3", + urls = ["https://static.crates.io/crates/castaway/0.2.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "castaway-0.2.3", + srcs = [":castaway-0.2.3.crate"], + crate = "castaway", + crate_root = "castaway-0.2.3.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], + deps = [":rustversion-1.0.17"], +) + +http_archive( + name = "cfg-if-1.0.0.crate", + sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", + strip_prefix = "cfg-if-1.0.0", + urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "cfg-if-1.0.0", + srcs = [":cfg-if-1.0.0.crate"], + crate = "cfg_if", + crate_root = "cfg-if-1.0.0.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +alias( + name = "chrono", + actual = ":chrono-0.4.38", + visibility = ["PUBLIC"], +) + +http_archive( + name = "chrono-0.4.38.crate", + sha256 = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401", + strip_prefix = "chrono-0.4.38", + urls = ["https://static.crates.io/crates/chrono/0.4.38/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "chrono-0.4.38", + srcs = [":chrono-0.4.38.crate"], + crate = "chrono", + crate_root = "chrono-0.4.38.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "android-tzdata", + "clock", + "default", + "iana-time-zone", + "js-sys", + "now", + "oldtime", + "std", + "wasm-bindgen", + "wasmbind", + "winapi", + "windows-targets", + ], + platform = { + "linux-arm64": dict( + deps = [":iana-time-zone-0.1.60"], + ), + "linux-x86_64": dict( + deps = [":iana-time-zone-0.1.60"], + ), + "macos-arm64": dict( + deps = [":iana-time-zone-0.1.60"], + ), + "macos-x86_64": dict( + deps = [":iana-time-zone-0.1.60"], + ), + "windows-gnu": dict( + deps = [":windows-targets-0.52.6"], + ), + "windows-msvc": dict( + deps = [":windows-targets-0.52.6"], + ), + }, + visibility = [], + deps = [":num-traits-0.2.19"], +) + +alias( + name = "chrono-english", + actual = ":chrono-english-0.1.7", + visibility = ["PUBLIC"], +) + +http_archive( + name = "chrono-english-0.1.7.crate", + sha256 = "f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f", + strip_prefix = "chrono-english-0.1.7", + urls = ["https://static.crates.io/crates/chrono-english/0.1.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "chrono-english-0.1.7", + srcs = [":chrono-english-0.1.7.crate"], + crate = "chrono_english", + crate_root = "chrono-english-0.1.7.crate/src/lib.rs", + edition = "2015", + visibility = [], + deps = [ + ":chrono-0.4.38", + ":scanlex-0.1.4", + ], +) + +http_archive( + name = "ciborium-0.2.2.crate", + sha256 = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e", + strip_prefix = "ciborium-0.2.2", + urls = ["https://static.crates.io/crates/ciborium/0.2.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ciborium-0.2.2", + srcs = [":ciborium-0.2.2.crate"], + crate = "ciborium", + crate_root = "ciborium-0.2.2.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], + deps = [ + ":ciborium-io-0.2.2", + ":ciborium-ll-0.2.2", + ":serde-1.0.208", + ], +) + +http_archive( + name = "ciborium-io-0.2.2.crate", + sha256 = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757", + strip_prefix = "ciborium-io-0.2.2", + urls = ["https://static.crates.io/crates/ciborium-io/0.2.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ciborium-io-0.2.2", + srcs = [":ciborium-io-0.2.2.crate"], + crate = "ciborium_io", + crate_root = "ciborium-io-0.2.2.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "std", + ], + visibility = [], +) + +http_archive( + name = "ciborium-ll-0.2.2.crate", + sha256 = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9", + strip_prefix = "ciborium-ll-0.2.2", + urls = ["https://static.crates.io/crates/ciborium-ll/0.2.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ciborium-ll-0.2.2", + srcs = [":ciborium-ll-0.2.2.crate"], + crate = "ciborium_ll", + crate_root = "ciborium-ll-0.2.2.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":ciborium-io-0.2.2", + ":half-2.4.1", + ], +) + +alias( + name = "clap", + actual = ":clap-4.5.16", + visibility = ["PUBLIC"], +) + +http_archive( + name = "clap-4.5.16.crate", + sha256 = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019", + strip_prefix = "clap-4.5.16", + urls = ["https://static.crates.io/crates/clap/4.5.16/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap-4.5.16", + srcs = [":clap-4.5.16.crate"], + crate = "clap", + crate_root = "clap-4.5.16.crate/src/lib.rs", + edition = "2021", + features = [ + "color", + "default", + "deprecated", + "derive", + "env", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage", + "wrap_help", + ], + visibility = [], + deps = [ + ":clap_builder-4.5.15", + ":clap_derive-4.5.13", + ], +) + +alias( + name = "clap-markdown", + actual = ":clap-markdown-0.1.4", + visibility = ["PUBLIC"], +) + +http_archive( + name = "clap-markdown-0.1.4.crate", + sha256 = "8ebc67e6266e14f8b31541c2f204724fa2ac7ad5c17d6f5908fbb92a60f42cff", + strip_prefix = "clap-markdown-0.1.4", + urls = ["https://static.crates.io/crates/clap-markdown/0.1.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap-markdown-0.1.4", + srcs = [":clap-markdown-0.1.4.crate"], + crate = "clap_markdown", + crate_root = "clap-markdown-0.1.4.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":clap-4.5.16"], +) + +http_archive( + name = "clap_builder-4.5.15.crate", + sha256 = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6", + strip_prefix = "clap_builder-4.5.15", + urls = ["https://static.crates.io/crates/clap_builder/4.5.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap_builder-4.5.15", + srcs = [":clap_builder-4.5.15.crate"], + crate = "clap_builder", + crate_root = "clap_builder-4.5.15.crate/src/lib.rs", + edition = "2021", + features = [ + "color", + "deprecated", + "env", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage", + "wrap_help", + ], + visibility = [], + deps = [ + ":anstream-0.6.15", + ":anstyle-1.0.8", + ":clap_lex-0.7.2", + ":strsim-0.11.1", + ":terminal_size-0.3.0", + ], +) + +alias( + name = "clap_complete", + actual = ":clap_complete-4.5.24", + visibility = ["PUBLIC"], +) + +http_archive( + name = "clap_complete-4.5.24.crate", + sha256 = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b", + strip_prefix = "clap_complete-4.5.24", + urls = ["https://static.crates.io/crates/clap_complete/4.5.24/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap_complete-4.5.24", + srcs = [":clap_complete-4.5.24.crate"], + crate = "clap_complete", + crate_root = "clap_complete-4.5.24.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [":clap-4.5.16"], +) + +alias( + name = "clap_complete_nushell", + actual = ":clap_complete_nushell-4.5.3", + visibility = ["PUBLIC"], +) + +http_archive( + name = "clap_complete_nushell-4.5.3.crate", + sha256 = "5fe32110e006bccf720f8c9af3fee1ba7db290c724eab61544e1d3295be3a40e", + strip_prefix = "clap_complete_nushell-4.5.3", + urls = ["https://static.crates.io/crates/clap_complete_nushell/4.5.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap_complete_nushell-4.5.3", + srcs = [":clap_complete_nushell-4.5.3.crate"], + crate = "clap_complete_nushell", + crate_root = "clap_complete_nushell-4.5.3.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":clap-4.5.16", + ":clap_complete-4.5.24", + ], +) + +http_archive( + name = "clap_derive-4.5.13.crate", + sha256 = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0", + strip_prefix = "clap_derive-4.5.13", + urls = ["https://static.crates.io/crates/clap_derive/4.5.13/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap_derive-4.5.13", + srcs = [":clap_derive-4.5.13.crate"], + crate = "clap_derive", + crate_root = "clap_derive-4.5.13.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "deprecated", + ], + proc_macro = True, + visibility = [], + deps = [ + ":heck-0.5.0", + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "clap_lex-0.7.2.crate", + sha256 = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97", + strip_prefix = "clap_lex-0.7.2", + urls = ["https://static.crates.io/crates/clap_lex/0.7.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap_lex-0.7.2", + srcs = [":clap_lex-0.7.2.crate"], + crate = "clap_lex", + crate_root = "clap_lex-0.7.2.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +alias( + name = "clap_mangen", + actual = ":clap_mangen-0.2.23", + visibility = ["PUBLIC"], +) + +http_archive( + name = "clap_mangen-0.2.23.crate", + sha256 = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb", + strip_prefix = "clap_mangen-0.2.23", + urls = ["https://static.crates.io/crates/clap_mangen/0.2.23/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clap_mangen-0.2.23", + srcs = [":clap_mangen-0.2.23.crate"], + crate = "clap_mangen", + crate_root = "clap_mangen-0.2.23.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [ + ":clap-4.5.16", + ":roff-0.2.2", + ], +) + +alias( + name = "clru", + actual = ":clru-0.6.2", + visibility = ["PUBLIC"], +) + +http_archive( + name = "clru-0.6.2.crate", + sha256 = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59", + strip_prefix = "clru-0.6.2", + urls = ["https://static.crates.io/crates/clru/0.6.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "clru-0.6.2", + srcs = [":clru-0.6.2.crate"], + crate = "clru", + crate_root = "clru-0.6.2.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "colorchoice-1.0.2.crate", + sha256 = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0", + strip_prefix = "colorchoice-1.0.2", + urls = ["https://static.crates.io/crates/colorchoice/1.0.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "colorchoice-1.0.2", + srcs = [":colorchoice-1.0.2.crate"], + crate = "colorchoice", + crate_root = "colorchoice-1.0.2.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "compact_str-0.7.1.crate", + sha256 = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f", + strip_prefix = "compact_str-0.7.1", + urls = ["https://static.crates.io/crates/compact_str/0.7.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "compact_str-0.7.1", + srcs = [":compact_str-0.7.1.crate"], + crate = "compact_str", + crate_root = "compact_str-0.7.1.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":castaway-0.2.3", + ":cfg-if-1.0.0", + ":itoa-1.0.11", + ":ryu-1.0.18", + ":static_assertions-1.1.0", + ], +) + +alias( + name = "config", + actual = ":config-0.13.4", + visibility = ["PUBLIC"], +) + +http_archive( + name = "config-0.13.4.crate", + sha256 = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca", + strip_prefix = "config-0.13.4", + urls = ["https://static.crates.io/crates/config/0.13.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "config-0.13.4", + srcs = [":config-0.13.4.crate"], + crate = "config", + crate_root = "config-0.13.4.crate/src/lib.rs", + edition = "2018", + features = ["toml"], + visibility = [], + deps = [ + ":async-trait-0.1.82", + ":lazy_static-1.5.0", + ":nom-7.1.3", + ":pathdiff-0.2.1", + ":serde-1.0.208", + ":toml-0.5.11", + ], +) + +http_archive( + name = "console-0.15.8.crate", + sha256 = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb", + strip_prefix = "console-0.15.8", + urls = ["https://static.crates.io/crates/console/0.15.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "console-0.15.8", + srcs = [":console-0.15.8.crate"], + crate = "console", + crate_root = "console-0.15.8.crate/src/lib.rs", + edition = "2018", + platform = { + "windows-gnu": dict( + deps = [ + ":encode_unicode-0.3.6", + ":windows-sys-0.52.0", + ], + ), + "windows-msvc": dict( + deps = [ + ":encode_unicode-0.3.6", + ":windows-sys-0.52.0", + ], + ), + }, + visibility = [], + deps = [ + ":lazy_static-1.5.0", + ":libc-0.2.158", + ], +) + +http_archive( + name = "core-foundation-sys-0.8.7.crate", + sha256 = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b", + strip_prefix = "core-foundation-sys-0.8.7", + urls = ["https://static.crates.io/crates/core-foundation-sys/0.8.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "core-foundation-sys-0.8.7", + srcs = [":core-foundation-sys-0.8.7.crate"], + crate = "core_foundation_sys", + crate_root = "core-foundation-sys-0.8.7.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "link", + ], + visibility = [], +) + +http_archive( + name = "crc32fast-1.4.2.crate", + sha256 = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3", + strip_prefix = "crc32fast-1.4.2", + urls = ["https://static.crates.io/crates/crc32fast/1.4.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crc32fast-1.4.2", + srcs = [":crc32fast-1.4.2.crate"], + crate = "crc32fast", + crate_root = "crc32fast-1.4.2.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "std", + ], + visibility = [], + deps = [":cfg-if-1.0.0"], +) + +alias( + name = "criterion", + actual = ":criterion-0.5.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "criterion-0.5.1.crate", + sha256 = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f", + strip_prefix = "criterion-0.5.1", + urls = ["https://static.crates.io/crates/criterion/0.5.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "criterion-0.5.1", + srcs = [":criterion-0.5.1.crate"], + crate = "criterion", + crate_root = "criterion-0.5.1.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "criterion-0.5.1.crate", + "CARGO_PKG_AUTHORS": "Jorge Aparicio :Brook Heisler ", + "CARGO_PKG_DESCRIPTION": "Statistics-driven micro-benchmarking library", + "CARGO_PKG_NAME": "criterion", + "CARGO_PKG_REPOSITORY": "https://github.com/bheisler/criterion.rs", + "CARGO_PKG_VERSION": "0.5.1", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "5", + "CARGO_PKG_VERSION_PATCH": "1", + }, + features = [ + "cargo_bench_support", + "default", + "plotters", + "rayon", + ], + visibility = [], + deps = [ + ":anes-0.1.6", + ":cast-0.3.0", + ":ciborium-0.2.2", + ":clap-4.5.16", + ":criterion-plot-0.5.0", + ":is-terminal-0.4.13", + ":itertools-0.10.5", + ":num-traits-0.2.19", + ":once_cell-1.19.0", + ":oorandom-11.1.4", + ":plotters-0.3.6", + ":rayon-1.10.0", + ":regex-1.10.6", + ":serde-1.0.208", + ":serde_derive-1.0.208", + ":serde_json-1.0.127", + ":tinytemplate-1.2.1", + ":walkdir-2.5.0", + ], +) + +http_archive( + name = "criterion-plot-0.5.0.crate", + sha256 = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1", + strip_prefix = "criterion-plot-0.5.0", + urls = ["https://static.crates.io/crates/criterion-plot/0.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "criterion-plot-0.5.0", + srcs = [":criterion-plot-0.5.0.crate"], + crate = "criterion_plot", + crate_root = "criterion-plot-0.5.0.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [ + ":cast-0.3.0", + ":itertools-0.10.5", + ], +) + +http_archive( + name = "crossbeam-channel-0.5.13.crate", + sha256 = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2", + strip_prefix = "crossbeam-channel-0.5.13", + urls = ["https://static.crates.io/crates/crossbeam-channel/0.5.13/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crossbeam-channel-0.5.13", + srcs = [":crossbeam-channel-0.5.13.crate"], + crate = "crossbeam_channel", + crate_root = "crossbeam-channel-0.5.13.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], + deps = [":crossbeam-utils-0.8.20"], +) + +http_archive( + name = "crossbeam-deque-0.8.5.crate", + sha256 = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d", + strip_prefix = "crossbeam-deque-0.8.5", + urls = ["https://static.crates.io/crates/crossbeam-deque/0.8.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crossbeam-deque-0.8.5", + srcs = [":crossbeam-deque-0.8.5.crate"], + crate = "crossbeam_deque", + crate_root = "crossbeam-deque-0.8.5.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], + deps = [ + ":crossbeam-epoch-0.9.18", + ":crossbeam-utils-0.8.20", + ], +) + +http_archive( + name = "crossbeam-epoch-0.9.18.crate", + sha256 = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e", + strip_prefix = "crossbeam-epoch-0.9.18", + urls = ["https://static.crates.io/crates/crossbeam-epoch/0.9.18/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crossbeam-epoch-0.9.18", + srcs = [":crossbeam-epoch-0.9.18.crate"], + crate = "crossbeam_epoch", + crate_root = "crossbeam-epoch-0.9.18.crate/src/lib.rs", + edition = "2021", + env = { + "CARGO_MANIFEST_DIR": "crossbeam-epoch-0.9.18.crate", + "CARGO_PKG_AUTHORS": "", + "CARGO_PKG_DESCRIPTION": "Epoch-based garbage collection", + "CARGO_PKG_NAME": "crossbeam-epoch", + "CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam", + "CARGO_PKG_VERSION": "0.9.18", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "9", + "CARGO_PKG_VERSION_PATCH": "18", + }, + features = [ + "alloc", + "std", + ], + visibility = [], + deps = [":crossbeam-utils-0.8.20"], +) + +http_archive( + name = "crossbeam-utils-0.8.20.crate", + sha256 = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80", + strip_prefix = "crossbeam-utils-0.8.20", + urls = ["https://static.crates.io/crates/crossbeam-utils/0.8.20/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crossbeam-utils-0.8.20", + srcs = [":crossbeam-utils-0.8.20.crate"], + crate = "crossbeam_utils", + crate_root = "crossbeam-utils-0.8.20.crate/src/lib.rs", + edition = "2021", + env = { + "CARGO_MANIFEST_DIR": "crossbeam-utils-0.8.20.crate", + "CARGO_PKG_AUTHORS": "", + "CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming", + "CARGO_PKG_NAME": "crossbeam-utils", + "CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam", + "CARGO_PKG_VERSION": "0.8.20", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "8", + "CARGO_PKG_VERSION_PATCH": "20", + }, + features = [ + "default", + "std", + ], + visibility = [], +) + +alias( + name = "crossterm", + actual = ":crossterm-0.27.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "crossterm-0.27.0.crate", + sha256 = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df", + strip_prefix = "crossterm-0.27.0", + urls = ["https://static.crates.io/crates/crossterm/0.27.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crossterm-0.27.0", + srcs = [":crossterm-0.27.0.crate"], + crate = "crossterm", + crate_root = "crossterm-0.27.0.crate/src/lib.rs", + edition = "2021", + features = [ + "bracketed-paste", + "default", + "events", + "windows", + ], + platform = { + "linux-arm64": dict( + deps = [ + ":libc-0.2.158", + ":mio-0.8.11", + ":signal-hook-0.3.17", + ":signal-hook-mio-0.2.4", + ], + ), + "linux-x86_64": dict( + deps = [ + ":libc-0.2.158", + ":mio-0.8.11", + ":signal-hook-0.3.17", + ":signal-hook-mio-0.2.4", + ], + ), + "macos-arm64": dict( + deps = [ + ":libc-0.2.158", + ":mio-0.8.11", + ":signal-hook-0.3.17", + ":signal-hook-mio-0.2.4", + ], + ), + "macos-x86_64": dict( + deps = [ + ":libc-0.2.158", + ":mio-0.8.11", + ":signal-hook-0.3.17", + ":signal-hook-mio-0.2.4", + ], + ), + "windows-gnu": dict( + deps = [ + ":crossterm_winapi-0.9.1", + ":winapi-0.3.9", + ], + ), + "windows-msvc": dict( + deps = [ + ":crossterm_winapi-0.9.1", + ":winapi-0.3.9", + ], + ), + }, + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":parking_lot-0.12.3", + ], +) + +http_archive( + name = "crossterm_winapi-0.9.1.crate", + sha256 = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b", + strip_prefix = "crossterm_winapi-0.9.1", + urls = ["https://static.crates.io/crates/crossterm_winapi/0.9.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "crossterm_winapi-0.9.1", + srcs = [":crossterm_winapi-0.9.1.crate"], + crate = "crossterm_winapi", + crate_root = "crossterm_winapi-0.9.1.crate/src/lib.rs", + edition = "2018", + platform = { + "windows-gnu": dict( + deps = [":winapi-0.3.9"], + ), + "windows-msvc": dict( + deps = [":winapi-0.3.9"], + ), + }, + visibility = [], +) + http_archive( name = "crypto-common-0.1.6.crate", sha256 = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3", @@ -83,6 +1614,71 @@ third_party_rust.rust_library( ], ) +http_archive( + name = "dashmap-6.0.1.crate", + sha256 = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28", + strip_prefix = "dashmap-6.0.1", + urls = ["https://static.crates.io/crates/dashmap/6.0.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "dashmap-6.0.1", + srcs = [":dashmap-6.0.1.crate"], + crate = "dashmap", + crate_root = "dashmap-6.0.1.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":crossbeam-utils-0.8.20", + ":hashbrown-0.14.5", + ":lock_api-0.4.12", + ":once_cell-1.19.0", + ":parking_lot_core-0.9.10", + ], +) + +http_archive( + name = "diff-0.1.13.crate", + sha256 = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8", + strip_prefix = "diff-0.1.13", + urls = ["https://static.crates.io/crates/diff/0.1.13/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "diff-0.1.13", + srcs = [":diff-0.1.13.crate"], + crate = "diff", + crate_root = "diff-0.1.13.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "difflib-0.4.0.crate", + sha256 = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8", + strip_prefix = "difflib-0.4.0", + urls = ["https://static.crates.io/crates/difflib/0.4.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "difflib-0.4.0", + srcs = [":difflib-0.4.0.crate"], + crate = "difflib", + crate_root = "difflib-0.4.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "digest", + actual = ":digest-0.10.7", + visibility = ["PUBLIC"], +) + http_archive( name = "digest-0.10.7.crate", sha256 = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292", @@ -110,7 +1706,741 @@ third_party_rust.rust_library( deps = [ ":block-buffer-0.10.4", ":crypto-common-0.1.6", - ":subtle-2.5.0", + ":subtle-2.6.1", + ], +) + +alias( + name = "dirs", + actual = ":dirs-5.0.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "dirs-5.0.1.crate", + sha256 = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225", + strip_prefix = "dirs-5.0.1", + urls = ["https://static.crates.io/crates/dirs/5.0.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "dirs-5.0.1", + srcs = [":dirs-5.0.1.crate"], + crate = "dirs", + crate_root = "dirs-5.0.1.crate/src/lib.rs", + edition = "2015", + visibility = [], + deps = [":dirs-sys-0.4.1"], +) + +http_archive( + name = "dirs-sys-0.4.1.crate", + sha256 = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c", + strip_prefix = "dirs-sys-0.4.1", + urls = ["https://static.crates.io/crates/dirs-sys/0.4.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "dirs-sys-0.4.1", + srcs = [":dirs-sys-0.4.1.crate"], + crate = "dirs_sys", + crate_root = "dirs-sys-0.4.1.crate/src/lib.rs", + edition = "2015", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.48.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.48.0"], + ), + }, + visibility = [], + deps = [":option-ext-0.2.0"], +) + +http_archive( + name = "doc-comment-0.3.3.crate", + sha256 = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10", + strip_prefix = "doc-comment-0.3.3", + urls = ["https://static.crates.io/crates/doc-comment/0.3.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "doc-comment-0.3.3", + srcs = [":doc-comment-0.3.3.crate"], + crate = "doc_comment", + crate_root = "doc-comment-0.3.3.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "dunce", + actual = ":dunce-1.0.5", + visibility = ["PUBLIC"], +) + +http_archive( + name = "dunce-1.0.5.crate", + sha256 = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813", + strip_prefix = "dunce-1.0.5", + urls = ["https://static.crates.io/crates/dunce/1.0.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "dunce-1.0.5", + srcs = [":dunce-1.0.5.crate"], + crate = "dunce", + crate_root = "dunce-1.0.5.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +alias( + name = "either", + actual = ":either-1.13.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "either-1.13.0.crate", + sha256 = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0", + strip_prefix = "either-1.13.0", + urls = ["https://static.crates.io/crates/either/1.13.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "either-1.13.0", + srcs = [":either-1.13.0.crate"], + crate = "either", + crate_root = "either-1.13.0.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "use_std", + ], + visibility = [], +) + +http_archive( + name = "encode_unicode-0.3.6.crate", + sha256 = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f", + strip_prefix = "encode_unicode-0.3.6", + urls = ["https://static.crates.io/crates/encode_unicode/0.3.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "encode_unicode-0.3.6", + srcs = [":encode_unicode-0.3.6.crate"], + crate = "encode_unicode", + crate_root = "encode_unicode-0.3.6.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "encoding_rs-0.8.34.crate", + sha256 = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59", + strip_prefix = "encoding_rs-0.8.34", + urls = ["https://static.crates.io/crates/encoding_rs/0.8.34/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "encoding_rs-0.8.34", + srcs = [":encoding_rs-0.8.34.crate"], + crate = "encoding_rs", + crate_root = "encoding_rs-0.8.34.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + ], + visibility = [], + deps = [":cfg-if-1.0.0"], +) + +http_archive( + name = "equivalent-1.0.1.crate", + sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5", + strip_prefix = "equivalent-1.0.1", + urls = ["https://static.crates.io/crates/equivalent/1.0.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "equivalent-1.0.1", + srcs = [":equivalent-1.0.1.crate"], + crate = "equivalent", + crate_root = "equivalent-1.0.1.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "errno-0.3.9.crate", + sha256 = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba", + strip_prefix = "errno-0.3.9", + urls = ["https://static.crates.io/crates/errno/0.3.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "errno-0.3.9", + srcs = [":errno-0.3.9.crate"], + crate = "errno", + crate_root = "errno-0.3.9.crate/src/lib.rs", + edition = "2018", + features = ["std"], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], +) + +alias( + name = "esl01-renderdag", + actual = ":esl01-renderdag-0.3.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "esl01-renderdag-0.3.0.crate", + sha256 = "3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9", + strip_prefix = "esl01-renderdag-0.3.0", + urls = ["https://static.crates.io/crates/esl01-renderdag/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "esl01-renderdag-0.3.0", + srcs = [":esl01-renderdag-0.3.0.crate"], + crate = "renderdag", + crate_root = "esl01-renderdag-0.3.0.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [ + ":bitflags-1.3.2", + ":itertools-0.10.5", + ], +) + +http_archive( + name = "faster-hex-0.9.0.crate", + sha256 = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183", + strip_prefix = "faster-hex-0.9.0", + urls = ["https://static.crates.io/crates/faster-hex/0.9.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "faster-hex-0.9.0", + srcs = [":faster-hex-0.9.0.crate"], + crate = "faster_hex", + crate_root = "faster-hex-0.9.0.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "fastrand-2.1.0.crate", + sha256 = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a", + strip_prefix = "fastrand-2.1.0", + urls = ["https://static.crates.io/crates/fastrand/2.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "fastrand-2.1.0", + srcs = [":fastrand-2.1.0.crate"], + crate = "fastrand", + crate_root = "fastrand-2.1.0.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "filetime-0.2.24.crate", + sha256 = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550", + strip_prefix = "filetime-0.2.24", + urls = ["https://static.crates.io/crates/filetime/0.2.24/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "filetime-0.2.24", + srcs = [":filetime-0.2.24.crate"], + crate = "filetime", + crate_root = "filetime-0.2.24.crate/src/lib.rs", + edition = "2018", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.59.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.59.0"], + ), + }, + visibility = [], + deps = [":cfg-if-1.0.0"], +) + +http_archive( + name = "fixedbitset-0.4.2.crate", + sha256 = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80", + strip_prefix = "fixedbitset-0.4.2", + urls = ["https://static.crates.io/crates/fixedbitset/0.4.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "fixedbitset-0.4.2", + srcs = [":fixedbitset-0.4.2.crate"], + crate = "fixedbitset", + crate_root = "fixedbitset-0.4.2.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "flate2-1.0.32.crate", + sha256 = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666", + strip_prefix = "flate2-1.0.32", + urls = ["https://static.crates.io/crates/flate2/1.0.32/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "flate2-1.0.32", + srcs = [":flate2-1.0.32.crate"], + crate = "flate2", + crate_root = "flate2-1.0.32.crate/src/lib.rs", + edition = "2018", + features = [ + "any_impl", + "miniz_oxide", + "rust_backend", + ], + visibility = [], + deps = [ + ":crc32fast-1.4.2", + ":miniz_oxide-0.8.0", + ], +) + +http_archive( + name = "fnv-1.0.7.crate", + sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", + strip_prefix = "fnv-1.0.7", + urls = ["https://static.crates.io/crates/fnv/1.0.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "fnv-1.0.7", + srcs = [":fnv-1.0.7.crate"], + crate = "fnv", + crate_root = "fnv-1.0.7.crate/lib.rs", + edition = "2015", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "form_urlencoded-1.2.1.crate", + sha256 = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456", + strip_prefix = "form_urlencoded-1.2.1", + urls = ["https://static.crates.io/crates/form_urlencoded/1.2.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "form_urlencoded-1.2.1", + srcs = [":form_urlencoded-1.2.1.crate"], + crate = "form_urlencoded", + crate_root = "form_urlencoded-1.2.1.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], + deps = [":percent-encoding-2.3.1"], +) + +http_archive( + name = "futures-0.1.31.crate", + sha256 = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678", + strip_prefix = "futures-0.1.31", + urls = ["https://static.crates.io/crates/futures/0.1.31/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-0.1.31", + srcs = [":futures-0.1.31.crate"], + crate = "futures", + crate_root = "futures-0.1.31.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "use_std", + "with-deprecated", + ], + visibility = [], +) + +alias( + name = "futures", + actual = ":futures-0.3.30", + visibility = ["PUBLIC"], +) + +http_archive( + name = "futures-0.3.30.crate", + sha256 = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0", + strip_prefix = "futures-0.3.30", + urls = ["https://static.crates.io/crates/futures/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-0.3.30", + srcs = [":futures-0.3.30.crate"], + crate = "futures", + crate_root = "futures-0.3.30.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "async-await", + "compat", + "default", + "executor", + "futures-executor", + "std", + ], + visibility = [], + deps = [ + ":futures-channel-0.3.30", + ":futures-core-0.3.30", + ":futures-executor-0.3.30", + ":futures-io-0.3.30", + ":futures-sink-0.3.30", + ":futures-task-0.3.30", + ":futures-util-0.3.30", + ], +) + +http_archive( + name = "futures-channel-0.3.30.crate", + sha256 = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78", + strip_prefix = "futures-channel-0.3.30", + urls = ["https://static.crates.io/crates/futures-channel/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-channel-0.3.30", + srcs = [":futures-channel-0.3.30.crate"], + crate = "futures_channel", + crate_root = "futures-channel-0.3.30.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "futures-channel-0.3.30.crate", + "CARGO_PKG_AUTHORS": "", + "CARGO_PKG_DESCRIPTION": "Channels for asynchronous communication using futures-rs.\n", + "CARGO_PKG_NAME": "futures-channel", + "CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs", + "CARGO_PKG_VERSION": "0.3.30", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "3", + "CARGO_PKG_VERSION_PATCH": "30", + }, + features = [ + "alloc", + "futures-sink", + "sink", + "std", + ], + visibility = [], + deps = [ + ":futures-core-0.3.30", + ":futures-sink-0.3.30", + ], +) + +http_archive( + name = "futures-core-0.3.30.crate", + sha256 = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d", + strip_prefix = "futures-core-0.3.30", + urls = ["https://static.crates.io/crates/futures-core/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-core-0.3.30", + srcs = [":futures-core-0.3.30.crate"], + crate = "futures_core", + crate_root = "futures-core-0.3.30.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "futures-core-0.3.30.crate", + "CARGO_PKG_AUTHORS": "", + "CARGO_PKG_DESCRIPTION": "The core traits and types in for the `futures` library.\n", + "CARGO_PKG_NAME": "futures-core", + "CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs", + "CARGO_PKG_VERSION": "0.3.30", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "3", + "CARGO_PKG_VERSION_PATCH": "30", + }, + features = [ + "alloc", + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "futures-executor-0.3.30.crate", + sha256 = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d", + strip_prefix = "futures-executor-0.3.30", + urls = ["https://static.crates.io/crates/futures-executor/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-executor-0.3.30", + srcs = [":futures-executor-0.3.30.crate"], + crate = "futures_executor", + crate_root = "futures-executor-0.3.30.crate/src/lib.rs", + edition = "2018", + features = ["std"], + visibility = [], + deps = [ + ":futures-core-0.3.30", + ":futures-task-0.3.30", + ":futures-util-0.3.30", + ], +) + +http_archive( + name = "futures-io-0.3.30.crate", + sha256 = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1", + strip_prefix = "futures-io-0.3.30", + urls = ["https://static.crates.io/crates/futures-io/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-io-0.3.30", + srcs = [":futures-io-0.3.30.crate"], + crate = "futures_io", + crate_root = "futures-io-0.3.30.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "futures-macro-0.3.30.crate", + sha256 = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac", + strip_prefix = "futures-macro-0.3.30", + urls = ["https://static.crates.io/crates/futures-macro/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-macro-0.3.30", + srcs = [":futures-macro-0.3.30.crate"], + crate = "futures_macro", + crate_root = "futures-macro-0.3.30.crate/src/lib.rs", + edition = "2018", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "futures-sink-0.3.30.crate", + sha256 = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5", + strip_prefix = "futures-sink-0.3.30", + urls = ["https://static.crates.io/crates/futures-sink/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-sink-0.3.30", + srcs = [":futures-sink-0.3.30.crate"], + crate = "futures_sink", + crate_root = "futures-sink-0.3.30.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "futures-task-0.3.30.crate", + sha256 = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004", + strip_prefix = "futures-task-0.3.30", + urls = ["https://static.crates.io/crates/futures-task/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-task-0.3.30", + srcs = [":futures-task-0.3.30.crate"], + crate = "futures_task", + crate_root = "futures-task-0.3.30.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "futures-task-0.3.30.crate", + "CARGO_PKG_AUTHORS": "", + "CARGO_PKG_DESCRIPTION": "Tools for working with tasks.\n", + "CARGO_PKG_NAME": "futures-task", + "CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs", + "CARGO_PKG_VERSION": "0.3.30", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "3", + "CARGO_PKG_VERSION_PATCH": "30", + }, + features = [ + "alloc", + "std", + ], + visibility = [], +) + +http_archive( + name = "futures-util-0.3.30.crate", + sha256 = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48", + strip_prefix = "futures-util-0.3.30", + urls = ["https://static.crates.io/crates/futures-util/0.3.30/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "futures-util-0.3.30", + srcs = [":futures-util-0.3.30.crate"], + crate = "futures_util", + crate_root = "futures-util-0.3.30.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "futures-util-0.3.30.crate", + "CARGO_PKG_AUTHORS": "", + "CARGO_PKG_DESCRIPTION": "Common utilities and extension traits for the futures-rs library.\n", + "CARGO_PKG_NAME": "futures-util", + "CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs", + "CARGO_PKG_VERSION": "0.3.30", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "3", + "CARGO_PKG_VERSION_PATCH": "30", + }, + features = [ + "alloc", + "async-await", + "async-await-macro", + "channel", + "compat", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "futures_01", + "io", + "memchr", + "sink", + "slab", + "std", + ], + named_deps = { + "futures_01": ":futures-0.1.31", + }, + visibility = [], + deps = [ + ":futures-channel-0.3.30", + ":futures-core-0.3.30", + ":futures-io-0.3.30", + ":futures-macro-0.3.30", + ":futures-sink-0.3.30", + ":futures-task-0.3.30", + ":memchr-2.7.4", + ":pin-project-lite-0.2.14", + ":pin-utils-0.1.0", + ":slab-0.4.9", ], ) @@ -133,33 +2463,5891 @@ third_party_rust.rust_library( deps = [":typenum-1.17.0"], ) +http_archive( + name = "getrandom-0.2.15.crate", + sha256 = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7", + strip_prefix = "getrandom-0.2.15", + urls = ["https://static.crates.io/crates/getrandom/0.2.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "getrandom-0.2.15", + srcs = [":getrandom-0.2.15.crate"], + crate = "getrandom", + crate_root = "getrandom-0.2.15.crate/src/lib.rs", + edition = "2018", + features = ["std"], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], + deps = [":cfg-if-1.0.0"], +) + +alias( + name = "git2", + actual = ":git2-0.19.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "git2-0.19.0.crate", + sha256 = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724", + strip_prefix = "git2-0.19.0", + urls = ["https://static.crates.io/crates/git2/0.19.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "git2-0.19.0", + srcs = [":git2-0.19.0.crate"], + crate = "git2", + crate_root = "git2-0.19.0.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "git2-0.19.0.crate", + "CARGO_PKG_AUTHORS": "Josh Triplett :Alex Crichton ", + "CARGO_PKG_DESCRIPTION": "Bindings to libgit2 for interoperating with git repositories. This library is\nboth threadsafe and memory safe and allows both reading and writing git\nrepositories.\n", + "CARGO_PKG_NAME": "git2", + "CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/git2-rs", + "CARGO_PKG_VERSION": "0.19.0", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "19", + "CARGO_PKG_VERSION_PATCH": "0", + }, + features = [ + "default", + "https", + "openssl-probe", + "openssl-sys", + "ssh", + "ssh_key_from_memory", + "vendored-libgit2", + ], + platform = { + "linux-arm64": dict( + deps = [ + ":openssl-probe-0.1.5", + ":openssl-sys-0.9.103", + ], + ), + "linux-x86_64": dict( + deps = [ + ":openssl-probe-0.1.5", + ":openssl-sys-0.9.103", + ], + ), + }, + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":libc-0.2.158", + ":libgit2-sys-0.17.0+1.8.1", + ":log-0.4.22", + ":url-2.5.2", + ], +) + +alias( + name = "gix", + actual = ":gix-0.66.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "gix-0.66.0.crate", + sha256 = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb", + strip_prefix = "gix-0.66.0", + urls = ["https://static.crates.io/crates/gix/0.66.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-0.66.0", + srcs = [":gix-0.66.0.crate"], + crate = "gix", + crate_root = "gix-0.66.0.crate/src/lib.rs", + edition = "2021", + env = { + "CARGO_MANIFEST_DIR": "gix-0.66.0.crate", + "CARGO_PKG_AUTHORS": "Sebastian Thiel ", + "CARGO_PKG_DESCRIPTION": "Interact with git repositories just like git would", + "CARGO_PKG_NAME": "gix", + "CARGO_PKG_REPOSITORY": "https://github.com/Byron/gitoxide", + "CARGO_PKG_VERSION": "0.66.0", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "66", + "CARGO_PKG_VERSION_PATCH": "0", + }, + features = [ + "attributes", + "blob-diff", + "command", + "excludes", + "index", + "max-control", + "max-performance-safe", + "pack-cache-lru-dynamic", + "pack-cache-lru-static", + "parallel", + ], + visibility = [], + deps = [ + ":gix-actor-0.32.0", + ":gix-attributes-0.22.5", + ":gix-command-0.3.9", + ":gix-commitgraph-0.24.3", + ":gix-config-0.40.0", + ":gix-date-0.9.0", + ":gix-diff-0.46.0", + ":gix-discover-0.35.0", + ":gix-features-0.38.2", + ":gix-filter-0.13.0", + ":gix-fs-0.11.3", + ":gix-glob-0.16.5", + ":gix-hash-0.14.2", + ":gix-hashtable-0.5.2", + ":gix-ignore-0.11.4", + ":gix-index-0.35.0", + ":gix-lock-14.0.0", + ":gix-object-0.44.0", + ":gix-odb-0.63.0", + ":gix-pack-0.53.0", + ":gix-path-0.10.10", + ":gix-pathspec-0.7.7", + ":gix-ref-0.47.0", + ":gix-refspec-0.25.0", + ":gix-revision-0.29.0", + ":gix-revwalk-0.15.0", + ":gix-sec-0.10.8", + ":gix-submodule-0.14.0", + ":gix-tempfile-14.0.2", + ":gix-trace-0.1.9", + ":gix-traverse-0.41.0", + ":gix-url-0.27.5", + ":gix-utils-0.1.12", + ":gix-validate-0.9.0", + ":gix-worktree-0.36.0", + ":once_cell-1.19.0", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-actor-0.32.0.crate", + sha256 = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665", + strip_prefix = "gix-actor-0.32.0", + urls = ["https://static.crates.io/crates/gix-actor/0.32.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-actor-0.32.0", + srcs = [":gix-actor-0.32.0.crate"], + crate = "gix_actor", + crate_root = "gix-actor-0.32.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-date-0.9.0", + ":gix-utils-0.1.12", + ":itoa-1.0.11", + ":thiserror-1.0.63", + ":winnow-0.6.18", + ], +) + +http_archive( + name = "gix-attributes-0.22.5.crate", + sha256 = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311", + strip_prefix = "gix-attributes-0.22.5", + urls = ["https://static.crates.io/crates/gix-attributes/0.22.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-attributes-0.22.5", + srcs = [":gix-attributes-0.22.5.crate"], + crate = "gix_attributes", + crate_root = "gix-attributes-0.22.5.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-glob-0.16.5", + ":gix-path-0.10.10", + ":gix-quote-0.4.12", + ":gix-trace-0.1.9", + ":kstring-2.0.2", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ":unicode-bom-2.0.3", + ], +) + +http_archive( + name = "gix-bitmap-0.2.11.crate", + sha256 = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae", + strip_prefix = "gix-bitmap-0.2.11", + urls = ["https://static.crates.io/crates/gix-bitmap/0.2.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-bitmap-0.2.11", + srcs = [":gix-bitmap-0.2.11.crate"], + crate = "gix_bitmap", + crate_root = "gix-bitmap-0.2.11.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":thiserror-1.0.63"], +) + +http_archive( + name = "gix-chunk-0.4.8.crate", + sha256 = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52", + strip_prefix = "gix-chunk-0.4.8", + urls = ["https://static.crates.io/crates/gix-chunk/0.4.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-chunk-0.4.8", + srcs = [":gix-chunk-0.4.8.crate"], + crate = "gix_chunk", + crate_root = "gix-chunk-0.4.8.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":thiserror-1.0.63"], +) + +http_archive( + name = "gix-command-0.3.9.crate", + sha256 = "dff2e692b36bbcf09286c70803006ca3fd56551a311de450be317a0ab8ea92e7", + strip_prefix = "gix-command-0.3.9", + urls = ["https://static.crates.io/crates/gix-command/0.3.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-command-0.3.9", + srcs = [":gix-command-0.3.9.crate"], + crate = "gix_command", + crate_root = "gix-command-0.3.9.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-path-0.10.10", + ":gix-trace-0.1.9", + ":shell-words-1.1.0", + ], +) + +http_archive( + name = "gix-commitgraph-0.24.3.crate", + sha256 = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78", + strip_prefix = "gix-commitgraph-0.24.3", + urls = ["https://static.crates.io/crates/gix-commitgraph/0.24.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-commitgraph-0.24.3", + srcs = [":gix-commitgraph-0.24.3.crate"], + crate = "gix_commitgraph", + crate_root = "gix-commitgraph-0.24.3.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-chunk-0.4.8", + ":gix-features-0.38.2", + ":gix-hash-0.14.2", + ":memmap2-0.9.4", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-config-0.40.0.crate", + sha256 = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0", + strip_prefix = "gix-config-0.40.0", + urls = ["https://static.crates.io/crates/gix-config/0.40.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-config-0.40.0", + srcs = [":gix-config-0.40.0.crate"], + crate = "gix_config", + crate_root = "gix-config-0.40.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-config-value-0.14.8", + ":gix-features-0.38.2", + ":gix-glob-0.16.5", + ":gix-path-0.10.10", + ":gix-ref-0.47.0", + ":gix-sec-0.10.8", + ":memchr-2.7.4", + ":once_cell-1.19.0", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ":unicode-bom-2.0.3", + ":winnow-0.6.18", + ], +) + +http_archive( + name = "gix-config-value-0.14.8.crate", + sha256 = "03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c", + strip_prefix = "gix-config-value-0.14.8", + urls = ["https://static.crates.io/crates/gix-config-value/0.14.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-config-value-0.14.8", + srcs = [":gix-config-value-0.14.8.crate"], + crate = "gix_config_value", + crate_root = "gix-config-value-0.14.8.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":bstr-1.10.0", + ":gix-path-0.10.10", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-date-0.9.0.crate", + sha256 = "35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5", + strip_prefix = "gix-date-0.9.0", + urls = ["https://static.crates.io/crates/gix-date/0.9.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-date-0.9.0", + srcs = [":gix-date-0.9.0.crate"], + crate = "gix_date", + crate_root = "gix-date-0.9.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":itoa-1.0.11", + ":jiff-0.1.8", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-diff-0.46.0.crate", + sha256 = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c", + strip_prefix = "gix-diff-0.46.0", + urls = ["https://static.crates.io/crates/gix-diff/0.46.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-diff-0.46.0", + srcs = [":gix-diff-0.46.0.crate"], + crate = "gix_diff", + crate_root = "gix-diff-0.46.0.crate/src/lib.rs", + edition = "2021", + features = ["blob"], + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-command-0.3.9", + ":gix-filter-0.13.0", + ":gix-fs-0.11.3", + ":gix-hash-0.14.2", + ":gix-object-0.44.0", + ":gix-path-0.10.10", + ":gix-tempfile-14.0.2", + ":gix-trace-0.1.9", + ":gix-worktree-0.36.0", + ":imara-diff-0.1.7", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-discover-0.35.0.crate", + sha256 = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2", + strip_prefix = "gix-discover-0.35.0", + urls = ["https://static.crates.io/crates/gix-discover/0.35.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-discover-0.35.0", + srcs = [":gix-discover-0.35.0.crate"], + crate = "gix_discover", + crate_root = "gix-discover-0.35.0.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":dunce-1.0.5"], + ), + "windows-msvc": dict( + deps = [":dunce-1.0.5"], + ), + }, + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-fs-0.11.3", + ":gix-hash-0.14.2", + ":gix-path-0.10.10", + ":gix-ref-0.47.0", + ":gix-sec-0.10.8", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-features-0.38.2.crate", + sha256 = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69", + strip_prefix = "gix-features-0.38.2", + urls = ["https://static.crates.io/crates/gix-features/0.38.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-features-0.38.2", + srcs = [":gix-features-0.38.2.crate"], + crate = "gix_features", + crate_root = "gix-features-0.38.2.crate/src/lib.rs", + edition = "2021", + features = [ + "crc32", + "default", + "fs-read-dir", + "once_cell", + "parallel", + "prodash", + "progress", + "rustsha1", + "walkdir", + "zlib", + ], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], + deps = [ + ":crc32fast-1.4.2", + ":crossbeam-channel-0.5.13", + ":flate2-1.0.32", + ":gix-hash-0.14.2", + ":gix-trace-0.1.9", + ":gix-utils-0.1.12", + ":once_cell-1.19.0", + ":parking_lot-0.12.3", + ":prodash-28.0.0", + ":sha1_smol-1.0.1", + ":thiserror-1.0.63", + ":walkdir-2.5.0", + ], +) + +alias( + name = "gix-filter", + actual = ":gix-filter-0.13.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "gix-filter-0.13.0.crate", + sha256 = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e", + strip_prefix = "gix-filter-0.13.0", + urls = ["https://static.crates.io/crates/gix-filter/0.13.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-filter-0.13.0", + srcs = [":gix-filter-0.13.0.crate"], + crate = "gix_filter", + crate_root = "gix-filter-0.13.0.crate/src/lib.rs", + edition = "2021", + named_deps = { + "gix_packetline": ":gix-packetline-blocking-0.17.5", + }, + visibility = [], + deps = [ + ":bstr-1.10.0", + ":encoding_rs-0.8.34", + ":gix-attributes-0.22.5", + ":gix-command-0.3.9", + ":gix-hash-0.14.2", + ":gix-object-0.44.0", + ":gix-path-0.10.10", + ":gix-quote-0.4.12", + ":gix-trace-0.1.9", + ":gix-utils-0.1.12", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-fs-0.11.3.crate", + sha256 = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575", + strip_prefix = "gix-fs-0.11.3", + urls = ["https://static.crates.io/crates/gix-fs/0.11.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-fs-0.11.3", + srcs = [":gix-fs-0.11.3.crate"], + crate = "gix_fs", + crate_root = "gix-fs-0.11.3.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":fastrand-2.1.0", + ":gix-features-0.38.2", + ":gix-utils-0.1.12", + ], +) + +http_archive( + name = "gix-glob-0.16.5.crate", + sha256 = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111", + strip_prefix = "gix-glob-0.16.5", + urls = ["https://static.crates.io/crates/gix-glob/0.16.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-glob-0.16.5", + srcs = [":gix-glob-0.16.5.crate"], + crate = "gix_glob", + crate_root = "gix-glob-0.16.5.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":bstr-1.10.0", + ":gix-features-0.38.2", + ":gix-path-0.10.10", + ], +) + +http_archive( + name = "gix-hash-0.14.2.crate", + sha256 = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e", + strip_prefix = "gix-hash-0.14.2", + urls = ["https://static.crates.io/crates/gix-hash/0.14.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-hash-0.14.2", + srcs = [":gix-hash-0.14.2.crate"], + crate = "gix_hash", + crate_root = "gix-hash-0.14.2.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":faster-hex-0.9.0", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-hashtable-0.5.2.crate", + sha256 = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242", + strip_prefix = "gix-hashtable-0.5.2", + urls = ["https://static.crates.io/crates/gix-hashtable/0.5.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-hashtable-0.5.2", + srcs = [":gix-hashtable-0.5.2.crate"], + crate = "gix_hashtable", + crate_root = "gix-hashtable-0.5.2.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":gix-hash-0.14.2", + ":hashbrown-0.14.5", + ":parking_lot-0.12.3", + ], +) + +http_archive( + name = "gix-ignore-0.11.4.crate", + sha256 = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7", + strip_prefix = "gix-ignore-0.11.4", + urls = ["https://static.crates.io/crates/gix-ignore/0.11.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-ignore-0.11.4", + srcs = [":gix-ignore-0.11.4.crate"], + crate = "gix_ignore", + crate_root = "gix-ignore-0.11.4.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-glob-0.16.5", + ":gix-path-0.10.10", + ":gix-trace-0.1.9", + ":unicode-bom-2.0.3", + ], +) + +http_archive( + name = "gix-index-0.35.0.crate", + sha256 = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d", + strip_prefix = "gix-index-0.35.0", + urls = ["https://static.crates.io/crates/gix-index/0.35.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-index-0.35.0", + srcs = [":gix-index-0.35.0.crate"], + crate = "gix_index", + crate_root = "gix-index-0.35.0.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [ + ":libc-0.2.158", + ":rustix-0.38.35", + ], + ), + "linux-x86_64": dict( + deps = [ + ":libc-0.2.158", + ":rustix-0.38.35", + ], + ), + "macos-arm64": dict( + deps = [ + ":libc-0.2.158", + ":rustix-0.38.35", + ], + ), + "macos-x86_64": dict( + deps = [ + ":libc-0.2.158", + ":rustix-0.38.35", + ], + ), + }, + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":bstr-1.10.0", + ":filetime-0.2.24", + ":fnv-1.0.7", + ":gix-bitmap-0.2.11", + ":gix-features-0.38.2", + ":gix-fs-0.11.3", + ":gix-hash-0.14.2", + ":gix-lock-14.0.0", + ":gix-object-0.44.0", + ":gix-traverse-0.41.0", + ":gix-utils-0.1.12", + ":gix-validate-0.9.0", + ":hashbrown-0.14.5", + ":itoa-1.0.11", + ":memmap2-0.9.4", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-lock-14.0.0.crate", + sha256 = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d", + strip_prefix = "gix-lock-14.0.0", + urls = ["https://static.crates.io/crates/gix-lock/14.0.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-lock-14.0.0", + srcs = [":gix-lock-14.0.0.crate"], + crate = "gix_lock", + crate_root = "gix-lock-14.0.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":gix-tempfile-14.0.2", + ":gix-utils-0.1.12", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-object-0.44.0.crate", + sha256 = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa", + strip_prefix = "gix-object-0.44.0", + urls = ["https://static.crates.io/crates/gix-object/0.44.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-object-0.44.0", + srcs = [":gix-object-0.44.0.crate"], + crate = "gix_object", + crate_root = "gix-object-0.44.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-actor-0.32.0", + ":gix-date-0.9.0", + ":gix-features-0.38.2", + ":gix-hash-0.14.2", + ":gix-utils-0.1.12", + ":gix-validate-0.9.0", + ":itoa-1.0.11", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ":winnow-0.6.18", + ], +) + +http_archive( + name = "gix-odb-0.63.0.crate", + sha256 = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747", + strip_prefix = "gix-odb-0.63.0", + urls = ["https://static.crates.io/crates/gix-odb/0.63.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-odb-0.63.0", + srcs = [":gix-odb-0.63.0.crate"], + crate = "gix_odb", + crate_root = "gix-odb-0.63.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":arc-swap-1.7.1", + ":gix-date-0.9.0", + ":gix-features-0.38.2", + ":gix-fs-0.11.3", + ":gix-hash-0.14.2", + ":gix-object-0.44.0", + ":gix-pack-0.53.0", + ":gix-path-0.10.10", + ":gix-quote-0.4.12", + ":parking_lot-0.12.3", + ":tempfile-3.12.0", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-pack-0.53.0.crate", + sha256 = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954", + strip_prefix = "gix-pack-0.53.0", + urls = ["https://static.crates.io/crates/gix-pack/0.53.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-pack-0.53.0", + srcs = [":gix-pack-0.53.0.crate"], + crate = "gix_pack", + crate_root = "gix-pack-0.53.0.crate/src/lib.rs", + edition = "2021", + features = [ + "object-cache-dynamic", + "pack-cache-lru-dynamic", + "pack-cache-lru-static", + ], + visibility = [], + deps = [ + ":clru-0.6.2", + ":gix-chunk-0.4.8", + ":gix-features-0.38.2", + ":gix-hash-0.14.2", + ":gix-hashtable-0.5.2", + ":gix-object-0.44.0", + ":gix-path-0.10.10", + ":memmap2-0.9.4", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ":uluru-3.1.0", + ], +) + +http_archive( + name = "gix-packetline-blocking-0.17.5.crate", + sha256 = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40", + strip_prefix = "gix-packetline-blocking-0.17.5", + urls = ["https://static.crates.io/crates/gix-packetline-blocking/0.17.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-packetline-blocking-0.17.5", + srcs = [":gix-packetline-blocking-0.17.5.crate"], + crate = "gix_packetline_blocking", + crate_root = "gix-packetline-blocking-0.17.5.crate/src/lib.rs", + edition = "2021", + features = [ + "blocking-io", + "default", + ], + visibility = [], + deps = [ + ":bstr-1.10.0", + ":faster-hex-0.9.0", + ":gix-trace-0.1.9", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-path-0.10.10.crate", + sha256 = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484", + strip_prefix = "gix-path-0.10.10", + urls = ["https://static.crates.io/crates/gix-path/0.10.10/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-path-0.10.10", + srcs = [":gix-path-0.10.10.crate"], + crate = "gix_path", + crate_root = "gix-path-0.10.10.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":home-0.5.9"], + ), + "linux-x86_64": dict( + deps = [":home-0.5.9"], + ), + "macos-arm64": dict( + deps = [":home-0.5.9"], + ), + "macos-x86_64": dict( + deps = [":home-0.5.9"], + ), + "windows-gnu": dict( + deps = [":home-0.5.9"], + ), + "windows-msvc": dict( + deps = [":home-0.5.9"], + ), + }, + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-trace-0.1.9", + ":once_cell-1.19.0", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-pathspec-0.7.7.crate", + sha256 = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb", + strip_prefix = "gix-pathspec-0.7.7", + urls = ["https://static.crates.io/crates/gix-pathspec/0.7.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-pathspec-0.7.7", + srcs = [":gix-pathspec-0.7.7.crate"], + crate = "gix_pathspec", + crate_root = "gix-pathspec-0.7.7.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":bstr-1.10.0", + ":gix-attributes-0.22.5", + ":gix-config-value-0.14.8", + ":gix-glob-0.16.5", + ":gix-path-0.10.10", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-quote-0.4.12.crate", + sha256 = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff", + strip_prefix = "gix-quote-0.4.12", + urls = ["https://static.crates.io/crates/gix-quote/0.4.12/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-quote-0.4.12", + srcs = [":gix-quote-0.4.12.crate"], + crate = "gix_quote", + crate_root = "gix-quote-0.4.12.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-utils-0.1.12", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-ref-0.47.0.crate", + sha256 = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5", + strip_prefix = "gix-ref-0.47.0", + urls = ["https://static.crates.io/crates/gix-ref/0.47.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-ref-0.47.0", + srcs = [":gix-ref-0.47.0.crate"], + crate = "gix_ref", + crate_root = "gix-ref-0.47.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":gix-actor-0.32.0", + ":gix-features-0.38.2", + ":gix-fs-0.11.3", + ":gix-hash-0.14.2", + ":gix-lock-14.0.0", + ":gix-object-0.44.0", + ":gix-path-0.10.10", + ":gix-tempfile-14.0.2", + ":gix-utils-0.1.12", + ":gix-validate-0.9.0", + ":memmap2-0.9.4", + ":thiserror-1.0.63", + ":winnow-0.6.18", + ], +) + +http_archive( + name = "gix-refspec-0.25.0.crate", + sha256 = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6", + strip_prefix = "gix-refspec-0.25.0", + urls = ["https://static.crates.io/crates/gix-refspec/0.25.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-refspec-0.25.0", + srcs = [":gix-refspec-0.25.0.crate"], + crate = "gix_refspec", + crate_root = "gix-refspec-0.25.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-hash-0.14.2", + ":gix-revision-0.29.0", + ":gix-validate-0.9.0", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-revision-0.29.0.crate", + sha256 = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e", + strip_prefix = "gix-revision-0.29.0", + urls = ["https://static.crates.io/crates/gix-revision/0.29.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-revision-0.29.0", + srcs = [":gix-revision-0.29.0.crate"], + crate = "gix_revision", + crate_root = "gix-revision-0.29.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-date-0.9.0", + ":gix-hash-0.14.2", + ":gix-object-0.44.0", + ":gix-revwalk-0.15.0", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-revwalk-0.15.0.crate", + sha256 = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984", + strip_prefix = "gix-revwalk-0.15.0", + urls = ["https://static.crates.io/crates/gix-revwalk/0.15.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-revwalk-0.15.0", + srcs = [":gix-revwalk-0.15.0.crate"], + crate = "gix_revwalk", + crate_root = "gix-revwalk-0.15.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":gix-commitgraph-0.24.3", + ":gix-date-0.9.0", + ":gix-hash-0.14.2", + ":gix-hashtable-0.5.2", + ":gix-object-0.44.0", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-sec-0.10.8.crate", + sha256 = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f", + strip_prefix = "gix-sec-0.10.8", + urls = ["https://static.crates.io/crates/gix-sec/0.10.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-sec-0.10.8", + srcs = [":gix-sec-0.10.8.crate"], + crate = "gix_sec", + crate_root = "gix-sec-0.10.8.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [ + ":gix-path-0.10.10", + ":windows-sys-0.52.0", + ], + ), + "windows-msvc": dict( + deps = [ + ":gix-path-0.10.10", + ":windows-sys-0.52.0", + ], + ), + }, + visibility = [], + deps = [":bitflags-2.6.0"], +) + +http_archive( + name = "gix-submodule-0.14.0.crate", + sha256 = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b", + strip_prefix = "gix-submodule-0.14.0", + urls = ["https://static.crates.io/crates/gix-submodule/0.14.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-submodule-0.14.0", + srcs = [":gix-submodule-0.14.0.crate"], + crate = "gix_submodule", + crate_root = "gix-submodule-0.14.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-config-0.40.0", + ":gix-path-0.10.10", + ":gix-pathspec-0.7.7", + ":gix-refspec-0.25.0", + ":gix-url-0.27.5", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-tempfile-14.0.2.crate", + sha256 = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa", + strip_prefix = "gix-tempfile-14.0.2", + urls = ["https://static.crates.io/crates/gix-tempfile/14.0.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-tempfile-14.0.2", + srcs = [":gix-tempfile-14.0.2.crate"], + crate = "gix_tempfile", + crate_root = "gix-tempfile-14.0.2.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "hp-hashmap", + ], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], + deps = [ + ":dashmap-6.0.1", + ":gix-fs-0.11.3", + ":once_cell-1.19.0", + ":parking_lot-0.12.3", + ":tempfile-3.12.0", + ], +) + +http_archive( + name = "gix-trace-0.1.9.crate", + sha256 = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e", + strip_prefix = "gix-trace-0.1.9", + urls = ["https://static.crates.io/crates/gix-trace/0.1.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-trace-0.1.9", + srcs = [":gix-trace-0.1.9.crate"], + crate = "gix_trace", + crate_root = "gix-trace-0.1.9.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], +) + +http_archive( + name = "gix-traverse-0.41.0.crate", + sha256 = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780", + strip_prefix = "gix-traverse-0.41.0", + urls = ["https://static.crates.io/crates/gix-traverse/0.41.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-traverse-0.41.0", + srcs = [":gix-traverse-0.41.0.crate"], + crate = "gix_traverse", + crate_root = "gix-traverse-0.41.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":gix-commitgraph-0.24.3", + ":gix-date-0.9.0", + ":gix-hash-0.14.2", + ":gix-hashtable-0.5.2", + ":gix-object-0.44.0", + ":gix-revwalk-0.15.0", + ":smallvec-1.13.2", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-url-0.27.5.crate", + sha256 = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89", + strip_prefix = "gix-url-0.27.5", + urls = ["https://static.crates.io/crates/gix-url/0.27.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-url-0.27.5", + srcs = [":gix-url-0.27.5.crate"], + crate = "gix_url", + crate_root = "gix-url-0.27.5.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-features-0.38.2", + ":gix-path-0.10.10", + ":home-0.5.9", + ":thiserror-1.0.63", + ":url-2.5.2", + ], +) + +http_archive( + name = "gix-utils-0.1.12.crate", + sha256 = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc", + strip_prefix = "gix-utils-0.1.12", + urls = ["https://static.crates.io/crates/gix-utils/0.1.12/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-utils-0.1.12", + srcs = [":gix-utils-0.1.12.crate"], + crate = "gix_utils", + crate_root = "gix-utils-0.1.12.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":fastrand-2.1.0", + ":unicode-normalization-0.1.23", + ], +) + +http_archive( + name = "gix-validate-0.9.0.crate", + sha256 = "81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86", + strip_prefix = "gix-validate-0.9.0", + urls = ["https://static.crates.io/crates/gix-validate/0.9.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-validate-0.9.0", + srcs = [":gix-validate-0.9.0.crate"], + crate = "gix_validate", + crate_root = "gix-validate-0.9.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":bstr-1.10.0", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "gix-worktree-0.36.0.crate", + sha256 = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a", + strip_prefix = "gix-worktree-0.36.0", + urls = ["https://static.crates.io/crates/gix-worktree/0.36.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "gix-worktree-0.36.0", + srcs = [":gix-worktree-0.36.0.crate"], + crate = "gix_worktree", + crate_root = "gix-worktree-0.36.0.crate/src/lib.rs", + edition = "2021", + features = ["attributes"], + visibility = [], + deps = [ + ":bstr-1.10.0", + ":gix-attributes-0.22.5", + ":gix-features-0.38.2", + ":gix-fs-0.11.3", + ":gix-glob-0.16.5", + ":gix-hash-0.14.2", + ":gix-ignore-0.11.4", + ":gix-index-0.35.0", + ":gix-object-0.44.0", + ":gix-path-0.10.10", + ":gix-validate-0.9.0", + ], +) + +alias( + name = "glob", + actual = ":glob-0.3.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "glob-0.3.1.crate", + sha256 = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b", + strip_prefix = "glob-0.3.1", + urls = ["https://static.crates.io/crates/glob/0.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "glob-0.3.1", + srcs = [":glob-0.3.1.crate"], + crate = "glob", + crate_root = "glob-0.3.1.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "globset-0.4.14.crate", + sha256 = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1", + strip_prefix = "globset-0.4.14", + urls = ["https://static.crates.io/crates/globset/0.4.14/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "globset-0.4.14", + srcs = [":globset-0.4.14.crate"], + crate = "globset", + crate_root = "globset-0.4.14.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "log", + ], + visibility = [], + deps = [ + ":aho-corasick-1.1.3", + ":bstr-1.10.0", + ":log-0.4.22", + ":regex-automata-0.4.7", + ":regex-syntax-0.8.4", + ], +) + +http_archive( + name = "half-2.4.1.crate", + sha256 = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888", + strip_prefix = "half-2.4.1", + urls = ["https://static.crates.io/crates/half/2.4.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "half-2.4.1", + srcs = [":half-2.4.1.crate"], + crate = "half", + crate_root = "half-2.4.1.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":cfg-if-1.0.0"], +) + +http_archive( + name = "hashbrown-0.14.5.crate", + sha256 = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1", + strip_prefix = "hashbrown-0.14.5", + urls = ["https://static.crates.io/crates/hashbrown/0.14.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "hashbrown-0.14.5", + srcs = [":hashbrown-0.14.5.crate"], + crate = "hashbrown", + crate_root = "hashbrown-0.14.5.crate/src/lib.rs", + edition = "2021", + features = [ + "ahash", + "allocator-api2", + "default", + "inline-more", + "raw", + ], + visibility = [], + deps = [ + ":ahash-0.8.11", + ":allocator-api2-0.2.18", + ], +) + +http_archive( + name = "heck-0.5.0.crate", + sha256 = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea", + strip_prefix = "heck-0.5.0", + urls = ["https://static.crates.io/crates/heck/0.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "heck-0.5.0", + srcs = [":heck-0.5.0.crate"], + crate = "heck", + crate_root = "heck-0.5.0.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +alias( + name = "hex", + actual = ":hex-0.4.3", + visibility = ["PUBLIC"], +) + +http_archive( + name = "hex-0.4.3.crate", + sha256 = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70", + strip_prefix = "hex-0.4.3", + urls = ["https://static.crates.io/crates/hex/0.4.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "hex-0.4.3", + srcs = [":hex-0.4.3.crate"], + crate = "hex", + crate_root = "hex-0.4.3.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "home-0.5.9.crate", + sha256 = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5", + strip_prefix = "home-0.5.9", + urls = ["https://static.crates.io/crates/home/0.5.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "home-0.5.9", + srcs = [":home-0.5.9.crate"], + crate = "home", + crate_root = "home-0.5.9.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "iana-time-zone-0.1.60.crate", + sha256 = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141", + strip_prefix = "iana-time-zone-0.1.60", + urls = ["https://static.crates.io/crates/iana-time-zone/0.1.60/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "iana-time-zone-0.1.60", + srcs = [":iana-time-zone-0.1.60.crate"], + crate = "iana_time_zone", + crate_root = "iana-time-zone-0.1.60.crate/src/lib.rs", + edition = "2018", + features = ["fallback"], + platform = { + "macos-arm64": dict( + deps = [":core-foundation-sys-0.8.7"], + ), + "macos-x86_64": dict( + deps = [":core-foundation-sys-0.8.7"], + ), + "windows-gnu": dict( + deps = [":windows-core-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-core-0.52.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "idna-0.5.0.crate", + sha256 = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6", + strip_prefix = "idna-0.5.0", + urls = ["https://static.crates.io/crates/idna/0.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "idna-0.5.0", + srcs = [":idna-0.5.0.crate"], + crate = "idna", + crate_root = "idna-0.5.0.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], + deps = [ + ":unicode-bidi-0.3.15", + ":unicode-normalization-0.1.23", + ], +) + +alias( + name = "ignore", + actual = ":ignore-0.4.22", + visibility = ["PUBLIC"], +) + +http_archive( + name = "ignore-0.4.22.crate", + sha256 = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1", + strip_prefix = "ignore-0.4.22", + urls = ["https://static.crates.io/crates/ignore/0.4.22/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ignore-0.4.22", + srcs = [":ignore-0.4.22.crate"], + crate = "ignore", + crate_root = "ignore-0.4.22.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":winapi-util-0.1.9"], + ), + "windows-msvc": dict( + deps = [":winapi-util-0.1.9"], + ), + }, + visibility = [], + deps = [ + ":crossbeam-deque-0.8.5", + ":globset-0.4.14", + ":log-0.4.22", + ":memchr-2.7.4", + ":regex-automata-0.4.7", + ":same-file-1.0.6", + ":walkdir-2.5.0", + ], +) + +http_archive( + name = "imara-diff-0.1.7.crate", + sha256 = "fc9da1a252bd44cd341657203722352efc9bc0c847d06ea6d2dc1cd1135e0a01", + strip_prefix = "imara-diff-0.1.7", + urls = ["https://static.crates.io/crates/imara-diff/0.1.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "imara-diff-0.1.7", + srcs = [":imara-diff-0.1.7.crate"], + crate = "imara_diff", + crate_root = "imara-diff-0.1.7.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "unified_diff", + ], + visibility = [], + deps = [ + ":ahash-0.8.11", + ":hashbrown-0.14.5", + ], +) + +alias( + name = "indexmap", + actual = ":indexmap-2.5.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "indexmap-2.5.0.crate", + sha256 = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5", + strip_prefix = "indexmap-2.5.0", + urls = ["https://static.crates.io/crates/indexmap/2.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "indexmap-2.5.0", + srcs = [":indexmap-2.5.0.crate"], + crate = "indexmap", + crate_root = "indexmap-2.5.0.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + rustc_flags = ["--cfg=has_std"], + visibility = [], + deps = [ + ":equivalent-1.0.1", + ":hashbrown-0.14.5", + ], +) + +alias( + name = "indoc", + actual = ":indoc-2.0.5", + visibility = ["PUBLIC"], +) + +http_archive( + name = "indoc-2.0.5.crate", + sha256 = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5", + strip_prefix = "indoc-2.0.5", + urls = ["https://static.crates.io/crates/indoc/2.0.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "indoc-2.0.5", + srcs = [":indoc-2.0.5.crate"], + crate = "indoc", + crate_root = "indoc-2.0.5.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], +) + +alias( + name = "insta", + actual = ":insta-1.39.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "insta-1.39.0.crate", + sha256 = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5", + strip_prefix = "insta-1.39.0", + urls = ["https://static.crates.io/crates/insta/1.39.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "insta-1.39.0", + srcs = [":insta-1.39.0.crate"], + crate = "insta", + crate_root = "insta-1.39.0.crate/src/lib.rs", + edition = "2018", + features = [ + "colors", + "console", + "default", + "filters", + "regex", + ], + visibility = [], + deps = [ + ":console-0.15.8", + ":lazy_static-1.5.0", + ":linked-hash-map-0.5.6", + ":regex-1.10.6", + ":similar-2.6.0", + ], +) + +http_archive( + name = "instant-0.1.13.crate", + sha256 = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222", + strip_prefix = "instant-0.1.13", + urls = ["https://static.crates.io/crates/instant/0.1.13/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "instant-0.1.13", + srcs = [":instant-0.1.13.crate"], + crate = "instant", + crate_root = "instant-0.1.13.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [":cfg-if-1.0.0"], +) + +http_archive( + name = "is-terminal-0.4.13.crate", + sha256 = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b", + strip_prefix = "is-terminal-0.4.13", + urls = ["https://static.crates.io/crates/is-terminal/0.4.13/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "is-terminal-0.4.13", + srcs = [":is-terminal-0.4.13.crate"], + crate = "is_terminal", + crate_root = "is-terminal-0.4.13.crate/src/lib.rs", + edition = "2018", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "is_terminal_polyfill-1.70.1.crate", + sha256 = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf", + strip_prefix = "is_terminal_polyfill-1.70.1", + urls = ["https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "is_terminal_polyfill-1.70.1", + srcs = [":is_terminal_polyfill-1.70.1.crate"], + crate = "is_terminal_polyfill", + crate_root = "is_terminal_polyfill-1.70.1.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], +) + +http_archive( + name = "itertools-0.10.5.crate", + sha256 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473", + strip_prefix = "itertools-0.10.5", + urls = ["https://static.crates.io/crates/itertools/0.10.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "itertools-0.10.5", + srcs = [":itertools-0.10.5.crate"], + crate = "itertools", + crate_root = "itertools-0.10.5.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "use_alloc", + "use_std", + ], + visibility = [], + deps = [":either-1.13.0"], +) + +http_archive( + name = "itertools-0.12.1.crate", + sha256 = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569", + strip_prefix = "itertools-0.12.1", + urls = ["https://static.crates.io/crates/itertools/0.12.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "itertools-0.12.1", + srcs = [":itertools-0.12.1.crate"], + crate = "itertools", + crate_root = "itertools-0.12.1.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "use_alloc", + "use_std", + ], + visibility = [], + deps = [":either-1.13.0"], +) + +alias( + name = "itertools", + actual = ":itertools-0.13.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "itertools-0.13.0.crate", + sha256 = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186", + strip_prefix = "itertools-0.13.0", + urls = ["https://static.crates.io/crates/itertools/0.13.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "itertools-0.13.0", + srcs = [":itertools-0.13.0.crate"], + crate = "itertools", + crate_root = "itertools-0.13.0.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "use_alloc", + "use_std", + ], + visibility = [], + deps = [":either-1.13.0"], +) + +http_archive( + name = "itoa-1.0.11.crate", + sha256 = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b", + strip_prefix = "itoa-1.0.11", + urls = ["https://static.crates.io/crates/itoa/1.0.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "itoa-1.0.11", + srcs = [":itoa-1.0.11.crate"], + crate = "itoa", + crate_root = "itoa-1.0.11.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "jiff-0.1.8.crate", + sha256 = "db2b7379a75544c94b3da32821b0bf41f9062e9970e23b78cc577d0d89676d16", + strip_prefix = "jiff-0.1.8", + urls = ["https://static.crates.io/crates/jiff/0.1.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "jiff-0.1.8", + srcs = [":jiff-0.1.8.crate"], + crate = "jiff", + crate_root = "jiff-0.1.8.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "std", + "tz-system", + "tzdb-bundle-platform", + "tzdb-zoneinfo", + ], + platform = { + "windows-gnu": dict( + deps = [ + ":jiff-tzdb-platform-0.1.0", + ":windows-sys-0.59.0", + ], + ), + "windows-msvc": dict( + deps = [ + ":jiff-tzdb-platform-0.1.0", + ":windows-sys-0.59.0", + ], + ), + }, + visibility = [], +) + +http_archive( + name = "jiff-tzdb-0.1.0.crate", + sha256 = "05fac328b3df1c0f18a3c2ab6cb7e06e4e549f366017d796e3e66b6d6889abe6", + strip_prefix = "jiff-tzdb-0.1.0", + urls = ["https://static.crates.io/crates/jiff-tzdb/0.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "jiff-tzdb-0.1.0", + srcs = [":jiff-tzdb-0.1.0.crate"], + crate = "jiff_tzdb", + crate_root = "jiff-tzdb-0.1.0.crate/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "jiff-tzdb-platform-0.1.0.crate", + sha256 = "f8da387d5feaf355954c2c122c194d6df9c57d865125a67984bb453db5336940", + strip_prefix = "jiff-tzdb-platform-0.1.0", + urls = ["https://static.crates.io/crates/jiff-tzdb-platform/0.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "jiff-tzdb-platform-0.1.0", + srcs = [":jiff-tzdb-platform-0.1.0.crate"], + crate = "jiff_tzdb_platform", + crate_root = "jiff-tzdb-platform-0.1.0.crate/lib.rs", + edition = "2021", + visibility = [], + deps = [":jiff-tzdb-0.1.0"], +) + +http_archive( + name = "kstring-2.0.2.crate", + sha256 = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1", + strip_prefix = "kstring-2.0.2", + urls = ["https://static.crates.io/crates/kstring/2.0.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "kstring-2.0.2", + srcs = [":kstring-2.0.2.crate"], + crate = "kstring", + crate_root = "kstring-2.0.2.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + "unsafe", + ], + visibility = [], + deps = [":static_assertions-1.1.0"], +) + +http_archive( + name = "lazy_static-1.5.0.crate", + sha256 = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe", + strip_prefix = "lazy_static-1.5.0", + urls = ["https://static.crates.io/crates/lazy_static/1.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "lazy_static-1.5.0", + srcs = [":lazy_static-1.5.0.crate"], + crate = "lazy_static", + crate_root = "lazy_static-1.5.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "libc", + actual = ":libc-0.2.158", + visibility = ["PUBLIC"], +) + +http_archive( + name = "libc-0.2.158.crate", + sha256 = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439", + strip_prefix = "libc-0.2.158", + urls = ["https://static.crates.io/crates/libc/0.2.158/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "libc-0.2.158", + srcs = [":libc-0.2.158.crate"], + crate = "libc", + crate_root = "libc-0.2.158.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "extra_traits", + "std", + ], + rustc_flags = ["@$(location :libc-0.2.158-build-script-run[rustc_flags])"], + visibility = [], +) + +third_party_rust.rust_binary( + name = "libc-0.2.158-build-script-build", + srcs = [":libc-0.2.158.crate"], + crate = "build_script_build", + crate_root = "libc-0.2.158.crate/build.rs", + edition = "2015", + features = [ + "default", + "extra_traits", + "std", + ], + visibility = [], +) + +third_party_rust.buildscript_run( + name = "libc-0.2.158-build-script-run", + package_name = "libc", + buildscript_rule = ":libc-0.2.158-build-script-build", + features = [ + "default", + "extra_traits", + "std", + ], + version = "0.2.158", +) + +http_archive( + name = "libgit2-sys-0.17.0+1.8.1.crate", + sha256 = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224", + strip_prefix = "libgit2-sys-0.17.0+1.8.1", + urls = ["https://static.crates.io/crates/libgit2-sys/0.17.0+1.8.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "libgit2-sys-0.17.0+1.8.1", + srcs = [":libgit2-sys-0.17.0+1.8.1.crate"], + crate = "libgit2_sys", + crate_root = "libgit2-sys-0.17.0+1.8.1.crate/lib.rs", + edition = "2018", + features = [ + "https", + "libssh2-sys", + "openssl-sys", + "ssh", + "ssh_key_from_memory", + "vendored", + ], + platform = { + "linux-arm64": dict( + deps = [":openssl-sys-0.9.103"], + ), + "linux-x86_64": dict( + deps = [":openssl-sys-0.9.103"], + ), + "macos-arm64": dict( + deps = [":openssl-sys-0.9.103"], + ), + "macos-x86_64": dict( + deps = [":openssl-sys-0.9.103"], + ), + }, + visibility = [], + deps = [ + "third-party//libgit2:libgit2", + ":libc-0.2.158", + ":libssh2-sys-0.3.0", + ":libz-sys-1.1.19", + ], +) + +http_archive( + name = "libssh2-sys-0.3.0.crate", + sha256 = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee", + strip_prefix = "libssh2-sys-0.3.0", + urls = ["https://static.crates.io/crates/libssh2-sys/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "libssh2-sys-0.3.0", + srcs = [":libssh2-sys-0.3.0.crate"], + crate = "libssh2_sys", + crate_root = "libssh2-sys-0.3.0.crate/lib.rs", + edition = "2015", + platform = { + "linux-arm64": dict( + deps = [":openssl-sys-0.9.103"], + ), + "linux-x86_64": dict( + deps = [":openssl-sys-0.9.103"], + ), + "macos-arm64": dict( + deps = [":openssl-sys-0.9.103"], + ), + "macos-x86_64": dict( + deps = [":openssl-sys-0.9.103"], + ), + }, + visibility = [], + deps = [ + "third-party//libssh2:libssh2", + ":libc-0.2.158", + ":libz-sys-1.1.19", + ], +) + +http_archive( + name = "libz-sys-1.1.19.crate", + sha256 = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647", + strip_prefix = "libz-sys-1.1.19", + urls = ["https://static.crates.io/crates/libz-sys/1.1.19/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "libz-sys-1.1.19", + srcs = [":libz-sys-1.1.19.crate"], + crate = "libz_sys", + crate_root = "libz-sys-1.1.19.crate/src/lib.rs", + edition = "2018", + features = [ + "libc", + "stock-zlib", + ], + visibility = [], + deps = [ + "third-party//libz:libz", + ":libc-0.2.158", + ], +) + +http_archive( + name = "linked-hash-map-0.5.6.crate", + sha256 = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f", + strip_prefix = "linked-hash-map-0.5.6", + urls = ["https://static.crates.io/crates/linked-hash-map/0.5.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "linked-hash-map-0.5.6", + srcs = [":linked-hash-map-0.5.6.crate"], + crate = "linked_hash_map", + crate_root = "linked-hash-map-0.5.6.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "linux-raw-sys-0.4.14.crate", + sha256 = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89", + strip_prefix = "linux-raw-sys-0.4.14", + urls = ["https://static.crates.io/crates/linux-raw-sys/0.4.14/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "linux-raw-sys-0.4.14", + srcs = [":linux-raw-sys-0.4.14.crate"], + crate = "linux_raw_sys", + crate_root = "linux-raw-sys-0.4.14.crate/src/lib.rs", + edition = "2021", + features = [ + "elf", + "errno", + "general", + "ioctl", + "no_std", + ], + visibility = [], +) + +http_archive( + name = "lock_api-0.4.12.crate", + sha256 = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17", + strip_prefix = "lock_api-0.4.12", + urls = ["https://static.crates.io/crates/lock_api/0.4.12/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "lock_api-0.4.12", + srcs = [":lock_api-0.4.12.crate"], + crate = "lock_api", + crate_root = "lock_api-0.4.12.crate/src/lib.rs", + edition = "2021", + features = [ + "atomic_usize", + "default", + ], + rustc_flags = ["@$(location :lock_api-0.4.12-build-script-run[rustc_flags])"], + visibility = [], + deps = [":scopeguard-1.2.0"], +) + +third_party_rust.rust_binary( + name = "lock_api-0.4.12-build-script-build", + srcs = [":lock_api-0.4.12.crate"], + crate = "build_script_build", + crate_root = "lock_api-0.4.12.crate/build.rs", + edition = "2021", + features = [ + "atomic_usize", + "default", + ], + visibility = [], + deps = [":autocfg-1.3.0"], +) + +third_party_rust.buildscript_run( + name = "lock_api-0.4.12-build-script-run", + package_name = "lock_api", + buildscript_rule = ":lock_api-0.4.12-build-script-build", + features = [ + "atomic_usize", + "default", + ], + version = "0.4.12", +) + +http_archive( + name = "log-0.4.22.crate", + sha256 = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24", + strip_prefix = "log-0.4.22", + urls = ["https://static.crates.io/crates/log/0.4.22/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "log-0.4.22", + srcs = [":log-0.4.22.crate"], + crate = "log", + crate_root = "log-0.4.22.crate/src/lib.rs", + edition = "2021", + features = ["std"], + visibility = [], +) + +http_archive( + name = "lru-0.12.4.crate", + sha256 = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904", + strip_prefix = "lru-0.12.4", + urls = ["https://static.crates.io/crates/lru/0.12.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "lru-0.12.4", + srcs = [":lru-0.12.4.crate"], + crate = "lru", + crate_root = "lru-0.12.4.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "hashbrown", + ], + visibility = [], + deps = [":hashbrown-0.14.5"], +) + +alias( + name = "maplit", + actual = ":maplit-1.0.2", + visibility = ["PUBLIC"], +) + +http_archive( + name = "maplit-1.0.2.crate", + sha256 = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d", + strip_prefix = "maplit-1.0.2", + urls = ["https://static.crates.io/crates/maplit/1.0.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "maplit-1.0.2", + srcs = [":maplit-1.0.2.crate"], + crate = "maplit", + crate_root = "maplit-1.0.2.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "matchers-0.1.0.crate", + sha256 = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558", + strip_prefix = "matchers-0.1.0", + urls = ["https://static.crates.io/crates/matchers/0.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "matchers-0.1.0", + srcs = [":matchers-0.1.0.crate"], + crate = "matchers", + crate_root = "matchers-0.1.0.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [":regex-automata-0.1.10"], +) + +http_archive( + name = "memchr-2.7.4.crate", + sha256 = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3", + strip_prefix = "memchr-2.7.4", + urls = ["https://static.crates.io/crates/memchr/2.7.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "memchr-2.7.4", + srcs = [":memchr-2.7.4.crate"], + crate = "memchr", + crate_root = "memchr-2.7.4.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "memmap2-0.9.4.crate", + sha256 = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322", + strip_prefix = "memmap2-0.9.4", + urls = ["https://static.crates.io/crates/memmap2/0.9.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "memmap2-0.9.4", + srcs = [":memmap2-0.9.4.crate"], + crate = "memmap2", + crate_root = "memmap2-0.9.4.crate/src/lib.rs", + edition = "2018", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], +) + +http_archive( + name = "minimal-lexical-0.2.1.crate", + sha256 = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a", + strip_prefix = "minimal-lexical-0.2.1", + urls = ["https://static.crates.io/crates/minimal-lexical/0.2.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "minimal-lexical-0.2.1", + srcs = [":minimal-lexical-0.2.1.crate"], + crate = "minimal_lexical", + crate_root = "minimal-lexical-0.2.1.crate/src/lib.rs", + edition = "2018", + features = ["std"], + visibility = [], +) + +http_archive( + name = "miniz_oxide-0.8.0.crate", + sha256 = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1", + strip_prefix = "miniz_oxide-0.8.0", + urls = ["https://static.crates.io/crates/miniz_oxide/0.8.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "miniz_oxide-0.8.0", + srcs = [":miniz_oxide-0.8.0.crate"], + crate = "miniz_oxide", + crate_root = "miniz_oxide-0.8.0.crate/src/lib.rs", + edition = "2021", + features = ["with-alloc"], + visibility = [], + deps = [":adler2-2.0.0"], +) + +alias( + name = "minus", + actual = ":minus-5.6.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "minus-5.6.1.crate", + sha256 = "093bd0520d2a37943566a73750e6d44094dac75d66a978d1f0d97ffc78686832", + strip_prefix = "minus-5.6.1", + urls = ["https://static.crates.io/crates/minus/5.6.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "minus-5.6.1", + srcs = [":minus-5.6.1.crate"], + crate = "minus", + crate_root = "minus-5.6.1.crate/src/lib.rs", + edition = "2018", + features = [ + "dynamic_output", + "regex", + "search", + ], + visibility = [], + deps = [ + ":crossbeam-channel-0.5.13", + ":crossterm-0.27.0", + ":once_cell-1.19.0", + ":parking_lot-0.12.3", + ":regex-1.10.6", + ":textwrap-0.16.1", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "mio-0.8.11.crate", + sha256 = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c", + strip_prefix = "mio-0.8.11", + urls = ["https://static.crates.io/crates/mio/0.8.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "mio-0.8.11", + srcs = [":mio-0.8.11.crate"], + crate = "mio", + crate_root = "mio-0.8.11.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "log", + "net", + "os-ext", + "os-poll", + ], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.48.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.48.0"], + ), + }, + visibility = [], + deps = [":log-0.4.22"], +) + +http_archive( + name = "mio-1.0.2.crate", + sha256 = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec", + strip_prefix = "mio-1.0.2", + urls = ["https://static.crates.io/crates/mio/1.0.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "mio-1.0.2", + srcs = [":mio-1.0.2.crate"], + crate = "mio", + crate_root = "mio-1.0.2.crate/src/lib.rs", + edition = "2021", + features = [ + "net", + "os-ext", + "os-poll", + ], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "multimap-0.10.0.crate", + sha256 = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03", + strip_prefix = "multimap-0.10.0", + urls = ["https://static.crates.io/crates/multimap/0.10.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "multimap-0.10.0", + srcs = [":multimap-0.10.0.crate"], + crate = "multimap", + crate_root = "multimap-0.10.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "nom-7.1.3.crate", + sha256 = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a", + strip_prefix = "nom-7.1.3", + urls = ["https://static.crates.io/crates/nom/7.1.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "nom-7.1.3", + srcs = [":nom-7.1.3.crate"], + crate = "nom", + crate_root = "nom-7.1.3.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], + deps = [ + ":memchr-2.7.4", + ":minimal-lexical-0.2.1", + ], +) + +http_archive( + name = "nu-ansi-term-0.46.0.crate", + sha256 = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84", + strip_prefix = "nu-ansi-term-0.46.0", + urls = ["https://static.crates.io/crates/nu-ansi-term/0.46.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "nu-ansi-term-0.46.0", + srcs = [":nu-ansi-term-0.46.0.crate"], + crate = "nu_ansi_term", + crate_root = "nu-ansi-term-0.46.0.crate/src/lib.rs", + edition = "2018", + platform = { + "windows-gnu": dict( + deps = [":winapi-0.3.9"], + ), + "windows-msvc": dict( + deps = [":winapi-0.3.9"], + ), + }, + visibility = [], + deps = [":overload-0.1.1"], +) + +http_archive( + name = "num-traits-0.2.19.crate", + sha256 = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841", + strip_prefix = "num-traits-0.2.19", + urls = ["https://static.crates.io/crates/num-traits/0.2.19/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "num-traits-0.2.19", + srcs = [":num-traits-0.2.19.crate"], + crate = "num_traits", + crate_root = "num-traits-0.2.19.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + rustc_flags = ["@$(location :num-traits-0.2.19-build-script-run[rustc_flags])"], + visibility = [], +) + +third_party_rust.rust_binary( + name = "num-traits-0.2.19-build-script-build", + srcs = [":num-traits-0.2.19.crate"], + crate = "build_script_build", + crate_root = "num-traits-0.2.19.crate/build.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], + deps = [":autocfg-1.3.0"], +) + +third_party_rust.buildscript_run( + name = "num-traits-0.2.19-build-script-run", + package_name = "num-traits", + buildscript_rule = ":num-traits-0.2.19-build-script-build", + features = [ + "default", + "std", + ], + version = "0.2.19", +) + +alias( + name = "num_cpus", + actual = ":num_cpus-1.16.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "num_cpus-1.16.0.crate", + sha256 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43", + strip_prefix = "num_cpus-1.16.0", + urls = ["https://static.crates.io/crates/num_cpus/1.16.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "num_cpus-1.16.0", + srcs = [":num_cpus-1.16.0.crate"], + crate = "num_cpus", + crate_root = "num_cpus-1.16.0.crate/src/lib.rs", + edition = "2015", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], +) + +alias( + name = "once_cell", + actual = ":once_cell-1.19.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "once_cell-1.19.0.crate", + sha256 = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92", + strip_prefix = "once_cell-1.19.0", + urls = ["https://static.crates.io/crates/once_cell/1.19.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "once_cell-1.19.0", + srcs = [":once_cell-1.19.0.crate"], + crate = "once_cell", + crate_root = "once_cell-1.19.0.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "parking_lot", + "race", + "std", + ], + visibility = [], + deps = [":parking_lot_core-0.9.10"], +) + +http_archive( + name = "oorandom-11.1.4.crate", + sha256 = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9", + strip_prefix = "oorandom-11.1.4", + urls = ["https://static.crates.io/crates/oorandom/11.1.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "oorandom-11.1.4", + srcs = [":oorandom-11.1.4.crate"], + crate = "oorandom", + crate_root = "oorandom-11.1.4.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "openssl-probe-0.1.5.crate", + sha256 = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf", + strip_prefix = "openssl-probe-0.1.5", + urls = ["https://static.crates.io/crates/openssl-probe/0.1.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "openssl-probe-0.1.5", + srcs = [":openssl-probe-0.1.5.crate"], + crate = "openssl_probe", + crate_root = "openssl-probe-0.1.5.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "openssl-sys-0.9.103.crate", + sha256 = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6", + strip_prefix = "openssl-sys-0.9.103", + urls = ["https://static.crates.io/crates/openssl-sys/0.9.103/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "openssl-sys-0.9.103", + srcs = [":openssl-sys-0.9.103.crate"], + crate = "openssl_sys", + crate_root = "openssl-sys-0.9.103.crate/src/lib.rs", + edition = "2018", + features = ["unstable_boringssl"], + rustc_flags = ["--cfg=boringssl"], + visibility = [], + deps = [ + "third-party//bssl:crypto", + "third-party//bssl:ssl", + "third-party//bssl/rust:bssl-sys", + ":libc-0.2.158", + ], +) + +http_archive( + name = "option-ext-0.2.0.crate", + sha256 = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d", + strip_prefix = "option-ext-0.2.0", + urls = ["https://static.crates.io/crates/option-ext/0.2.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "option-ext-0.2.0", + srcs = [":option-ext-0.2.0.crate"], + crate = "option_ext", + crate_root = "option-ext-0.2.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "overload-0.1.1.crate", + sha256 = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39", + strip_prefix = "overload-0.1.1", + urls = ["https://static.crates.io/crates/overload/0.1.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "overload-0.1.1", + srcs = [":overload-0.1.1.crate"], + crate = "overload", + crate_root = "overload-0.1.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "parking_lot-0.12.3.crate", + sha256 = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27", + strip_prefix = "parking_lot-0.12.3", + urls = ["https://static.crates.io/crates/parking_lot/0.12.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "parking_lot-0.12.3", + srcs = [":parking_lot-0.12.3.crate"], + crate = "parking_lot", + crate_root = "parking_lot-0.12.3.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [ + ":lock_api-0.4.12", + ":parking_lot_core-0.9.10", + ], +) + +http_archive( + name = "parking_lot_core-0.9.10.crate", + sha256 = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8", + strip_prefix = "parking_lot_core-0.9.10", + urls = ["https://static.crates.io/crates/parking_lot_core/0.9.10/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "parking_lot_core-0.9.10", + srcs = [":parking_lot_core-0.9.10.crate"], + crate = "parking_lot_core", + crate_root = "parking_lot_core-0.9.10.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-targets-0.52.6"], + ), + "windows-msvc": dict( + deps = [":windows-targets-0.52.6"], + ), + }, + rustc_flags = ["@$(location :parking_lot_core-0.9.10-build-script-run[rustc_flags])"], + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":smallvec-1.13.2", + ], +) + +third_party_rust.rust_binary( + name = "parking_lot_core-0.9.10-build-script-build", + srcs = [":parking_lot_core-0.9.10.crate"], + crate = "build_script_build", + crate_root = "parking_lot_core-0.9.10.crate/build.rs", + edition = "2021", + visibility = [], +) + +third_party_rust.buildscript_run( + name = "parking_lot_core-0.9.10-build-script-run", + package_name = "parking_lot_core", + buildscript_rule = ":parking_lot_core-0.9.10-build-script-build", + version = "0.9.10", +) + +http_archive( + name = "paste-1.0.15.crate", + sha256 = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a", + strip_prefix = "paste-1.0.15", + urls = ["https://static.crates.io/crates/paste/1.0.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "paste-1.0.15", + srcs = [":paste-1.0.15.crate"], + crate = "paste", + crate_root = "paste-1.0.15.crate/src/lib.rs", + edition = "2018", + proc_macro = True, + visibility = [], +) + +http_archive( + name = "pathdiff-0.2.1.crate", + sha256 = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd", + strip_prefix = "pathdiff-0.2.1", + urls = ["https://static.crates.io/crates/pathdiff/0.2.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pathdiff-0.2.1", + srcs = [":pathdiff-0.2.1.crate"], + crate = "pathdiff", + crate_root = "pathdiff-0.2.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "percent-encoding-2.3.1.crate", + sha256 = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e", + strip_prefix = "percent-encoding-2.3.1", + urls = ["https://static.crates.io/crates/percent-encoding/2.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "percent-encoding-2.3.1", + srcs = [":percent-encoding-2.3.1.crate"], + crate = "percent_encoding", + crate_root = "percent-encoding-2.3.1.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], +) + +alias( + name = "pest", + actual = ":pest-2.7.11", + visibility = ["PUBLIC"], +) + +http_archive( + name = "pest-2.7.11.crate", + sha256 = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95", + strip_prefix = "pest-2.7.11", + urls = ["https://static.crates.io/crates/pest/2.7.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pest-2.7.11", + srcs = [":pest-2.7.11.crate"], + crate = "pest", + crate_root = "pest-2.7.11.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "memchr", + "std", + ], + visibility = [], + deps = [ + ":memchr-2.7.4", + ":thiserror-1.0.63", + ":ucd-trie-0.1.6", + ], +) + +alias( + name = "pest_derive", + actual = ":pest_derive-2.7.11", + visibility = ["PUBLIC"], +) + +http_archive( + name = "pest_derive-2.7.11.crate", + sha256 = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a", + strip_prefix = "pest_derive-2.7.11", + urls = ["https://static.crates.io/crates/pest_derive/2.7.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pest_derive-2.7.11", + srcs = [":pest_derive-2.7.11.crate"], + crate = "pest_derive", + crate_root = "pest_derive-2.7.11.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + proc_macro = True, + visibility = [], + deps = [ + ":pest-2.7.11", + ":pest_generator-2.7.11", + ], +) + +http_archive( + name = "pest_generator-2.7.11.crate", + sha256 = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183", + strip_prefix = "pest_generator-2.7.11", + urls = ["https://static.crates.io/crates/pest_generator/2.7.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pest_generator-2.7.11", + srcs = [":pest_generator-2.7.11.crate"], + crate = "pest_generator", + crate_root = "pest_generator-2.7.11.crate/src/lib.rs", + edition = "2021", + features = ["std"], + visibility = [], + deps = [ + ":pest-2.7.11", + ":pest_meta-2.7.11", + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "pest_meta-2.7.11.crate", + sha256 = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f", + strip_prefix = "pest_meta-2.7.11", + urls = ["https://static.crates.io/crates/pest_meta/2.7.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pest_meta-2.7.11", + srcs = [":pest_meta-2.7.11.crate"], + crate = "pest_meta", + crate_root = "pest_meta-2.7.11.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [ + ":once_cell-1.19.0", + ":pest-2.7.11", + ], +) + +http_archive( + name = "petgraph-0.6.5.crate", + sha256 = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db", + strip_prefix = "petgraph-0.6.5", + urls = ["https://static.crates.io/crates/petgraph/0.6.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "petgraph-0.6.5", + srcs = [":petgraph-0.6.5.crate"], + crate = "petgraph", + crate_root = "petgraph-0.6.5.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [ + ":fixedbitset-0.4.2", + ":indexmap-2.5.0", + ], +) + +http_archive( + name = "pin-project-lite-0.2.14.crate", + sha256 = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02", + strip_prefix = "pin-project-lite-0.2.14", + urls = ["https://static.crates.io/crates/pin-project-lite/0.2.14/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pin-project-lite-0.2.14", + srcs = [":pin-project-lite-0.2.14.crate"], + crate = "pin_project_lite", + crate_root = "pin-project-lite-0.2.14.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "pin-utils-0.1.0.crate", + sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", + strip_prefix = "pin-utils-0.1.0", + urls = ["https://static.crates.io/crates/pin-utils/0.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pin-utils-0.1.0", + srcs = [":pin-utils-0.1.0.crate"], + crate = "pin_utils", + crate_root = "pin-utils-0.1.0.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "plotters-0.3.6.crate", + sha256 = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3", + strip_prefix = "plotters-0.3.6", + urls = ["https://static.crates.io/crates/plotters/0.3.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "plotters-0.3.6", + srcs = [":plotters-0.3.6.crate"], + crate = "plotters", + crate_root = "plotters-0.3.6.crate/src/lib.rs", + edition = "2018", + features = [ + "area_series", + "line_series", + "plotters-svg", + "svg_backend", + ], + visibility = [], + deps = [ + ":num-traits-0.2.19", + ":plotters-backend-0.3.6", + ":plotters-svg-0.3.6", + ], +) + +http_archive( + name = "plotters-backend-0.3.6.crate", + sha256 = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7", + strip_prefix = "plotters-backend-0.3.6", + urls = ["https://static.crates.io/crates/plotters-backend/0.3.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "plotters-backend-0.3.6", + srcs = [":plotters-backend-0.3.6.crate"], + crate = "plotters_backend", + crate_root = "plotters-backend-0.3.6.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "plotters-svg-0.3.6.crate", + sha256 = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705", + strip_prefix = "plotters-svg-0.3.6", + urls = ["https://static.crates.io/crates/plotters-svg/0.3.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "plotters-svg-0.3.6", + srcs = [":plotters-svg-0.3.6.crate"], + crate = "plotters_svg", + crate_root = "plotters-svg-0.3.6.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [":plotters-backend-0.3.6"], +) + +alias( + name = "pollster", + actual = ":pollster-0.3.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "pollster-0.3.0.crate", + sha256 = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2", + strip_prefix = "pollster-0.3.0", + urls = ["https://static.crates.io/crates/pollster/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pollster-0.3.0", + srcs = [":pollster-0.3.0.crate"], + crate = "pollster", + crate_root = "pollster-0.3.0.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "ppv-lite86-0.2.20.crate", + sha256 = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04", + strip_prefix = "ppv-lite86-0.2.20", + urls = ["https://static.crates.io/crates/ppv-lite86/0.2.20/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ppv-lite86-0.2.20", + srcs = [":ppv-lite86-0.2.20.crate"], + crate = "ppv_lite86", + crate_root = "ppv-lite86-0.2.20.crate/src/lib.rs", + edition = "2021", + features = [ + "simd", + "std", + ], + visibility = [], + deps = [":zerocopy-0.7.35"], +) + +http_archive( + name = "predicates-3.1.2.crate", + sha256 = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97", + strip_prefix = "predicates-3.1.2", + urls = ["https://static.crates.io/crates/predicates/3.1.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "predicates-3.1.2", + srcs = [":predicates-3.1.2.crate"], + crate = "predicates", + crate_root = "predicates-3.1.2.crate/src/lib.rs", + edition = "2021", + features = ["diff"], + visibility = [], + deps = [ + ":anstyle-1.0.8", + ":difflib-0.4.0", + ":predicates-core-1.0.8", + ], +) + +http_archive( + name = "predicates-core-1.0.8.crate", + sha256 = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931", + strip_prefix = "predicates-core-1.0.8", + urls = ["https://static.crates.io/crates/predicates-core/1.0.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "predicates-core-1.0.8", + srcs = [":predicates-core-1.0.8.crate"], + crate = "predicates_core", + crate_root = "predicates-core-1.0.8.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "predicates-tree-1.0.11.crate", + sha256 = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13", + strip_prefix = "predicates-tree-1.0.11", + urls = ["https://static.crates.io/crates/predicates-tree/1.0.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "predicates-tree-1.0.11", + srcs = [":predicates-tree-1.0.11.crate"], + crate = "predicates_tree", + crate_root = "predicates-tree-1.0.11.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":predicates-core-1.0.8", + ":termtree-0.4.1", + ], +) + +alias( + name = "pretty_assertions", + actual = ":pretty_assertions-1.4.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "pretty_assertions-1.4.0.crate", + sha256 = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66", + strip_prefix = "pretty_assertions-1.4.0", + urls = ["https://static.crates.io/crates/pretty_assertions/1.4.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "pretty_assertions-1.4.0", + srcs = [":pretty_assertions-1.4.0.crate"], + crate = "pretty_assertions", + crate_root = "pretty_assertions-1.4.0.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], + deps = [ + ":diff-0.1.13", + ":yansi-0.5.1", + ], +) + +http_archive( + name = "prettyplease-0.2.20.crate", + sha256 = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e", + strip_prefix = "prettyplease-0.2.20", + urls = ["https://static.crates.io/crates/prettyplease/0.2.20/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "prettyplease-0.2.20", + srcs = [":prettyplease-0.2.20.crate"], + crate = "prettyplease", + crate_root = "prettyplease-0.2.20.crate/src/lib.rs", + edition = "2021", + env = { + "CARGO_MANIFEST_DIR": "prettyplease-0.2.20.crate", + "CARGO_PKG_AUTHORS": "David Tolnay ", + "CARGO_PKG_DESCRIPTION": "A minimal `syn` syntax tree pretty-printer", + "CARGO_PKG_NAME": "prettyplease", + "CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/prettyplease", + "CARGO_PKG_VERSION": "0.2.20", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "2", + "CARGO_PKG_VERSION_PATCH": "20", + }, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":syn-2.0.77", + ], +) + +alias( + name = "proc-macro2", + actual = ":proc-macro2-1.0.86", + visibility = ["PUBLIC"], +) + +http_archive( + name = "proc-macro2-1.0.86.crate", + sha256 = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77", + strip_prefix = "proc-macro2-1.0.86", + urls = ["https://static.crates.io/crates/proc-macro2/1.0.86/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "proc-macro2-1.0.86", + srcs = [":proc-macro2-1.0.86.crate"], + crate = "proc_macro2", + crate_root = "proc-macro2-1.0.86.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "proc-macro", + ], + rustc_flags = ["@$(location :proc-macro2-1.0.86-build-script-run[rustc_flags])"], + visibility = [], + deps = [":unicode-ident-1.0.12"], +) + +third_party_rust.rust_binary( + name = "proc-macro2-1.0.86-build-script-build", + srcs = [":proc-macro2-1.0.86.crate"], + crate = "build_script_build", + crate_root = "proc-macro2-1.0.86.crate/build.rs", + edition = "2021", + features = [ + "default", + "proc-macro", + ], + visibility = [], +) + +third_party_rust.buildscript_run( + name = "proc-macro2-1.0.86-build-script-run", + package_name = "proc-macro2", + buildscript_rule = ":proc-macro2-1.0.86-build-script-build", + features = [ + "default", + "proc-macro", + ], + version = "1.0.86", +) + +http_archive( + name = "prodash-28.0.0.crate", + sha256 = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79", + strip_prefix = "prodash-28.0.0", + urls = ["https://static.crates.io/crates/prodash/28.0.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "prodash-28.0.0", + srcs = [":prodash-28.0.0.crate"], + crate = "prodash", + crate_root = "prodash-28.0.0.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +alias( + name = "prost", + actual = ":prost-0.12.6", + visibility = ["PUBLIC"], +) + +http_archive( + name = "prost-0.12.6.crate", + sha256 = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29", + strip_prefix = "prost-0.12.6", + urls = ["https://static.crates.io/crates/prost/0.12.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "prost-0.12.6", + srcs = [":prost-0.12.6.crate"], + crate = "prost", + crate_root = "prost-0.12.6.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "derive", + "prost-derive", + "std", + ], + visibility = [], + deps = [ + ":bytes-1.7.1", + ":prost-derive-0.12.6", + ], +) + +alias( + name = "prost-build", + actual = ":prost-build-0.12.6", + visibility = ["PUBLIC"], +) + +http_archive( + name = "prost-build-0.12.6.crate", + sha256 = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4", + strip_prefix = "prost-build-0.12.6", + urls = ["https://static.crates.io/crates/prost-build/0.12.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "prost-build-0.12.6", + srcs = [":prost-build-0.12.6.crate"], + crate = "prost_build", + crate_root = "prost-build-0.12.6.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "format", + ], + visibility = [], + deps = [ + ":bytes-1.7.1", + ":heck-0.5.0", + ":itertools-0.12.1", + ":log-0.4.22", + ":multimap-0.10.0", + ":once_cell-1.19.0", + ":petgraph-0.6.5", + ":prettyplease-0.2.20", + ":prost-0.12.6", + ":prost-types-0.12.6", + ":regex-1.10.6", + ":syn-2.0.77", + ":tempfile-3.12.0", + ], +) + +http_archive( + name = "prost-derive-0.12.6.crate", + sha256 = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1", + strip_prefix = "prost-derive-0.12.6", + urls = ["https://static.crates.io/crates/prost-derive/0.12.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "prost-derive-0.12.6", + srcs = [":prost-derive-0.12.6.crate"], + crate = "prost_derive", + crate_root = "prost-derive-0.12.6.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":anyhow-1.0.86", + ":itertools-0.12.1", + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "prost-types-0.12.6.crate", + sha256 = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0", + strip_prefix = "prost-types-0.12.6", + urls = ["https://static.crates.io/crates/prost-types/0.12.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "prost-types-0.12.6", + srcs = [":prost-types-0.12.6.crate"], + crate = "prost_types", + crate_root = "prost-types-0.12.6.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":prost-0.12.6"], +) + +alias( + name = "quote", + actual = ":quote-1.0.37", + visibility = ["PUBLIC"], +) + +http_archive( + name = "quote-1.0.37.crate", + sha256 = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af", + strip_prefix = "quote-1.0.37", + urls = ["https://static.crates.io/crates/quote/1.0.37/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "quote-1.0.37", + srcs = [":quote-1.0.37.crate"], + crate = "quote", + crate_root = "quote-1.0.37.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "proc-macro", + ], + visibility = [], + deps = [":proc-macro2-1.0.86"], +) + +alias( + name = "rand", + actual = ":rand-0.8.5", + visibility = ["PUBLIC"], +) + +http_archive( + name = "rand-0.8.5.crate", + sha256 = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404", + strip_prefix = "rand-0.8.5", + urls = ["https://static.crates.io/crates/rand/0.8.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rand-0.8.5", + srcs = [":rand-0.8.5.crate"], + crate = "rand", + crate_root = "rand-0.8.5.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "std", + "std_rng", + ], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], + deps = [ + ":rand_chacha-0.3.1", + ":rand_core-0.6.4", + ], +) + +alias( + name = "rand_chacha", + actual = ":rand_chacha-0.3.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "rand_chacha-0.3.1.crate", + sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88", + strip_prefix = "rand_chacha-0.3.1", + urls = ["https://static.crates.io/crates/rand_chacha/0.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rand_chacha-0.3.1", + srcs = [":rand_chacha-0.3.1.crate"], + crate = "rand_chacha", + crate_root = "rand_chacha-0.3.1.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], + deps = [ + ":ppv-lite86-0.2.20", + ":rand_core-0.6.4", + ], +) + +http_archive( + name = "rand_core-0.6.4.crate", + sha256 = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c", + strip_prefix = "rand_core-0.6.4", + urls = ["https://static.crates.io/crates/rand_core/0.6.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rand_core-0.6.4", + srcs = [":rand_core-0.6.4.crate"], + crate = "rand_core", + crate_root = "rand_core-0.6.4.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "getrandom", + "std", + ], + visibility = [], + deps = [":getrandom-0.2.15"], +) + +http_archive( + name = "ratatui-0.26.3.crate", + sha256 = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef", + strip_prefix = "ratatui-0.26.3", + urls = ["https://static.crates.io/crates/ratatui/0.26.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ratatui-0.26.3", + srcs = [":ratatui-0.26.3.crate"], + crate = "ratatui", + crate_root = "ratatui-0.26.3.crate/src/lib.rs", + edition = "2021", + features = [ + "crossterm", + "default", + "underline-color", + ], + visibility = [], + deps = [ + ":bitflags-2.6.0", + ":cassowary-0.3.0", + ":compact_str-0.7.1", + ":crossterm-0.27.0", + ":itertools-0.12.1", + ":lru-0.12.4", + ":paste-1.0.15", + ":stability-0.2.1", + ":strum-0.26.3", + ":unicode-segmentation-1.11.0", + ":unicode-truncate-1.1.0", + ":unicode-width-0.1.13", + ], +) + +alias( + name = "rayon", + actual = ":rayon-1.10.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "rayon-1.10.0.crate", + sha256 = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa", + strip_prefix = "rayon-1.10.0", + urls = ["https://static.crates.io/crates/rayon/1.10.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rayon-1.10.0", + srcs = [":rayon-1.10.0.crate"], + crate = "rayon", + crate_root = "rayon-1.10.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":either-1.13.0", + ":rayon-core-1.12.1", + ], +) + +http_archive( + name = "rayon-core-1.12.1.crate", + sha256 = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2", + strip_prefix = "rayon-core-1.12.1", + urls = ["https://static.crates.io/crates/rayon-core/1.12.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rayon-core-1.12.1", + srcs = [":rayon-core-1.12.1.crate"], + crate = "rayon_core", + crate_root = "rayon-core-1.12.1.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":crossbeam-deque-0.8.5", + ":crossbeam-utils-0.8.20", + ], +) + +alias( + name = "ref-cast", + actual = ":ref-cast-1.0.23", + visibility = ["PUBLIC"], +) + +http_archive( + name = "ref-cast-1.0.23.crate", + sha256 = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931", + strip_prefix = "ref-cast-1.0.23", + urls = ["https://static.crates.io/crates/ref-cast/1.0.23/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ref-cast-1.0.23", + srcs = [":ref-cast-1.0.23.crate"], + crate = "ref_cast", + crate_root = "ref-cast-1.0.23.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":ref-cast-impl-1.0.23"], +) + +http_archive( + name = "ref-cast-impl-1.0.23.crate", + sha256 = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6", + strip_prefix = "ref-cast-impl-1.0.23", + urls = ["https://static.crates.io/crates/ref-cast-impl/1.0.23/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ref-cast-impl-1.0.23", + srcs = [":ref-cast-impl-1.0.23.crate"], + crate = "ref_cast_impl", + crate_root = "ref-cast-impl-1.0.23.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +alias( + name = "regex", + actual = ":regex-1.10.6", + visibility = ["PUBLIC"], +) + +http_archive( + name = "regex-1.10.6.crate", + sha256 = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619", + strip_prefix = "regex-1.10.6", + urls = ["https://static.crates.io/crates/regex/1.10.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "regex-1.10.6", + srcs = [":regex-1.10.6.crate"], + crate = "regex", + crate_root = "regex-1.10.6.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "perf", + "perf-backtrack", + "perf-cache", + "perf-dfa", + "perf-inline", + "perf-literal", + "perf-onepass", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + ], + visibility = [], + deps = [ + ":aho-corasick-1.1.3", + ":memchr-2.7.4", + ":regex-automata-0.4.7", + ":regex-syntax-0.8.4", + ], +) + +http_archive( + name = "regex-automata-0.1.10.crate", + sha256 = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132", + strip_prefix = "regex-automata-0.1.10", + urls = ["https://static.crates.io/crates/regex-automata/0.1.10/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "regex-automata-0.1.10", + srcs = [":regex-automata-0.1.10.crate"], + crate = "regex_automata", + crate_root = "regex-automata-0.1.10.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "regex-syntax", + "std", + ], + visibility = [], + deps = [":regex-syntax-0.6.29"], +) + +http_archive( + name = "regex-automata-0.4.7.crate", + sha256 = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df", + strip_prefix = "regex-automata-0.4.7", + urls = ["https://static.crates.io/crates/regex-automata/0.4.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "regex-automata-0.4.7", + srcs = [":regex-automata-0.4.7.crate"], + crate = "regex_automata", + crate_root = "regex-automata-0.4.7.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "dfa-onepass", + "dfa-search", + "hybrid", + "meta", + "nfa", + "nfa-backtrack", + "nfa-pikevm", + "nfa-thompson", + "perf", + "perf-inline", + "perf-literal", + "perf-literal-multisubstring", + "perf-literal-substring", + "std", + "syntax", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + "unicode-word-boundary", + ], + visibility = [], + deps = [ + ":aho-corasick-1.1.3", + ":memchr-2.7.4", + ":regex-syntax-0.8.4", + ], +) + +http_archive( + name = "regex-syntax-0.6.29.crate", + sha256 = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1", + strip_prefix = "regex-syntax-0.6.29", + urls = ["https://static.crates.io/crates/regex-syntax/0.6.29/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "regex-syntax-0.6.29", + srcs = [":regex-syntax-0.6.29.crate"], + crate = "regex_syntax", + crate_root = "regex-syntax-0.6.29.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + ], + visibility = [], +) + +http_archive( + name = "regex-syntax-0.8.4.crate", + sha256 = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b", + strip_prefix = "regex-syntax-0.8.4", + urls = ["https://static.crates.io/crates/regex-syntax/0.8.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "regex-syntax-0.8.4", + srcs = [":regex-syntax-0.8.4.crate"], + crate = "regex_syntax", + crate_root = "regex-syntax-0.8.4.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + ], + visibility = [], +) + +http_archive( + name = "roff-0.2.2.crate", + sha256 = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3", + strip_prefix = "roff-0.2.2", + urls = ["https://static.crates.io/crates/roff/0.2.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "roff-0.2.2", + srcs = [":roff-0.2.2.crate"], + crate = "roff", + crate_root = "roff-0.2.2.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +alias( + name = "rpassword", + actual = ":rpassword-7.3.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "rpassword-7.3.1.crate", + sha256 = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f", + strip_prefix = "rpassword-7.3.1", + urls = ["https://static.crates.io/crates/rpassword/7.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rpassword-7.3.1", + srcs = [":rpassword-7.3.1.crate"], + crate = "rpassword", + crate_root = "rpassword-7.3.1.crate/src/lib.rs", + edition = "2018", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.48.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.48.0"], + ), + }, + visibility = [], + deps = [":rtoolbox-0.0.2"], +) + +http_archive( + name = "rtoolbox-0.0.2.crate", + sha256 = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e", + strip_prefix = "rtoolbox-0.0.2", + urls = ["https://static.crates.io/crates/rtoolbox/0.0.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rtoolbox-0.0.2", + srcs = [":rtoolbox-0.0.2.crate"], + crate = "rtoolbox", + crate_root = "rtoolbox-0.0.2.crate/src/lib.rs", + edition = "2018", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.48.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.48.0"], + ), + }, + visibility = [], +) + third_party_rust.rust_binary( name = "rust-third-party-0.0.0-top", srcs = ["top.rs"], crate = "top", crate_root = "top.rs", edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":rustix-0.38.35"], + ), + "linux-x86_64": dict( + deps = [":rustix-0.38.35"], + ), + "macos-arm64": dict( + deps = [":rustix-0.38.35"], + ), + "macos-x86_64": dict( + deps = [":rustix-0.38.35"], + ), + "windows-gnu": dict( + deps = [":winreg-0.52.0"], + ), + "windows-msvc": dict( + deps = [":winreg-0.52.0"], + ), + }, visibility = [], - deps = [":blake2-0.10.6"], + deps = [ + ":anyhow-1.0.86", + ":assert_cmd-2.0.16", + ":assert_matches-1.5.0", + ":async-trait-0.1.82", + ":backoff-0.4.0", + ":blake2-0.10.6", + ":bstr-1.10.0", + ":chrono-0.4.38", + ":chrono-english-0.1.7", + ":clap-4.5.16", + ":clap-markdown-0.1.4", + ":clap_complete-4.5.24", + ":clap_complete_nushell-4.5.3", + ":clap_mangen-0.2.23", + ":clru-0.6.2", + ":config-0.13.4", + ":criterion-0.5.1", + ":crossterm-0.27.0", + ":digest-0.10.7", + ":dirs-5.0.1", + ":dunce-1.0.5", + ":either-1.13.0", + ":esl01-renderdag-0.3.0", + ":futures-0.3.30", + ":git2-0.19.0", + ":gix-0.66.0", + ":gix-filter-0.13.0", + ":glob-0.3.1", + ":hex-0.4.3", + ":ignore-0.4.22", + ":indexmap-2.5.0", + ":indoc-2.0.5", + ":insta-1.39.0", + ":itertools-0.13.0", + ":libc-0.2.158", + ":maplit-1.0.2", + ":minus-5.6.1", + ":num_cpus-1.16.0", + ":once_cell-1.19.0", + ":pest-2.7.11", + ":pest_derive-2.7.11", + ":pollster-0.3.0", + ":pretty_assertions-1.4.0", + ":proc-macro2-1.0.86", + ":prost-0.12.6", + ":prost-build-0.12.6", + ":quote-1.0.37", + ":rand-0.8.5", + ":rand_chacha-0.3.1", + ":rayon-1.10.0", + ":ref-cast-1.0.23", + ":regex-1.10.6", + ":rpassword-7.3.1", + ":scm-record-0.3.0", + ":serde-1.0.208", + ":serde_json-1.0.127", + ":slab-0.4.9", + ":smallvec-1.13.2", + ":strsim-0.11.1", + ":syn-2.0.77", + ":tempfile-3.12.0", + ":test-case-3.3.1", + ":textwrap-0.16.1", + ":thiserror-1.0.63", + ":timeago-0.4.2", + ":tokio-1.40.0", + ":toml_edit-0.19.15", + ":tracing-0.1.40", + ":tracing-chrome-0.7.2", + ":tracing-subscriber-0.3.18", + ":unicode-width-0.1.13", + ":version_check-0.9.5", + ":watchman_client-0.9.0", + ":whoami-1.5.2", + ":zstd-0.12.4", + ], +) + +alias( + name = "rustix", + actual = ":rustix-0.38.35", + visibility = ["PUBLIC"], ) http_archive( - name = "subtle-2.5.0.crate", - sha256 = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc", - strip_prefix = "subtle-2.5.0", - urls = ["https://static.crates.io/crates/subtle/2.5.0/download"], + name = "rustix-0.38.35.crate", + sha256 = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f", + strip_prefix = "rustix-0.38.35", + urls = ["https://static.crates.io/crates/rustix/0.38.35/download"], visibility = [], ) third_party_rust.rust_library( - name = "subtle-2.5.0", - srcs = [":subtle-2.5.0.crate"], - crate = "subtle", - crate_root = "subtle-2.5.0.crate/src/lib.rs", + name = "rustix-0.38.35", + srcs = [":rustix-0.38.35.crate"], + crate = "rustix", + crate_root = "rustix-0.38.35.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "fs", + "libc-extra-traits", + "std", + "termios", + "use-libc-auxv", + ], + platform = { + "linux-arm64": dict( + named_deps = { + "libc_errno": ":errno-0.3.9", + }, + deps = [ + ":libc-0.2.158", + ":linux-raw-sys-0.4.14", + ], + ), + "linux-x86_64": dict( + named_deps = { + "libc_errno": ":errno-0.3.9", + }, + deps = [ + ":libc-0.2.158", + ":linux-raw-sys-0.4.14", + ], + ), + "macos-arm64": dict( + named_deps = { + "libc_errno": ":errno-0.3.9", + }, + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + named_deps = { + "libc_errno": ":errno-0.3.9", + }, + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + named_deps = { + "libc_errno": ":errno-0.3.9", + }, + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + named_deps = { + "libc_errno": ":errno-0.3.9", + }, + deps = [":windows-sys-0.52.0"], + ), + }, + rustc_flags = ["@$(location :rustix-0.38.35-build-script-run[rustc_flags])"], + visibility = [], + deps = [":bitflags-2.6.0"], +) + +third_party_rust.rust_binary( + name = "rustix-0.38.35-build-script-build", + srcs = [":rustix-0.38.35.crate"], + crate = "build_script_build", + crate_root = "rustix-0.38.35.crate/build.rs", + edition = "2021", + features = [ + "alloc", + "default", + "fs", + "libc-extra-traits", + "std", + "termios", + "use-libc-auxv", + ], + visibility = [], +) + +third_party_rust.buildscript_run( + name = "rustix-0.38.35-build-script-run", + package_name = "rustix", + buildscript_rule = ":rustix-0.38.35-build-script-build", + features = [ + "alloc", + "default", + "fs", + "libc-extra-traits", + "std", + "termios", + "use-libc-auxv", + ], + version = "0.38.35", +) + +http_archive( + name = "rustversion-1.0.17.crate", + sha256 = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6", + strip_prefix = "rustversion-1.0.17", + urls = ["https://static.crates.io/crates/rustversion/1.0.17/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "rustversion-1.0.17", + srcs = [":rustversion-1.0.17.crate"], + crate = "rustversion", + crate_root = "rustversion-1.0.17.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "rustversion-1.0.17.crate", + "CARGO_PKG_AUTHORS": "David Tolnay ", + "CARGO_PKG_DESCRIPTION": "Conditional compilation according to rustc compiler version", + "CARGO_PKG_NAME": "rustversion", + "CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/rustversion", + "CARGO_PKG_VERSION": "1.0.17", + "CARGO_PKG_VERSION_MAJOR": "1", + "CARGO_PKG_VERSION_MINOR": "0", + "CARGO_PKG_VERSION_PATCH": "17", + "OUT_DIR": "$(location :rustversion-1.0.17-build-script-run[out_dir])", + }, + proc_macro = True, + visibility = [], +) + +third_party_rust.rust_binary( + name = "rustversion-1.0.17-build-script-build", + srcs = [":rustversion-1.0.17.crate"], + crate = "build_script_build", + crate_root = "rustversion-1.0.17.crate/build/build.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "rustversion-1.0.17.crate", + "CARGO_PKG_AUTHORS": "David Tolnay ", + "CARGO_PKG_DESCRIPTION": "Conditional compilation according to rustc compiler version", + "CARGO_PKG_NAME": "rustversion", + "CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/rustversion", + "CARGO_PKG_VERSION": "1.0.17", + "CARGO_PKG_VERSION_MAJOR": "1", + "CARGO_PKG_VERSION_MINOR": "0", + "CARGO_PKG_VERSION_PATCH": "17", + }, + visibility = [], +) + +third_party_rust.buildscript_run( + name = "rustversion-1.0.17-build-script-run", + package_name = "rustversion", + buildscript_rule = ":rustversion-1.0.17-build-script-build", + version = "1.0.17", +) + +http_archive( + name = "ryu-1.0.18.crate", + sha256 = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f", + strip_prefix = "ryu-1.0.18", + urls = ["https://static.crates.io/crates/ryu/1.0.18/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ryu-1.0.18", + srcs = [":ryu-1.0.18.crate"], + crate = "ryu", + crate_root = "ryu-1.0.18.crate/src/lib.rs", edition = "2018", visibility = [], ) +http_archive( + name = "same-file-1.0.6.crate", + sha256 = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502", + strip_prefix = "same-file-1.0.6", + urls = ["https://static.crates.io/crates/same-file/1.0.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "same-file-1.0.6", + srcs = [":same-file-1.0.6.crate"], + crate = "same_file", + crate_root = "same-file-1.0.6.crate/src/lib.rs", + edition = "2018", + platform = { + "windows-gnu": dict( + deps = [":winapi-util-0.1.9"], + ), + "windows-msvc": dict( + deps = [":winapi-util-0.1.9"], + ), + }, + visibility = [], +) + +http_archive( + name = "scanlex-0.1.4.crate", + sha256 = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db", + strip_prefix = "scanlex-0.1.4", + urls = ["https://static.crates.io/crates/scanlex/0.1.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "scanlex-0.1.4", + srcs = [":scanlex-0.1.4.crate"], + crate = "scanlex", + crate_root = "scanlex-0.1.4.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "scm-record", + actual = ":scm-record-0.3.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "scm-record-0.3.0.crate", + sha256 = "4a1bf431016c7a34038f440696c672f0fee1a15d6aea31fe100df6974a35bf5f", + strip_prefix = "scm-record-0.3.0", + urls = ["https://static.crates.io/crates/scm-record/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "scm-record-0.3.0", + srcs = [":scm-record-0.3.0.crate"], + crate = "scm_record", + crate_root = "scm-record-0.3.0.crate/src/lib.rs", + edition = "2021", + features = [ + "debug", + "default", + "serde", + ], + visibility = [], + deps = [ + ":cassowary-0.3.0", + ":crossterm-0.27.0", + ":num-traits-0.2.19", + ":ratatui-0.26.3", + ":serde-1.0.208", + ":serde_json-1.0.127", + ":thiserror-1.0.63", + ":tracing-0.1.40", + ":unicode-width-0.1.13", + ], +) + +http_archive( + name = "scopeguard-1.2.0.crate", + sha256 = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49", + strip_prefix = "scopeguard-1.2.0", + urls = ["https://static.crates.io/crates/scopeguard/1.2.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "scopeguard-1.2.0", + srcs = [":scopeguard-1.2.0.crate"], + crate = "scopeguard", + crate_root = "scopeguard-1.2.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "serde", + actual = ":serde-1.0.208", + visibility = ["PUBLIC"], +) + +http_archive( + name = "serde-1.0.208.crate", + sha256 = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2", + strip_prefix = "serde-1.0.208", + urls = ["https://static.crates.io/crates/serde/1.0.208/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "serde-1.0.208", + srcs = [":serde-1.0.208.crate"], + crate = "serde", + crate_root = "serde-1.0.208.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "derive", + "rc", + "serde_derive", + "std", + ], + visibility = [], + deps = [":serde_derive-1.0.208"], +) + +http_archive( + name = "serde_bser-0.4.0.crate", + sha256 = "a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717", + strip_prefix = "serde_bser-0.4.0", + urls = ["https://static.crates.io/crates/serde_bser/0.4.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "serde_bser-0.4.0", + srcs = [":serde_bser-0.4.0.crate"], + crate = "serde_bser", + crate_root = "serde_bser-0.4.0.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [ + ":anyhow-1.0.86", + ":byteorder-1.5.0", + ":bytes-1.7.1", + ":serde-1.0.208", + ":serde_bytes-0.11.15", + ":thiserror-1.0.63", + ], +) + +http_archive( + name = "serde_bytes-0.11.15.crate", + sha256 = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a", + strip_prefix = "serde_bytes-0.11.15", + urls = ["https://static.crates.io/crates/serde_bytes/0.11.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "serde_bytes-0.11.15", + srcs = [":serde_bytes-0.11.15.crate"], + crate = "serde_bytes", + crate_root = "serde_bytes-0.11.15.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], + deps = [":serde-1.0.208"], +) + +http_archive( + name = "serde_derive-1.0.208.crate", + sha256 = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf", + strip_prefix = "serde_derive-1.0.208", + urls = ["https://static.crates.io/crates/serde_derive/1.0.208/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "serde_derive-1.0.208", + srcs = [":serde_derive-1.0.208.crate"], + crate = "serde_derive", + crate_root = "serde_derive-1.0.208.crate/src/lib.rs", + edition = "2015", + env = { + "CARGO_MANIFEST_DIR": "serde_derive-1.0.208.crate", + "CARGO_PKG_AUTHORS": "Erick Tryzelaar :David Tolnay ", + "CARGO_PKG_DESCRIPTION": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", + "CARGO_PKG_NAME": "serde_derive", + "CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde", + "CARGO_PKG_VERSION": "1.0.208", + "CARGO_PKG_VERSION_MAJOR": "1", + "CARGO_PKG_VERSION_MINOR": "0", + "CARGO_PKG_VERSION_PATCH": "208", + }, + features = ["default"], + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +alias( + name = "serde_json", + actual = ":serde_json-1.0.127", + visibility = ["PUBLIC"], +) + +http_archive( + name = "serde_json-1.0.127.crate", + sha256 = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad", + strip_prefix = "serde_json-1.0.127", + urls = ["https://static.crates.io/crates/serde_json/1.0.127/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "serde_json-1.0.127", + srcs = [":serde_json-1.0.127.crate"], + crate = "serde_json", + crate_root = "serde_json-1.0.127.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "std", + ], + rustc_flags = ["@$(location :serde_json-1.0.127-build-script-run[rustc_flags])"], + visibility = [], + deps = [ + ":itoa-1.0.11", + ":memchr-2.7.4", + ":ryu-1.0.18", + ":serde-1.0.208", + ], +) + +third_party_rust.rust_binary( + name = "serde_json-1.0.127-build-script-build", + srcs = [":serde_json-1.0.127.crate"], + crate = "build_script_build", + crate_root = "serde_json-1.0.127.crate/build.rs", + edition = "2021", + features = [ + "default", + "std", + ], + visibility = [], +) + +third_party_rust.buildscript_run( + name = "serde_json-1.0.127-build-script-run", + package_name = "serde_json", + buildscript_rule = ":serde_json-1.0.127-build-script-build", + features = [ + "default", + "std", + ], + version = "1.0.127", +) + +http_archive( + name = "serde_spanned-0.6.7.crate", + sha256 = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d", + strip_prefix = "serde_spanned-0.6.7", + urls = ["https://static.crates.io/crates/serde_spanned/0.6.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "serde_spanned-0.6.7", + srcs = [":serde_spanned-0.6.7.crate"], + crate = "serde_spanned", + crate_root = "serde_spanned-0.6.7.crate/src/lib.rs", + edition = "2021", + features = ["serde"], + visibility = [], + deps = [":serde-1.0.208"], +) + +http_archive( + name = "sha1_smol-1.0.1.crate", + sha256 = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d", + strip_prefix = "sha1_smol-1.0.1", + urls = ["https://static.crates.io/crates/sha1_smol/1.0.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "sha1_smol-1.0.1", + srcs = [":sha1_smol-1.0.1.crate"], + crate = "sha1_smol", + crate_root = "sha1_smol-1.0.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "sharded-slab-0.1.7.crate", + sha256 = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6", + strip_prefix = "sharded-slab-0.1.7", + urls = ["https://static.crates.io/crates/sharded-slab/0.1.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "sharded-slab-0.1.7", + srcs = [":sharded-slab-0.1.7.crate"], + crate = "sharded_slab", + crate_root = "sharded-slab-0.1.7.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [":lazy_static-1.5.0"], +) + +http_archive( + name = "shell-words-1.1.0.crate", + sha256 = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde", + strip_prefix = "shell-words-1.1.0", + urls = ["https://static.crates.io/crates/shell-words/1.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "shell-words-1.1.0", + srcs = [":shell-words-1.1.0.crate"], + crate = "shell_words", + crate_root = "shell-words-1.1.0.crate/src/lib.rs", + edition = "2015", + features = [ + "default", + "std", + ], + visibility = [], +) + +http_archive( + name = "signal-hook-0.3.17.crate", + sha256 = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801", + strip_prefix = "signal-hook-0.3.17", + urls = ["https://static.crates.io/crates/signal-hook/0.3.17/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "signal-hook-0.3.17", + srcs = [":signal-hook-0.3.17.crate"], + crate = "signal_hook", + crate_root = "signal-hook-0.3.17.crate/src/lib.rs", + edition = "2018", + features = [ + "channel", + "default", + "iterator", + ], + visibility = [], + deps = [ + ":libc-0.2.158", + ":signal-hook-registry-1.4.2", + ], +) + +http_archive( + name = "signal-hook-mio-0.2.4.crate", + sha256 = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd", + strip_prefix = "signal-hook-mio-0.2.4", + urls = ["https://static.crates.io/crates/signal-hook-mio/0.2.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "signal-hook-mio-0.2.4", + srcs = [":signal-hook-mio-0.2.4.crate"], + crate = "signal_hook_mio", + crate_root = "signal-hook-mio-0.2.4.crate/src/lib.rs", + edition = "2018", + features = [ + "mio-0_8", + "support-v0_8", + ], + named_deps = { + "mio_0_8": ":mio-0.8.11", + }, + visibility = [], + deps = [ + ":libc-0.2.158", + ":signal-hook-0.3.17", + ], +) + +http_archive( + name = "signal-hook-registry-1.4.2.crate", + sha256 = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1", + strip_prefix = "signal-hook-registry-1.4.2", + urls = ["https://static.crates.io/crates/signal-hook-registry/1.4.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "signal-hook-registry-1.4.2", + srcs = [":signal-hook-registry-1.4.2.crate"], + crate = "signal_hook_registry", + crate_root = "signal-hook-registry-1.4.2.crate/src/lib.rs", + edition = "2015", + visibility = [], + deps = [":libc-0.2.158"], +) + +http_archive( + name = "similar-2.6.0.crate", + sha256 = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e", + strip_prefix = "similar-2.6.0", + urls = ["https://static.crates.io/crates/similar/2.6.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "similar-2.6.0", + srcs = [":similar-2.6.0.crate"], + crate = "similar", + crate_root = "similar-2.6.0.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "inline", + "text", + ], + visibility = [], +) + +alias( + name = "slab", + actual = ":slab-0.4.9", + visibility = ["PUBLIC"], +) + +http_archive( + name = "slab-0.4.9.crate", + sha256 = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67", + strip_prefix = "slab-0.4.9", + urls = ["https://static.crates.io/crates/slab/0.4.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "slab-0.4.9", + srcs = [":slab-0.4.9.crate"], + crate = "slab", + crate_root = "slab-0.4.9.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], +) + +alias( + name = "smallvec", + actual = ":smallvec-1.13.2", + visibility = ["PUBLIC"], +) + +http_archive( + name = "smallvec-1.13.2.crate", + sha256 = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67", + strip_prefix = "smallvec-1.13.2", + urls = ["https://static.crates.io/crates/smallvec/1.13.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "smallvec-1.13.2", + srcs = [":smallvec-1.13.2.crate"], + crate = "smallvec", + crate_root = "smallvec-1.13.2.crate/src/lib.rs", + edition = "2018", + features = [ + "const_generics", + "const_new", + "union", + "write", + ], + visibility = [], +) + +http_archive( + name = "smawk-0.3.2.crate", + sha256 = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c", + strip_prefix = "smawk-0.3.2", + urls = ["https://static.crates.io/crates/smawk/0.3.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "smawk-0.3.2", + srcs = [":smawk-0.3.2.crate"], + crate = "smawk", + crate_root = "smawk-0.3.2.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "socket2-0.5.7.crate", + sha256 = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c", + strip_prefix = "socket2-0.5.7", + urls = ["https://static.crates.io/crates/socket2/0.5.7/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "socket2-0.5.7", + srcs = [":socket2-0.5.7.crate"], + crate = "socket2", + crate_root = "socket2-0.5.7.crate/src/lib.rs", + edition = "2021", + features = ["all"], + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.52.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.52.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "stability-0.2.1.crate", + sha256 = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac", + strip_prefix = "stability-0.2.1", + urls = ["https://static.crates.io/crates/stability/0.2.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "stability-0.2.1", + srcs = [":stability-0.2.1.crate"], + crate = "stability", + crate_root = "stability-0.2.1.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "static_assertions-1.1.0.crate", + sha256 = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f", + strip_prefix = "static_assertions-1.1.0", + urls = ["https://static.crates.io/crates/static_assertions/1.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "static_assertions-1.1.0", + srcs = [":static_assertions-1.1.0.crate"], + crate = "static_assertions", + crate_root = "static_assertions-1.1.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +alias( + name = "strsim", + actual = ":strsim-0.11.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "strsim-0.11.1.crate", + sha256 = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f", + strip_prefix = "strsim-0.11.1", + urls = ["https://static.crates.io/crates/strsim/0.11.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "strsim-0.11.1", + srcs = [":strsim-0.11.1.crate"], + crate = "strsim", + crate_root = "strsim-0.11.1.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "strum-0.26.3.crate", + sha256 = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06", + strip_prefix = "strum-0.26.3", + urls = ["https://static.crates.io/crates/strum/0.26.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "strum-0.26.3", + srcs = [":strum-0.26.3.crate"], + crate = "strum", + crate_root = "strum-0.26.3.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "derive", + "std", + "strum_macros", + ], + visibility = [], + deps = [":strum_macros-0.26.4"], +) + +http_archive( + name = "strum_macros-0.26.4.crate", + sha256 = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be", + strip_prefix = "strum_macros-0.26.4", + urls = ["https://static.crates.io/crates/strum_macros/0.26.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "strum_macros-0.26.4", + srcs = [":strum_macros-0.26.4.crate"], + crate = "strum_macros", + crate_root = "strum_macros-0.26.4.crate/src/lib.rs", + edition = "2018", + proc_macro = True, + visibility = [], + deps = [ + ":heck-0.5.0", + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":rustversion-1.0.17", + ":syn-2.0.77", + ], +) + +http_archive( + name = "subtle-2.6.1.crate", + sha256 = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292", + strip_prefix = "subtle-2.6.1", + urls = ["https://static.crates.io/crates/subtle/2.6.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "subtle-2.6.1", + srcs = [":subtle-2.6.1.crate"], + crate = "subtle", + crate_root = "subtle-2.6.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +alias( + name = "syn", + actual = ":syn-2.0.77", + visibility = ["PUBLIC"], +) + +http_archive( + name = "syn-2.0.77.crate", + sha256 = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed", + strip_prefix = "syn-2.0.77", + urls = ["https://static.crates.io/crates/syn/2.0.77/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "syn-2.0.77", + srcs = [":syn-2.0.77.crate"], + crate = "syn", + crate_root = "syn-2.0.77.crate/src/lib.rs", + edition = "2021", + features = [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "visit", + "visit-mut", + ], + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":unicode-ident-1.0.12", + ], +) + +alias( + name = "tempfile", + actual = ":tempfile-3.12.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "tempfile-3.12.0.crate", + sha256 = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64", + strip_prefix = "tempfile-3.12.0", + urls = ["https://static.crates.io/crates/tempfile/3.12.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tempfile-3.12.0", + srcs = [":tempfile-3.12.0.crate"], + crate = "tempfile", + crate_root = "tempfile-3.12.0.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":rustix-0.38.35"], + ), + "linux-x86_64": dict( + deps = [":rustix-0.38.35"], + ), + "macos-arm64": dict( + deps = [":rustix-0.38.35"], + ), + "macos-x86_64": dict( + deps = [":rustix-0.38.35"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.59.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.59.0"], + ), + }, + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":fastrand-2.1.0", + ":once_cell-1.19.0", + ], +) + +http_archive( + name = "terminal_size-0.3.0.crate", + sha256 = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7", + strip_prefix = "terminal_size-0.3.0", + urls = ["https://static.crates.io/crates/terminal_size/0.3.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "terminal_size-0.3.0", + srcs = [":terminal_size-0.3.0.crate"], + crate = "terminal_size", + crate_root = "terminal_size-0.3.0.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + deps = [":rustix-0.38.35"], + ), + "linux-x86_64": dict( + deps = [":rustix-0.38.35"], + ), + "macos-arm64": dict( + deps = [":rustix-0.38.35"], + ), + "macos-x86_64": dict( + deps = [":rustix-0.38.35"], + ), + "windows-gnu": dict( + deps = [":windows-sys-0.48.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.48.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "termtree-0.4.1.crate", + sha256 = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76", + strip_prefix = "termtree-0.4.1", + urls = ["https://static.crates.io/crates/termtree/0.4.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "termtree-0.4.1", + srcs = [":termtree-0.4.1.crate"], + crate = "termtree", + crate_root = "termtree-0.4.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +alias( + name = "test-case", + actual = ":test-case-3.3.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "test-case-3.3.1.crate", + sha256 = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8", + strip_prefix = "test-case-3.3.1", + urls = ["https://static.crates.io/crates/test-case/3.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "test-case-3.3.1", + srcs = [":test-case-3.3.1.crate"], + crate = "test_case", + crate_root = "test-case-3.3.1.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":test-case-macros-3.3.1"], +) + +http_archive( + name = "test-case-core-3.3.1.crate", + sha256 = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f", + strip_prefix = "test-case-core-3.3.1", + urls = ["https://static.crates.io/crates/test-case-core/3.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "test-case-core-3.3.1", + srcs = [":test-case-core-3.3.1.crate"], + crate = "test_case_core", + crate_root = "test-case-core-3.3.1.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "test-case-macros-3.3.1.crate", + sha256 = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb", + strip_prefix = "test-case-macros-3.3.1", + urls = ["https://static.crates.io/crates/test-case-macros/3.3.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "test-case-macros-3.3.1", + srcs = [":test-case-macros-3.3.1.crate"], + crate = "test_case_macros", + crate_root = "test-case-macros-3.3.1.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ":test-case-core-3.3.1", + ], +) + +alias( + name = "textwrap", + actual = ":textwrap-0.16.1", + visibility = ["PUBLIC"], +) + +http_archive( + name = "textwrap-0.16.1.crate", + sha256 = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9", + strip_prefix = "textwrap-0.16.1", + urls = ["https://static.crates.io/crates/textwrap/0.16.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "textwrap-0.16.1", + srcs = [":textwrap-0.16.1.crate"], + crate = "textwrap", + crate_root = "textwrap-0.16.1.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "smawk", + "unicode-linebreak", + "unicode-width", + ], + visibility = [], + deps = [ + ":smawk-0.3.2", + ":unicode-linebreak-0.1.5", + ":unicode-width-0.1.13", + ], +) + +alias( + name = "thiserror", + actual = ":thiserror-1.0.63", + visibility = ["PUBLIC"], +) + +http_archive( + name = "thiserror-1.0.63.crate", + sha256 = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724", + strip_prefix = "thiserror-1.0.63", + urls = ["https://static.crates.io/crates/thiserror/1.0.63/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "thiserror-1.0.63", + srcs = [":thiserror-1.0.63.crate"], + crate = "thiserror", + crate_root = "thiserror-1.0.63.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":thiserror-impl-1.0.63"], +) + +http_archive( + name = "thiserror-impl-1.0.63.crate", + sha256 = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261", + strip_prefix = "thiserror-impl-1.0.63", + urls = ["https://static.crates.io/crates/thiserror-impl/1.0.63/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "thiserror-impl-1.0.63", + srcs = [":thiserror-impl-1.0.63.crate"], + crate = "thiserror_impl", + crate_root = "thiserror-impl-1.0.63.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "thread_local-1.1.8.crate", + sha256 = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c", + strip_prefix = "thread_local-1.1.8", + urls = ["https://static.crates.io/crates/thread_local/1.1.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "thread_local-1.1.8", + srcs = [":thread_local-1.1.8.crate"], + crate = "thread_local", + crate_root = "thread_local-1.1.8.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":once_cell-1.19.0", + ], +) + +alias( + name = "timeago", + actual = ":timeago-0.4.2", + visibility = ["PUBLIC"], +) + +http_archive( + name = "timeago-0.4.2.crate", + sha256 = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6", + strip_prefix = "timeago-0.4.2", + urls = ["https://static.crates.io/crates/timeago/0.4.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "timeago-0.4.2", + srcs = [":timeago-0.4.2.crate"], + crate = "timeago", + crate_root = "timeago-0.4.2.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "tinytemplate-1.2.1.crate", + sha256 = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc", + strip_prefix = "tinytemplate-1.2.1", + urls = ["https://static.crates.io/crates/tinytemplate/1.2.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tinytemplate-1.2.1", + srcs = [":tinytemplate-1.2.1.crate"], + crate = "tinytemplate", + crate_root = "tinytemplate-1.2.1.crate/src/lib.rs", + edition = "2015", + visibility = [], + deps = [ + ":serde-1.0.208", + ":serde_json-1.0.127", + ], +) + +http_archive( + name = "tinyvec-1.8.0.crate", + sha256 = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938", + strip_prefix = "tinyvec-1.8.0", + urls = ["https://static.crates.io/crates/tinyvec/1.8.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tinyvec-1.8.0", + srcs = [":tinyvec-1.8.0.crate"], + crate = "tinyvec", + crate_root = "tinyvec-1.8.0.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "default", + "tinyvec_macros", + ], + visibility = [], + deps = [":tinyvec_macros-0.1.1"], +) + +http_archive( + name = "tinyvec_macros-0.1.1.crate", + sha256 = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20", + strip_prefix = "tinyvec_macros-0.1.1", + urls = ["https://static.crates.io/crates/tinyvec_macros/0.1.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tinyvec_macros-0.1.1", + srcs = [":tinyvec_macros-0.1.1.crate"], + crate = "tinyvec_macros", + crate_root = "tinyvec_macros-0.1.1.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +alias( + name = "tokio", + actual = ":tokio-1.40.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "tokio-1.40.0.crate", + sha256 = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998", + strip_prefix = "tokio-1.40.0", + urls = ["https://static.crates.io/crates/tokio/1.40.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tokio-1.40.0", + srcs = [":tokio-1.40.0.crate"], + crate = "tokio", + crate_root = "tokio-1.40.0.crate/src/lib.rs", + edition = "2021", + features = [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "test-util", + "time", + "tokio-macros", + "windows-sys", + ], + platform = { + "linux-arm64": dict( + deps = [ + ":libc-0.2.158", + ":signal-hook-registry-1.4.2", + ":socket2-0.5.7", + ], + ), + "linux-x86_64": dict( + deps = [ + ":libc-0.2.158", + ":signal-hook-registry-1.4.2", + ":socket2-0.5.7", + ], + ), + "macos-arm64": dict( + deps = [ + ":libc-0.2.158", + ":signal-hook-registry-1.4.2", + ":socket2-0.5.7", + ], + ), + "macos-x86_64": dict( + deps = [ + ":libc-0.2.158", + ":signal-hook-registry-1.4.2", + ":socket2-0.5.7", + ], + ), + "windows-gnu": dict( + deps = [ + ":socket2-0.5.7", + ":windows-sys-0.52.0", + ], + ), + "windows-msvc": dict( + deps = [ + ":socket2-0.5.7", + ":windows-sys-0.52.0", + ], + ), + }, + visibility = [], + deps = [ + ":bytes-1.7.1", + ":mio-1.0.2", + ":parking_lot-0.12.3", + ":pin-project-lite-0.2.14", + ":tokio-macros-2.4.0", + ], +) + +http_archive( + name = "tokio-macros-2.4.0.crate", + sha256 = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752", + strip_prefix = "tokio-macros-2.4.0", + urls = ["https://static.crates.io/crates/tokio-macros/2.4.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tokio-macros-2.4.0", + srcs = [":tokio-macros-2.4.0.crate"], + crate = "tokio_macros", + crate_root = "tokio-macros-2.4.0.crate/src/lib.rs", + edition = "2021", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +http_archive( + name = "tokio-util-0.6.10.crate", + sha256 = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507", + strip_prefix = "tokio-util-0.6.10", + urls = ["https://static.crates.io/crates/tokio-util/0.6.10/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tokio-util-0.6.10", + srcs = [":tokio-util-0.6.10.crate"], + crate = "tokio_util", + crate_root = "tokio-util-0.6.10.crate/src/lib.rs", + edition = "2018", + features = [ + "codec", + "compat", + "default", + "full", + "futures-io", + "io", + "io-util", + "net", + "rt", + "slab", + "time", + ], + visibility = [], + deps = [ + ":bytes-1.7.1", + ":futures-core-0.3.30", + ":futures-io-0.3.30", + ":futures-sink-0.3.30", + ":log-0.4.22", + ":pin-project-lite-0.2.14", + ":slab-0.4.9", + ":tokio-1.40.0", + ], +) + +http_archive( + name = "toml-0.5.11.crate", + sha256 = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234", + strip_prefix = "toml-0.5.11", + urls = ["https://static.crates.io/crates/toml/0.5.11/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "toml-0.5.11", + srcs = [":toml-0.5.11.crate"], + crate = "toml", + crate_root = "toml-0.5.11.crate/src/lib.rs", + edition = "2018", + features = ["default"], + visibility = [], + deps = [":serde-1.0.208"], +) + +http_archive( + name = "toml_datetime-0.6.8.crate", + sha256 = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41", + strip_prefix = "toml_datetime-0.6.8", + urls = ["https://static.crates.io/crates/toml_datetime/0.6.8/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "toml_datetime-0.6.8", + srcs = [":toml_datetime-0.6.8.crate"], + crate = "toml_datetime", + crate_root = "toml_datetime-0.6.8.crate/src/lib.rs", + edition = "2021", + features = ["serde"], + visibility = [], + deps = [":serde-1.0.208"], +) + +alias( + name = "toml_edit", + actual = ":toml_edit-0.19.15", + visibility = ["PUBLIC"], +) + +http_archive( + name = "toml_edit-0.19.15.crate", + sha256 = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421", + strip_prefix = "toml_edit-0.19.15", + urls = ["https://static.crates.io/crates/toml_edit/0.19.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "toml_edit-0.19.15", + srcs = [":toml_edit-0.19.15.crate"], + crate = "toml_edit", + crate_root = "toml_edit-0.19.15.crate/src/lib.rs", + edition = "2021", + features = [ + "default", + "serde", + ], + visibility = [], + deps = [ + ":indexmap-2.5.0", + ":serde-1.0.208", + ":serde_spanned-0.6.7", + ":toml_datetime-0.6.8", + ":winnow-0.5.40", + ], +) + +alias( + name = "tracing", + actual = ":tracing-0.1.40", + visibility = ["PUBLIC"], +) + +http_archive( + name = "tracing-0.1.40.crate", + sha256 = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef", + strip_prefix = "tracing-0.1.40", + urls = ["https://static.crates.io/crates/tracing/0.1.40/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tracing-0.1.40", + srcs = [":tracing-0.1.40.crate"], + crate = "tracing", + crate_root = "tracing-0.1.40.crate/src/lib.rs", + edition = "2018", + features = [ + "attributes", + "default", + "std", + "tracing-attributes", + ], + visibility = [], + deps = [ + ":pin-project-lite-0.2.14", + ":tracing-attributes-0.1.27", + ":tracing-core-0.1.32", + ], +) + +http_archive( + name = "tracing-attributes-0.1.27.crate", + sha256 = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7", + strip_prefix = "tracing-attributes-0.1.27", + urls = ["https://static.crates.io/crates/tracing-attributes/0.1.27/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tracing-attributes-0.1.27", + srcs = [":tracing-attributes-0.1.27.crate"], + crate = "tracing_attributes", + crate_root = "tracing-attributes-0.1.27.crate/src/lib.rs", + edition = "2018", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +alias( + name = "tracing-chrome", + actual = ":tracing-chrome-0.7.2", + visibility = ["PUBLIC"], +) + +http_archive( + name = "tracing-chrome-0.7.2.crate", + sha256 = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724", + strip_prefix = "tracing-chrome-0.7.2", + urls = ["https://static.crates.io/crates/tracing-chrome/0.7.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tracing-chrome-0.7.2", + srcs = [":tracing-chrome-0.7.2.crate"], + crate = "tracing_chrome", + crate_root = "tracing-chrome-0.7.2.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [ + ":serde_json-1.0.127", + ":tracing-core-0.1.32", + ":tracing-subscriber-0.3.18", + ], +) + +http_archive( + name = "tracing-core-0.1.32.crate", + sha256 = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54", + strip_prefix = "tracing-core-0.1.32", + urls = ["https://static.crates.io/crates/tracing-core/0.1.32/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tracing-core-0.1.32", + srcs = [":tracing-core-0.1.32.crate"], + crate = "tracing_core", + crate_root = "tracing-core-0.1.32.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "once_cell", + "std", + "valuable", + ], + visibility = [], + deps = [":once_cell-1.19.0"], +) + +http_archive( + name = "tracing-log-0.2.0.crate", + sha256 = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3", + strip_prefix = "tracing-log-0.2.0", + urls = ["https://static.crates.io/crates/tracing-log/0.2.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tracing-log-0.2.0", + srcs = [":tracing-log-0.2.0.crate"], + crate = "tracing_log", + crate_root = "tracing-log-0.2.0.crate/src/lib.rs", + edition = "2018", + features = [ + "log-tracer", + "std", + ], + visibility = [], + deps = [ + ":log-0.4.22", + ":once_cell-1.19.0", + ":tracing-core-0.1.32", + ], +) + +alias( + name = "tracing-subscriber", + actual = ":tracing-subscriber-0.3.18", + visibility = ["PUBLIC"], +) + +http_archive( + name = "tracing-subscriber-0.3.18.crate", + sha256 = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b", + strip_prefix = "tracing-subscriber-0.3.18", + urls = ["https://static.crates.io/crates/tracing-subscriber/0.3.18/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "tracing-subscriber-0.3.18", + srcs = [":tracing-subscriber-0.3.18.crate"], + crate = "tracing_subscriber", + crate_root = "tracing-subscriber-0.3.18.crate/src/lib.rs", + edition = "2018", + features = [ + "alloc", + "ansi", + "default", + "env-filter", + "fmt", + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "registry", + "sharded-slab", + "smallvec", + "std", + "thread_local", + "tracing", + "tracing-log", + ], + visibility = [], + deps = [ + ":matchers-0.1.0", + ":nu-ansi-term-0.46.0", + ":once_cell-1.19.0", + ":regex-1.10.6", + ":sharded-slab-0.1.7", + ":smallvec-1.13.2", + ":thread_local-1.1.8", + ":tracing-0.1.40", + ":tracing-core-0.1.32", + ":tracing-log-0.2.0", + ], +) + http_archive( name = "typenum-1.17.0.crate", sha256 = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825", @@ -198,3 +8386,1019 @@ third_party_rust.buildscript_run( features = ["force_unix_path_separator"], version = "1.17.0", ) + +http_archive( + name = "ucd-trie-0.1.6.crate", + sha256 = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9", + strip_prefix = "ucd-trie-0.1.6", + urls = ["https://static.crates.io/crates/ucd-trie/0.1.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "ucd-trie-0.1.6", + srcs = [":ucd-trie-0.1.6.crate"], + crate = "ucd_trie", + crate_root = "ucd-trie-0.1.6.crate/src/lib.rs", + edition = "2021", + features = ["std"], + visibility = [], +) + +http_archive( + name = "uluru-3.1.0.crate", + sha256 = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da", + strip_prefix = "uluru-3.1.0", + urls = ["https://static.crates.io/crates/uluru/3.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "uluru-3.1.0", + srcs = [":uluru-3.1.0.crate"], + crate = "uluru", + crate_root = "uluru-3.1.0.crate/src/lib.rs", + edition = "2021", + visibility = [], + deps = [":arrayvec-0.7.6"], +) + +http_archive( + name = "unicode-bidi-0.3.15.crate", + sha256 = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75", + strip_prefix = "unicode-bidi-0.3.15", + urls = ["https://static.crates.io/crates/unicode-bidi/0.3.15/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-bidi-0.3.15", + srcs = [":unicode-bidi-0.3.15.crate"], + crate = "unicode_bidi", + crate_root = "unicode-bidi-0.3.15.crate/src/lib.rs", + edition = "2018", + features = [ + "hardcoded-data", + "std", + ], + visibility = [], +) + +http_archive( + name = "unicode-bom-2.0.3.crate", + sha256 = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217", + strip_prefix = "unicode-bom-2.0.3", + urls = ["https://static.crates.io/crates/unicode-bom/2.0.3/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-bom-2.0.3", + srcs = [":unicode-bom-2.0.3.crate"], + crate = "unicode_bom", + crate_root = "unicode-bom-2.0.3.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "unicode-ident-1.0.12.crate", + sha256 = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b", + strip_prefix = "unicode-ident-1.0.12", + urls = ["https://static.crates.io/crates/unicode-ident/1.0.12/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-ident-1.0.12", + srcs = [":unicode-ident-1.0.12.crate"], + crate = "unicode_ident", + crate_root = "unicode-ident-1.0.12.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "unicode-linebreak-0.1.5.crate", + sha256 = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f", + strip_prefix = "unicode-linebreak-0.1.5", + urls = ["https://static.crates.io/crates/unicode-linebreak/0.1.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-linebreak-0.1.5", + srcs = [":unicode-linebreak-0.1.5.crate"], + crate = "unicode_linebreak", + crate_root = "unicode-linebreak-0.1.5.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "unicode-normalization-0.1.23.crate", + sha256 = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5", + strip_prefix = "unicode-normalization-0.1.23", + urls = ["https://static.crates.io/crates/unicode-normalization/0.1.23/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-normalization-0.1.23", + srcs = [":unicode-normalization-0.1.23.crate"], + crate = "unicode_normalization", + crate_root = "unicode-normalization-0.1.23.crate/src/lib.rs", + edition = "2018", + features = ["std"], + visibility = [], + deps = [":tinyvec-1.8.0"], +) + +http_archive( + name = "unicode-segmentation-1.11.0.crate", + sha256 = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202", + strip_prefix = "unicode-segmentation-1.11.0", + urls = ["https://static.crates.io/crates/unicode-segmentation/1.11.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-segmentation-1.11.0", + srcs = [":unicode-segmentation-1.11.0.crate"], + crate = "unicode_segmentation", + crate_root = "unicode-segmentation-1.11.0.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "unicode-truncate-1.1.0.crate", + sha256 = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf", + strip_prefix = "unicode-truncate-1.1.0", + urls = ["https://static.crates.io/crates/unicode-truncate/1.1.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-truncate-1.1.0", + srcs = [":unicode-truncate-1.1.0.crate"], + crate = "unicode_truncate", + crate_root = "unicode-truncate-1.1.0.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "std", + ], + visibility = [], + deps = [ + ":itertools-0.13.0", + ":unicode-segmentation-1.11.0", + ":unicode-width-0.1.13", + ], +) + +alias( + name = "unicode-width", + actual = ":unicode-width-0.1.13", + visibility = ["PUBLIC"], +) + +http_archive( + name = "unicode-width-0.1.13.crate", + sha256 = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d", + strip_prefix = "unicode-width-0.1.13", + urls = ["https://static.crates.io/crates/unicode-width/0.1.13/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "unicode-width-0.1.13", + srcs = [":unicode-width-0.1.13.crate"], + crate = "unicode_width", + crate_root = "unicode-width-0.1.13.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], +) + +http_archive( + name = "url-2.5.2.crate", + sha256 = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c", + strip_prefix = "url-2.5.2", + urls = ["https://static.crates.io/crates/url/2.5.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "url-2.5.2", + srcs = [":url-2.5.2.crate"], + crate = "url", + crate_root = "url-2.5.2.crate/src/lib.rs", + edition = "2018", + features = ["default"], + visibility = [], + deps = [ + ":form_urlencoded-1.2.1", + ":idna-0.5.0", + ":percent-encoding-2.3.1", + ], +) + +http_archive( + name = "utf8parse-0.2.2.crate", + sha256 = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821", + strip_prefix = "utf8parse-0.2.2", + urls = ["https://static.crates.io/crates/utf8parse/0.2.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "utf8parse-0.2.2", + srcs = [":utf8parse-0.2.2.crate"], + crate = "utf8parse", + crate_root = "utf8parse-0.2.2.crate/src/lib.rs", + edition = "2018", + features = ["default"], + visibility = [], +) + +alias( + name = "version_check", + actual = ":version_check-0.9.5", + visibility = ["PUBLIC"], +) + +http_archive( + name = "version_check-0.9.5.crate", + sha256 = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a", + strip_prefix = "version_check-0.9.5", + urls = ["https://static.crates.io/crates/version_check/0.9.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "version_check-0.9.5", + srcs = [":version_check-0.9.5.crate"], + crate = "version_check", + crate_root = "version_check-0.9.5.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "wait-timeout-0.2.0.crate", + sha256 = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6", + strip_prefix = "wait-timeout-0.2.0", + urls = ["https://static.crates.io/crates/wait-timeout/0.2.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "wait-timeout-0.2.0", + srcs = [":wait-timeout-0.2.0.crate"], + crate = "wait_timeout", + crate_root = "wait-timeout-0.2.0.crate/src/lib.rs", + edition = "2015", + platform = { + "linux-arm64": dict( + deps = [":libc-0.2.158"], + ), + "linux-x86_64": dict( + deps = [":libc-0.2.158"], + ), + "macos-arm64": dict( + deps = [":libc-0.2.158"], + ), + "macos-x86_64": dict( + deps = [":libc-0.2.158"], + ), + }, + visibility = [], +) + +http_archive( + name = "walkdir-2.5.0.crate", + sha256 = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b", + strip_prefix = "walkdir-2.5.0", + urls = ["https://static.crates.io/crates/walkdir/2.5.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "walkdir-2.5.0", + srcs = [":walkdir-2.5.0.crate"], + crate = "walkdir", + crate_root = "walkdir-2.5.0.crate/src/lib.rs", + edition = "2018", + platform = { + "windows-gnu": dict( + deps = [":winapi-util-0.1.9"], + ), + "windows-msvc": dict( + deps = [":winapi-util-0.1.9"], + ), + }, + visibility = [], + deps = [":same-file-1.0.6"], +) + +alias( + name = "watchman_client", + actual = ":watchman_client-0.9.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "watchman_client-0.9.0.crate", + sha256 = "88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52", + strip_prefix = "watchman_client-0.9.0", + urls = ["https://static.crates.io/crates/watchman_client/0.9.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "watchman_client-0.9.0", + srcs = [":watchman_client-0.9.0.crate"], + crate = "watchman_client", + crate_root = "watchman_client-0.9.0.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":winapi-0.3.9"], + ), + "windows-msvc": dict( + deps = [":winapi-0.3.9"], + ), + }, + visibility = [], + deps = [ + ":anyhow-1.0.86", + ":bytes-1.7.1", + ":futures-0.3.30", + ":maplit-1.0.2", + ":serde-1.0.208", + ":serde_bser-0.4.0", + ":thiserror-1.0.63", + ":tokio-1.40.0", + ":tokio-util-0.6.10", + ], +) + +alias( + name = "whoami", + actual = ":whoami-1.5.2", + visibility = ["PUBLIC"], +) + +http_archive( + name = "whoami-1.5.2.crate", + sha256 = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d", + strip_prefix = "whoami-1.5.2", + urls = ["https://static.crates.io/crates/whoami/1.5.2/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "whoami-1.5.2", + srcs = [":whoami-1.5.2.crate"], + crate = "whoami", + crate_root = "whoami-1.5.2.crate/src/lib.rs", + edition = "2018", + features = [ + "default", + "web", + "web-sys", + ], + visibility = [], +) + +http_archive( + name = "winapi-0.3.9.crate", + sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", + strip_prefix = "winapi-0.3.9", + urls = ["https://static.crates.io/crates/winapi/0.3.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "winapi-0.3.9", + srcs = [":winapi-0.3.9.crate"], + crate = "winapi", + crate_root = "winapi-0.3.9.crate/src/lib.rs", + edition = "2015", + features = [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "impl-default", + "processenv", + "synchapi", + "winbase", + "winerror", + "winuser", + ], + platform = { + "windows-gnu": dict( + rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"], + deps = [":winapi-x86_64-pc-windows-gnu-0.4.0"], + ), + "windows-msvc": dict( + rustc_flags = ["@$(location :winapi-0.3.9-build-script-run[rustc_flags])"], + ), + }, + visibility = [], +) + +third_party_rust.rust_binary( + name = "winapi-0.3.9-build-script-build", + srcs = [":winapi-0.3.9.crate"], + crate = "build_script_build", + crate_root = "winapi-0.3.9.crate/build.rs", + edition = "2015", + features = [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "impl-default", + "processenv", + "synchapi", + "winbase", + "winerror", + "winuser", + ], + visibility = [], +) + +third_party_rust.buildscript_run( + name = "winapi-0.3.9-build-script-run", + package_name = "winapi", + buildscript_rule = ":winapi-0.3.9-build-script-build", + features = [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "impl-default", + "processenv", + "synchapi", + "winbase", + "winerror", + "winuser", + ], + version = "0.3.9", +) + +http_archive( + name = "winapi-util-0.1.9.crate", + sha256 = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb", + strip_prefix = "winapi-util-0.1.9", + urls = ["https://static.crates.io/crates/winapi-util/0.1.9/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "winapi-util-0.1.9", + srcs = [":winapi-util-0.1.9.crate"], + crate = "winapi_util", + crate_root = "winapi-util-0.1.9.crate/src/lib.rs", + edition = "2021", + platform = { + "windows-gnu": dict( + deps = [":windows-sys-0.59.0"], + ), + "windows-msvc": dict( + deps = [":windows-sys-0.59.0"], + ), + }, + visibility = [], +) + +http_archive( + name = "winapi-x86_64-pc-windows-gnu-0.4.0.crate", + sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", + strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", + urls = ["https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "winapi-x86_64-pc-windows-gnu-0.4.0", + srcs = [":winapi-x86_64-pc-windows-gnu-0.4.0.crate"], + crate = "winapi_x86_64_pc_windows_gnu", + crate_root = "winapi-x86_64-pc-windows-gnu-0.4.0.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "windows-core-0.52.0.crate", + sha256 = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9", + strip_prefix = "windows-core-0.52.0", + urls = ["https://static.crates.io/crates/windows-core/0.52.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows-core-0.52.0", + srcs = [":windows-core-0.52.0.crate"], + crate = "windows_core", + crate_root = "windows-core-0.52.0.crate/src/lib.rs", + edition = "2021", + features = ["default"], + visibility = [], + deps = [":windows-targets-0.52.6"], +) + +http_archive( + name = "windows-sys-0.48.0.crate", + sha256 = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", + strip_prefix = "windows-sys-0.48.0", + urls = ["https://static.crates.io/crates/windows-sys/0.48.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows-sys-0.48.0", + srcs = [":windows-sys-0.48.0.crate"], + crate = "windows_sys", + crate_root = "windows-sys-0.48.0.crate/src/lib.rs", + edition = "2018", + features = [ + "Win32", + "Win32_Foundation", + "Win32_Globalization", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_Registry", + "Win32_System_SystemServices", + "Win32_System_Time", + "Win32_System_WindowsProgramming", + "Win32_UI", + "Win32_UI_Shell", + "default", + ], + visibility = [], + deps = [":windows-targets-0.48.5"], +) + +http_archive( + name = "windows-sys-0.52.0.crate", + sha256 = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d", + strip_prefix = "windows-sys-0.52.0", + urls = ["https://static.crates.io/crates/windows-sys/0.52.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows-sys-0.52.0", + srcs = [":windows-sys-0.52.0.crate"], + crate = "windows_sys", + crate_root = "windows-sys-0.52.0.crate/src/lib.rs", + edition = "2021", + features = [ + "Wdk", + "Wdk_Foundation", + "Wdk_Storage", + "Wdk_Storage_FileSystem", + "Wdk_System", + "Wdk_System_IO", + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Memory", + "Win32_System_Pipes", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "Win32_UI", + "Win32_UI_Input", + "Win32_UI_Input_KeyboardAndMouse", + "Win32_UI_Shell", + "default", + ], + visibility = [], + deps = [":windows-targets-0.52.6"], +) + +http_archive( + name = "windows-sys-0.59.0.crate", + sha256 = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b", + strip_prefix = "windows-sys-0.59.0", + urls = ["https://static.crates.io/crates/windows-sys/0.59.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows-sys-0.59.0", + srcs = [":windows-sys-0.59.0.crate"], + crate = "windows_sys", + crate_root = "windows-sys-0.59.0.crate/src/lib.rs", + edition = "2021", + features = [ + "Win32", + "Win32_Foundation", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_SystemInformation", + "Win32_System_Time", + "default", + ], + visibility = [], + deps = [":windows-targets-0.52.6"], +) + +http_archive( + name = "windows-targets-0.48.5.crate", + sha256 = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c", + strip_prefix = "windows-targets-0.48.5", + urls = ["https://static.crates.io/crates/windows-targets/0.48.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows-targets-0.48.5", + srcs = [":windows-targets-0.48.5.crate"], + crate = "windows_targets", + crate_root = "windows-targets-0.48.5.crate/src/lib.rs", + edition = "2018", + platform = { + "linux-arm64": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + ), + "linux-x86_64": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + deps = [":windows_x86_64_gnu-0.48.5"], + ), + "windows-gnu": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + deps = [":windows_x86_64_gnu-0.48.5"], + ), + "windows-msvc": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + deps = [":windows_x86_64_msvc-0.48.5"], + ), + }, + visibility = [], +) + +http_archive( + name = "windows-targets-0.52.6.crate", + sha256 = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973", + strip_prefix = "windows-targets-0.52.6", + urls = ["https://static.crates.io/crates/windows-targets/0.52.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows-targets-0.52.6", + srcs = [":windows-targets-0.52.6.crate"], + crate = "windows_targets", + crate_root = "windows-targets-0.52.6.crate/src/lib.rs", + edition = "2021", + platform = { + "linux-arm64": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + ), + "linux-x86_64": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + deps = [":windows_x86_64_gnu-0.52.6"], + ), + "windows-gnu": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + deps = [":windows_x86_64_gnu-0.52.6"], + ), + "windows-msvc": dict( + rustc_flags = ["--cfg=windows_raw_dylib"], + deps = [":windows_x86_64_msvc-0.52.6"], + ), + }, + visibility = [], +) + +http_archive( + name = "windows_x86_64_gnu-0.48.5.crate", + sha256 = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e", + strip_prefix = "windows_x86_64_gnu-0.48.5", + urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows_x86_64_gnu-0.48.5", + srcs = [":windows_x86_64_gnu-0.48.5.crate"], + crate = "windows_x86_64_gnu", + crate_root = "windows_x86_64_gnu-0.48.5.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "windows_x86_64_gnu-0.52.6.crate", + sha256 = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78", + strip_prefix = "windows_x86_64_gnu-0.52.6", + urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows_x86_64_gnu-0.52.6", + srcs = [":windows_x86_64_gnu-0.52.6.crate"], + crate = "windows_x86_64_gnu", + crate_root = "windows_x86_64_gnu-0.52.6.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "windows_x86_64_msvc-0.48.5.crate", + sha256 = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538", + strip_prefix = "windows_x86_64_msvc-0.48.5", + urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows_x86_64_msvc-0.48.5", + srcs = [":windows_x86_64_msvc-0.48.5.crate"], + crate = "windows_x86_64_msvc", + crate_root = "windows_x86_64_msvc-0.48.5.crate/src/lib.rs", + edition = "2018", + visibility = [], +) + +http_archive( + name = "windows_x86_64_msvc-0.52.6.crate", + sha256 = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec", + strip_prefix = "windows_x86_64_msvc-0.52.6", + urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "windows_x86_64_msvc-0.52.6", + srcs = [":windows_x86_64_msvc-0.52.6.crate"], + crate = "windows_x86_64_msvc", + crate_root = "windows_x86_64_msvc-0.52.6.crate/src/lib.rs", + edition = "2021", + visibility = [], +) + +http_archive( + name = "winnow-0.5.40.crate", + sha256 = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876", + strip_prefix = "winnow-0.5.40", + urls = ["https://static.crates.io/crates/winnow/0.5.40/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "winnow-0.5.40", + srcs = [":winnow-0.5.40.crate"], + crate = "winnow", + crate_root = "winnow-0.5.40.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "std", + ], + visibility = [], + deps = [":memchr-2.7.4"], +) + +http_archive( + name = "winnow-0.6.18.crate", + sha256 = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f", + strip_prefix = "winnow-0.6.18", + urls = ["https://static.crates.io/crates/winnow/0.6.18/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "winnow-0.6.18", + srcs = [":winnow-0.6.18.crate"], + crate = "winnow", + crate_root = "winnow-0.6.18.crate/src/lib.rs", + edition = "2021", + features = [ + "alloc", + "default", + "simd", + "std", + ], + visibility = [], + deps = [":memchr-2.7.4"], +) + +alias( + name = "winreg", + actual = ":winreg-0.52.0", + visibility = ["PUBLIC"], +) + +http_archive( + name = "winreg-0.52.0.crate", + sha256 = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5", + strip_prefix = "winreg-0.52.0", + urls = ["https://static.crates.io/crates/winreg/0.52.0/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "winreg-0.52.0", + srcs = [":winreg-0.52.0.crate"], + crate = "winreg", + crate_root = "winreg-0.52.0.crate/src/lib.rs", + edition = "2018", + visibility = [], + deps = [ + ":cfg-if-1.0.0", + ":windows-sys-0.48.0", + ], +) + +http_archive( + name = "yansi-0.5.1.crate", + sha256 = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec", + strip_prefix = "yansi-0.5.1", + urls = ["https://static.crates.io/crates/yansi/0.5.1/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "yansi-0.5.1", + srcs = [":yansi-0.5.1.crate"], + crate = "yansi", + crate_root = "yansi-0.5.1.crate/src/lib.rs", + edition = "2015", + visibility = [], +) + +http_archive( + name = "zerocopy-0.7.35.crate", + sha256 = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0", + strip_prefix = "zerocopy-0.7.35", + urls = ["https://static.crates.io/crates/zerocopy/0.7.35/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "zerocopy-0.7.35", + srcs = [":zerocopy-0.7.35.crate"], + crate = "zerocopy", + crate_root = "zerocopy-0.7.35.crate/src/lib.rs", + edition = "2018", + env = { + "CARGO_MANIFEST_DIR": "zerocopy-0.7.35.crate", + "CARGO_PKG_AUTHORS": "Joshua Liebow-Feeser ", + "CARGO_PKG_DESCRIPTION": "Utilities for zero-copy parsing and serialization", + "CARGO_PKG_NAME": "zerocopy", + "CARGO_PKG_REPOSITORY": "https://github.com/google/zerocopy", + "CARGO_PKG_VERSION": "0.7.35", + "CARGO_PKG_VERSION_MAJOR": "0", + "CARGO_PKG_VERSION_MINOR": "7", + "CARGO_PKG_VERSION_PATCH": "35", + }, + features = [ + "byteorder", + "default", + "derive", + "simd", + "zerocopy-derive", + ], + visibility = [], + deps = [ + ":byteorder-1.5.0", + ":zerocopy-derive-0.7.35", + ], +) + +http_archive( + name = "zerocopy-derive-0.7.35.crate", + sha256 = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e", + strip_prefix = "zerocopy-derive-0.7.35", + urls = ["https://static.crates.io/crates/zerocopy-derive/0.7.35/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "zerocopy-derive-0.7.35", + srcs = [":zerocopy-derive-0.7.35.crate"], + crate = "zerocopy_derive", + crate_root = "zerocopy-derive-0.7.35.crate/src/lib.rs", + edition = "2018", + proc_macro = True, + visibility = [], + deps = [ + ":proc-macro2-1.0.86", + ":quote-1.0.37", + ":syn-2.0.77", + ], +) + +alias( + name = "zstd", + actual = ":zstd-0.12.4", + visibility = ["PUBLIC"], +) + +http_archive( + name = "zstd-0.12.4.crate", + sha256 = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c", + strip_prefix = "zstd-0.12.4", + urls = ["https://static.crates.io/crates/zstd/0.12.4/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "zstd-0.12.4", + srcs = [":zstd-0.12.4.crate"], + crate = "zstd", + crate_root = "zstd-0.12.4.crate/src/lib.rs", + edition = "2018", + features = [ + "arrays", + "default", + "legacy", + "zdict_builder", + ], + visibility = [], + deps = [":zstd-safe-6.0.6"], +) + +http_archive( + name = "zstd-safe-6.0.6.crate", + sha256 = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581", + strip_prefix = "zstd-safe-6.0.6", + urls = ["https://static.crates.io/crates/zstd-safe/6.0.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "zstd-safe-6.0.6", + srcs = [":zstd-safe-6.0.6.crate"], + crate = "zstd_safe", + crate_root = "zstd-safe-6.0.6.crate/src/lib.rs", + edition = "2018", + features = [ + "arrays", + "legacy", + "std", + "zdict_builder", + ], + visibility = [], + deps = [ + ":libc-0.2.158", + ":zstd-sys-2.0.13+zstd.1.5.6", + ], +) + +http_archive( + name = "zstd-sys-2.0.13+zstd.1.5.6.crate", + sha256 = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa", + strip_prefix = "zstd-sys-2.0.13+zstd.1.5.6", + urls = ["https://static.crates.io/crates/zstd-sys/2.0.13+zstd.1.5.6/download"], + visibility = [], +) + +third_party_rust.rust_library( + name = "zstd-sys-2.0.13+zstd.1.5.6", + srcs = [":zstd-sys-2.0.13+zstd.1.5.6.crate"], + crate = "zstd_sys", + crate_root = "zstd-sys-2.0.13+zstd.1.5.6.crate/src/lib.rs", + edition = "2018", + features = [ + "legacy", + "std", + "zdict_builder", + ], + visibility = [], + deps = ["third-party//zstd:zstd"], +) diff --git a/buck/third-party/rust/Cargo.lock b/buck/third-party/rust/Cargo.lock index 88251bd9a..c05062f4d 100644 --- a/buck/third-party/rust/Cargo.lock +++ b/buck/third-party/rust/Cargo.lock @@ -2,6 +2,220 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "addr2line" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +dependencies = [ + "gimli", +] + +[[package]] +name = "adler" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + +[[package]] +name = "adler2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" + +[[package]] +name = "ahash" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +dependencies = [ + "cfg-if", + "getrandom", + "once_cell", + "version_check", + "zerocopy", +] + +[[package]] +name = "aho-corasick" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +dependencies = [ + "memchr", +] + +[[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" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anes" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" + +[[package]] +name = "anstream" +version = "0.6.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" + +[[package]] +name = "anstyle-parse" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "anstyle-wincon" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" +dependencies = [ + "anstyle", + "windows-sys 0.52.0", +] + +[[package]] +name = "anyhow" +version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" + +[[package]] +name = "arc-swap" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" + +[[package]] +name = "arrayvec" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" + +[[package]] +name = "assert_cmd" +version = "2.0.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" +dependencies = [ + "anstyle", + "bstr", + "doc-comment", + "libc", + "predicates", + "predicates-core", + "predicates-tree", + "wait-timeout", +] + +[[package]] +name = "assert_matches" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" + +[[package]] +name = "async-trait" +version = "0.1.82" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "autocfg" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" + +[[package]] +name = "backoff" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" +dependencies = [ + "getrandom", + "instant", + "rand", +] + +[[package]] +name = "backtrace" +version = "0.3.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +dependencies = [ + "addr2line", + "cc", + "cfg-if", + "libc", + "miniz_oxide 0.7.4", + "object", + "rustc-demangle", +] + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" + [[package]] name = "blake2" version = "0.10.6" @@ -20,6 +234,382 @@ dependencies = [ "generic-array", ] +[[package]] +name = "bstr" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" +dependencies = [ + "memchr", + "regex-automata 0.4.7", + "serde", +] + +[[package]] +name = "bumpalo" +version = "3.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +dependencies = [ + "serde", +] + +[[package]] +name = "cassowary" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" + +[[package]] +name = "cast" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" + +[[package]] +name = "castaway" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" +dependencies = [ + "rustversion", +] + +[[package]] +name = "cc" +version = "1.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932" +dependencies = [ + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "chrono" +version = "0.4.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +dependencies = [ + "android-tzdata", + "iana-time-zone", + "js-sys", + "num-traits", + "wasm-bindgen", + "windows-targets 0.52.6", +] + +[[package]] +name = "chrono-english" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f" +dependencies = [ + "chrono", + "scanlex", +] + +[[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", +] + +[[package]] +name = "clap" +version = "4.5.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +dependencies = [ + "clap_builder", + "clap_derive", +] + +[[package]] +name = "clap-markdown" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ebc67e6266e14f8b31541c2f204724fa2ac7ad5c17d6f5908fbb92a60f42cff" +dependencies = [ + "clap", +] + +[[package]] +name = "clap_builder" +version = "4.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +dependencies = [ + "anstream", + "anstyle", + "clap_lex", + "strsim", + "terminal_size", +] + +[[package]] +name = "clap_complete" +version = "4.5.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b" +dependencies = [ + "clap", +] + +[[package]] +name = "clap_complete_nushell" +version = "4.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fe32110e006bccf720f8c9af3fee1ba7db290c724eab61544e1d3295be3a40e" +dependencies = [ + "clap", + "clap_complete", +] + +[[package]] +name = "clap_derive" +version = "4.5.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "clap_lex" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" + +[[package]] +name = "clap_mangen" +version = "0.2.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb" +dependencies = [ + "clap", + "roff", +] + +[[package]] +name = "clru" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" + +[[package]] +name = "colorchoice" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" + +[[package]] +name = "compact_str" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" +dependencies = [ + "castaway", + "cfg-if", + "itoa", + "ryu", + "static_assertions", +] + +[[package]] +name = "config" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" +dependencies = [ + "async-trait", + "lazy_static", + "nom", + "pathdiff", + "serde", + "toml", +] + +[[package]] +name = "console" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "cpufeatures" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" +dependencies = [ + "libc", +] + +[[package]] +name = "crc32fast" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "criterion" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" +dependencies = [ + "anes", + "cast", + "ciborium", + "clap", + "criterion-plot", + "is-terminal", + "itertools 0.10.5", + "num-traits", + "once_cell", + "oorandom", + "plotters", + "rayon", + "regex", + "serde", + "serde_derive", + "serde_json", + "tinytemplate", + "walkdir", +] + +[[package]] +name = "criterion-plot" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" +dependencies = [ + "cast", + "itertools 0.10.5", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-deque" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" + +[[package]] +name = "crossterm" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" +dependencies = [ + "bitflags 2.6.0", + "crossterm_winapi", + "libc", + "mio 0.8.11", + "parking_lot", + "signal-hook", + "signal-hook-mio", + "winapi", +] + +[[package]] +name = "crossterm_winapi" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" +dependencies = [ + "winapi", +] + +[[package]] +name = "crunchy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + [[package]] name = "crypto-common" version = "0.1.6" @@ -30,6 +620,32 @@ dependencies = [ "typenum", ] +[[package]] +name = "dashmap" +version = "6.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" +dependencies = [ + "cfg-if", + "crossbeam-utils", + "hashbrown", + "lock_api", + "once_cell", + "parking_lot_core", +] + +[[package]] +name = "diff" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" + +[[package]] +name = "difflib" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + [[package]] name = "digest" version = "0.10.7" @@ -41,6 +657,237 @@ dependencies = [ "subtle", ] +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + +[[package]] +name = "doc-comment" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" + +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + +[[package]] +name = "either" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" + +[[package]] +name = "encode_unicode" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + +[[package]] +name = "encoding_rs" +version = "0.8.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "errno" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "esl01-renderdag" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9" +dependencies = [ + "bitflags 1.3.2", + "itertools 0.10.5", +] + +[[package]] +name = "faster-hex" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" + +[[package]] +name = "fastrand" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" + +[[package]] +name = "filetime" +version = "0.2.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" +dependencies = [ + "cfg-if", + "libc", + "libredox", + "windows-sys 0.59.0", +] + +[[package]] +name = "fixedbitset" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" + +[[package]] +name = "flate2" +version = "1.0.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666" +dependencies = [ + "crc32fast", + "miniz_oxide 0.8.0", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "form_urlencoded" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futures" +version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" + +[[package]] +name = "futures" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +dependencies = [ + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" + +[[package]] +name = "futures-executor" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" + +[[package]] +name = "futures-macro" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "futures-sink" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" + +[[package]] +name = "futures-task" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" + +[[package]] +name = "futures-util" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +dependencies = [ + "futures 0.1.31", + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + [[package]] name = "generic-array" version = "0.14.7" @@ -51,18 +898,2357 @@ dependencies = [ "version_check", ] +[[package]] +name = "getrandom" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "gimli" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" + +[[package]] +name = "git2" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +dependencies = [ + "bitflags 2.6.0", + "libc", + "libgit2-sys", + "log", + "openssl-probe", + "openssl-sys", + "url", +] + +[[package]] +name = "gix" +version = "0.66.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb" +dependencies = [ + "gix-actor", + "gix-attributes", + "gix-command", + "gix-commitgraph", + "gix-config", + "gix-date", + "gix-diff", + "gix-discover", + "gix-features", + "gix-filter", + "gix-fs", + "gix-glob", + "gix-hash", + "gix-hashtable", + "gix-ignore", + "gix-index", + "gix-lock", + "gix-object", + "gix-odb", + "gix-pack", + "gix-path", + "gix-pathspec", + "gix-ref", + "gix-refspec", + "gix-revision", + "gix-revwalk", + "gix-sec", + "gix-submodule", + "gix-tempfile", + "gix-trace", + "gix-traverse", + "gix-url", + "gix-utils", + "gix-validate", + "gix-worktree", + "once_cell", + "smallvec", + "thiserror", +] + +[[package]] +name = "gix-actor" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665" +dependencies = [ + "bstr", + "gix-date", + "gix-utils", + "itoa", + "thiserror", + "winnow 0.6.18", +] + +[[package]] +name = "gix-attributes" +version = "0.22.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311" +dependencies = [ + "bstr", + "gix-glob", + "gix-path", + "gix-quote", + "gix-trace", + "kstring", + "smallvec", + "thiserror", + "unicode-bom", +] + +[[package]] +name = "gix-bitmap" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae" +dependencies = [ + "thiserror", +] + +[[package]] +name = "gix-chunk" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52" +dependencies = [ + "thiserror", +] + +[[package]] +name = "gix-command" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dff2e692b36bbcf09286c70803006ca3fd56551a311de450be317a0ab8ea92e7" +dependencies = [ + "bstr", + "gix-path", + "gix-trace", + "shell-words", +] + +[[package]] +name = "gix-commitgraph" +version = "0.24.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78" +dependencies = [ + "bstr", + "gix-chunk", + "gix-features", + "gix-hash", + "memmap2", + "thiserror", +] + +[[package]] +name = "gix-config" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0" +dependencies = [ + "bstr", + "gix-config-value", + "gix-features", + "gix-glob", + "gix-path", + "gix-ref", + "gix-sec", + "memchr", + "once_cell", + "smallvec", + "thiserror", + "unicode-bom", + "winnow 0.6.18", +] + +[[package]] +name = "gix-config-value" +version = "0.14.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c" +dependencies = [ + "bitflags 2.6.0", + "bstr", + "gix-path", + "libc", + "thiserror", +] + +[[package]] +name = "gix-date" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5" +dependencies = [ + "bstr", + "itoa", + "jiff", + "thiserror", +] + +[[package]] +name = "gix-diff" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c" +dependencies = [ + "bstr", + "gix-command", + "gix-filter", + "gix-fs", + "gix-hash", + "gix-object", + "gix-path", + "gix-tempfile", + "gix-trace", + "gix-worktree", + "imara-diff", + "thiserror", +] + +[[package]] +name = "gix-discover" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2" +dependencies = [ + "bstr", + "dunce", + "gix-fs", + "gix-hash", + "gix-path", + "gix-ref", + "gix-sec", + "thiserror", +] + +[[package]] +name = "gix-features" +version = "0.38.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69" +dependencies = [ + "crc32fast", + "crossbeam-channel", + "flate2", + "gix-hash", + "gix-trace", + "gix-utils", + "libc", + "once_cell", + "parking_lot", + "prodash", + "sha1_smol", + "thiserror", + "walkdir", +] + +[[package]] +name = "gix-filter" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e" +dependencies = [ + "bstr", + "encoding_rs", + "gix-attributes", + "gix-command", + "gix-hash", + "gix-object", + "gix-packetline-blocking", + "gix-path", + "gix-quote", + "gix-trace", + "gix-utils", + "smallvec", + "thiserror", +] + +[[package]] +name = "gix-fs" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575" +dependencies = [ + "fastrand", + "gix-features", + "gix-utils", +] + +[[package]] +name = "gix-glob" +version = "0.16.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111" +dependencies = [ + "bitflags 2.6.0", + "bstr", + "gix-features", + "gix-path", +] + +[[package]] +name = "gix-hash" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e" +dependencies = [ + "faster-hex", + "thiserror", +] + +[[package]] +name = "gix-hashtable" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242" +dependencies = [ + "gix-hash", + "hashbrown", + "parking_lot", +] + +[[package]] +name = "gix-ignore" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7" +dependencies = [ + "bstr", + "gix-glob", + "gix-path", + "gix-trace", + "unicode-bom", +] + +[[package]] +name = "gix-index" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d" +dependencies = [ + "bitflags 2.6.0", + "bstr", + "filetime", + "fnv", + "gix-bitmap", + "gix-features", + "gix-fs", + "gix-hash", + "gix-lock", + "gix-object", + "gix-traverse", + "gix-utils", + "gix-validate", + "hashbrown", + "itoa", + "libc", + "memmap2", + "rustix", + "smallvec", + "thiserror", +] + +[[package]] +name = "gix-lock" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d" +dependencies = [ + "gix-tempfile", + "gix-utils", + "thiserror", +] + +[[package]] +name = "gix-object" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa" +dependencies = [ + "bstr", + "gix-actor", + "gix-date", + "gix-features", + "gix-hash", + "gix-utils", + "gix-validate", + "itoa", + "smallvec", + "thiserror", + "winnow 0.6.18", +] + +[[package]] +name = "gix-odb" +version = "0.63.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747" +dependencies = [ + "arc-swap", + "gix-date", + "gix-features", + "gix-fs", + "gix-hash", + "gix-object", + "gix-pack", + "gix-path", + "gix-quote", + "parking_lot", + "tempfile", + "thiserror", +] + +[[package]] +name = "gix-pack" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954" +dependencies = [ + "clru", + "gix-chunk", + "gix-features", + "gix-hash", + "gix-hashtable", + "gix-object", + "gix-path", + "memmap2", + "smallvec", + "thiserror", + "uluru", +] + +[[package]] +name = "gix-packetline-blocking" +version = "0.17.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40" +dependencies = [ + "bstr", + "faster-hex", + "gix-trace", + "thiserror", +] + +[[package]] +name = "gix-path" +version = "0.10.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484" +dependencies = [ + "bstr", + "gix-trace", + "home", + "once_cell", + "thiserror", +] + +[[package]] +name = "gix-pathspec" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb" +dependencies = [ + "bitflags 2.6.0", + "bstr", + "gix-attributes", + "gix-config-value", + "gix-glob", + "gix-path", + "thiserror", +] + +[[package]] +name = "gix-quote" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff" +dependencies = [ + "bstr", + "gix-utils", + "thiserror", +] + +[[package]] +name = "gix-ref" +version = "0.47.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5" +dependencies = [ + "gix-actor", + "gix-features", + "gix-fs", + "gix-hash", + "gix-lock", + "gix-object", + "gix-path", + "gix-tempfile", + "gix-utils", + "gix-validate", + "memmap2", + "thiserror", + "winnow 0.6.18", +] + +[[package]] +name = "gix-refspec" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6" +dependencies = [ + "bstr", + "gix-hash", + "gix-revision", + "gix-validate", + "smallvec", + "thiserror", +] + +[[package]] +name = "gix-revision" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e" +dependencies = [ + "bstr", + "gix-date", + "gix-hash", + "gix-object", + "gix-revwalk", + "thiserror", +] + +[[package]] +name = "gix-revwalk" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984" +dependencies = [ + "gix-commitgraph", + "gix-date", + "gix-hash", + "gix-hashtable", + "gix-object", + "smallvec", + "thiserror", +] + +[[package]] +name = "gix-sec" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f" +dependencies = [ + "bitflags 2.6.0", + "gix-path", + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "gix-submodule" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b" +dependencies = [ + "bstr", + "gix-config", + "gix-path", + "gix-pathspec", + "gix-refspec", + "gix-url", + "thiserror", +] + +[[package]] +name = "gix-tempfile" +version = "14.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa" +dependencies = [ + "dashmap", + "gix-fs", + "libc", + "once_cell", + "parking_lot", + "tempfile", +] + +[[package]] +name = "gix-trace" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e" + +[[package]] +name = "gix-traverse" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780" +dependencies = [ + "bitflags 2.6.0", + "gix-commitgraph", + "gix-date", + "gix-hash", + "gix-hashtable", + "gix-object", + "gix-revwalk", + "smallvec", + "thiserror", +] + +[[package]] +name = "gix-url" +version = "0.27.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89" +dependencies = [ + "bstr", + "gix-features", + "gix-path", + "home", + "thiserror", + "url", +] + +[[package]] +name = "gix-utils" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc" +dependencies = [ + "fastrand", + "unicode-normalization", +] + +[[package]] +name = "gix-validate" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86" +dependencies = [ + "bstr", + "thiserror", +] + +[[package]] +name = "gix-worktree" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a" +dependencies = [ + "bstr", + "gix-attributes", + "gix-features", + "gix-fs", + "gix-glob", + "gix-hash", + "gix-ignore", + "gix-index", + "gix-object", + "gix-path", + "gix-validate", +] + +[[package]] +name = "glob" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + +[[package]] +name = "globset" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" +dependencies = [ + "aho-corasick", + "bstr", + "log", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", +] + +[[package]] +name = "half" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +dependencies = [ + "cfg-if", + "crunchy", +] + +[[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash", + "allocator-api2", +] + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hermit-abi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]] +name = "home" +version = "0.5.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "iana-time-zone" +version = "0.1.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "idna" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "ignore" +version = "0.4.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" +dependencies = [ + "crossbeam-deque", + "globset", + "log", + "memchr", + "regex-automata 0.4.7", + "same-file", + "walkdir", + "winapi-util", +] + +[[package]] +name = "imara-diff" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc9da1a252bd44cd341657203722352efc9bc0c847d06ea6d2dc1cd1135e0a01" +dependencies = [ + "ahash", + "hashbrown", +] + +[[package]] +name = "indexmap" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" +dependencies = [ + "equivalent", + "hashbrown", +] + +[[package]] +name = "indoc" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" + +[[package]] +name = "insta" +version = "1.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +dependencies = [ + "console", + "lazy_static", + "linked-hash-map", + "regex", + "similar", +] + +[[package]] +name = "instant" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "is-terminal" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +dependencies = [ + "hermit-abi 0.4.0", + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "is_terminal_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + +[[package]] +name = "itertools" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +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 = "itoa" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" + +[[package]] +name = "jiff" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2b7379a75544c94b3da32821b0bf41f9062e9970e23b78cc577d0d89676d16" +dependencies = [ + "jiff-tzdb-platform", + "windows-sys 0.59.0", +] + +[[package]] +name = "jiff-tzdb" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05fac328b3df1c0f18a3c2ab6cb7e06e4e549f366017d796e3e66b6d6889abe6" + +[[package]] +name = "jiff-tzdb-platform" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8da387d5feaf355954c2c122c194d6df9c57d865125a67984bb453db5336940" +dependencies = [ + "jiff-tzdb", +] + +[[package]] +name = "jobserver" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +dependencies = [ + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +dependencies = [ + "wasm-bindgen", +] + +[[package]] +name = "kstring" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" +dependencies = [ + "static_assertions", +] + +[[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" + +[[package]] +name = "libc" +version = "0.2.158" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" + +[[package]] +name = "libgit2-sys" +version = "0.17.0+1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +dependencies = [ + "cc", + "libc", + "libssh2-sys", + "libz-sys", + "openssl-sys", + "pkg-config", +] + +[[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.6.0", + "libc", + "redox_syscall", +] + +[[package]] +name = "libssh2-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" +dependencies = [ + "cc", + "libc", + "libz-sys", + "openssl-sys", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "libz-sys" +version = "1.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "linked-hash-map" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + +[[package]] +name = "linux-raw-sys" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" + +[[package]] +name = "lock_api" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" + +[[package]] +name = "lru" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +dependencies = [ + "hashbrown", +] + +[[package]] +name = "maplit" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + +[[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +dependencies = [ + "regex-automata 0.1.10", +] + +[[package]] +name = "memchr" +version = "2.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" + +[[package]] +name = "memmap2" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +dependencies = [ + "libc", +] + +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "miniz_oxide" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +dependencies = [ + "adler", +] + +[[package]] +name = "miniz_oxide" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +dependencies = [ + "adler2", +] + +[[package]] +name = "minus" +version = "5.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "093bd0520d2a37943566a73750e6d44094dac75d66a978d1f0d97ffc78686832" +dependencies = [ + "crossbeam-channel", + "crossterm", + "once_cell", + "parking_lot", + "regex", + "textwrap", + "thiserror", +] + +[[package]] +name = "mio" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +dependencies = [ + "libc", + "log", + "wasi", + "windows-sys 0.48.0", +] + +[[package]] +name = "mio" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +dependencies = [ + "hermit-abi 0.3.9", + "libc", + "wasi", + "windows-sys 0.52.0", +] + +[[package]] +name = "multimap" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", +] + +[[package]] +name = "num_cpus" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +dependencies = [ + "hermit-abi 0.3.9", + "libc", +] + +[[package]] +name = "object" +version = "0.36.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +dependencies = [ + "parking_lot_core", +] + +[[package]] +name = "oorandom" +version = "11.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" + +[[package]] +name = "openssl-probe" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + +[[package]] +name = "parking_lot" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall", + "smallvec", + "windows-targets 0.52.6", +] + +[[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] +name = "pathdiff" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" + +[[package]] +name = "percent-encoding" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + +[[package]] +name = "pest" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" +dependencies = [ + "memchr", + "thiserror", + "ucd-trie", +] + +[[package]] +name = "pest_derive" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" +dependencies = [ + "pest", + "pest_generator", +] + +[[package]] +name = "pest_generator" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" +dependencies = [ + "pest", + "pest_meta", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "pest_meta" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" +dependencies = [ + "once_cell", + "pest", + "sha2", +] + +[[package]] +name = "petgraph" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" +dependencies = [ + "fixedbitset", + "indexmap", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkg-config" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" + +[[package]] +name = "plotters" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" +dependencies = [ + "num-traits", + "plotters-backend", + "plotters-svg", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "plotters-backend" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7" + +[[package]] +name = "plotters-svg" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705" +dependencies = [ + "plotters-backend", +] + +[[package]] +name = "pollster" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" + +[[package]] +name = "ppv-lite86" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "predicates" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" +dependencies = [ + "anstyle", + "difflib", + "predicates-core", +] + +[[package]] +name = "predicates-core" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" + +[[package]] +name = "predicates-tree" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" +dependencies = [ + "predicates-core", + "termtree", +] + +[[package]] +name = "pretty_assertions" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +dependencies = [ + "diff", + "yansi", +] + +[[package]] +name = "prettyplease" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +dependencies = [ + "proc-macro2", + "syn", +] + +[[package]] +name = "proc-macro2" +version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "prodash" +version = "28.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79" + +[[package]] +name = "prost" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" +dependencies = [ + "bytes", + "prost-derive", +] + +[[package]] +name = "prost-build" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +dependencies = [ + "bytes", + "heck", + "itertools 0.12.1", + "log", + "multimap", + "once_cell", + "petgraph", + "prettyplease", + "prost", + "prost-types", + "regex", + "syn", + "tempfile", +] + +[[package]] +name = "prost-derive" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" +dependencies = [ + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "prost-types" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" +dependencies = [ + "prost", +] + +[[package]] +name = "quote" +version = "1.0.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "ratatui" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef" +dependencies = [ + "bitflags 2.6.0", + "cassowary", + "compact_str", + "crossterm", + "itertools 0.12.1", + "lru", + "paste", + "stability", + "strum", + "unicode-segmentation", + "unicode-truncate", + "unicode-width", +] + +[[package]] +name = "rayon" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +dependencies = [ + "crossbeam-deque", + "crossbeam-utils", +] + +[[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", +] + +[[package]] +name = "redox_users" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +dependencies = [ + "getrandom", + "libredox", + "thiserror", +] + +[[package]] +name = "ref-cast" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +dependencies = [ + "ref-cast-impl", +] + +[[package]] +name = "ref-cast-impl" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "regex" +version = "1.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" +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", +] + +[[package]] +name = "regex-automata" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.8.4", +] + +[[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.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" + +[[package]] +name = "roff" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" + +[[package]] +name = "rpassword" +version = "7.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" +dependencies = [ + "libc", + "rtoolbox", + "windows-sys 0.48.0", +] + +[[package]] +name = "rtoolbox" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" +dependencies = [ + "libc", + "windows-sys 0.48.0", +] + [[package]] name = "rust-third-party" version = "0.0.0" dependencies = [ + "anyhow", + "assert_cmd", + "assert_matches", + "async-trait", + "backoff", "blake2", + "bstr", + "chrono", + "chrono-english", + "clap", + "clap-markdown", + "clap_complete", + "clap_complete_nushell", + "clap_mangen", + "clru", + "config", + "criterion", + "crossterm", + "digest", + "dirs", + "dunce", + "either", + "esl01-renderdag", + "futures 0.3.30", + "git2", + "gix", + "gix-filter", + "glob", + "hex", + "ignore", + "indexmap", + "indoc", + "insta", + "itertools 0.13.0", + "libc", + "maplit", + "minus", + "num_cpus", + "once_cell", + "pest", + "pest_derive", + "pollster", + "pretty_assertions", + "proc-macro2", + "prost", + "prost-build", + "quote", + "rand", + "rand_chacha", + "rayon", + "ref-cast", + "regex", + "rpassword", + "rustix", + "scm-record", + "serde", + "serde_json", + "slab", + "smallvec", + "strsim", + "syn", + "tempfile", + "test-case", + "textwrap", + "thiserror", + "timeago", + "tokio", + "toml_edit", + "tracing", + "tracing-chrome", + "tracing-subscriber", + "unicode-width", + "version_check", + "watchman_client", + "whoami", + "winreg", + "zstd", +] + +[[package]] +name = "rustc-demangle" +version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" + +[[package]] +name = "rustix" +version = "0.38.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" +dependencies = [ + "bitflags 2.6.0", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.52.0", +] + +[[package]] +name = "rustversion" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" + +[[package]] +name = "ryu" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "scanlex" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db" + +[[package]] +name = "scm-record" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a1bf431016c7a34038f440696c672f0fee1a15d6aea31fe100df6974a35bf5f" +dependencies = [ + "cassowary", + "crossterm", + "num-traits", + "ratatui", + "serde", + "serde_json", + "thiserror", + "tracing", + "unicode-width", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "serde" +version = "1.0.208" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_bser" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717" +dependencies = [ + "anyhow", + "byteorder", + "bytes", + "serde", + "serde_bytes", + "thiserror", +] + +[[package]] +name = "serde_bytes" +version = "0.11.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_derive" +version = "1.0.208" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_json" +version = "1.0.127" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +dependencies = [ + "itoa", + "memchr", + "ryu", + "serde", +] + +[[package]] +name = "serde_spanned" +version = "0.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +dependencies = [ + "serde", +] + +[[package]] +name = "sha1_smol" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" + +[[package]] +name = "sha2" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + +[[package]] +name = "sharded-slab" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "shell-words" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "signal-hook" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" +dependencies = [ + "libc", + "signal-hook-registry", +] + +[[package]] +name = "signal-hook-mio" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" +dependencies = [ + "libc", + "mio 0.8.11", + "signal-hook", +] + +[[package]] +name = "signal-hook-registry" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +dependencies = [ + "libc", +] + +[[package]] +name = "similar" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" + +[[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +dependencies = [ + "autocfg", +] + +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + +[[package]] +name = "smawk" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" + +[[package]] +name = "socket2" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "stability" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac" +dependencies = [ + "quote", + "syn", +] + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn", ] [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + +[[package]] +name = "syn" +version = "2.0.77" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "tempfile" +version = "3.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" +dependencies = [ + "cfg-if", + "fastrand", + "once_cell", + "rustix", + "windows-sys 0.59.0", +] + +[[package]] +name = "terminal_size" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +dependencies = [ + "rustix", + "windows-sys 0.48.0", +] + +[[package]] +name = "termtree" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" + +[[package]] +name = "test-case" +version = "3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" +dependencies = [ + "test-case-macros", +] + +[[package]] +name = "test-case-core" +version = "3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f" +dependencies = [ + "cfg-if", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "test-case-macros" +version = "3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "test-case-core", +] + +[[package]] +name = "textwrap" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" +dependencies = [ + "smawk", + "unicode-linebreak", + "unicode-width", +] + +[[package]] +name = "thiserror" +version = "1.0.63" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.63" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "thread_local" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" +dependencies = [ + "cfg-if", + "once_cell", +] + +[[package]] +name = "timeago" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6" + +[[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.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +dependencies = [ + "backtrace", + "bytes", + "libc", + "mio 1.0.2", + "parking_lot", + "pin-project-lite", + "signal-hook-registry", + "socket2", + "tokio-macros", + "windows-sys 0.52.0", +] + +[[package]] +name = "tokio-macros" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tokio-util" +version = "0.6.10" +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 = "toml" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_datetime" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.19.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap", + "serde", + "serde_spanned", + "toml_datetime", + "winnow 0.5.40", +] + +[[package]] +name = "tracing" +version = "0.1.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +dependencies = [ + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "tracing-chrome" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724" +dependencies = [ + "serde_json", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "tracing-core" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +dependencies = [ + "once_cell", + "valuable", +] + +[[package]] +name = "tracing-log" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" +dependencies = [ + "log", + "once_cell", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +dependencies = [ + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", +] [[package]] name = "typenum" @@ -71,7 +3257,504 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] -name = "version_check" -version = "0.9.4" +name = "ucd-trie" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" + +[[package]] +name = "uluru" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" +dependencies = [ + "arrayvec", +] + +[[package]] +name = "unicode-bidi" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" + +[[package]] +name = "unicode-bom" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" + +[[package]] +name = "unicode-ident" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + +[[package]] +name = "unicode-linebreak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" + +[[package]] +name = "unicode-normalization" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-segmentation" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" + +[[package]] +name = "unicode-truncate" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" +dependencies = [ + "itertools 0.13.0", + "unicode-segmentation", + "unicode-width", +] + +[[package]] +name = "unicode-width" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" + +[[package]] +name = "url" +version = "2.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", +] + +[[package]] +name = "utf8parse" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" + +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "wait-timeout" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +dependencies = [ + "libc", +] + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + +[[package]] +name = "wasite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" + +[[package]] +name = "wasm-bindgen" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +dependencies = [ + "cfg-if", + "once_cell", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +dependencies = [ + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" + +[[package]] +name = "watchman_client" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52" +dependencies = [ + "anyhow", + "bytes", + "futures 0.3.30", + "maplit", + "serde", + "serde_bser", + "thiserror", + "tokio", + "tokio-util", + "winapi", +] + +[[package]] +name = "web-sys" +version = "0.3.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "whoami" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" +dependencies = [ + "redox_syscall", + "wasite", + "web-sys", +] + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "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_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winnow" +version = "0.5.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "0.6.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + +[[package]] +name = "yansi" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" + +[[package]] +name = "zerocopy" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +dependencies = [ + "byteorder", + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "zstd" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" +dependencies = [ + "zstd-safe", +] + +[[package]] +name = "zstd-safe" +version = "6.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" +dependencies = [ + "libc", + "zstd-sys", +] + +[[package]] +name = "zstd-sys" +version = "2.0.13+zstd.1.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +dependencies = [ + "cc", + "pkg-config", +] diff --git a/buck/third-party/rust/Cargo.toml b/buck/third-party/rust/Cargo.toml index 0d73a0d2c..0b839dbef 100644 --- a/buck/third-party/rust/Cargo.toml +++ b/buck/third-party/rust/Cargo.toml @@ -1,3 +1,4 @@ +# @generated by buck/third-party/rust/synchronize.py [workspace] [package] @@ -12,4 +13,84 @@ name = "top" path = "top.rs" [dependencies] +anyhow = "1.0.86" +assert_cmd = "2.0.8" +assert_matches = "1.5.0" +async-trait = "0.1.82" +backoff = "0.4.0" blake2 = "0.10.6" +bstr = "1.10.0" +clap = { version = "4.5.16", features = [ "derive", "deprecated", "wrap_help", "string" ] } +clap_complete = "4.5.24" +clap_complete_nushell = "4.5.3" +clap-markdown = "0.1.4" +clap_mangen = "0.2.10" +chrono = { version = "0.4.38", default-features = false, features = [ "std", "clock" ] } +chrono-english = { version = "0.1.7" } +clru = "0.6.2" +config = { version = "0.13.4", default-features = false, features = [ "toml" ] } +criterion = "0.5.1" +crossterm = { version = "0.27", default-features = false } +digest = "0.10.7" +dirs = "5.0.1" +dunce = "1.0.5" +either = "1.13.0" +esl01-renderdag = "0.3.0" +futures = "0.3.30" +git2 = { version = "0.19.0", features = [ "vendored-libgit2" ] } +gix = { version = "0.66.0", default-features = false, features = [ "index", "max-performance-safe", "blob-diff" ] } +gix-filter = "0.13.0" +glob = "0.3.1" +hex = "0.4.3" +ignore = "0.4.20" +indexmap = "2.5.0" +indoc = "2.0.4" +insta = { version = "1.39.0", features = [ "filters" ] } +itertools = "0.13.0" +libc = { version = "0.2.158" } +maplit = "1.0.2" +minus = { version = "5.6.1", features = [ "dynamic_output", "search" ] } +num_cpus = "1.16.0" +once_cell = "1.19.0" +pest = "2.7.11" +pest_derive = "2.7.11" +pollster = "0.3.0" +pretty_assertions = "1.4.0" +proc-macro2 = "1.0.86" +prost = "0.12.6" +prost-build = "0.12.6" +quote = "1.0.36" +rand = "0.8.5" +rand_chacha = "0.3.1" +rayon = "1.10.0" +ref-cast = "1.0.23" +regex = "1.10.6" +rpassword = "7.3.1" +scm-record = "0.3.0" +serde = { version = "1.0", features = [ "derive" ] } +serde_json = "1.0.127" +slab = "0.4.9" +smallvec = { version = "1.13.2", features = [ "const_generics", "const_new", "union" ] } +strsim = "0.11.1" +syn = "2.0.77" +tempfile = "3.12.0" +test-case = "3.3.1" +textwrap = "0.16.1" +thiserror = "1.0.63" +timeago = { version = "0.4.2", default-features = false } +tokio = { version = "1.40.0" } +toml_edit = { version = "0.19.15", features = [ "serde" ] } +tracing = "0.1.40" +tracing-chrome = "0.7.2" +tracing-subscriber = { version = "0.3.18", default-features = false, features = [ "std", "ansi", "env-filter", "fmt" ] } +unicode-width = "0.1.13" +version_check = "0.9.5" +watchman_client = { version = "0.9.0" } +whoami = "1.5.2" +zstd = "0.12.4" + +[target.'cfg(unix)'.dependencies] +rustix = { version = "0.38.35", features = [ "fs" ] } + +[target.'cfg(windows)'.dependencies] +winreg = "0.52" diff --git a/buck/third-party/rust/reindeer.toml b/buck/third-party/rust/reindeer.toml index ef5100665..d10b98c45 100644 --- a/buck/third-party/rust/reindeer.toml +++ b/buck/third-party/rust/reindeer.toml @@ -31,5 +31,11 @@ alias( visibility = ["PUBLIC"], ) +python_bootstrap_binary( + name = 'sync.py', + main = 'synchronize.py', + visibility = [ 'PUBLIC' ], +) + # XXX: normal reindeer-generated code below """ diff --git a/buck/third-party/rust/synchronize.py b/buck/third-party/rust/synchronize.py new file mode 100755 index 000000000..b9154c47a --- /dev/null +++ b/buck/third-party/rust/synchronize.py @@ -0,0 +1,99 @@ +#!/usr/bin/env python3 + +# synchronize.py: sync workspace Cargo.toml with buck2/reindeer Cargo.toml + +import subprocess +import tomllib + +# the workspace Cargo.toml file does not allow expressing conditional +# dependencies, but it functions as the source of truth for all version data, +# and if we want to update third-party//rust with correct platform-specific +# dependencies, we need to parse it, then emit a valid version + +WINDOWS_DEPS = [ 'winreg' ] +UNIX_DEPS = [ 'rustix' ] + +CARGO_TEMPLATE = """# @generated by buck/third-party/rust/synchronize.py +[workspace] + +[package] +name = "rust-third-party" +version = "0.0.0" +publish = false +edition = "2021" + +# Dummy target to keep Cargo happy +[[bin]] +name = "top" +path = "top.rs" + +""" + +def format_dep(rhs) -> str: + # if it's a string, just print it out + if isinstance(rhs, str): + return f'"{rhs}"' + elif isinstance(rhs, bool): + return f'{str(rhs).lower()}' + # if it's a list, format it as a toml array + elif isinstance(rhs, list): + return f'[ {", ".join([f'"{x}"' for x in rhs])} ]' + else: + # format the dict as a toml dict manually + return "{ " + ", ".join([f'{k} = {format_dep(v)}' for k, v in rhs.items()]) + " }" + +def sync_cargo_deps(): + contents = CARGO_TEMPLATE + with open ("Cargo.toml", "rb") as f: + # parse the workspace Cargo.toml + data = tomllib.load(f) + deps = data["workspace"]["dependencies"] + + # delete jj crates + for bad in [ "jj-lib", "jj-lib-proc-macros", "testutils" ]: + if bad in deps: + del deps[bad] + + contents += "[dependencies]\n" + for x, v in deps.items(): + # some crates are only for one platform; we need to remove them and + # handle it below + if x in WINDOWS_DEPS or x in UNIX_DEPS: + continue + contents += f'{x} = {format_dep(v)}\n' + + contents += ("\n[target.'cfg(unix)'.dependencies]\n") + for x in UNIX_DEPS: + contents += f'{x} = {format_dep(deps[x])}\n' + + contents += ("\n[target.'cfg(windows)'.dependencies]\n") + for x in WINDOWS_DEPS: + contents += f'{x} = {format_dep(deps[x])}\n' + + # now write the contents to buck/third-party/rust/Cargo.toml + print("Writing new buck/third-party/rust/Cargo.toml") + with open("buck/third-party/rust/Cargo.toml", "w") as f: + f.write(contents) + + # now run reindeer + print("Now running 'reindeer' to regenerate BUILD files") + cmd = [ + "./tools/bin/reindeer", + "--third-party-dir", + "buck/third-party/rust", + "buckify", + ] + subprocess.run(cmd, check=True) + + # Now run 'buck2 build' to make sure everything is up to date + print("Now running 'buck2 build' to make sure everything works") + cmd = [ + "buck2", + "build", + "@mode//debug", + "third-party//rust", + ] + subprocess.run(cmd, check=True) + +if __name__ == "__main__": + sync_cargo_deps()