# # Copyright (C) 2022 Nathan Sharp. # # This file is available under either the terms of the Apache License, Version # 2.0 or the MIT License, at your discretion. # [package] name = "waitcell" version = "0.4.1" edition = "2018" authors = ["Nathan Sharp "] license = "Apache-2.0 OR MIT" readme = "README.md" repository = "https://gitlab.com/nwsharp/waitcell" description = "A cell type containing a value which may not yet be available." keywords = [ "cell", "blocking" ] categories = [ "concurrency", "rust-patterns" ] [dependencies] scopeguard = "1" [profile.release] codegen-units = 1 lto = "fat" [profile.bench] codegen-units = 1 lto = "fat" [badges] maintenance = { status = "experimental" }