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