anki/cargo/remote/BUILD.minimal-lexical-0.1.3.bazel

80 lines
1.8 KiB
Plaintext
Raw Normal View History

"""
@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:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
2020-11-24 07:57:37 +01:00
# Generated Targets
rust_library(
2021-10-02 12:42:03 +02:00
name = "minimal_lexical",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
"std",
],
crate_root = "src/lib.rs",
crate_type = "lib",
2020-12-15 11:28:10 +01:00
data = [],
2021-06-16 08:10:57 +02:00
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
2021-10-02 12:42:03 +02:00
version = "0.1.3",
# buildifier: leave-alone
deps = [
],
)
2021-10-02 12:42:03 +02:00
# Unsupported target "bellerophon" with type "test" omitted
# Unsupported target "bellerophon_tests" with type "test" omitted
# Unsupported target "integration_tests" with type "test" omitted
# Unsupported target "lemire_tests" with type "test" omitted
# Unsupported target "libm_tests" with type "test" omitted
# Unsupported target "mask_tests" with type "test" omitted
# Unsupported target "number_tests" with type "test" omitted
# Unsupported target "parse_tests" with type "test" omitted
# Unsupported target "rounding_tests" with type "test" omitted
# Unsupported target "slow_tests" with type "test" omitted
# Unsupported target "stackvec" with type "test" omitted
# Unsupported target "vec_tests" with type "test" omitted