• 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_checksum_derive_license"],
8}
9
10// See: http://go/android-license-faq
11license {
12    name: "external_rust_crates_uniffi_checksum_derive_license",
13    visibility: [":__subpackages__"],
14    license_kinds: ["SPDX-license-identifier-MPL-2.0"],
15    license_text: ["LICENSE"],
16}
17
18rust_proc_macro {
19    name: "libuniffi_checksum_derive",
20    crate_name: "uniffi_checksum_derive",
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        "libquote",
28        "libsyn",
29    ],
30    product_available: true,
31    vendor_available: true,
32}
33