smol 1.3.0

A small and fast async runtime
Documentation
[dependencies.async-channel]
version = "1.4.2"

[dependencies.async-executor]
version = "1.5.0"

[dependencies.async-fs]
version = "1.3.0"

[dependencies.async-io]
version = "1.12.0"

[dependencies.async-lock]
version = "2.6.0"

[dependencies.async-net]
version = "1.4.3"

[dependencies.async-process]
version = "1.6.0"

[dependencies.blocking]
version = "1.3.0"

[dependencies.futures-lite]
version = "1.11.0"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.async-dup]
version = "1"

[dev-dependencies.async-h1]
version = "2"

[dev-dependencies.async-native-tls]
version = "0.4"

[dev-dependencies.async-tungstenite]
features = ["async-native-tls"]
version = "0.17"

[dev-dependencies.ctrlc]
version = "3"

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.http]
version = "0.2"

[dev-dependencies.http-types]
version = "2"

[dev-dependencies.hyper]
default-features = false
features = ["client", "http1", "server", "stream"]
version = "0.14"

[dev-dependencies.native-tls]
version = "0.2"

[dev-dependencies.scraper]
version = "0.13"

[dev-dependencies.signal-hook]
version = "0.3"

[dev-dependencies.surf]
default-features = false
features = ["h1-client"]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
default-features = false
features = ["rt-multi-thread"]
version = "1"

[dev-dependencies.tungstenite]
version = "0.17"

[dev-dependencies.url]
version = "2"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "concurrency", "network-programming"]
description = "A small and fast async runtime"
edition = "2018"
exclude = ["/.*"]
keywords = ["async", "await", "future", "io", "networking"]
license = "Apache-2.0 OR MIT"
name = "smol"
readme = "README.md"
repository = "https://github.com/smol-rs/smol"
rust-version = "1.47"
version = "1.3.0"
[target."cfg(target_os = \"linux\")".dev-dependencies.inotify]
default-features = false
version = "0.10"

[target."cfg(target_os = \"linux\")".dev-dependencies.nix]
version = "0.24"

[target."cfg(target_os = \"linux\")".dev-dependencies.timerfd]
version = "1"
[target."cfg(windows)".dev-dependencies.uds_windows]
version = "1"