mcshader-lsp/server/cargo/remote/num-integer-0.1.43.BUILD
2020-09-13 22:49:27 +01:00

78 lines
1.7 KiB
Text

"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//server/cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"rust_library",
"rust_binary",
"rust_test",
)
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "num_integer_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
edition = "2015",
deps = [
"@server__autocfg__1_0_1//:autocfg",
],
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
"std",
],
build_script_env = {
},
data = glob(["**"]),
tags = ["cargo-raze"],
version = "0.1.43",
visibility = ["//visibility:private"],
)
# Unsupported target "average" with type "bench" omitted
# Unsupported target "average" with type "test" omitted
# Unsupported target "gcd" with type "bench" omitted
rust_library(
name = "num_integer",
crate_type = "lib",
deps = [
":num_integer_build_script",
"@server__num_traits__0_2_12//:num_traits",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.43",
tags = ["cargo-raze"],
crate_features = [
"std",
],
)
# Unsupported target "roots" with type "bench" omitted
# Unsupported target "roots" with type "test" omitted