mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-09-26 12:13:39 -06:00
26 lines
607 B
TOML
26 lines
607 B
TOML
[package]
|
|
name = "bdwgc-alloc-sys"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "Rust bindings to the bdwgc C API"
|
|
documentation = "https://bdwgc.github.io/bdwgc-rust/bdwgc_alloc_sys/"
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
categories = ["external-ffi-bindings", "memory-management", "no-std", "no-std::no-alloc"]
|
|
links = "gc"
|
|
|
|
[build-dependencies]
|
|
autotools = { version = "0.2.7", optional = true }
|
|
bindgen = "0.73.2"
|
|
cmake = { version = "0.1.58", optional = true }
|
|
|
|
[features]
|
|
default = ["autotools"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[[test]]
|
|
name = "collector"
|
|
harness = false
|