blob: 4123be4df51170c7cd894046a8b27931ccec16c9 [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 @@//:crates_vendor_std
###############################################################################
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT
# ])
rust_library(
name = "spin",
srcs = glob(["**/*.rs"]),
aliases = {
"//crates_std/vendor/lock_api-0.4.10:lock_api": "lock_api_crate",
},
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"barrier",
"default",
"lazy",
"lock_api",
"lock_api_crate",
"mutex",
"once",
"rwlock",
"spin_mutex",
],
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=spin",
"manual",
"noclippy",
"norustfmt",
],
version = "0.9.8",
deps = [
"//crates_std/vendor/lock_api-0.4.10:lock_api",
],
)