async-rx 0.2.0

Utility functions for async reactive programming.
Documentation
# 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-rx"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility functions for async reactive programming."
readme = "README.md"
keywords = [
    "async",
    "reactive",
]
categories = [
    "asynchronous",
    "gui",
]
license = "MPL-2.0"
repository = "https://github.com/jplatte/async-rx"

[features]
alloc = []
default = ["alloc"]

[lib]
name = "async_rx"
path = "src/lib.rs"

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies.futures-core]
version = "0.3.28"
default-features = false

[dependencies.pin-project-lite]
version = "0.2.9"

[dev-dependencies.futures-util]
version = "0.3.28"

[dev-dependencies.stream_assert]
version = "0.1.0"

[dev-dependencies.tokio]
version = "1.29.1"
features = [
    "sync",
    "rt",
    "macros",
]

[dev-dependencies.tokio-stream]
version = "0.1.14"