[build-dependencies.autotools]
optional = true
version = "0.2.7"
[build-dependencies.cmake]
optional = true
version = "0.1.55"
[dependencies.libc]
version = "0.2.178"
[features]
default = ["autotools"]
[lib]
name = "bdwgc_alloc"
path = "src/lib.rs"
[lints.clippy]
alloc_instead_of_core = "deny"
dbg_macro = "deny"
missing_const_for_fn = "deny"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "memory-management", "no-std", "no-std::no-alloc"]
description = "impl GlobalAlloc for bdwgc"
edition = "2024"
license = "MIT"
name = "bdwgc-alloc"
readme = "README.md"
repository = "https://github.com/raviqqe/bdwgc-alloc"
version = "0.6.13"