blob: 42fcb9f1a1efa10fc6c0c0f21e6b6717daa5ecda [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 @//crate_universe/3rdparty:crates_vendor
###############################################################################
load(
"@rules_rust//rust:defs.bzl",
"rust_library",
)
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT OR Apache-2.0
# ])
rust_library(
name = "cxx_build",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_root = "src/lib.rs",
edition = "2018",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "1.0.85",
deps = [
"@cui__cc-1.0.78//:cc",
"@cui__codespan-reporting-0.11.1//:codespan_reporting",
"@cui__once_cell-1.17.0//:once_cell",
"@cui__proc-macro2-1.0.49//:proc_macro2",
"@cui__quote-1.0.23//:quote",
"@cui__scratch-1.0.3//:scratch",
"@cui__syn-1.0.107//:syn",
],
)