# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cursedcontainer" version = "0.1.2" authors = ["The Iris System "] description = "A \"cursed\" container with opaque keys, usable as a static variable" license = "MIT" repository = "https://github.com/u1f408/cursedcontainer" resolver = "2" [dependencies.spin] version = "0.9" features = ["mutex", "spin_mutex"] default-features = false [features] default = ["std"] std = ["spin/std"]