blob: 05d3d378341ebd979c5c343a9d88a2e843287854 [file] [log] [blame]
Leopold2aa8b182023-01-14 23:31:43 +01001"""
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:defs.bzl",
14 "rust_binary",
15 "rust_library",
16 "rust_proc_macro",
17 "rust_test",
18)
19
20package(default_visibility = [
21 # Public for visibility by "@raze__crate__version//" targets.
22 #
23 # Prefer access through "//third_party/rust/cargo", which limits external
24 # visibility to explicit Cargo.toml dependencies.
25 "//visibility:public",
26])
27
28licenses([
29 "notice", # MIT from expression "MIT"
30])
31
32# Generated Targets
33
34rust_library(
35 name = "tokio_util",
36 srcs = glob(["**/*.rs"]),
37 crate_features = [
38 "codec",
39 "default",
40 "io",
41 "tracing",
42 ],
43 crate_root = "src/lib.rs",
44 data = [],
Lorenz Brund141d182023-10-02 15:07:01 +020045 edition = "2021",
Leopold2aa8b182023-01-14 23:31:43 +010046 rustc_flags = [
47 "--cap-lints=allow",
48 ],
49 tags = [
50 "cargo-raze",
51 "crate-name=tokio-util",
52 "manual",
53 ],
Lorenz Brund141d182023-10-02 15:07:01 +020054 version = "0.7.9",
Leopold2aa8b182023-01-14 23:31:43 +010055 # buildifier: leave-alone
56 deps = [
Lorenz Brund141d182023-10-02 15:07:01 +020057 "@raze__bytes__1_5_0//:bytes",
58 "@raze__futures_core__0_3_28//:futures_core",
59 "@raze__futures_sink__0_3_28//:futures_sink",
60 "@raze__pin_project_lite__0_2_13//:pin_project_lite",
61 "@raze__tokio__1_32_0//:tokio",
Leopold2aa8b182023-01-14 23:31:43 +010062 "@raze__tracing__0_1_37//:tracing",
63 ],
64)
65
66# Unsupported target "_require_full" with type "test" omitted
67
68# Unsupported target "codecs" with type "test" omitted
69
Lorenz Brund141d182023-10-02 15:07:01 +020070# Unsupported target "compat" with type "test" omitted
71
Leopold2aa8b182023-01-14 23:31:43 +010072# Unsupported target "context" with type "test" omitted
73
74# Unsupported target "framed" with type "test" omitted
75
76# Unsupported target "framed_read" with type "test" omitted
77
78# Unsupported target "framed_stream" with type "test" omitted
79
80# Unsupported target "framed_write" with type "test" omitted
81
Lorenz Brund141d182023-10-02 15:07:01 +020082# Unsupported target "io_inspect" with type "test" omitted
83
Leopold2aa8b182023-01-14 23:31:43 +010084# Unsupported target "io_reader_stream" with type "test" omitted
85
Lorenz Brund141d182023-10-02 15:07:01 +020086# Unsupported target "io_sink_writer" with type "test" omitted
87
Leopold2aa8b182023-01-14 23:31:43 +010088# Unsupported target "io_stream_reader" with type "test" omitted
89
90# Unsupported target "io_sync_bridge" with type "test" omitted
91
92# Unsupported target "length_delimited" with type "test" omitted
93
94# Unsupported target "mpsc" with type "test" omitted
95
96# Unsupported target "panic" with type "test" omitted
97
98# Unsupported target "poll_semaphore" with type "test" omitted
99
100# Unsupported target "reusable_box" with type "test" omitted
101
102# Unsupported target "spawn_pinned" with type "test" omitted
103
104# Unsupported target "sync_cancellation_token" with type "test" omitted
105
106# Unsupported target "task_join_map" with type "test" omitted
107
108# Unsupported target "time_delay_queue" with type "test" omitted
109
110# Unsupported target "udp" with type "test" omitted