anki/cargo/remote/BUILD.zip-0.5.13.bazel
Damien Elmes ec0ee4d162 rebuild Rust build files with cargo-raze 0.14.1
Tags are now sorted; updating this before a crate update.
2022-01-15 14:33:53 +10:00

87 lines
2.0 KiB
Plaintext
Vendored

"""
@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 "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT"
])
# Generated Targets
# Unsupported target "read_entry" with type "bench" omitted
# Unsupported target "extract" with type "example" omitted
# Unsupported target "extract_lorem" with type "example" omitted
# Unsupported target "file_info" with type "example" omitted
# Unsupported target "stdin_info" with type "example" omitted
# Unsupported target "write_dir" with type "example" omitted
# Unsupported target "write_sample" with type "example" omitted
rust_library(
name = "zip",
srcs = glob(["**/*.rs"]),
crate_features = [
"deflate",
"flate2",
"time",
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=zip",
"manual",
],
version = "0.5.13",
# buildifier: leave-alone
deps = [
"@raze__byteorder__1_4_3//:byteorder",
"@raze__crc32fast__1_3_0//:crc32fast",
"@raze__flate2__1_0_22//:flate2",
"@raze__thiserror__1_0_30//:thiserror",
"@raze__time__0_1_44//:time",
],
)
# Unsupported target "end_to_end" with type "test" omitted
# Unsupported target "invalid_date" with type "test" omitted
# Unsupported target "zip64_large" with type "test" omitted
# Unsupported target "zip_comment_garbage" with type "test" omitted
# Unsupported target "zip_crypto" with type "test" omitted