summaryrefslogtreecommitdiff
path: root/etc/deps-rust/TARGETS.ppv-lite86-0.2.21
blob: 8d34b251fff4615d4e682942d08ee2a056951a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "ppv_lite86":
  { "type": ["@", "rules", "rust", "library"]
  , "name": ["ppv_lite86"]
  , "crate_root": ["src/lib.rs"]
  , "srcs":
    [ "src/generic.rs"
    , "src/lib.rs"
    , "src/soft.rs"
    , "src/types.rs"
    , "src/x86_64/mod.rs"
    , "src/x86_64/sse2.rs"
    ]
  , "edition": ["2021"]
  , "arguments_config":
    ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
  , "deps": [["@", "zerocopy", "", "zerocopy"]]
  , "cargo_features": ["simd", "std"]
  , "stage": ["ppv-lite86-0.2.21"]
  , "version": ["0", "2", "21"]
  , "pkg_name": ["ppv-lite86"]
  }
, "default": {"type": ["@", "rules", "cargo", "feature"], "name": ["default"]}
, "no_simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["no_simd"]}
, "simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["simd"]}
, "std": {"type": ["@", "rules", "cargo", "feature"], "name": ["std"]}
}