[package] name = "atomic" version = "0.4.6" authors = ["Amanieu d'Antras "] description = "Generic Atomic 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] nightly = [] std = []