[badges.maintenance]
status = "passively-maintained"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.const-default_1]
default-features = false
optional = true
package = "const-default"
version = "1"
[dependencies.spin]
optional = true
version = "0.9.2"
[dev-dependencies.async-scoped]
features = ["use-tokio"]
version = "0.7.0"
[dev-dependencies.env_logger]
version = "0.9"
[dev-dependencies.futures]
version = "0.3.17"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.rayon]
version = "1.5.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.11.0"
[features]
alloc = []
default = ["std"]
doc_cfg = []
std = ["spin", "alloc"]
unstable = []
[package]
authors = ["yvt <i@yvt.jp>"]
categories = ["rust-patterns", "no-std"]
description = """
Provides cell types that decouple permissions from data.
"""
edition = "2018"
keywords = ["token", "lock", "cell", "ghost", "borrow"]
license = "MIT/Apache-2.0"
name = "tokenlock"
readme = "README.md"
repository = "https://github.com/yvt/tokenlock"
version = "0.3.8"
[package.metadata.docs.rs]
all-features = true