blob: b3ebf2193a30e70d7fbf77c631115f1869e46b4e [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//proto/3rdparty:crates_vendor
###############################################################################
load(
"@rules_rust//rust:defs.bzl",
"rust_library",
)
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT/Apache-2.0 AND BSD-2-Clause
# ])
rust_library(
name = "crossbeam_queue",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"default",
"std",
],
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "0.2.3",
deps = [
"@rules_rust_proto__cfg-if-0.1.10//:cfg_if",
"@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils",
"@rules_rust_proto__maybe-uninit-2.0.0//:maybe_uninit",
],
)