]> git.proxmox.com Git - rustc.git/blob - src/liballoc_jemalloc/Cargo.toml
New upstream version 1.12.0+dfsg1
[rustc.git] / src / liballoc_jemalloc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "alloc_jemalloc"
4 version = "0.0.0"
5 build = "build.rs"
6 links = "jemalloc"
7
8 [lib]
9 name = "alloc_jemalloc"
10 path = "lib.rs"
11 test = false
12
13 [dependencies]
14 core = { path = "../libcore" }
15 libc = { path = "../rustc/libc_shim" }
16
17 [build-dependencies]
18 build_helper = { path = "../build_helper" }
19 gcc = "0.3.27"
20
21 [features]
22 debug = []