blob: d6ab28e5d10544b8d7b8a42ad8eb878697a11ec6 [file] [log] [blame]
Adam Snaider1c095c92023-07-08 02:09:58 -04001###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6# bazel run @//proto/prost/private/3rdparty:crates_vendor
7###############################################################################
8
9load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
10load("@rules_rust//rust:defs.bzl", "rust_proc_macro")
11
12package(default_visibility = ["//visibility:public"])
13
14# licenses([
15# "TODO", # MIT OR Apache-2.0
16# ])
17
18rust_proc_macro(
19 name = "async_trait",
20 srcs = glob(["**/*.rs"]),
21 compile_data = glob(
22 include = ["**"],
23 exclude = [
24 "**/* *",
25 ".tmp_git_root/**/*",
26 "BUILD",
27 "BUILD.bazel",
28 "WORKSPACE",
29 "WORKSPACE.bazel",
30 ],
31 ),
32 crate_root = "src/lib.rs",
33 edition = "2018",
34 rustc_flags = ["--cap-lints=allow"],
35 tags = [
36 "cargo-bazel",
37 "crate-name=async-trait",
38 "manual",
39 "noclippy",
40 "norustfmt",
41 ],
42 target_compatible_with = select({
43 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
44 "@rules_rust//rust/platform:aarch64-apple-ios": [],
45 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
46 "@rules_rust//rust/platform:aarch64-fuchsia": [],
47 "@rules_rust//rust/platform:aarch64-linux-android": [],
48 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
49 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
50 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
51 "@rules_rust//rust/platform:armv7-linux-androideabi": [],
52 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
53 "@rules_rust//rust/platform:i686-apple-darwin": [],
54 "@rules_rust//rust/platform:i686-linux-android": [],
55 "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
56 "@rules_rust//rust/platform:i686-unknown-freebsd": [],
57 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
58 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
59 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
60 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
61 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
62 "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
63 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
64 "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
65 "@rules_rust//rust/platform:wasm32-wasi": [],
66 "@rules_rust//rust/platform:x86_64-apple-darwin": [],
67 "@rules_rust//rust/platform:x86_64-apple-ios": [],
68 "@rules_rust//rust/platform:x86_64-fuchsia": [],
69 "@rules_rust//rust/platform:x86_64-linux-android": [],
70 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
71 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
72 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
73 "@rules_rust//rust/platform:x86_64-unknown-none": [],
74 "//conditions:default": ["@platforms//:incompatible"],
75 }),
76 version = "0.1.68",
77 deps = [
78 "@rules_rust_prost__async-trait-0.1.68//:build_script_build",
79 "@rules_rust_prost__proc-macro2-1.0.60//:proc_macro2",
80 "@rules_rust_prost__quote-1.0.28//:quote",
81 "@rules_rust_prost__syn-2.0.18//:syn",
82 ],
83)
84
85cargo_build_script(
86 name = "async-trait_build_script",
87 srcs = glob(["**/*.rs"]),
88 crate_name = "build_script_build",
89 crate_root = "build.rs",
90 data = glob(
91 include = ["**"],
92 exclude = [
93 "**/* *",
94 ".tmp_git_root/**/*",
95 "BUILD",
96 "BUILD.bazel",
97 "WORKSPACE",
98 "WORKSPACE.bazel",
99 ],
100 ),
101 edition = "2018",
102 rustc_flags = [
103 "--cap-lints=allow",
104 ],
105 tags = [
106 "cargo-bazel",
107 "crate-name=async-trait",
108 "manual",
109 "noclippy",
110 "norustfmt",
111 ],
112 version = "0.1.68",
113 visibility = ["//visibility:private"],
114)
115
116alias(
117 name = "build_script_build",
118 actual = "async-trait_build_script",
119 tags = ["manual"],
120)