| # @generated by `reindeer buckify` |
| |
| load("@prelude//rust:cargo_buildscript.bzl", "buildscript_run") |
| load("@prelude//rust:cargo_package.bzl", "cargo") |
| |
| http_archive( |
| name = "anstyle-1.0.11.crate", |
| sha256 = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd", |
| strip_prefix = "anstyle-1.0.11", |
| urls = ["https://static.crates.io/crates/anstyle/1.0.11/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "anstyle-1.0.11", |
| srcs = [":anstyle-1.0.11.crate"], |
| crate = "anstyle", |
| crate_root = "anstyle-1.0.11.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "default", |
| "std", |
| ], |
| visibility = [], |
| ) |
| |
| alias( |
| name = "cc", |
| actual = ":cc-1.2.27", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "cc-1.2.27.crate", |
| sha256 = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc", |
| strip_prefix = "cc-1.2.27", |
| urls = ["https://static.crates.io/crates/cc/1.2.27/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "cc-1.2.27", |
| srcs = [":cc-1.2.27.crate"], |
| crate = "cc", |
| crate_root = "cc-1.2.27.crate/src/lib.rs", |
| edition = "2018", |
| visibility = [], |
| deps = [":shlex-1.3.0"], |
| ) |
| |
| alias( |
| name = "clap", |
| actual = ":clap-4.5.40", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "clap-4.5.40.crate", |
| sha256 = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f", |
| strip_prefix = "clap-4.5.40", |
| urls = ["https://static.crates.io/crates/clap/4.5.40/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "clap-4.5.40", |
| srcs = [":clap-4.5.40.crate"], |
| crate = "clap", |
| crate_root = "clap-4.5.40.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "error-context", |
| "help", |
| "std", |
| "usage", |
| ], |
| visibility = [], |
| deps = [":clap_builder-4.5.40"], |
| ) |
| |
| http_archive( |
| name = "clap_builder-4.5.40.crate", |
| sha256 = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e", |
| strip_prefix = "clap_builder-4.5.40", |
| urls = ["https://static.crates.io/crates/clap_builder/4.5.40/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "clap_builder-4.5.40", |
| srcs = [":clap_builder-4.5.40.crate"], |
| crate = "clap_builder", |
| crate_root = "clap_builder-4.5.40.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "error-context", |
| "help", |
| "std", |
| "usage", |
| ], |
| visibility = [], |
| deps = [ |
| ":anstyle-1.0.11", |
| ":clap_lex-0.7.5", |
| ], |
| ) |
| |
| http_archive( |
| name = "clap_lex-0.7.5.crate", |
| sha256 = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675", |
| strip_prefix = "clap_lex-0.7.5", |
| urls = ["https://static.crates.io/crates/clap_lex/0.7.5/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "clap_lex-0.7.5", |
| srcs = [":clap_lex-0.7.5.crate"], |
| crate = "clap_lex", |
| crate_root = "clap_lex-0.7.5.crate/src/lib.rs", |
| edition = "2021", |
| visibility = [], |
| ) |
| |
| alias( |
| name = "codespan-reporting", |
| actual = ":codespan-reporting-0.12.0", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "codespan-reporting-0.12.0.crate", |
| sha256 = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81", |
| strip_prefix = "codespan-reporting-0.12.0", |
| urls = ["https://static.crates.io/crates/codespan-reporting/0.12.0/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "codespan-reporting-0.12.0", |
| srcs = [":codespan-reporting-0.12.0.crate"], |
| crate = "codespan_reporting", |
| crate_root = "codespan-reporting-0.12.0.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "default", |
| "std", |
| "termcolor", |
| ], |
| visibility = [], |
| deps = [ |
| ":termcolor-1.4.1", |
| ":unicode-width-0.2.1", |
| ], |
| ) |
| |
| http_archive( |
| name = "equivalent-1.0.2.crate", |
| sha256 = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f", |
| strip_prefix = "equivalent-1.0.2", |
| urls = ["https://static.crates.io/crates/equivalent/1.0.2/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "equivalent-1.0.2", |
| srcs = [":equivalent-1.0.2.crate"], |
| crate = "equivalent", |
| crate_root = "equivalent-1.0.2.crate/src/lib.rs", |
| edition = "2015", |
| visibility = [], |
| ) |
| |
| alias( |
| name = "foldhash", |
| actual = ":foldhash-0.1.5", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "foldhash-0.1.5.crate", |
| sha256 = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2", |
| strip_prefix = "foldhash-0.1.5", |
| urls = ["https://static.crates.io/crates/foldhash/0.1.5/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "foldhash-0.1.5", |
| srcs = [":foldhash-0.1.5.crate"], |
| crate = "foldhash", |
| crate_root = "foldhash-0.1.5.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "default", |
| "std", |
| ], |
| visibility = [], |
| ) |
| |
| http_archive( |
| name = "hashbrown-0.15.4.crate", |
| sha256 = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5", |
| strip_prefix = "hashbrown-0.15.4", |
| urls = ["https://static.crates.io/crates/hashbrown/0.15.4/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "hashbrown-0.15.4", |
| srcs = [":hashbrown-0.15.4.crate"], |
| crate = "hashbrown", |
| crate_root = "hashbrown-0.15.4.crate/src/lib.rs", |
| edition = "2021", |
| visibility = [], |
| ) |
| |
| alias( |
| name = "indexmap", |
| actual = ":indexmap-2.10.0", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "indexmap-2.10.0.crate", |
| sha256 = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661", |
| strip_prefix = "indexmap-2.10.0", |
| urls = ["https://static.crates.io/crates/indexmap/2.10.0/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "indexmap-2.10.0", |
| srcs = [":indexmap-2.10.0.crate"], |
| crate = "indexmap", |
| crate_root = "indexmap-2.10.0.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "default", |
| "std", |
| ], |
| visibility = [], |
| deps = [ |
| ":equivalent-1.0.2", |
| ":hashbrown-0.15.4", |
| ], |
| ) |
| |
| alias( |
| name = "proc-macro2", |
| actual = ":proc-macro2-1.0.95", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "proc-macro2-1.0.95.crate", |
| sha256 = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778", |
| strip_prefix = "proc-macro2-1.0.95", |
| urls = ["https://static.crates.io/crates/proc-macro2/1.0.95/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "proc-macro2-1.0.95", |
| srcs = [":proc-macro2-1.0.95.crate"], |
| crate = "proc_macro2", |
| crate_root = "proc-macro2-1.0.95.crate/src/lib.rs", |
| edition = "2021", |
| env = { |
| "OUT_DIR": "$(location :proc-macro2-1.0.95-build-script-run[out_dir])", |
| }, |
| features = [ |
| "default", |
| "proc-macro", |
| "span-locations", |
| ], |
| rustc_flags = ["@$(location :proc-macro2-1.0.95-build-script-run[rustc_flags])"], |
| visibility = [], |
| deps = [":unicode-ident-1.0.18"], |
| ) |
| |
| cargo.rust_binary( |
| name = "proc-macro2-1.0.95-build-script-build", |
| srcs = [":proc-macro2-1.0.95.crate"], |
| crate = "build_script_build", |
| crate_root = "proc-macro2-1.0.95.crate/build.rs", |
| edition = "2021", |
| features = [ |
| "default", |
| "proc-macro", |
| "span-locations", |
| ], |
| visibility = [], |
| ) |
| |
| buildscript_run( |
| name = "proc-macro2-1.0.95-build-script-run", |
| package_name = "proc-macro2", |
| buildscript_rule = ":proc-macro2-1.0.95-build-script-build", |
| features = [ |
| "default", |
| "proc-macro", |
| "span-locations", |
| ], |
| version = "1.0.95", |
| ) |
| |
| alias( |
| name = "quote", |
| actual = ":quote-1.0.40", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "quote-1.0.40.crate", |
| sha256 = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d", |
| strip_prefix = "quote-1.0.40", |
| urls = ["https://static.crates.io/crates/quote/1.0.40/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "quote-1.0.40", |
| srcs = [":quote-1.0.40.crate"], |
| crate = "quote", |
| crate_root = "quote-1.0.40.crate/src/lib.rs", |
| edition = "2018", |
| features = [ |
| "default", |
| "proc-macro", |
| ], |
| visibility = [], |
| deps = [":proc-macro2-1.0.95"], |
| ) |
| |
| alias( |
| name = "rustversion", |
| actual = ":rustversion-1.0.21", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "rustversion-1.0.21.crate", |
| sha256 = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d", |
| strip_prefix = "rustversion-1.0.21", |
| urls = ["https://static.crates.io/crates/rustversion/1.0.21/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "rustversion-1.0.21", |
| srcs = [":rustversion-1.0.21.crate"], |
| crate = "rustversion", |
| crate_root = "rustversion-1.0.21.crate/src/lib.rs", |
| edition = "2018", |
| env = { |
| "OUT_DIR": "$(location :rustversion-1.0.21-build-script-run[out_dir])", |
| }, |
| proc_macro = True, |
| rustc_flags = ["@$(location :rustversion-1.0.21-build-script-run[rustc_flags])"], |
| visibility = [], |
| ) |
| |
| cargo.rust_binary( |
| name = "rustversion-1.0.21-build-script-build", |
| srcs = [":rustversion-1.0.21.crate"], |
| crate = "build_script_build", |
| crate_root = "rustversion-1.0.21.crate/build/build.rs", |
| edition = "2018", |
| visibility = [], |
| ) |
| |
| buildscript_run( |
| name = "rustversion-1.0.21-build-script-run", |
| package_name = "rustversion", |
| buildscript_rule = ":rustversion-1.0.21-build-script-build", |
| version = "1.0.21", |
| ) |
| |
| alias( |
| name = "scratch", |
| actual = ":scratch-1.0.8", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "scratch-1.0.8.crate", |
| sha256 = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52", |
| strip_prefix = "scratch-1.0.8", |
| urls = ["https://static.crates.io/crates/scratch/1.0.8/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "scratch-1.0.8", |
| srcs = [":scratch-1.0.8.crate"], |
| crate = "scratch", |
| crate_root = "scratch-1.0.8.crate/src/lib.rs", |
| edition = "2015", |
| env = { |
| "OUT_DIR": "$(location :scratch-1.0.8-build-script-run[out_dir])", |
| }, |
| rustc_flags = ["@$(location :scratch-1.0.8-build-script-run[rustc_flags])"], |
| visibility = [], |
| ) |
| |
| cargo.rust_binary( |
| name = "scratch-1.0.8-build-script-build", |
| srcs = [":scratch-1.0.8.crate"], |
| crate = "build_script_build", |
| crate_root = "scratch-1.0.8.crate/build.rs", |
| edition = "2015", |
| visibility = [], |
| ) |
| |
| buildscript_run( |
| name = "scratch-1.0.8-build-script-run", |
| package_name = "scratch", |
| buildscript_rule = ":scratch-1.0.8-build-script-build", |
| version = "1.0.8", |
| ) |
| |
| http_archive( |
| name = "shlex-1.3.0.crate", |
| sha256 = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64", |
| strip_prefix = "shlex-1.3.0", |
| urls = ["https://static.crates.io/crates/shlex/1.3.0/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "shlex-1.3.0", |
| srcs = [":shlex-1.3.0.crate"], |
| crate = "shlex", |
| crate_root = "shlex-1.3.0.crate/src/lib.rs", |
| edition = "2015", |
| features = [ |
| "default", |
| "std", |
| ], |
| visibility = [], |
| ) |
| |
| alias( |
| name = "syn", |
| actual = ":syn-2.0.104", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "syn-2.0.104.crate", |
| sha256 = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40", |
| strip_prefix = "syn-2.0.104", |
| urls = ["https://static.crates.io/crates/syn/2.0.104/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "syn-2.0.104", |
| srcs = [":syn-2.0.104.crate"], |
| crate = "syn", |
| crate_root = "syn-2.0.104.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "clone-impls", |
| "default", |
| "derive", |
| "full", |
| "parsing", |
| "printing", |
| "proc-macro", |
| ], |
| visibility = [], |
| deps = [ |
| ":proc-macro2-1.0.95", |
| ":quote-1.0.40", |
| ":unicode-ident-1.0.18", |
| ], |
| ) |
| |
| http_archive( |
| name = "termcolor-1.4.1.crate", |
| sha256 = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755", |
| strip_prefix = "termcolor-1.4.1", |
| urls = ["https://static.crates.io/crates/termcolor/1.4.1/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "termcolor-1.4.1", |
| srcs = [":termcolor-1.4.1.crate"], |
| crate = "termcolor", |
| crate_root = "termcolor-1.4.1.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 = "unicode-ident-1.0.18.crate", |
| sha256 = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512", |
| strip_prefix = "unicode-ident-1.0.18", |
| urls = ["https://static.crates.io/crates/unicode-ident/1.0.18/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "unicode-ident-1.0.18", |
| srcs = [":unicode-ident-1.0.18.crate"], |
| crate = "unicode_ident", |
| crate_root = "unicode-ident-1.0.18.crate/src/lib.rs", |
| edition = "2018", |
| visibility = [], |
| ) |
| |
| http_archive( |
| name = "unicode-width-0.2.1.crate", |
| sha256 = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c", |
| strip_prefix = "unicode-width-0.2.1", |
| urls = ["https://static.crates.io/crates/unicode-width/0.2.1/download"], |
| visibility = [], |
| ) |
| |
| cargo.rust_library( |
| name = "unicode-width-0.2.1", |
| srcs = [":unicode-width-0.2.1.crate"], |
| crate = "unicode_width", |
| crate_root = "unicode-width-0.2.1.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "cjk", |
| "default", |
| ], |
| visibility = [], |
| ) |
| |
| 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 = [], |
| ) |
| |
| cargo.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 = "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 = [], |
| ) |
| |
| cargo.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", |
| "default", |
| ], |
| visibility = [], |
| deps = [":windows-targets-0.52.6"], |
| ) |
| |
| 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 = [], |
| ) |
| |
| cargo.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 = { |
| "windows-gnu": dict( |
| rustc_flags = ["--cfg=windows_raw_dylib"], |
| ), |
| "windows-msvc": dict( |
| rustc_flags = ["--cfg=windows_raw_dylib"], |
| ), |
| }, |
| visibility = [], |
| ) |