[package] authors = ["Js2xxx "] edition = "2021" license = "MIT OR Apache-2.0" name = "either-slot" readme = "README.md" version = "1.2.0" description = """ An atomic slot whose senders can either place their value into the slot, or retrive all the data from the slot.""" categories = ["concurrency", "data-structures"] keywords = ["atomic", "slot", "either", "channel", "oneshot"] repository = "https://github.com/js2xxx/either-slot" [dependencies] tuple_list = {version = "0.1", default-features = false} [target.'cfg(loom)'.dependencies] loom = "0.7"