qcell 0.5.4

Statically-checked alternatives to RefCell and RwLock
Documentation
[dependencies.exclusion-set]
optional = true
version = "0.1.2"

[dependencies.generativity]
optional = true
version = "1.0.0"

[dependencies.once_cell]
optional = true
version = "1.4.0"
[dev-dependencies.crossbeam]
version = "0.8"

[dev-dependencies.once_cell]
version = "1.4.0"

[dev-dependencies.pin-project]
version = "1"

[dev-dependencies.pin-utils]
version = "0.1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.static_assertions]
version = "1.0"

[features]
alloc = []
default = ["std"]
std = ["alloc", "once_cell", "exclusion-set?/std"]

[package]
authors = ["Jim Peters <jim@uazu.net>"]
categories = ["data-structures", "memory-management", "rust-patterns"]
description = "Statically-checked alternatives to RefCell and RwLock"
documentation = "https://docs.rs/qcell"
edition = "2018"
keywords = ["cell", "refcell", "borrow", "borrowing", "rc"]
license = "MIT/Apache-2.0"
name = "qcell"
readme = "README.md"
repository = "https://github.com/uazu/qcell"
rust-version = "1.60.0"
version = "0.5.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]