libjemalloc-sys 0.1.2

A simple bind to jemalloc
[package]
name = "libjemalloc-sys"
version = "0.1.2"
edition = "2024"
links = "jemalloc"
license = "Apache-2.0"
repository = "https://github.com/VEY-OSS/libjemalloc-sys.git"
readme = "README.md"
description = "A simple bind to jemalloc"

[dependencies]


[build-dependencies]
bindgen = { version = "0.72.0", default-features = false }
pkg-config = "0.3.9"
vcpkg = "0.2.8"

[features]
default = ["runtime-libclang"]
runtime-libclang = ["bindgen/runtime"]
static-libclang = ["bindgen/static"]