]> git.proxmox.com Git - rustc.git/blame - src/libcompiler_builtins/testcrate/Cargo.toml
New upstream version 1.32.0+dfsg1
[rustc.git] / src / libcompiler_builtins / testcrate / Cargo.toml
CommitLineData
0531ce1d
XL
1[package]
2name = "testcrate"
3version = "0.1.0"
4authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
6[lib]
7test = false
8doctest = false
9
10[build-dependencies]
11cast = { version = "0.2.2", features = ["x128"] }
12rand = { version = "0.4", features = ["i128_support"] }
13
14[dependencies.compiler_builtins]
15path = ".."
16default-features = false
17features = ["no-lang-items"]
18
19[target.'cfg(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")), target_os = "linux"))'.dev-dependencies]
20test = { git = "https://github.com/japaric/utest" }
21utest-cortex-m-qemu = { default-features = false, git = "https://github.com/japaric/utest" }
22utest-macros = { git = "https://github.com/japaric/utest" }
23
24[features]
25c = ["compiler_builtins/c"]
26mem = ["compiler_builtins/mem"]
27mangled-names = ["compiler_builtins/mangled-names"]
28default = ["mangled-names"]