mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-09-26 12:13:39 -06:00
21 lines
574 B
TOML
21 lines
574 B
TOML
[package]
|
|
name = "bdwgc-alloc"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "impl GlobalAlloc for bdwgc"
|
|
documentation = "https://bdwgc.github.io/bdwgc-rust/bdwgc_alloc/"
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
categories = ["api-bindings", "memory-management", "no-std", "no-std::no-alloc"]
|
|
|
|
[dependencies]
|
|
bdwgc-alloc-sys = { version = "0.6.15", path = "../bdwgc-alloc-sys", default-features = false }
|
|
|
|
[features]
|
|
default = ["autotools"]
|
|
autotools = ["bdwgc-alloc-sys/autotools"]
|
|
cmake = ["bdwgc-alloc-sys/cmake"]
|
|
|
|
[lints]
|
|
workspace = true
|