]> git.proxmox.com Git - rustc.git/blame - src/liballoc_jemalloc/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / liballoc_jemalloc / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "alloc_jemalloc"
4version = "0.0.0"
5build = "build.rs"
6links = "jemalloc"
7
8[lib]
9name = "alloc_jemalloc"
10path = "lib.rs"
11test = false
476ff2be 12doc = false
7453a54e
SL
13
14[dependencies]
041b39d2
XL
15alloc = { path = "../liballoc" }
16alloc_system = { path = "../liballoc_system" }
3b2f2976
XL
17core = { path = "../libcore" }
18libc = { path = "../rustc/libc_shim" }
041b39d2 19
7453a54e
SL
20[build-dependencies]
21build_helper = { path = "../build_helper" }
abe05a73 22cc = "1.0.1"
7453a54e
SL
23
24[features]
25debug = []