2016-01-21 01:03:24 +00:00
|
|
|
[package]
|
|
|
|
name = "jemalloc-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
links = "jemalloc"
|
2016-01-21 01:18:18 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/alexcrichton/jemallocator"
|
|
|
|
homepage = "https://github.com/alexcrichton/jemallocator"
|
|
|
|
documentation = "http://alexcrichton.com/jemallocator"
|
|
|
|
description = """
|
|
|
|
Rust FFI bindings to jemalloc
|
|
|
|
"""
|
2016-01-21 01:03:24 +00:00
|
|
|
|
2016-01-21 01:18:18 +00:00
|
|
|
[dependencies]
|
2016-03-07 21:14:40 +00:00
|
|
|
libc = { version = "0.2.8", default-features = false }
|
2016-01-21 01:03:24 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
gcc = "0.3"
|
2016-08-07 07:55:49 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
profiling = []
|