singleton-cell 0.3.1

A more powerful Ghost Cell allowing the use of any singleton as the key
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "paste"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"

[[package]]
name = "singleton-cell"
version = "0.3.1"
dependencies = [
 "paste",
 "singleton-trait",
]

[[package]]
name = "singleton-trait"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d34923abcf0f4e7bc6af0bfc08e5fe2d04d6c563893345d9b4d7530687d192f"