blob: 528a30701811aef325884089957689a7107d0223 [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001"""
2@generated
3cargo-raze crate build file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8# buildifier: disable=load
9load("@bazel_skylib//lib:selects.bzl", "selects")
10
11# buildifier: disable=load
12load(
Leopold2aa8b182023-01-14 23:31:43 +010013 "@rules_rust//rust:defs.bzl",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020014 "rust_binary",
15 "rust_library",
Leopold2aa8b182023-01-14 23:31:43 +010016 "rust_proc_macro",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020017 "rust_test",
18)
19
20package(default_visibility = [
21 # Public for visibility by "@raze__crate__version//" targets.
22 #
Lorenz Brund141d182023-10-02 15:07:01 +020023 # Prefer access through "//third_party/rust_efi/cargo", which limits external
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020024 # visibility to explicit Cargo.toml dependencies.
25 "//visibility:public",
26])
27
28licenses([
29 "notice", # MIT from expression "MIT OR Apache-2.0"
30])
31
32# Generated Targets
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020033
34# Unsupported target "file" with type "bench" omitted
35
36# Unsupported target "rust" with type "bench" omitted
37
38rust_library(
39 name = "syn",
40 srcs = glob(["**/*.rs"]),
41 crate_features = [
42 "clone-impls",
43 "default",
44 "derive",
45 "extra-traits",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020046 "full",
47 "parsing",
48 "printing",
49 "proc-macro",
50 "quote",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020051 ],
52 crate_root = "src/lib.rs",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020053 data = [],
Lorenz Brund141d182023-10-02 15:07:01 +020054 edition = "2021",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020055 rustc_flags = [
56 "--cap-lints=allow",
57 ],
58 tags = [
59 "cargo-raze",
Leopold2aa8b182023-01-14 23:31:43 +010060 "crate-name=syn",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020061 "manual",
62 ],
Lorenz Brund141d182023-10-02 15:07:01 +020063 version = "2.0.37",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020064 # buildifier: leave-alone
65 deps = [
Lorenz Brund141d182023-10-02 15:07:01 +020066 "@rsefi__proc_macro2__1_0_67//:proc_macro2",
67 "@rsefi__quote__1_0_33//:quote",
68 "@rsefi__unicode_ident__1_0_12//:unicode_ident",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020069 ],
70)
71
Leopold2aa8b182023-01-14 23:31:43 +010072# Unsupported target "regression" with type "test" omitted
73
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020074# Unsupported target "test_asyncness" with type "test" omitted
75
76# Unsupported target "test_attribute" with type "test" omitted
77
78# Unsupported target "test_derive_input" with type "test" omitted
79
80# Unsupported target "test_expr" with type "test" omitted
81
82# Unsupported target "test_generics" with type "test" omitted
83
84# Unsupported target "test_grouping" with type "test" omitted
85
86# Unsupported target "test_ident" with type "test" omitted
87
88# Unsupported target "test_item" with type "test" omitted
89
90# Unsupported target "test_iterators" with type "test" omitted
91
92# Unsupported target "test_lit" with type "test" omitted
93
94# Unsupported target "test_meta" with type "test" omitted
95
96# Unsupported target "test_parse_buffer" with type "test" omitted
97
98# Unsupported target "test_parse_stream" with type "test" omitted
99
100# Unsupported target "test_pat" with type "test" omitted
101
102# Unsupported target "test_path" with type "test" omitted
103
104# Unsupported target "test_precedence" with type "test" omitted
105
106# Unsupported target "test_receiver" with type "test" omitted
107
108# Unsupported target "test_round_trip" with type "test" omitted
109
110# Unsupported target "test_shebang" with type "test" omitted
111
112# Unsupported target "test_should_parse" with type "test" omitted
113
114# Unsupported target "test_size" with type "test" omitted
115
116# Unsupported target "test_stmt" with type "test" omitted
117
118# Unsupported target "test_token_trees" with type "test" omitted
119
120# Unsupported target "test_ty" with type "test" omitted
121
122# Unsupported target "test_visibility" with type "test" omitted
123
124# Unsupported target "zzz_stable" with type "test" omitted