[dependencies]
[dev-dependencies.static_assertions]
version = "1"
[package]
authors = ["Nika Layzell <nika@thelayzells.com>", "myrrlyn <self@myrrlyn.dev>"]
categories = ["concurrency", "no-std"]
description = "Portable interfaces for maybe-atomic types"
documentation = "https://docs.rs/radium"
edition = "2018"
homepage = "https://github.com/bitvecto-rs/radium"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt", "build.rs"]
keywords = ["atomic", "cell", "sync", "generic", "trait"]
license = "MIT"
name = "radium"
readme = "README.md"
repository = "https://github.com/bitvecto-rs/radium"
version = "0.7.0"