1###############################################################################
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_library")
11
12package(default_visibility = ["//visibility:public"])
13
14rust_library(
15    name = "futures_channel",
16    srcs = glob(
17        include = ["**/*.rs"],
18        allow_empty = True,
19    ),
20    compile_data = glob(
21        include = ["**"],
22        allow_empty = True,
23        exclude = [
24            "**/* *",
25            ".tmp_git_root/**/*",
26            "BUILD",
27            "BUILD.bazel",
28            "WORKSPACE",
29            "WORKSPACE.bazel",
30        ],
31    ),
32    crate_features = [
33        "alloc",
34        "default",
35        "std",
36    ],
37    crate_root = "src/lib.rs",
38    edition = "2018",
39    rustc_flags = [
40        "--cap-lints=allow",
41    ],
42    tags = [
43        "cargo-bazel",
44        "crate-name=futures-channel",
45        "manual",
46        "noclippy",
47        "norustfmt",
48    ],
49    target_compatible_with = select({
50        "@rules_rust//rust/platform:aarch64-apple-darwin": [],
51        "@rules_rust//rust/platform:aarch64-apple-ios": [],
52        "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
53        "@rules_rust//rust/platform:aarch64-fuchsia": [],
54        "@rules_rust//rust/platform:aarch64-linux-android": [],
55        "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
56        "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
57        "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
58        "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
59        "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
60        "@rules_rust//rust/platform:armv7-linux-androideabi": [],
61        "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
62        "@rules_rust//rust/platform:i686-apple-darwin": [],
63        "@rules_rust//rust/platform:i686-linux-android": [],
64        "@rules_rust//rust/platform:i686-pc-windows-msvc": [],
65        "@rules_rust//rust/platform:i686-unknown-freebsd": [],
66        "@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
67        "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
68        "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
69        "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
70        "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
71        "@rules_rust//rust/platform:thumbv7em-none-eabi": [],
72        "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
73        "@rules_rust//rust/platform:wasm32-unknown-unknown": [],
74        "@rules_rust//rust/platform:wasm32-wasi": [],
75        "@rules_rust//rust/platform:x86_64-apple-darwin": [],
76        "@rules_rust//rust/platform:x86_64-apple-ios": [],
77        "@rules_rust//rust/platform:x86_64-fuchsia": [],
78        "@rules_rust//rust/platform:x86_64-linux-android": [],
79        "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
80        "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
81        "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
82        "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
83        "@rules_rust//rust/platform:x86_64-unknown-none": [],
84        "//conditions:default": ["@platforms//:incompatible"],
85    }),
86    version = "0.3.28",
87    deps = [
88        "@rules_rust_prost__futures-channel-0.3.28//:build_script_build",
89        "@rules_rust_prost__futures-core-0.3.28//:futures_core",
90    ],
91)
92
93cargo_build_script(
94    name = "_bs",
95    srcs = glob(
96        include = ["**/*.rs"],
97        allow_empty = True,
98    ),
99    crate_features = [
100        "alloc",
101        "default",
102        "std",
103    ],
104    crate_name = "build_script_build",
105    crate_root = "build.rs",
106    data = glob(
107        include = ["**"],
108        allow_empty = True,
109        exclude = [
110            "**/* *",
111            ".tmp_git_root/**/*",
112            "BUILD",
113            "BUILD.bazel",
114            "WORKSPACE",
115            "WORKSPACE.bazel",
116        ],
117    ),
118    edition = "2018",
119    pkg_name = "futures-channel",
120    rustc_flags = [
121        "--cap-lints=allow",
122    ],
123    tags = [
124        "cargo-bazel",
125        "crate-name=futures-channel",
126        "manual",
127        "noclippy",
128        "norustfmt",
129    ],
130    version = "0.3.28",
131    visibility = ["//visibility:private"],
132)
133
134alias(
135    name = "build_script_build",
136    actual = ":_bs",
137    tags = ["manual"],
138)
139