[package]
edition = "2024"
rust-version = "1.88"
name = "gear-stack-buffer"
version = "1.10.0-600576ccacommit"
authors = ["Gear Technologies"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear stack buffer implementation"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gear-stack-buffer"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"
[features]
compile-alloca = ["cc"]
stack-clash-protection = []
[lib]
name = "gear_stack_buffer"
path = "src/lib.rs"
[build-dependencies.cc]
version = "1.2.37"
optional = true