blob: e09fdbffa154a0ec270c76ed11183ce7330aa748 [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//cargo:defs.bzl", "cargo_build_script")
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
# licenses([
# "TODO", # MIT
# ])
rust_library(
name = "nix",
srcs = glob(["**/*.rs"]),
compile_data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"default",
"fs",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=nix",
"manual",
"noclippy",
"norustfmt",
],
version = "0.28.0",
deps = [
"//crates_std/vendor/bitflags-2.4.2:bitflags",
"//crates_std/vendor/cfg-if-1.0.0:cfg_if",
"//crates_std/vendor/libc-0.2.153:libc",
"//crates_std/vendor/nix-0.28.0:build_script_build",
],
)
cargo_build_script(
name = "nix_build_script",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
"fs",
],
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
exclude = [
"**/* *",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=nix",
"manual",
"noclippy",
"norustfmt",
],
version = "0.28.0",
visibility = ["//visibility:private"],
deps = [
"//crates_std/vendor/cfg_aliases-0.1.1:cfg_aliases",
],
)
alias(
name = "build_script_build",
actual = "nix_build_script",
tags = ["manual"],
)