[package] name = "toku_protocol" version = "0.2.0" authors = ["Helselia Inc."] edition = "2018" description = "RPC Transport Layer Protocol" license = "MIT" [dependencies] byteorder = "1.2.4" bytes = "0.5" bytesize = "1.0.0" failure = "0.1" tokio-util = { version = "0.2", features = ["codec"]}