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_libh2_license"], 8} 9 10license { 11 name: "external_rust_crates_libh2_license", 12 visibility: [":__subpackages__"], 13 license_kinds: ["SPDX-license-identifier-MIT"], 14 license_text: ["LICENSE"], 15} 16 17rust_library { 18 name: "libh2", 19 host_supported: true, 20 crate_name: "h2", 21 cargo_env_compat: true, 22 cargo_pkg_version: "0.4.4", 23 crate_root: "src/lib.rs", 24 edition: "2021", 25 rustlibs: [ 26 "libbytes", 27 "libfnv", 28 "libfutures_core", 29 "libfutures_sink", 30 "libfutures_util", 31 "libhttp", 32 "libindexmap", 33 "libslab", 34 "libtokio", 35 "libtokio_util", 36 "libtracing", 37 ], 38 apex_available: [ 39 "//apex_available:platform", 40 "//apex_available:anyapex", 41 ], 42 product_available: true, 43 vendor_available: true, 44} 45