[package] name = "orphan-crippler" version = "0.1.6" authors = ["not_a_seagull "] edition = "2018" description = "Two-way oneshot channel for task abstraction" license = "MIT OR Apache-2.0" repository = "https://github.com/notgull/orphan-crippler" homepage = "https://github.com/notgull/orphan-crippler#readme" [dependencies] parking_lot = { version = "0.11.1", optional = true }