[badges.maintenance]
status = "passively-maintained"
[dependencies.parking_lot]
version = "0.12.3"
[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.40.0"
[lib]
name = "swctx"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "asynchronous"]
description = "One-shot channel with some special semantics."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "rustfmt.toml"]
keywords = ["channel", "threads", "sync", "message-passing"]
license = "0BSD"
name = "swctx"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/swctx"
rust-version = "1.56"
version = "0.3.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[[test]]
name = "errors"
path = "tests/errors.rs"
[[test]]
name = "errors_async"
path = "tests/errors_async.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"