# 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-observable" version = "0.4.2" authors = [ "Mara Schulke ", "Florian Uekermann ", ] description = "Async & reactive synchronization model to keep multiple async tasks / threads partially synchronized." documentation = "https://docs.rs/async-observable" readme = "README.md" keywords = [ "async", "await", "reactive", "observable", "synchronization", ] categories = [ "asynchronous", "concurrency", "network-programming", ] license = "MIT" repository = "https://github.com/hemisphere-studio/async-observable" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" optional = true [dependencies.slab] version = "0.4" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_json] version = "1"