[dependencies.portable-atomic-v1]
default-features = false
package = "portable-atomic"
version = "1.3"
[dependencies.serde]
default-features = false
optional = true
version = "1.0.103"
[dev-dependencies.crossbeam-utils]
version = "0.8"
[dev-dependencies.fastrand]
version = "1"
[dev-dependencies.paste]
version = "1"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_test]
version = "1"
[dev-dependencies.sptr]
version = "0.3"
[dev-dependencies.static_assertions]
version = "1"
[features]
default = ["fallback"]
fallback = ["portable-atomic-v1/fallback"]
float = ["portable-atomic-v1/float"]
outline-atomics = []
std = ["portable-atomic-v1/std"]
[lib]
doc-scrape-examples = false
[package]
categories = ["concurrency", "data-structures", "embedded", "hardware-support", "no-std"]
description = "Portable atomic types including support for 128-bit atomics, atomic float, etc.\n"
edition = "2018"
exclude = ["/.*", "/tools", "/target-specs"]
keywords = ["atomic"]
license = "Apache-2.0 OR MIT"
name = "portable-atomic"
readme = "README.md"
repository = "https://github.com/taiki-e/portable-atomic"
rust-version = "1.34"
version = "0.3.20"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]