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} 9 10rust_proc_macro { 11 name: "libmockall_derive", 12 crate_name: "mockall_derive", 13 cargo_env_compat: true, 14 cargo_pkg_version: "0.12.1", 15 crate_root: "src/lib.rs", 16 edition: "2021", 17 rustlibs: [ 18 "libcfg_if", 19 "libproc_macro2", 20 "libquote", 21 "libsyn", 22 ], 23} 24 25rust_test_host { 26 name: "mockall_derive_test_src_lib", 27 crate_name: "mockall_derive", 28 cargo_env_compat: true, 29 cargo_pkg_version: "0.12.1", 30 crate_root: "src/lib.rs", 31 test_suites: ["general-tests"], 32 auto_gen_config: true, 33 test_options: { 34 unit_test: true, 35 }, 36 edition: "2021", 37 rustlibs: [ 38 "libcfg_if", 39 "libproc_macro2", 40 "libquote", 41 "libsyn", 42 ], 43} 44