# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "atomic_once_cell" version = "0.1.6" authors = ["Eivind Alexander Bergem "] include = [ "**/*.rs", "Cargo.toml", ] description = "Thread-safe and lock-free OnceCell and Lazy" readme = "README.md" keywords = [ "lock-free", "no_std", "non-blocking", "atomic", ] categories = [ "no-std", "concurrency", ] license = "MPL-2.0" repository = "https://github.com/rustne-kretser/atomic_once_cell" [dependencies.atomic-polyfill] version = "1.0.2" [dependencies.crossbeam-utils] version = "0.8.15" default-features = false [dependencies.serde] version = "1.0.171" optional = true [dev-dependencies.serde_json] version = "1.0.104" [features] default = [] serde = ["dep:serde"] [target."cfg(loom)".dependencies.loom] version = "0.7.0"