• 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: "libsiphasher",
9    host_supported: true,
10    crate_name: "siphasher",
11    cargo_env_compat: true,
12    cargo_pkg_version: "1.0.1",
13    crate_root: "src/lib.rs",
14    edition: "2018",
15    features: [
16        "default",
17        "std",
18    ],
19    apex_available: [
20        "//apex_available:platform",
21        "//apex_available:anyapex",
22    ],
23    product_available: true,
24    vendor_available: true,
25}
26
27rust_test {
28    name: "siphasher_test_src_lib",
29    host_supported: true,
30    crate_name: "siphasher",
31    cargo_env_compat: true,
32    cargo_pkg_version: "1.0.1",
33    crate_root: "src/lib.rs",
34    test_suites: ["general-tests"],
35    auto_gen_config: true,
36    test_options: {
37        unit_test: true,
38    },
39    edition: "2018",
40    features: [
41        "default",
42        "std",
43    ],
44}
45