gear-stack-buffer 2.0.0-pre.1

Gear stack buffer implementation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91"
name = "gear-stack-buffer"
version = "2.0.0-pre.1"
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
keywords = [
    "gear",
    "stack",
    "buffer",
    "alloca",
    "no-std",
]
categories = [
    "memory-management",
    "no-std",
]
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"

[dependencies.gear-workspace-hack]
version = "0.1.0"

[build-dependencies.cc]
version = "1.2.37"
optional = true