• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_uniffi_macros"],
8}
9
10// See: http://go/android-license-faq
11license {
12    name: "external_rust_crates_uniffi_macros",
13    visibility: [":__subpackages__"],
14    license_kinds: ["SPDX-license-identifier-MPL-2.0"],
15    license_text: ["LICENSE"],
16}
17
18rust_proc_macro {
19    name: "libuniffi_macros",
20    crate_name: "uniffi_macros",
21    cargo_env_compat: true,
22    cargo_pkg_version: "0.27.1",
23    crate_root: "src/lib.rs",
24    edition: "2021",
25    features: ["default"],
26    rustlibs: [
27        "libbincode",
28        "libcamino",
29        "libfs_err",
30        "libonce_cell",
31        "libproc_macro2",
32        "libquote",
33        "libserde",
34        "libsyn",
35        "libtoml",
36        "libuniffi_meta",
37    ],
38    product_available: true,
39    vendor_available: true,
40}
41