hyperboria/rules/rust/remote/BUILD.regex-automata-0.1.9.bazel
the-superpirate f1189351f3 - Adopt IT translations
-  Tuned Summa options
-  Fixed copyright translations

GitOrigin-RevId: e989411188a8ef9a0c01d12623e96afab20ae5ac
2021-01-10 00:20:30 +03:00

57 lines
1.1 KiB
Plaintext

"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
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([
"unencumbered", # Unlicense from expression "Unlicense OR MIT"
])
# Generated Targets
rust_library(
name = "regex_automata",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.1.9",
# buildifier: leave-alone
deps = [
"@raze__byteorder__1_4_2//:byteorder",
],
)
# Unsupported target "default" with type "test" omitted