async-once-cell 0.5.4

Async single assignment cells and lazy values.
Documentation
[dependencies.critical-section]
optional = true
version = "1"

[features]
critical-section = ["dep:critical-section"]
std = []

[lib]
name = "async_once_cell"
path = "src/lib.rs"

[package]
authors = ["Daniel De Graaf <code@danieldg.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "memory-management"]
description = "Async single assignment cells and lazy values."
documentation = "https://docs.rs/async_once_cell"
edition = "2018"
keywords = ["lazy", "static", "async"]
license = "MIT OR Apache-2.0"
name = "async-once-cell"
readme = "README.md"
repository = "https://github.com/danieldg/async-once-cell"
version = "0.5.4"

[package.metadata.docs.rs]
all-features = true