ntex-async-std 0.1.1

async-std intergration for ntex framework
Documentation
[dependencies.async-oneshot]
version = "0.5.0"

[dependencies.async-std]
features = ["unstable"]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.ntex-bytes]
version = "0.1.11"

[dependencies.ntex-io]
version = "0.1.7"

[dependencies.ntex-util]
version = "0.1.13"

[dependencies.pin-project-lite]
version = "0.2"

[lib]
name = "ntex_async_std"
path = "src/lib.rs"

[package]
authors = ["ntex contributors <team@ntex.rs>"]
categories = ["network-programming", "asynchronous"]
description = "async-std intergration for ntex framework"
documentation = "https://docs.rs/ntex-rt-async-std/"
edition = "2018"
homepage = "https://ntex.rs"
keywords = ["network", "framework", "async", "futures"]
license = "MIT"
name = "ntex-async-std"
repository = "https://github.com/ntex-rs/ntex.git"
version = "0.1.1"