[package] name = "simple-lazy" authors = ["Akase Cho "] license = "MIT OR Apache-2.0" version = "0.1.0" edition = "2021" rust-version = "1.70.0" description = "40 Lines wrapper of std OnceLock" readme = "README.md" documentation = "https://docs.rs/simple-lazy" repository = "https://github.com/scroll-tech/simple-lazy" keywords = ["lazy", "static"] categories = ["rust-patterns", "memory-management"] [dependencies]