stackbox 0.1.0-rc1

`&own`ing references in stable Rust - no_std-friendly Box
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "func_wrap"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac674ae574fd6e66ab28b0628ac2de0554c17b7a6daa43acd5821764f5360a6"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "paste"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7151b083b0664ed58ed669fcdd92f01c3d2fdbf10af4931a301474950b52bfa9"

[[package]]
name = "proc-macro2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "stackbox"
version = "0.1.0-rc1"
dependencies = [
 "paste",
 "with_locals",
]

[[package]]
name = "syn"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"

[[package]]
name = "with_locals"
version = "0.3.0-rc1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84e2713f52d19c6a73ad770eba26c8504c73a43e50e8706d66498daff3efa154"
dependencies = [
 "with_locals-proc_macros",
]

[[package]]
name = "with_locals-proc_macros"
version = "0.3.0-rc1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de16f00726ce97e6434acd0491886a9bf187dab8162e25a9630a78e1514978f"
dependencies = [
 "func_wrap",
 "proc-macro2",
 "quote",
 "syn",
]