[package]
name = "gear-stack-buffer"
description = "Gear stack buffer implementation"
documentation = "https://docs.rs/gear-stack-buffer"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[build-dependencies]
cc = { version = "1.0", optional = true }
[features]
compile-alloca = ["cc"]
stack-clash-protection = []