blob: 52bdb9d2e6e16d661eff9a0fe70ffc804450c9db [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001"""
2@generated
3cargo-raze crate build file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8# buildifier: disable=load
9load("@bazel_skylib//lib:selects.bzl", "selects")
10
11# buildifier: disable=load
12load(
13 "@rules_rust//rust:rust.bzl",
14 "rust_binary",
15 "rust_library",
16 "rust_test",
17)
18
19package(default_visibility = [
20 # Public for visibility by "@raze__crate__version//" targets.
21 #
22 # Prefer access through "//third_party/rust/cargo", which limits external
23 # visibility to explicit Cargo.toml dependencies.
24 "//visibility:public",
25])
26
27licenses([
28 "notice", # MIT from expression "MIT OR Apache-2.0"
29])
30
31# Generated Targets
32
33# Unsupported target "header_map" with type "bench" omitted
34
35# Unsupported target "header_name" with type "bench" omitted
36
37# Unsupported target "header_value" with type "bench" omitted
38
39# Unsupported target "method" with type "bench" omitted
40
41# Unsupported target "uri" with type "bench" omitted
42
43rust_library(
44 name = "http",
45 srcs = glob(["**/*.rs"]),
46 crate_features = [
47 ],
48 crate_root = "src/lib.rs",
49 crate_type = "lib",
50 data = [],
51 edition = "2018",
52 rustc_flags = [
53 "--cap-lints=allow",
54 ],
55 tags = [
56 "cargo-raze",
57 "manual",
58 ],
59 version = "0.2.4",
60 # buildifier: leave-alone
61 deps = [
62 "@raze__bytes__1_0_1//:bytes",
63 "@raze__fnv__1_0_7//:fnv",
64 "@raze__itoa__0_4_7//:itoa",
65 ],
66)
67
68# Unsupported target "header_map" with type "test" omitted
69
70# Unsupported target "header_map_fuzz" with type "test" omitted
71
72# Unsupported target "status_code" with type "test" omitted