[package] name = "stack_box" description = "store unsize struct on stack with static check" documentation = "https://docs.rs/stack_box/latest/stack_box/index.html" authors = ["Fancyflame"] edition = "2021" license = "MIT" repository = "https://github.com/Fancyflame/stack_box.git" rust-version = "1.82" version = "1.5.1" [dependencies] thiserror = "2.0" const_format = "0.2" [features] no_std = []