1############################################################################### 2# @generated 3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 4# regenerate this file, run the following: 5# 6# bazel run @//proto/prost/private/3rdparty:crates_vendor 7############################################################################### 8 9load("@rules_rust//rust:defs.bzl", "rust_library") 10 11package(default_visibility = ["//visibility:public"]) 12 13rust_library( 14 name = "tower", 15 srcs = glob( 16 include = ["**/*.rs"], 17 allow_empty = True, 18 ), 19 compile_data = glob( 20 include = ["**"], 21 allow_empty = True, 22 exclude = [ 23 "**/* *", 24 ".tmp_git_root/**/*", 25 "BUILD", 26 "BUILD.bazel", 27 "WORKSPACE", 28 "WORKSPACE.bazel", 29 ], 30 ), 31 crate_features = [ 32 "__common", 33 "balance", 34 "buffer", 35 "discover", 36 "futures-core", 37 "futures-util", 38 "indexmap", 39 "limit", 40 "load", 41 "make", 42 "pin-project", 43 "pin-project-lite", 44 "rand", 45 "ready-cache", 46 "slab", 47 "timeout", 48 "tokio", 49 "tokio-util", 50 "tracing", 51 "util", 52 ], 53 crate_root = "src/lib.rs", 54 edition = "2018", 55 rustc_flags = [ 56 "--cap-lints=allow", 57 ], 58 tags = [ 59 "cargo-bazel", 60 "crate-name=tower", 61 "manual", 62 "noclippy", 63 "norustfmt", 64 ], 65 target_compatible_with = select({ 66 "@rules_rust//rust/platform:aarch64-apple-darwin": [], 67 "@rules_rust//rust/platform:aarch64-apple-ios": [], 68 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], 69 "@rules_rust//rust/platform:aarch64-fuchsia": [], 70 "@rules_rust//rust/platform:aarch64-linux-android": [], 71 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], 72 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], 73 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], 74 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], 75 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], 76 "@rules_rust//rust/platform:armv7-linux-androideabi": [], 77 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], 78 "@rules_rust//rust/platform:i686-apple-darwin": [], 79 "@rules_rust//rust/platform:i686-linux-android": [], 80 "@rules_rust//rust/platform:i686-pc-windows-msvc": [], 81 "@rules_rust//rust/platform:i686-unknown-freebsd": [], 82 "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], 83 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], 84 "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], 85 "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], 86 "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], 87 "@rules_rust//rust/platform:thumbv7em-none-eabi": [], 88 "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], 89 "@rules_rust//rust/platform:wasm32-unknown-unknown": [], 90 "@rules_rust//rust/platform:wasm32-wasi": [], 91 "@rules_rust//rust/platform:x86_64-apple-darwin": [], 92 "@rules_rust//rust/platform:x86_64-apple-ios": [], 93 "@rules_rust//rust/platform:x86_64-fuchsia": [], 94 "@rules_rust//rust/platform:x86_64-linux-android": [], 95 "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], 96 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], 97 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], 98 "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], 99 "@rules_rust//rust/platform:x86_64-unknown-none": [], 100 "//conditions:default": ["@platforms//:incompatible"], 101 }), 102 version = "0.4.13", 103 deps = [ 104 "@rules_rust_prost__futures-core-0.3.28//:futures_core", 105 "@rules_rust_prost__futures-util-0.3.28//:futures_util", 106 "@rules_rust_prost__indexmap-1.9.3//:indexmap", 107 "@rules_rust_prost__pin-project-1.1.0//:pin_project", 108 "@rules_rust_prost__pin-project-lite-0.2.9//:pin_project_lite", 109 "@rules_rust_prost__rand-0.8.5//:rand", 110 "@rules_rust_prost__slab-0.4.8//:slab", 111 "@rules_rust_prost__tokio-1.28.2//:tokio", 112 "@rules_rust_prost__tokio-util-0.7.8//:tokio_util", 113 "@rules_rust_prost__tower-layer-0.3.2//:tower_layer", 114 "@rules_rust_prost__tower-service-0.3.2//:tower_service", 115 "@rules_rust_prost__tracing-0.1.37//:tracing", 116 ], 117) 118