[package] name = "dialectic-null" version = "0.1.0" authors = ["Kenny Foner ", "Shea Leffler "] edition = "2018" license = "MIT" description = "A no-op backend for the Dialectic crate, intended for benchmarking and testing" 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" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]