mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
23 lines
474 B
TOML
23 lines
474 B
TOML
[package]
|
|
name = "bdwgc-alloc"
|
|
description = "impl GlobalAlloc for bdwgc"
|
|
version = "0.6.6"
|
|
authors = [
|
|
"swgillespie <sean.william.g@gmail.com>",
|
|
"Yota Toyama <raviqqe@gmail.com>",
|
|
]
|
|
repository = "https://github.com/raviqqe/bdwgc-alloc"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
|
|
[features]
|
|
default = ["autotools"]
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[build-dependencies]
|
|
autotools = { version = "0.2", optional = true }
|
|
cmake = { version = "0.1", optional = true }
|