hyperboria/rules/rust/remote/BUILD.sha-1-0.8.2.bazel
the-superpirate dd23846059 - [nexus] Refactoring
- [nexus] Switch bot
  - [bot] Added extra receivers functionality

GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
2022-03-28 17:42:18 +03:00

74 lines
1.5 KiB
Plaintext

"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//rules/rust", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# Unsupported target "lib" with type "bench" omitted
# Unsupported target "sha1sum" with type "example" omitted
alias(
name = "sha_1",
actual = ":sha1",
tags = [
"cargo-raze",
"manual",
],
)
rust_library(
name = "sha1",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=sha1",
"manual",
],
version = "0.8.2",
# buildifier: leave-alone
deps = [
"@raze__block_buffer__0_7_3//:block_buffer",
"@raze__digest__0_8_1//:digest",
"@raze__fake_simd__0_1_2//:fake_simd",
"@raze__opaque_debug__0_2_3//:opaque_debug",
],
)
# Unsupported target "lib" with type "test" omitted