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