Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 1 | """ |
| 2 | @generated |
| 3 | cargo-raze crate build file. |
| 4 | |
| 5 | DO NOT EDIT! Replaced on runs of cargo-raze |
| 6 | """ |
| 7 | |
| 8 | # buildifier: disable=load |
| 9 | load("@bazel_skylib//lib:selects.bzl", "selects") |
| 10 | |
| 11 | # buildifier: disable=load |
| 12 | load( |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 13 | "@rules_rust//rust:defs.bzl", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 14 | "rust_binary", |
| 15 | "rust_library", |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 16 | "rust_proc_macro", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 17 | "rust_test", |
| 18 | ) |
| 19 | |
| 20 | package(default_visibility = [ |
| 21 | # Public for visibility by "@raze__crate__version//" targets. |
| 22 | # |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 23 | # Prefer access through "//third_party/rust_efi/cargo", which limits external |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 24 | # visibility to explicit Cargo.toml dependencies. |
| 25 | "//visibility:public", |
| 26 | ]) |
| 27 | |
| 28 | licenses([ |
| 29 | "notice", # MIT from expression "MIT OR Apache-2.0" |
| 30 | ]) |
| 31 | |
| 32 | # Generated Targets |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 33 | |
| 34 | # Unsupported target "file" with type "bench" omitted |
| 35 | |
| 36 | # Unsupported target "rust" with type "bench" omitted |
| 37 | |
| 38 | rust_library( |
| 39 | name = "syn", |
| 40 | srcs = glob(["**/*.rs"]), |
| 41 | crate_features = [ |
| 42 | "clone-impls", |
| 43 | "default", |
| 44 | "derive", |
| 45 | "extra-traits", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 46 | "full", |
| 47 | "parsing", |
| 48 | "printing", |
| 49 | "proc-macro", |
| 50 | "quote", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 51 | ], |
| 52 | crate_root = "src/lib.rs", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 53 | data = [], |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 54 | edition = "2021", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 55 | rustc_flags = [ |
| 56 | "--cap-lints=allow", |
| 57 | ], |
| 58 | tags = [ |
| 59 | "cargo-raze", |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 60 | "crate-name=syn", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 61 | "manual", |
| 62 | ], |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 63 | version = "2.0.37", |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 64 | # buildifier: leave-alone |
| 65 | deps = [ |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 66 | "@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 Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 69 | ], |
| 70 | ) |
| 71 | |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 72 | # Unsupported target "regression" with type "test" omitted |
| 73 | |
Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 74 | # 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 |