# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dialectic-tokio-serde-bincode" version = "0.1.0" authors = ["Kenny Foner ", "Shea Leffler "] description = "A backend for the Dialectic crate using Bincode serialization over Tokio transport" homepage = "https://github.com/boltlabs-inc/dialectic" keywords = ["session", "types", "async", "channel", "protocol"] categories = ["asynchronous", "concurrency", "encoding", "network-programming"] license = "MIT" repository = "https://github.com/boltlabs-inc/dialectic" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1" [dependencies.dialectic] version = "0.4" optional = true [dependencies.dialectic-tokio-serde] version = "0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"]