[package] name = "volcell" version = "1.0.0" edition = "2021" authors = ["TeleportAura"] repository = "https://codeberg.org/TeleportAura/volcell" description = """ A container type that can hold volatile data and allow for safe reads and mutation of its contents with support for use in packed structs """ readme = "README.md" keywords = ["volatile", "volatility", "cell"] license = "MPL-2.0" [features] default = [] unstable = []