discro 0.32.0

DISCRete Observables for asynchronous Functional Reactive Programming (FRP).
Documentation
[dependencies.async-stream]
optional = true
version = "0.3.5"

[dependencies.futures-core]
default-features = false
optional = true
version = "0.3.30"

[dependencies.thiserror]
version = "2.0.10"

[dependencies.tokio]
default-features = false
features = ["sync"]
optional = true
version = "1.39.1"

[dev-dependencies.tokio]
features = ["macros", "rt", "time"]
version = "1.39.1"

[features]
async-stream = ["dep:async-stream", "dep:futures-core"]
default = ["async-stream"]
tokio = ["dep:tokio"]

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

[lints.clippy]
clone_on_ref_ptr = "warn"
lint_groups_priority = "allow"
missing_const_for_fn = "warn"
pedantic = "warn"
self_named_module_files = "warn"

[lints.rust]
future_incompatible = "warn"
let_underscore = "warn"
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
rust_2021_compatibility = "warn"
unreachable_pub = "warn"
unsafe_code = "warn"
unused = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "DISCRete Observables for asynchronous Functional Reactive Programming (FRP)."
edition = "2021"
include = ["README.md", "LICENSES/", "src/"]
keywords = ["async", "await", "reactive", "observable", "synchronization"]
license = "MPL-2.0"
name = "discro"
readme = "README.md"
repository = "https://github.com/uklotzde/discro"
rust-version = "1.75"
version = "0.32.0"