[package] name = "twice-cell" version = "0.1.0" edition = "2021" authors = ["Cass Fridkin "] license = "MIT OR Apache-2.0" description = "Like `once-cell`, except you set the value twice." homepage = "https://github.com/caass/twice-cell" repository = "https://github.com/caass/twice-cell.git" [features] serde = ["dep:serde", "either/serde"] [dependencies] either = "1.13.0" serde = { version = "1.0.210", optional = true } void = "1.0.2"