[package]
edition = "2021"
name = "stackbox_2"
version = "0.2.2"
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`&own`ing references in stable Rust - no_std-friendly Box"
homepage = "https://crates.io/crates/stackbox-2"
documentation = "https://docs.rs/stackbox-2"
readme = "README.md"
keywords = [
"no_std",
"own",
"stack",
"move",
"unsized_rvalues",
]
categories = [
"no-std",
"rust-patterns",
]
license = "Zlib OR MIT OR Apache-2.0"
repository = "https://github.com/danielhenrymantilla/stackbox-2.rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--html-in-header",
"fix-rustdoc-css.html",
]
[features]
alloc = []
default = ["alloc"]
docs = []
std = ["alloc"]
[lib]
name = "stackbox_2"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0.2"
[dependencies.unsize]
version = "1"
optional = true
[dev-dependencies.with_locals]
version = "0.3.3"