• 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
6rust_library_host {
7    name: "libconfig_rust",
8    crate_name: "config",
9    cargo_env_compat: true,
10    cargo_pkg_version: "0.13.4",
11    crate_root: "src/lib.rs",
12    edition: "2018",
13    features: [
14        "json",
15        "serde_json",
16        "toml",
17        "yaml",
18        "yaml-rust",
19    ],
20    rustlibs: [
21        "liblazy_static",
22        "libnom",
23        "libpathdiff",
24        "libserde",
25        "libserde_json",
26        "libtoml",
27        "libyaml_rust",
28    ],
29    proc_macros: ["libasync_trait"],
30}
31