xref: /aosp_15_r20/development/tools/cargo_embargo/testdata/async-trait/expected_Android.bp (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1// This file is generated by cargo_embargo.
2// Do not modify this file because the changes will be overridden on upgrade.
3
4package {
5default_applicable_licenses: ["external_rust_crates_async-trait_license"],
6default_team: "trendy_team_android_rust",
7}
8
9license {
10name: "external_rust_crates_async-trait_license",
11visibility: [":__subpackages__"],
12license_kinds: ["SPDX-license-identifier-Apache-2.0"],
13license_text: ["LICENSE"],
14}
15
16rust_proc_macro {
17name: "libasync_trait",
18crate_name: "async_trait",
19cargo_env_compat: true,
20cargo_pkg_version: "0.1.74",
21crate_root: "src/lib.rs",
22edition: "2021",
23rustlibs: ["libproc_macro2", "libquote", "libsyn"],
24product_available: true,
25vendor_available: true,
26}
27
28