[dependencies.paste]
version = "1.0.2"
[dev-dependencies.with_locals]
version = "0.3.0-rc1"
[features]
alloc = []
const-generics = []
default = ["alloc"]
docs = []
std = ["alloc"]
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "`&own`ing references in stable Rust - no_std-friendly Box"
documentation = "https://docs.rs/stackbox"
edition = "2018"
homepage = "https://crates.io/crates/stackbox"
keywords = ["no_std", "own", "stack", "move", "unsized_rvalues"]
license = "Zlib OR MIT OR Apache-2.0"
name = "stackbox"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/stackbox.rs"
version = "0.1.1-rc1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-in-header", "fix-rustdoc-css.html"]