blob: 9f38be3c66439780fc9c1b817c77ff3f371ad2eb [file] [log] [blame]
"""
@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:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//proto/raze", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# Unsupported target "bilock" with type "bench" omitted
# Unsupported target "futures_unordered" with type "bench" omitted
# Unsupported target "poll" with type "bench" omitted
# Unsupported target "sync_mpsc" with type "bench" omitted
# Unsupported target "thread_notify" with type "bench" omitted
rust_library(
name = "futures",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
"use_std",
"with-deprecated",
],
crate_root = "src/lib.rs",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=futures",
"manual",
],
version = "0.1.29",
# buildifier: leave-alone
deps = [
],
)
# Unsupported target "all" with type "test" omitted
# Unsupported target "bilock" with type "test" omitted
# Unsupported target "buffer_unordered" with type "test" omitted
# Unsupported target "channel" with type "test" omitted
# Unsupported target "eager_drop" with type "test" omitted
# Unsupported target "eventual" with type "test" omitted
# Unsupported target "fuse" with type "test" omitted
# Unsupported target "future_flatten_stream" with type "test" omitted
# Unsupported target "futures_ordered" with type "test" omitted
# Unsupported target "futures_unordered" with type "test" omitted
# Unsupported target "inspect" with type "test" omitted
# Unsupported target "mpsc" with type "test" omitted
# Unsupported target "mpsc-close" with type "test" omitted
# Unsupported target "oneshot" with type "test" omitted
# Unsupported target "ready_queue" with type "test" omitted
# Unsupported target "recurse" with type "test" omitted
# Unsupported target "select_all" with type "test" omitted
# Unsupported target "select_ok" with type "test" omitted
# Unsupported target "shared" with type "test" omitted
# Unsupported target "sink" with type "test" omitted
# Unsupported target "split" with type "test" omitted
# Unsupported target "stream" with type "test" omitted
# Unsupported target "stream_catch_unwind" with type "test" omitted
# Unsupported target "unfold" with type "test" omitted
# Unsupported target "unsync" with type "test" omitted
# Unsupported target "unsync-oneshot" with type "test" omitted