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_matchit_license"], 6 default_team: "trendy_team_android_rust", 7} 8 9license { 10 name: "external_rust_crates_matchit_license", 11 visibility: [":__subpackages__"], 12 license_kinds: [ 13 "SPDX-license-identifier-BSD-3-Clause", 14 "SPDX-license-identifier-MIT", 15 ], 16 license_text: [ 17 "LICENSE", 18 "LICENSE.httprouter", 19 ], 20} 21 22rust_library { 23 name: "libmatchit", 24 host_supported: true, 25 crate_name: "matchit", 26 cargo_env_compat: true, 27 cargo_pkg_version: "0.7.3", 28 crate_root: "src/lib.rs", 29 edition: "2021", 30 features: ["default"], 31 apex_available: [ 32 "//apex_available:platform", 33 "//apex_available:anyapex", 34 ], 35 product_available: true, 36 vendor_available: true, 37 min_sdk_version: "29", 38} 39