[package]
edition = "2021"
name = "stopper"
version = "0.2.8"
authors = ["Jacob Rothstein <hi@jbr.me>"]
description = "an async stream and future stopper mechanism"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbr/stopper"
[dependencies.event-listener]
version = "5.3.1"
[dependencies.futures-lite]
version = "2.3.0"
[dependencies.pin-project-lite]
version = "0.2.14"
[dev-dependencies.test-harness]
version = "0.2.0"
[features]
loom = [
"event-listener/loom",
"dep:loom",
]
[target."cfg(loom)".dependencies.loom]
version = "0.7"
features = [
"futures",
"checkpoint",
]
optional = true
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0