xref: /aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/BUILD.syn-2.0.18.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//rust:defs.bzl", "rust_library")
10*d4726bddSHONG Yifan
11*d4726bddSHONG Yifanpackage(default_visibility = ["//visibility:public"])
12*d4726bddSHONG Yifan
13*d4726bddSHONG Yifanrust_library(
14*d4726bddSHONG Yifan    name = "syn",
15*d4726bddSHONG Yifan    srcs = glob(
16*d4726bddSHONG Yifan        include = ["**/*.rs"],
17*d4726bddSHONG Yifan        allow_empty = True,
18*d4726bddSHONG Yifan    ),
19*d4726bddSHONG Yifan    compile_data = glob(
20*d4726bddSHONG Yifan        include = ["**"],
21*d4726bddSHONG Yifan        allow_empty = True,
22*d4726bddSHONG Yifan        exclude = [
23*d4726bddSHONG Yifan            "**/* *",
24*d4726bddSHONG Yifan            ".tmp_git_root/**/*",
25*d4726bddSHONG Yifan            "BUILD",
26*d4726bddSHONG Yifan            "BUILD.bazel",
27*d4726bddSHONG Yifan            "WORKSPACE",
28*d4726bddSHONG Yifan            "WORKSPACE.bazel",
29*d4726bddSHONG Yifan        ],
30*d4726bddSHONG Yifan    ),
31*d4726bddSHONG Yifan    crate_features = [
32*d4726bddSHONG Yifan        "clone-impls",
33*d4726bddSHONG Yifan        "default",
34*d4726bddSHONG Yifan        "derive",
35*d4726bddSHONG Yifan        "extra-traits",
36*d4726bddSHONG Yifan        "full",
37*d4726bddSHONG Yifan        "parsing",
38*d4726bddSHONG Yifan        "printing",
39*d4726bddSHONG Yifan        "proc-macro",
40*d4726bddSHONG Yifan        "quote",
41*d4726bddSHONG Yifan        "visit-mut",
42*d4726bddSHONG Yifan    ],
43*d4726bddSHONG Yifan    crate_root = "src/lib.rs",
44*d4726bddSHONG Yifan    edition = "2021",
45*d4726bddSHONG Yifan    rustc_flags = [
46*d4726bddSHONG Yifan        "--cap-lints=allow",
47*d4726bddSHONG Yifan    ],
48*d4726bddSHONG Yifan    tags = [
49*d4726bddSHONG Yifan        "cargo-bazel",
50*d4726bddSHONG Yifan        "crate-name=syn",
51*d4726bddSHONG Yifan        "manual",
52*d4726bddSHONG Yifan        "noclippy",
53*d4726bddSHONG Yifan        "norustfmt",
54*d4726bddSHONG Yifan    ],
55*d4726bddSHONG Yifan    target_compatible_with = select({
56*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
57*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-apple-ios": [],
58*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
59*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-fuchsia": [],
60*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-linux-android": [],
61*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
62*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
63*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
64*d4726bddSHONG Yifan        "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
65*d4726bddSHONG Yifan        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
66*d4726bddSHONG Yifan        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
67*d4726bddSHONG Yifan        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
68*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-apple-darwin": [],
69*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-linux-android": [],
70*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
71*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
72*d4726bddSHONG Yifan        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
73*d4726bddSHONG Yifan        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
74*d4726bddSHONG Yifan        "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
75*d4726bddSHONG Yifan        "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
76*d4726bddSHONG Yifan        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
77*d4726bddSHONG Yifan        "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
78*d4726bddSHONG Yifan        "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
79*d4726bddSHONG Yifan        "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
80*d4726bddSHONG Yifan        "@rules_rust//rust/platform:wasm32-wasi": [],
81*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
82*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-apple-ios": [],
83*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-fuchsia": [],
84*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-linux-android": [],
85*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
86*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
87*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
88*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
89*d4726bddSHONG Yifan        "@rules_rust//rust/platform:x86_64-unknown-none": [],
90*d4726bddSHONG Yifan        "//conditions:default": ["@platforms//:incompatible"],
91*d4726bddSHONG Yifan    }),
92*d4726bddSHONG Yifan    version = "2.0.18",
93*d4726bddSHONG Yifan    deps = [
94*d4726bddSHONG Yifan        "@rules_rust_bindgen__proc-macro2-1.0.60//:proc_macro2",
95*d4726bddSHONG Yifan        "@rules_rust_bindgen__quote-1.0.28//:quote",
96*d4726bddSHONG Yifan        "@rules_rust_bindgen__unicode-ident-1.0.9//:unicode_ident",
97*d4726bddSHONG Yifan    ],
98*d4726bddSHONG Yifan)
99