xref: /aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/BUILD.bindgen-0.69.1.bazel (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifan###############################################################################
2*d4726bddSHONG Yifan# @generated
3*d4726bddSHONG Yifan# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4*d4726bddSHONG Yifan# regenerate this file, run the following:
5*d4726bddSHONG Yifan#
6*d4726bddSHONG Yifan#     bazel run @//bindgen/3rdparty:crates_vendor
7*d4726bddSHONG Yifan###############################################################################
8*d4726bddSHONG Yifan
9*d4726bddSHONG Yifanload("@rules_rust//cargo:defs.bzl", "cargo_build_script")
10*d4726bddSHONG Yifanload("@rules_rust//rust:defs.bzl", "rust_library")
11*d4726bddSHONG Yifan
12*d4726bddSHONG Yifanpackage(default_visibility = ["//visibility:public"])
13*d4726bddSHONG Yifan
14*d4726bddSHONG Yifanrust_library(
15*d4726bddSHONG Yifan    name = "bindgen",
16*d4726bddSHONG Yifan    srcs = glob(
17*d4726bddSHONG Yifan        include = ["**/*.rs"],
18*d4726bddSHONG Yifan        allow_empty = True,
19*d4726bddSHONG Yifan    ),
20*d4726bddSHONG Yifan    compile_data = glob(
21*d4726bddSHONG Yifan        include = ["**"],
22*d4726bddSHONG Yifan        allow_empty = True,
23*d4726bddSHONG Yifan        exclude = [
24*d4726bddSHONG Yifan            "**/* *",
25*d4726bddSHONG Yifan            ".tmp_git_root/**/*",
26*d4726bddSHONG Yifan            "BUILD",
27*d4726bddSHONG Yifan            "BUILD.bazel",
28*d4726bddSHONG Yifan            "WORKSPACE",
29*d4726bddSHONG Yifan            "WORKSPACE.bazel",
30*d4726bddSHONG Yifan        ],
31*d4726bddSHONG Yifan    ),
32*d4726bddSHONG Yifan    crate_features = [
33*d4726bddSHONG Yifan        "__cli",
34*d4726bddSHONG Yifan        "experimental",
35*d4726bddSHONG Yifan        "runtime",
36*d4726bddSHONG Yifan    ],
37*d4726bddSHONG Yifan    crate_root = "lib.rs",
38*d4726bddSHONG Yifan    edition = "2018",
39*d4726bddSHONG Yifan    rustc_flags = [
40*d4726bddSHONG Yifan        "--cap-lints=allow",
41*d4726bddSHONG Yifan    ],
42*d4726bddSHONG Yifan    tags = [
43*d4726bddSHONG Yifan        "cargo-bazel",
44*d4726bddSHONG Yifan        "crate-name=bindgen",
45*d4726bddSHONG Yifan        "manual",
46*d4726bddSHONG Yifan        "noclippy",
47*d4726bddSHONG Yifan        "norustfmt",
48*d4726bddSHONG Yifan    ],
49*d4726bddSHONG Yifan    target_compatible_with = select({
50*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
51*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-apple-ios": [],
52*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
53*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-fuchsia": [],
54*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-linux-android": [],
55*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
56*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
57*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
58*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
59*d4726bddSHONG Yifan        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
60*d4726bddSHONG Yifan        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
61*d4726bddSHONG Yifan        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
62*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-apple-darwin": [],
63*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-linux-android": [],
64*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
65*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
66*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
67*d4726bddSHONG Yifan        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
68*d4726bddSHONG Yifan        "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
69*d4726bddSHONG Yifan        "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
70*d4726bddSHONG Yifan        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
71*d4726bddSHONG Yifan        "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
72*d4726bddSHONG Yifan        "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
73*d4726bddSHONG Yifan        "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
74*d4726bddSHONG Yifan        "@rules_rust//rust/platform:wasm32-wasi": [],
75*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
76*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-apple-ios": [],
77*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-fuchsia": [],
78*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-linux-android": [],
79*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
80*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
81*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
82*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
83*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-none": [],
84*d4726bddSHONG Yifan        "//conditions:default": ["@platforms//:incompatible"],
85*d4726bddSHONG Yifan    }),
86*d4726bddSHONG Yifan    version = "0.69.1",
87*d4726bddSHONG Yifan    deps = [
88*d4726bddSHONG Yifan        "@rules_rust_bindgen__annotate-snippets-0.9.1//:annotate_snippets",
89*d4726bddSHONG Yifan        "@rules_rust_bindgen__bindgen-0.69.1//:build_script_build",
90*d4726bddSHONG Yifan        "@rules_rust_bindgen__bitflags-2.4.1//:bitflags",
91*d4726bddSHONG Yifan        "@rules_rust_bindgen__cexpr-0.6.0//:cexpr",
92*d4726bddSHONG Yifan        "@rules_rust_bindgen__clang-sys-1.6.1//:clang_sys",
93*d4726bddSHONG Yifan        "@rules_rust_bindgen__lazy_static-1.4.0//:lazy_static",
94*d4726bddSHONG Yifan        "@rules_rust_bindgen__lazycell-1.3.0//:lazycell",
95*d4726bddSHONG Yifan        "@rules_rust_bindgen__peeking_take_while-0.1.2//:peeking_take_while",
96*d4726bddSHONG Yifan        "@rules_rust_bindgen__proc-macro2-1.0.60//:proc_macro2",
97*d4726bddSHONG Yifan        "@rules_rust_bindgen__quote-1.0.28//:quote",
98*d4726bddSHONG Yifan        "@rules_rust_bindgen__regex-1.8.4//:regex",
99*d4726bddSHONG Yifan        "@rules_rust_bindgen__rustc-hash-1.1.0//:rustc_hash",
100*d4726bddSHONG Yifan        "@rules_rust_bindgen__shlex-1.1.0//:shlex",
101*d4726bddSHONG Yifan        "@rules_rust_bindgen__syn-2.0.18//:syn",
102*d4726bddSHONG Yifan    ],
103*d4726bddSHONG Yifan)
104*d4726bddSHONG Yifan
105*d4726bddSHONG Yifancargo_build_script(
106*d4726bddSHONG Yifan    name = "_bs",
107*d4726bddSHONG Yifan    srcs = glob(
108*d4726bddSHONG Yifan        include = ["**/*.rs"],
109*d4726bddSHONG Yifan        allow_empty = True,
110*d4726bddSHONG Yifan    ),
111*d4726bddSHONG Yifan    crate_features = [
112*d4726bddSHONG Yifan        "__cli",
113*d4726bddSHONG Yifan        "experimental",
114*d4726bddSHONG Yifan        "runtime",
115*d4726bddSHONG Yifan    ],
116*d4726bddSHONG Yifan    crate_name = "build_script_build",
117*d4726bddSHONG Yifan    crate_root = "build.rs",
118*d4726bddSHONG Yifan    data = glob(
119*d4726bddSHONG Yifan        include = ["**"],
120*d4726bddSHONG Yifan        allow_empty = True,
121*d4726bddSHONG Yifan        exclude = [
122*d4726bddSHONG Yifan            "**/* *",
123*d4726bddSHONG Yifan            ".tmp_git_root/**/*",
124*d4726bddSHONG Yifan            "BUILD",
125*d4726bddSHONG Yifan            "BUILD.bazel",
126*d4726bddSHONG Yifan            "WORKSPACE",
127*d4726bddSHONG Yifan            "WORKSPACE.bazel",
128*d4726bddSHONG Yifan        ],
129*d4726bddSHONG Yifan    ),
130*d4726bddSHONG Yifan    edition = "2018",
131*d4726bddSHONG Yifan    link_deps = [
132*d4726bddSHONG Yifan        "@rules_rust_bindgen__clang-sys-1.6.1//:clang_sys",
133*d4726bddSHONG Yifan    ],
134*d4726bddSHONG Yifan    pkg_name = "bindgen",
135*d4726bddSHONG Yifan    rustc_flags = [
136*d4726bddSHONG Yifan        "--cap-lints=allow",
137*d4726bddSHONG Yifan    ],
138*d4726bddSHONG Yifan    tags = [
139*d4726bddSHONG Yifan        "cargo-bazel",
140*d4726bddSHONG Yifan        "crate-name=bindgen",
141*d4726bddSHONG Yifan        "manual",
142*d4726bddSHONG Yifan        "noclippy",
143*d4726bddSHONG Yifan        "norustfmt",
144*d4726bddSHONG Yifan    ],
145*d4726bddSHONG Yifan    version = "0.69.1",
146*d4726bddSHONG Yifan    visibility = ["//visibility:private"],
147*d4726bddSHONG Yifan)
148*d4726bddSHONG Yifan
149*d4726bddSHONG Yifanalias(
150*d4726bddSHONG Yifan    name = "build_script_build",
151*d4726bddSHONG Yifan    actual = ":_bs",
152*d4726bddSHONG Yifan    tags = ["manual"],
153*d4726bddSHONG Yifan)
154