• 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: "libstrsim",
9    host_supported: true,
10    crate_name: "strsim",
11    cargo_env_compat: true,
12    cargo_pkg_version: "0.11.0",
13    crate_root: "src/lib.rs",
14    edition: "2015",
15    apex_available: [
16        "//apex_available:platform",
17        "//apex_available:anyapex",
18    ],
19    product_available: true,
20    vendor_available: true,
21}
22
23rust_test {
24    name: "strsim_test_src_lib",
25    host_supported: true,
26    crate_name: "strsim",
27    cargo_env_compat: true,
28    cargo_pkg_version: "0.11.0",
29    crate_root: "src/lib.rs",
30    test_suites: ["general-tests"],
31    auto_gen_config: true,
32    test_options: {
33        unit_test: true,
34    },
35    edition: "2015",
36}
37
38rust_test {
39    name: "strsim_test_tests_lib",
40    host_supported: true,
41    crate_name: "lib",
42    cargo_env_compat: true,
43    cargo_pkg_version: "0.11.0",
44    crate_root: "tests/lib.rs",
45    test_suites: ["general-tests"],
46    auto_gen_config: true,
47    test_options: {
48        unit_test: true,
49    },
50    edition: "2015",
51    rustlibs: ["libstrsim"],
52}
53