# 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 = "observables" version = "0.1.0" description = "Simple Reactivity" license = "MPL-2.0" repository = "https://github.com/wishawa/async_ui" resolver = "1" [dependencies.async-channel] version = "1.7.1" optional = true [dependencies.futures-signals] version = "0.3.30" optional = true [dependencies.pin-project-lite] version = "0.2.9" [dependencies.waker-fn] version = "1.1.0" optional = true [features] async-channel = [ "dep:async-channel", "dep:waker-fn", ] default = [ "futures-signals", "async-channel", ] futures-signals = [ "dep:futures-signals", "dep:waker-fn", ]