[package] name = "default-boxed" version = "0.2.0" description = "Helper trait to help create large struct on heap directly" authors = ["Xidorn Quan "] repository = "https://github.com/upsuper/default-boxed" keywords = ["box", "allocator", "memcpy"] categories = ["memory-management", "no-std"] edition = "2018" license = "MIT" readme = "README.md" [badges] [workspace] [dependencies] default-boxed-derive = { version = "0.2.0", path = "derive" } [target.'cfg(not(miri))'.dev-dependencies] trybuild = "1.0.28"