[package] edition = "2021" name = "lazyonce" version = "2.0.1" description = "Use std::cell::OnceCell instead" license = "CC0-1.0" homepage = "https://lib.rs/crates/lazyonce" repository = "https://gitlab.com/crates.rs/lazyonce" categories = ["rust-patterns"] keywords = ["lazy", "cell", "cache", "init", "immutable"] [dependencies] parking_lot = "0.12.0" [badges] maintenance = { status = "deprecated" }