[package] name = "dialectic-tokio-mpsc" version = "0.1.0" authors = ["Kenny Foner ", "Shea Leffler "] edition = "2018" license = "MIT" description = "A backend for the Dialectic crate using Tokio's MPSC channels" repository = "https://github.com/boltlabs-inc/dialectic" homepage = "https://github.com/boltlabs-inc/dialectic" keywords = ["session", "types", "async", "channel", "protocol"] categories = ["asynchronous", "concurrency"] [dependencies] dialectic = { version = "0.4", path = "../dialectic" } thiserror = "1" tokio = { version = "1", features = ["sync"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]