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_hyper_license"], 6 default_team: "trendy_team_android_rust", 7} 8 9license { 10 name: "external_rust_crates_hyper_license", 11 visibility: [":__subpackages__"], 12 license_kinds: ["SPDX-license-identifier-MIT"], 13 license_text: ["LICENSE"], 14} 15 16rust_library { 17 name: "libhyper", 18 host_supported: true, 19 crate_name: "hyper", 20 cargo_env_compat: true, 21 cargo_pkg_version: "0.14.28", 22 crate_root: "src/lib.rs", 23 edition: "2018", 24 features: [ 25 "client", 26 "default", 27 "full", 28 "h2", 29 "http1", 30 "http2", 31 "runtime", 32 "server", 33 "socket2", 34 "stream", 35 "tcp", 36 ], 37 rustlibs: [ 38 "libbytes", 39 "libfutures_channel", 40 "libfutures_core", 41 "libfutures_util", 42 "libh2", 43 "libhttp", 44 "libhttp_body", 45 "libhttparse", 46 "libhttpdate", 47 "libitoa", 48 "libpin_project_lite", 49 "libsocket2", 50 "libtokio", 51 "libtower_service", 52 "libtracing", 53 "libwant", 54 ], 55 apex_available: [ 56 "//apex_available:platform", 57 "//apex_available:anyapex", 58 ], 59 product_available: true, 60 vendor_available: true, 61 min_sdk_version: "29", 62} 63