[package]
edition = "2018"
name = "stackalloc"
version = "1.2.2"
authors = ["Avril <flanchan@cumallover.me>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safely allocate and manipulate arbitrarily-sized slices on the stack at runtime"
homepage = "https://git.flanchan.moe/flanchan/stackalloc-rs"
readme = "README.md"
keywords = [
"alloca",
"stack",
"stack-allocation",
"safe",
]
license = "MIT"
repository = "https://github.com/notflan/stackalloc-rs"
[features]
default = []
no_std = []
no_unwind_protection = []
[lib]
name = "stackalloc"
path = "src/lib.rs"
[dev-dependencies.lazy_static]
version = "1.4.0"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.rustc_version]
version = "0.2"