[package] name = "singleton-cell" version = "0.3.1" authors = ["Jason Carr "] edition = "2018" include = ["src/**/*", "Cargo.toml"] description = "A more powerful Ghost Cell allowing the use of any singleton as the key" license = "MIT" repository = "https://gitlab.com/jcarr0/scell" readme = "README.md" categories = ["no-std", "rust-patterns", "memory-management"] keywords = ["cell", "experimental", "ghost", "borrow", "borrowing"] [dependencies] singleton-trait = "0.3.0" paste = "1.0.5"