stackalloc 1.2.2

Safely allocate and manipulate arbitrarily-sized slices on the stack at runtime
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 = "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"