jemallocator/jemalloc-sys/Cargo.toml

28 lines
528 B
TOML
Raw Normal View History

2016-01-21 01:03:24 +00:00
[package]
name = "jemalloc-sys"
2018-04-15 16:30:22 +00:00
version = "0.1.5"
2016-01-21 01:03:24 +00:00
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
"""
2016-01-21 01:03:24 +00:00
[lib]
test = false
bench = false
[dependencies]
2017-06-22 19:52:47 +00:00
libc = "0.2.8"
2016-01-21 01:03:24 +00:00
[build-dependencies]
cc = "^1.0.13"
2016-08-07 07:55:49 +00:00
[features]
profiling = []
2017-09-26 21:06:56 +00:00
debug = []