[dependencies.aligned]
version = "0.4.2"
[dev-dependencies.futures-executor]
version = "0.3.30"
[dev-dependencies.heapless]
version = "0.8"
[dev-dependencies.static_assertions]
version = "1.1"
[dev-dependencies.trybuild]
version = "1"
[[example]]
name = "green-threads"
path = "examples/green-threads.rs"
[features]
std = []
[lib]
name = "sized_dst"
path = "src/lib.rs"
[package]
authors = ["Yuhan Lin <yuhanliin@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std::no-alloc", "data-structures", "rust-patterns"]
description = "Owned container for dynamically-sized types backed by inline memory"
edition = "2021"
keywords = ["no_std", "trait-object", "traits"]
license = "MIT OR Apache-2.0"
name = "sized-dst"
readme = "README.md"
repository = "https://github.com/YuhanLiin/sized-dst"
version = "0.1.1"
[[test]]
name = "test"
path = "tests/test.rs"