[package] name = "response_channel" version = "0.1.0" edition = "2021" authors = ["Raunak Bhagat "] description = "A bidirectional response channel" repository = "https://github.com/raunakab/response_channel" license-file = "LICENSE.md" keywords = ["bidirectional", "request", "response", "channels"] publish = ["crates-io"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.21.2", features = ["sync"] } derive_more = "0.99.17" [dev-dependencies] tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } tokio-test = "0.4.2"