1[package]
2name = "static_cell"
3version = "2.1.0"
4edition = "2021"
5description = "Statically allocated, initialized at runtime cell."
6license = "MIT OR Apache-2.0"
7repository = "https://github.com/embassy-rs/static-cell"
8
9[dependencies]
10portable-atomic = { version = "1.5.1" }
11
12[features]
13nightly = []
14
15[package.metadata.docs.rs]
16features = ["nightly"]
17rustdoc-args = ["--cfg", "docsrs"]
18