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_libhyper_timeout_license"], 8} 9 10license { 11 name: "external_rust_crates_libhyper_timeout_license", 12 visibility: [":__subpackages__"], 13 license_kinds: [ 14 "SPDX-license-identifier-Apache-2.0", 15 "SPDX-license-identifier-MIT", 16 ], 17 license_text: [ 18 "LICENSE-APACHE", 19 "LICENSE-MIT", 20 ], 21} 22 23rust_library { 24 name: "libhyper_timeout", 25 host_supported: true, 26 crate_name: "hyper_timeout", 27 cargo_env_compat: true, 28 cargo_pkg_version: "0.4.1", 29 crate_root: "src/lib.rs", 30 edition: "2018", 31 rustlibs: [ 32 "libhyper", 33 "libpin_project_lite", 34 "libtokio", 35 "libtokio_io_timeout", 36 ], 37 apex_available: [ 38 "//apex_available:platform", 39 "//apex_available:anyapex", 40 ], 41 product_available: true, 42 vendor_available: true, 43} 44