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