[dependencies.futures]
version = "0.3.17"
[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.10.0"
[package]
authors = ["Kristijan Sedlak <xpepermint@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "General-purpose asynchronous socket stream."
documentation = "https://docs.rs/async-socket"
edition = "2018"
homepage = "https://github.com/xpepermint/async-socket-rs/"
keywords = ["async", "socket", "read", "write", "clone"]
license = "MIT"
name = "async-socket"
readme = "README.md"
repository = "https://github.com/xpepermint/async-socket-rs"
version = "0.1.1"