stackbox_2 0.2.2

`&own`ing references in stable Rust - no_std-friendly Box
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 = "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"