| [package] | |
| name = "lock_adapter" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| license.workspace = true | |
| [lints] | |
| workspace = true | |
| [dependencies] | |
| spin = { workspace = true, optional = true } | |
| [features] | |
| default = ["std"] | |
| std = [] | |
| spin = ["dep:spin"] |