blob: 819ad5b32a4ae9d9e9cb2db2d201bfdc0cf418f8 [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 = [],
45 edition = "2018",
46 rustc_flags = [
47 "--cap-lints=allow",
48 ],
49 tags = [
50 "cargo-raze",
51 "crate-name=tokio-util",
52 "manual",
53 ],
54 version = "0.7.4",
55 # buildifier: leave-alone
56 deps = [
57 "@raze__bytes__1_3_0//:bytes",
58 "@raze__futures_core__0_3_25//:futures_core",
59 "@raze__futures_sink__0_3_25//:futures_sink",
60 "@raze__pin_project_lite__0_2_9//:pin_project_lite",
61 "@raze__tokio__1_24_1//:tokio",
62 "@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
70# Unsupported target "context" with type "test" omitted
71
72# Unsupported target "framed" with type "test" omitted
73
74# Unsupported target "framed_read" with type "test" omitted
75
76# Unsupported target "framed_stream" with type "test" omitted
77
78# Unsupported target "framed_write" with type "test" omitted
79
80# Unsupported target "io_reader_stream" with type "test" omitted
81
82# Unsupported target "io_stream_reader" with type "test" omitted
83
84# Unsupported target "io_sync_bridge" with type "test" omitted
85
86# Unsupported target "length_delimited" with type "test" omitted
87
88# Unsupported target "mpsc" with type "test" omitted
89
90# Unsupported target "panic" with type "test" omitted
91
92# Unsupported target "poll_semaphore" with type "test" omitted
93
94# Unsupported target "reusable_box" with type "test" omitted
95
96# Unsupported target "spawn_pinned" with type "test" omitted
97
98# Unsupported target "sync_cancellation_token" with type "test" omitted
99
100# Unsupported target "task_join_map" with type "test" omitted
101
102# Unsupported target "time_delay_queue" with type "test" omitted
103
104# Unsupported target "udp" with type "test" omitted