| # @generated by `reindeer buckify` |
| |
| load("//tools/buck:buildscript.bzl", "buildscript_args") |
| load("//tools/buck:third_party.bzl", "third_party_rust_library") |
| |
| http_archive( |
| name = "bitflags-1.3.2.crate", |
| sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", |
| strip_prefix = "bitflags-1.3.2", |
| urls = ["https://crates.io/api/v1/crates/bitflags/1.3.2/download"], |
| visibility = [], |
| ) |
| |
| third_party_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"], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| alias( |
| name = "cc", |
| actual = ":cc-1.0.79", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "cc-1.0.79.crate", |
| sha256 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f", |
| strip_prefix = "cc-1.0.79", |
| urls = ["https://crates.io/api/v1/crates/cc/1.0.79/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "cc-1.0.79", |
| srcs = [":cc-1.0.79.crate"], |
| crate = "cc", |
| crate_root = "cc-1.0.79.crate/src/lib.rs", |
| edition = "2018", |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| alias( |
| name = "clap", |
| actual = ":clap-4.1.13", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "clap-4.1.13.crate", |
| sha256 = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b", |
| strip_prefix = "clap-4.1.13", |
| urls = ["https://crates.io/api/v1/crates/clap/4.1.13/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "clap-4.1.13", |
| srcs = [":clap-4.1.13.crate"], |
| crate = "clap", |
| crate_root = "clap-4.1.13.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "error-context", |
| "help", |
| "std", |
| "usage", |
| ], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| deps = [ |
| ":bitflags-1.3.2", |
| ":clap_lex-0.3.3", |
| ], |
| ) |
| |
| http_archive( |
| name = "clap_lex-0.3.3.crate", |
| sha256 = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646", |
| strip_prefix = "clap_lex-0.3.3", |
| urls = ["https://crates.io/api/v1/crates/clap_lex/0.3.3/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "clap_lex-0.3.3", |
| srcs = [":clap_lex-0.3.3.crate"], |
| crate = "clap_lex", |
| crate_root = "clap_lex-0.3.3.crate/src/lib.rs", |
| edition = "2021", |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| deps = [":os_str_bytes-6.5.0"], |
| ) |
| |
| alias( |
| name = "codespan-reporting", |
| actual = ":codespan-reporting-0.11.1", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "codespan-reporting-0.11.1.crate", |
| sha256 = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e", |
| strip_prefix = "codespan-reporting-0.11.1", |
| urls = ["https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "codespan-reporting-0.11.1", |
| srcs = [":codespan-reporting-0.11.1.crate"], |
| crate = "codespan_reporting", |
| crate_root = "codespan-reporting-0.11.1.crate/src/lib.rs", |
| edition = "2018", |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| deps = [ |
| ":termcolor-1.2.0", |
| ":unicode-width-0.1.10", |
| ], |
| ) |
| |
| alias( |
| name = "once_cell", |
| actual = ":once_cell-1.17.1", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "once_cell-1.17.1.crate", |
| sha256 = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3", |
| strip_prefix = "once_cell-1.17.1", |
| urls = ["https://crates.io/api/v1/crates/once_cell/1.17.1/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "once_cell-1.17.1", |
| srcs = [":once_cell-1.17.1.crate"], |
| crate = "once_cell", |
| crate_root = "once_cell-1.17.1.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "alloc", |
| "default", |
| "race", |
| "std", |
| ], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| http_archive( |
| name = "os_str_bytes-6.5.0.crate", |
| sha256 = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267", |
| strip_prefix = "os_str_bytes-6.5.0", |
| urls = ["https://crates.io/api/v1/crates/os_str_bytes/6.5.0/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "os_str_bytes-6.5.0", |
| srcs = [":os_str_bytes-6.5.0.crate"], |
| crate = "os_str_bytes", |
| crate_root = "os_str_bytes-6.5.0.crate/src/lib.rs", |
| edition = "2021", |
| features = ["raw_os_str"], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| alias( |
| name = "proc-macro2", |
| actual = ":proc-macro2-1.0.53", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "proc-macro2-1.0.53.crate", |
| sha256 = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73", |
| strip_prefix = "proc-macro2-1.0.53", |
| urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.53/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "proc-macro2-1.0.53", |
| srcs = [":proc-macro2-1.0.53.crate"], |
| crate = "proc_macro2", |
| crate_root = "proc-macro2-1.0.53.crate/src/lib.rs", |
| edition = "2018", |
| features = [ |
| "default", |
| "proc-macro", |
| "span-locations", |
| ], |
| rustc_flags = [ |
| "--cap-lints=allow", |
| "@$(location :proc-macro2-1.0.53-build-script-build-args)", |
| ], |
| visibility = [], |
| deps = [":unicode-ident-1.0.8"], |
| ) |
| |
| rust_binary( |
| name = "proc-macro2-1.0.53-build-script-build", |
| srcs = [":proc-macro2-1.0.53.crate"], |
| crate = "build_script_build", |
| crate_root = "proc-macro2-1.0.53.crate/build.rs", |
| edition = "2018", |
| features = [ |
| "default", |
| "proc-macro", |
| "span-locations", |
| ], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| buildscript_args( |
| name = "proc-macro2-1.0.53-build-script-build-args", |
| package_name = "proc-macro2", |
| buildscript_rule = ":proc-macro2-1.0.53-build-script-build", |
| features = [ |
| "default", |
| "proc-macro", |
| "span-locations", |
| ], |
| outfile = "args.txt", |
| version = "1.0.53", |
| ) |
| |
| alias( |
| name = "quote", |
| actual = ":quote-1.0.26", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "quote-1.0.26.crate", |
| sha256 = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc", |
| strip_prefix = "quote-1.0.26", |
| urls = ["https://crates.io/api/v1/crates/quote/1.0.26/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "quote-1.0.26", |
| srcs = [":quote-1.0.26.crate"], |
| crate = "quote", |
| crate_root = "quote-1.0.26.crate/src/lib.rs", |
| edition = "2018", |
| features = [ |
| "default", |
| "proc-macro", |
| ], |
| rustc_flags = [ |
| "--cap-lints=allow", |
| "@$(location :quote-1.0.26-build-script-build-args)", |
| ], |
| visibility = [], |
| deps = [":proc-macro2-1.0.53"], |
| ) |
| |
| rust_binary( |
| name = "quote-1.0.26-build-script-build", |
| srcs = [":quote-1.0.26.crate"], |
| crate = "build_script_build", |
| crate_root = "quote-1.0.26.crate/build.rs", |
| edition = "2018", |
| features = [ |
| "default", |
| "proc-macro", |
| ], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| buildscript_args( |
| name = "quote-1.0.26-build-script-build-args", |
| package_name = "quote", |
| buildscript_rule = ":quote-1.0.26-build-script-build", |
| features = [ |
| "default", |
| "proc-macro", |
| ], |
| outfile = "args.txt", |
| version = "1.0.26", |
| ) |
| |
| alias( |
| name = "scratch", |
| actual = ":scratch-1.0.5", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "scratch-1.0.5.crate", |
| sha256 = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1", |
| strip_prefix = "scratch-1.0.5", |
| urls = ["https://crates.io/api/v1/crates/scratch/1.0.5/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "scratch-1.0.5", |
| srcs = [":scratch-1.0.5.crate"], |
| crate = "scratch", |
| crate_root = "scratch-1.0.5.crate/src/lib.rs", |
| edition = "2015", |
| env = { |
| "OUT_DIR": "generated", |
| }, |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| alias( |
| name = "syn", |
| actual = ":syn-2.0.10", |
| visibility = ["PUBLIC"], |
| ) |
| |
| http_archive( |
| name = "syn-2.0.10.crate", |
| sha256 = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40", |
| strip_prefix = "syn-2.0.10", |
| urls = ["https://crates.io/api/v1/crates/syn/2.0.10/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "syn-2.0.10", |
| srcs = [":syn-2.0.10.crate"], |
| crate = "syn", |
| crate_root = "syn-2.0.10.crate/src/lib.rs", |
| edition = "2021", |
| features = [ |
| "clone-impls", |
| "default", |
| "derive", |
| "full", |
| "parsing", |
| "printing", |
| "proc-macro", |
| "quote", |
| ], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| deps = [ |
| ":proc-macro2-1.0.53", |
| ":quote-1.0.26", |
| ":unicode-ident-1.0.8", |
| ], |
| ) |
| |
| http_archive( |
| name = "termcolor-1.2.0.crate", |
| sha256 = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6", |
| strip_prefix = "termcolor-1.2.0", |
| urls = ["https://crates.io/api/v1/crates/termcolor/1.2.0/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "termcolor-1.2.0", |
| srcs = [":termcolor-1.2.0.crate"], |
| crate = "termcolor", |
| crate_root = "termcolor-1.2.0.crate/src/lib.rs", |
| edition = "2018", |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| http_archive( |
| name = "unicode-ident-1.0.8.crate", |
| sha256 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4", |
| strip_prefix = "unicode-ident-1.0.8", |
| urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.8/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "unicode-ident-1.0.8", |
| srcs = [":unicode-ident-1.0.8.crate"], |
| crate = "unicode_ident", |
| crate_root = "unicode-ident-1.0.8.crate/src/lib.rs", |
| edition = "2018", |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |
| |
| http_archive( |
| name = "unicode-width-0.1.10.crate", |
| sha256 = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b", |
| strip_prefix = "unicode-width-0.1.10", |
| urls = ["https://crates.io/api/v1/crates/unicode-width/0.1.10/download"], |
| visibility = [], |
| ) |
| |
| third_party_rust_library( |
| name = "unicode-width-0.1.10", |
| srcs = [":unicode-width-0.1.10.crate"], |
| crate = "unicode_width", |
| crate_root = "unicode-width-0.1.10.crate/src/lib.rs", |
| edition = "2015", |
| features = ["default"], |
| rustc_flags = ["--cap-lints=allow"], |
| visibility = [], |
| ) |