jemallocator/jemalloc-sys/Cargo.toml
Nick Fitzgerald d93f0a803b Bump jemalloc to 0.1.2; jemalloc-sys to 0.1.3
This allows publishing the fixed `debug` feature.
2017-09-29 12:38:43 -07:00

27 lines
511 B
TOML

[package]
name = "jemalloc-sys"
version = "0.1.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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 = []