[dependencies]
[lib]
name = "single_thread_cell"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create a cell that can only be accessed by a single thread."
edition = "2021"
license = "Apache-2.0"
name = "single_thread_cell"
readme = "README.md"
repository = "https://github.com/KunoSayo/single_thread_cell"
version = "0.1.0"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[[test]]
name = "test"
path = "tests/test.rs"