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_team: "trendy_team_android_rust", 8 default_applicable_licenses: ["Android-Apache-2.0"], 9} 10 11rust_proc_macro { 12 name: "libname_and_version_proc_macros", 13 crate_name: "name_and_version_proc_macros", 14 cargo_env_compat: true, 15 cargo_pkg_version: "0.1.0", 16 crate_root: "src/lib.rs", 17 edition: "2021", 18 rustlibs: [ 19 "libproc_macro2", 20 "libquote", 21 "libsyn", 22 ], 23} 24