blob: 70a00b5230143e75ea321175305732a4e708a02b [file] [log] [blame]
Andrew Walbran865991c2023-10-18 16:32:20 +01001// This file is generated by cargo_embargo.
James Farrelle6b5aab2024-05-08 21:55:05 +00002// 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.
Matthew Maurerf2a65af2023-06-26 17:10:43 +00005
Wei Li855a1cb2024-07-26 22:50:53 +00006package {
7 default_applicable_licenses: ["external_rust_crates_annotate-snippets_license"],
8}
9
10license {
11 name: "external_rust_crates_annotate-snippets_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-Apache-2.0",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Matthew Maurerf2a65af2023-06-26 17:10:43 +000021rust_library_host {
22 name: "libannotate_snippets",
23 crate_name: "annotate_snippets",
24 cargo_env_compat: true,
Jeff Vander Stoep95ebb602023-11-24 14:58:34 +010025 cargo_pkg_version: "0.9.2",
James Farrellad0ac7d2024-05-20 17:06:24 +000026 crate_root: "src/lib.rs",
Matthew Maurerf2a65af2023-06-26 17:10:43 +000027 edition: "2018",
28 features: ["default"],
Andrew Walbran865991c2023-10-18 16:32:20 +010029 rustlibs: ["libunicode_width"],
Matthew Maurerf2a65af2023-06-26 17:10:43 +000030 compile_multilib: "first",
Matthew Maurerf2a65af2023-06-26 17:10:43 +000031}