# 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 = "async-atomic" version = "0.1.5" authors = ["Alexey Gerasev "] description = "Atomics which can be subscribed to and asynchronously notify when updated" homepage = "https://github.com/agerasev/async-atomic" documentation = "https://docs.rs/async-atomic" readme = "README.md" keywords = [ "async", "atomic", ] categories = [ "asynchronous", "concurrency", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/agerasev/async-atomic.git" [dependencies.atomic] version = "0.5.1" default-features = false [dependencies.futures] version = "0.3.26" default-features = false [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [features] alloc = [] default = [ "std", "fallback", ] fallback = ["atomic/fallback"] std = [ "alloc", "atomic/std", "futures/std", ]