bdwgc-alloc-sys 0.6.15

Rust bindings to the bdwgc C API
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"