# 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 = "flurx" version = "0.1.6" authors = ["elm"] description = "Create reactive asynchronous data flow" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/not-elm/flurx" [dependencies.async-compat] version = "0.2.3" optional = true [dependencies.pollster] version = "0.3.0" optional = true [dev-dependencies.futures-lite] version = "2.2.0" [dev-dependencies.reqwest] version = "0.12.3" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [features] default = [] default-selectors = [] reducer = [] sync = [ "dep:async-compat", "dep:pollster", ]