• 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
6// TODO: Add license.
7rust_library {
8    name: "libclap_complete",
9    host_supported: true,
10    crate_name: "clap_complete",
11    cargo_env_compat: true,
12    cargo_pkg_version: "4.4.9",
13    crate_root: "src/lib.rs",
14    edition: "2021",
15    features: ["default"],
16    rustlibs: ["libclap"],
17    apex_available: [
18        "//apex_available:platform",
19        "//apex_available:anyapex",
20    ],
21    product_available: true,
22    vendor_available: true,
23}
24