blob: 4db6f980f596f9b37eae7922de343e985e3d715f [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 @//bindgen/3rdparty:crates_vendor
###############################################################################
load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # Apache-2.0
# ])
rust_library(
name = "clang_sys",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"clang_3_5",
"clang_3_6",
"clang_3_7",
"clang_3_8",
"clang_3_9",
"clang_4_0",
"clang_5_0",
"clang_6_0",
"libloading",
"runtime",
],
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "1.4.0",
deps = [
"@rules_rust_bindgen__clang-sys-1.4.0//:build_script_build",
"@rules_rust_bindgen__glob-0.3.0//:glob",
"@rules_rust_bindgen__libc-0.2.139//:libc",
"@rules_rust_bindgen__libloading-0.7.4//:libloading",
],
)
cargo_build_script(
name = "clang-sys_build_script",
srcs = glob(["**/*.rs"]),
crate_features = [
"clang_3_5",
"clang_3_6",
"clang_3_7",
"clang_3_8",
"clang_3_9",
"clang_4_0",
"clang_5_0",
"clang_6_0",
"libloading",
"runtime",
],
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2015",
links = "clang",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"manual",
"noclippy",
"norustfmt",
],
version = "1.4.0",
visibility = ["//visibility:private"],
deps = [
"@rules_rust_bindgen__glob-0.3.0//:glob",
],
)
alias(
name = "build_script_build",
actual = "clang-sys_build_script",
tags = ["manual"],
)