• 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_team: "trendy_team_android_rust",
8    default_applicable_licenses: ["Android-Apache-2.0"],
9}
10
11rust_test_host {
12    name: "crate_config_test_src_lib",
13    crate_name: "crate_config",
14    cargo_env_compat: true,
15    cargo_pkg_version: "0.1.0",
16    crate_root: "src/lib.rs",
17    test_suites: ["general-tests"],
18    auto_gen_config: true,
19    test_options: {
20        unit_test: true,
21    },
22    edition: "2021",
23    rustlibs: [
24        "libserde",
25        "libtempfile",
26        "libthiserror",
27        "libtoml",
28    ],
29}
30
31rust_library_host {
32    name: "libcrate_config",
33    crate_name: "crate_config",
34    cargo_env_compat: true,
35    cargo_pkg_version: "0.1.0",
36    crate_root: "src/lib.rs",
37    edition: "2021",
38    rustlibs: [
39        "libserde",
40        "libthiserror",
41        "libtoml",
42    ],
43}
44