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_library_host { 12 name: "librepo_config", 13 crate_name: "repo_config", 14 cargo_env_compat: true, 15 cargo_pkg_version: "0.1.0", 16 crate_root: "src/lib.rs", 17 edition: "2021", 18 rustlibs: [ 19 "libserde", 20 "libthiserror", 21 "libtoml", 22 ], 23} 24 25rust_test_host { 26 name: "repo_config_test_src_lib", 27 crate_name: "repo_config", 28 cargo_env_compat: true, 29 cargo_pkg_version: "0.1.0", 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 "libserde", 39 "libtempfile", 40 "libthiserror", 41 "libtoml", 42 ], 43} 44