# 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" rust-version = "1.60.0" name = "atomic_float" version = "1.1.0" authors = ["Thom Chiovoloni "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Floating point types which can be safely shared between threads" homepage = "https://github.com/thomcc/atomic_float" documentation = "https://docs.rs/atomic_float" readme = "README.md" keywords = [ "atomic", "float", "atomicf32", "atomicf32", ] categories = [ "concurrency", "data-structures", "no-std", "rust-patterns", ] license = "Apache-2.0 OR MIT OR Unlicense" repository = "https://github.com/thomcc/atomic_float" [lib] name = "atomic_float" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.serde_test] version = "1" default-features = false [features] atomic_f64 = [] default = ["atomic_f64"]