[package] name = "jemalloc-sys" version = "0.1.3" authors = ["Alex Crichton "] build = "build.rs" links = "jemalloc" license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/jemallocator" homepage = "https://github.com/alexcrichton/jemallocator" documentation = "https://docs.rs/jemallocator-sys" description = """ Rust FFI bindings to jemalloc """ [lib] test = false [dependencies] libc = "0.2.8" [build-dependencies] gcc = "0.3" [features] profiling = [] debug = []