1// This file is generated by cargo_embargo.
2// Do not modify this file because the changes will be overridden on upgrade.
3
4package {
5    default_applicable_licenses: ["external_rust_crates_tracing_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_tracing_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-MIT"],
13    license_text: ["LICENSE"],
14}
15
16rust_library {
17    name: "libtracing",
18    host_supported: true,
19    crate_name: "tracing",
20    cargo_env_compat: true,
21    cargo_pkg_version: "0.1.40",
22    crate_root: "src/lib.rs",
23    edition: "2018",
24    features: [
25        "attributes",
26        "default",
27        "std",
28        "tracing-attributes",
29    ],
30    rustlibs: [
31        "libpin_project_lite",
32        "libtracing_core",
33    ],
34    proc_macros: ["libtracing_attributes"],
35    apex_available: [
36        "//apex_available:platform",
37        "//apex_available:anyapex",
38    ],
39    product_available: true,
40    vendor_available: true,
41    min_sdk_version: "29",
42}
43
44rust_library {
45    name: "libtracing_max_level_off",
46    host_supported: true,
47    crate_name: "tracing",
48    cargo_env_compat: true,
49    cargo_pkg_version: "0.1.40",
50    crate_root: "src/lib.rs",
51    edition: "2018",
52    features: [
53        "max_level_off",
54        "release_max_level_off",
55    ],
56    rustlibs: [
57        "libpin_project_lite",
58        "libtracing_core",
59    ],
60    apex_available: [
61        "//apex_available:platform",
62        "//apex_available:anyapex",
63    ],
64    product_available: true,
65    vendor_available: true,
66    min_sdk_version: "29",
67}
68