rsocket_rust 0.5.3

rsocket-rust is an implementation of the RSocket protocol in Rust.
Documentation
[dependencies.bytes]
version = "0.5.4"

[dependencies.futures]
version = "0.3.5"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.tokio]
default-features = false
features = ["rt-core", "rt-threaded", "sync", "stream"]
version = "0.2.21"

[features]
default = []
frame = []

[package]
authors = ["Jeffsky <jjeffcaii@outlook.com>"]
description = "rsocket-rust is an implementation of the RSocket protocol in Rust."
edition = "2018"
homepage = "https://github.com/rsocket/rsocket-rust"
license = "Apache-2.0"
name = "rsocket_rust"
readme = "README.md"
repository = "https://github.com/rsocket/rsocket-rust"
version = "0.5.3"