[package]
name = "try-lock-portable-atomic"
version = "0.2.5-patch0"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight atomic lock."
homepage = "https://github.com/ariel-os/try-lock-portable-atomic"
documentation = "https://docs.rs/try-lock-portable-atomic"
readme = "README.md"
keywords = [
"lock",
"atomic",
]
categories = [
"concurrency",
"no-std",
]
license = "MIT"
repository = "https://github.com/ariel-os/try-lock-portable-atomic"
[lib]
name = "try_lock_portable_atomic"
path = "src/lib.rs"
[dependencies.portable-atomic]
version = "1.3.0"
features = ["require-cas"]
optional = true
default-features = false