[dependencies.asynk-strim]
optional = true
version = "0.1.5"
[dependencies.futures-core]
default-features = false
optional = true
version = "0.3.31"
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
default-features = false
features = ["sync"]
optional = true
version = "1.47.1"
[dev-dependencies.tokio]
features = ["macros", "rt", "time"]
version = "1.47.1"
[features]
async-stream = ["dep:asynk-strim", "dep:futures-core"]
default = ["async-stream"]
tokio = ["dep:tokio"]
[lib]
name = "discro"
path = "src/lib.rs"
[lints.clippy]
clone_on_ref_ptr = "warn"
missing_const_for_fn = "warn"
pedantic = "warn"
self_named_module_files = "warn"
[lints.rust]
tail_expr_drop_order = "allow"
unreachable_pub = "warn"
unsafe_code = "warn"
[lints.rust.future_incompatible]
level = "warn"
priority = -1
[lints.rust.let_underscore]
level = "warn"
priority = -1
[lints.rust.missing_debug_implementations]
level = "warn"
priority = -1
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1
[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1
[lints.rust.unused]
level = "warn"
priority = -1
[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 = "2024"
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.89"
version = "0.35.0"