try-lock-portable-atomic 0.2.5-patch0

A lightweight atomic lock.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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