[package] name = "nanobox" version = "0.1.0" authors = ["lemonhx", "andylokandy"] description = "`NanoBox` optimization: store small item on stack and fallback to heap for large item." repository = "https://github.com/lemonhx/nanobox" categories = ["data-structures"] readme = "README.md" keywords = ["box", "alloc", "dst", "stack", "no_std"] license = "MIT OR Apache-2.0" edition = "2021" [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "vs_box" harness = false