[package] name = "lateinit" version = "0.2.1" authors = ["Nathan Perry "] description = "Unsafe late-initialization for statics." license = "MIT" homepage = "https://public.git.npry.dev/lateinit" repository = "https://public.git.npry.dev/lateinit" keywords = ["lateinit", "no_std"] readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "LICENSE", "README.md"] [features] debug_unchecked = []