• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6package {
7    default_applicable_licenses: ["external_rust_crates_libtower_license"],
8}
9
10license {
11    name: "external_rust_crates_libtower_license",
12    visibility: [":__subpackages__"],
13    license_kinds: ["SPDX-license-identifier-MIT"],
14    license_text: ["LICENSE"],
15}
16
17rust_library {
18    name: "libtower",
19    host_supported: true,
20    crate_name: "tower",
21    cargo_env_compat: true,
22    cargo_pkg_version: "0.4.13",
23    crate_root: "src/lib.rs",
24    edition: "2018",
25    features: [
26        "__common",
27        "balance",
28        "buffer",
29        "discover",
30        "futures-core",
31        "futures-util",
32        "indexmap",
33        "limit",
34        "load",
35        "make",
36        "pin-project",
37        "pin-project-lite",
38        "rand",
39        "ready-cache",
40        "slab",
41        "timeout",
42        "tokio",
43        "tokio-util",
44        "tracing",
45        "util",
46    ],
47    rustlibs: [
48        "libfutures_core",
49        "libfutures_util",
50        "libindexmap",
51        "libpin_project",
52        "libpin_project_lite",
53        "librand",
54        "libslab",
55        "libtokio",
56        "libtokio_util",
57        "libtower_layer",
58        "libtower_service",
59        "libtracing",
60    ],
61    apex_available: [
62        "//apex_available:platform",
63        "//apex_available:anyapex",
64    ],
65    product_available: true,
66    vendor_available: true,
67}
68