blob: 925f6752f96302660366b52e596660cdb57c34c9 [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 //third_party/rust:crate_index
###############################################################################
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT
# ])
rust_library(
name = "bitvec",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"alloc",
"atomic",
"default",
"std",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=bitvec",
"manual",
"noclippy",
"norustfmt",
],
version = "1.0.1",
deps = [
"@crate_index__funty-2.0.0//:funty",
"@crate_index__radium-0.7.0//:radium",
"@crate_index__tap-1.0.1//:tap",
"@crate_index__wyz-0.5.1//:wyz",
],
)