summaryrefslogtreecommitdiff
path: root/kythe/rust/cargo/remote/BUILD.syn-1.0.75.bazel
blob: 7a29db184f2db4a06b59b6f2e337f517ff2ac925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
"""
@generated
cargo-raze crate build file.

DO NOT EDIT! Replaced on runs of cargo-raze
"""

# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")

# buildifier: disable=load
load(
    "@rules_rust//rust:rust.bzl",
    "rust_binary",
    "rust_library",
    "rust_test",
)

package(default_visibility = [
    # Public for visibility by "@raze__crate__version//" targets.
    #
    # Prefer access through "//kythe/rust/cargo", which limits external
    # visibility to explicit Cargo.toml dependencies.
    "//visibility:public",
])

licenses([
    "notice",  # MIT from expression "MIT OR Apache-2.0"
])

# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
    "@rules_rust//cargo:cargo_build_script.bzl",
    "cargo_build_script",
)

cargo_build_script(
    name = "syn_build_script",
    srcs = glob(["**/*.rs"]),
    build_script_env = {
    },
    crate_features = [
        "clone-impls",
        "default",
        "derive",
        "full",
        "parsing",
        "printing",
        "proc-macro",
        "quote",
    ],
    crate_root = "build.rs",
    data = glob(["**"]),
    edition = "2018",
    rustc_flags = [
        "--cap-lints=allow",
    ],
    tags = [
        "cargo-raze",
        "manual",
    ],
    version = "1.0.75",
    visibility = ["//visibility:private"],
    deps = [
    ],
)

# Unsupported target "file" with type "bench" omitted

# Unsupported target "rust" with type "bench" omitted

rust_library(
    name = "syn",
    srcs = glob(["**/*.rs"]),
    crate_features = [
        "clone-impls",
        "default",
        "derive",
        "full",
        "parsing",
        "printing",
        "proc-macro",
        "quote",
    ],
    crate_root = "src/lib.rs",
    crate_type = "lib",
    data = [],
    edition = "2018",
    rustc_flags = [
        "--cap-lints=allow",
    ],
    tags = [
        "cargo-raze",
        "manual",
    ],
    version = "1.0.75",
    # buildifier: leave-alone
    deps = [
        ":syn_build_script",
        "@raze__proc_macro2__1_0_29//:proc_macro2",
        "@raze__quote__1_0_9//:quote",
        "@raze__unicode_xid__0_2_2//:unicode_xid",
    ],
)

# Unsupported target "test_asyncness" with type "test" omitted

# Unsupported target "test_attribute" with type "test" omitted

# Unsupported target "test_derive_input" with type "test" omitted

# Unsupported target "test_expr" with type "test" omitted

# Unsupported target "test_generics" with type "test" omitted

# Unsupported target "test_grouping" with type "test" omitted

# Unsupported target "test_ident" with type "test" omitted

# Unsupported target "test_item" with type "test" omitted

# Unsupported target "test_iterators" with type "test" omitted

# Unsupported target "test_lit" with type "test" omitted

# Unsupported target "test_meta" with type "test" omitted

# Unsupported target "test_parse_buffer" with type "test" omitted

# Unsupported target "test_parse_stream" with type "test" omitted

# Unsupported target "test_pat" with type "test" omitted

# Unsupported target "test_path" with type "test" omitted

# Unsupported target "test_precedence" with type "test" omitted

# Unsupported target "test_receiver" with type "test" omitted

# Unsupported target "test_round_trip" with type "test" omitted

# Unsupported target "test_shebang" with type "test" omitted

# Unsupported target "test_should_parse" with type "test" omitted

# Unsupported target "test_size" with type "test" omitted

# Unsupported target "test_stmt" with type "test" omitted

# Unsupported target "test_token_trees" with type "test" omitted

# Unsupported target "test_ty" with type "test" omitted

# Unsupported target "test_visibility" with type "test" omitted

# Unsupported target "zzz_stable" with type "test" omitted