[package]
name = "portable-atomic-util"
version = "0.2.4"
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/portable-atomic"
keywords = ["atomic"]
categories = ["concurrency", "data-structures", "embedded", "no-std"]
description = """
Synchronization primitives built with portable-atomic.
"""
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.cargo_check_external_types]
allowed_external_types = [
]
[lib]
doc-scrape-examples = false
[features]
default = []
std = ["alloc"]
alloc = []
[dependencies]
portable-atomic = { version = "1.5.1", path = "..", default-features = false, features = ["require-cas"] }
[dev-dependencies]
build-context = "0.1"
[lints]
workspace = true