blob: 80b613b033a44bd6d38fc835f9ec16fc8143b259 [file] [log] [blame]
[package]
name = "atomic"
version = "0.5.1"
edition = "2018"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Generic Atomic<T> wrapper type"
documentation = "https://amanieu.github.io/atomic-rs/atomic/index.html"
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/atomic-rs"
readme = "README.md"
keywords = ["atomic", "no_std"]
[features]
default = ["fallback"]
std = []
fallback = []
[build-dependencies]
autocfg = "1"