[package] name = "catty" description = "Send and await a value asynchronously" version = "0.1.5" authors = ["Restioson "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/Restioson/catty" documentation = "https://docs.rs/catty" readme = "README.md" keywords = ["async", "futures", "async-await", "oneshot", "channel"] categories = ["asynchronous", "concurrency"] [dependencies] spin = { version = "0.9.3", default-features = false, features = ["spin_mutex"] } [dev-dependencies] pollster = "0.2.0" criterion = "0.3.3" futures = "0.3.5" [[bench]] name = "basic" harness = false