[package]
edition = "2024"
name = "bdwgc-alloc-sys"
version = "0.6.15"
build = "build.rs"
links = "gc"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to the bdwgc C API"
documentation = "https://bdwgc.github.io/bdwgc-rust/bdwgc_alloc_sys/"
readme = "README.md"
categories = [
"external-ffi-bindings",
"memory-management",
"no-std",
"no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/bdwgc/bdwgc-rust"
[features]
default = ["autotools"]
[lib]
name = "bdwgc_alloc_sys"
path = "src/lib.rs"
[[test]]
name = "collector"
path = "tests/collector.rs"
harness = false
[build-dependencies.autotools]
version = "0.2.7"
optional = true
[build-dependencies.bindgen]
version = "0.73.2"
[build-dependencies.cmake]
version = "0.1.58"
optional = true
[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"
[lints.rust]
missing_docs = "deny"
warnings = "deny"