Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 1 | """ |
| 2 | @generated |
| 3 | cargo-raze crate build file. |
| 4 | |
| 5 | DO NOT EDIT! Replaced on runs of cargo-raze |
| 6 | """ |
| 7 | |
| 8 | # buildifier: disable=load |
| 9 | load("@bazel_skylib//lib:selects.bzl", "selects") |
| 10 | |
| 11 | # buildifier: disable=load |
| 12 | load( |
| 13 | "@rules_rust//rust:defs.bzl", |
| 14 | "rust_binary", |
| 15 | "rust_library", |
| 16 | "rust_proc_macro", |
| 17 | "rust_test", |
| 18 | ) |
| 19 | |
| 20 | package(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 | |
| 28 | licenses([ |
| 29 | "notice", # MIT from expression "MIT" |
| 30 | ]) |
| 31 | |
| 32 | # Generated Targets |
| 33 | |
| 34 | rust_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 Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 45 | edition = "2021", |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 46 | rustc_flags = [ |
| 47 | "--cap-lints=allow", |
| 48 | ], |
| 49 | tags = [ |
| 50 | "cargo-raze", |
| 51 | "crate-name=tokio-util", |
| 52 | "manual", |
| 53 | ], |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 54 | version = "0.7.9", |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 55 | # buildifier: leave-alone |
| 56 | deps = [ |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 57 | "@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", |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 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 | |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 70 | # Unsupported target "compat" with type "test" omitted |
| 71 | |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 72 | # 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 Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 82 | # Unsupported target "io_inspect" with type "test" omitted |
| 83 | |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 84 | # Unsupported target "io_reader_stream" with type "test" omitted |
| 85 | |
Lorenz Brun | d141d18 | 2023-10-02 15:07:01 +0200 | [diff] [blame^] | 86 | # Unsupported target "io_sink_writer" with type "test" omitted |
| 87 | |
Leopold | 2aa8b18 | 2023-01-14 23:31:43 +0100 | [diff] [blame] | 88 | # 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 |