blob: 0c83aa53f40912ea753b62051306b04970169b53 [file] [log] [blame]
"""
@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 "//wasm_bindgen/raze", 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 "bench" with type "bench" omitted
# Unsupported target "hello-world" with type "example" omitted
# Unsupported target "php-cgi" with type "example" omitted
# Unsupported target "readme-example" with type "example" omitted
# Unsupported target "serve-root" with type "example" omitted
# Unsupported target "ssl" with type "example" omitted
# Unsupported target "websockets" with type "example" omitted
rust_library(
name = "tiny_http",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
],
crate_root = "src/lib.rs",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=tiny_http",
"manual",
],
version = "0.8.2",
# buildifier: leave-alone
deps = [
"@rules_rust_wasm_bindgen__ascii__1_0_0//:ascii",
"@rules_rust_wasm_bindgen__chrono__0_4_19//:chrono",
"@rules_rust_wasm_bindgen__chunked_transfer__1_4_0//:chunked_transfer",
"@rules_rust_wasm_bindgen__log__0_4_14//:log",
"@rules_rust_wasm_bindgen__url__2_2_2//:url",
],
)
# Unsupported target "input-tests" with type "test" omitted
# Unsupported target "network" with type "test" omitted
# Unsupported target "non-chunked-buffering" with type "test" omitted
# Unsupported target "simple-test" with type "test" omitted
# Unsupported target "unblock-test" with type "test" omitted