# 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 = "relaxed" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrappers around Atomics that always use `Ordering::Relaxed`" readme = "README.md" keywords = [ "atomic", "relaxed", ] categories = [ "concurrency", "no-std::no-alloc", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dimpolo/relaxed/" [lib] name = "relaxed" path = "src/lib.rs" [dependencies.atomic_float] version = "1.0.0" default-features = false [dependencies.serde] version = "1.0.198" features = ["derive"] optional = true default-features = false [features] serde = [ "dep:serde", "atomic_float/serde", ]