• 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: "librustix",
9    host_supported: true,
10    crate_name: "rustix",
11    cargo_env_compat: true,
12    cargo_pkg_version: "0.38.31",
13    crate_root: "src/lib.rs",
14    edition: "2021",
15    features: [
16        "alloc",
17        "errno",
18        "event",
19        "fs",
20        "libc",
21        "mm",
22        "std",
23        "use-libc",
24        "use-libc-auxv",
25    ],
26    cfgs: [
27        "libc",
28        "linux_kernel",
29        "linux_like",
30        "static_assertions",
31    ],
32    rustlibs: [
33        "libbitflags",
34        "liberrno",
35        "liblibc",
36    ],
37    apex_available: [
38        "//apex_available:platform",
39        "//apex_available:anyapex",
40    ],
41    product_available: true,
42    vendor_available: true,
43}
44