[package] edition = "2021" name = "cursedcontainer" description = "A \"cursed\" container with opaque keys, usable as a static variable" version = "0.1.2" license = "MIT" repository = "https://github.com/u1f408/cursedcontainer" authors = [ "The Iris System " ] [features] default = [ "std" ] std = [ "spin/std" ] [dependencies] spin = { version = "0.9", default-features = false, features = [ "mutex", "spin_mutex" ] }