tokio-net 0.2.0-alpha.2

Event loop that drives Tokio I/O resources.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "tokio-net"
version = "0.2.0-alpha.2"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "Event loop that drives Tokio I/O resources.\n"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-net/0.2.0-alpha.2/tokio_net"
readme = "README.md"
categories = ["asynchronous", "network-programming"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[dependencies.bytes]
version = "0.4"
optional = true

[dependencies.crossbeam-utils]
version = "0.6.0"

[dependencies.futures-core-preview]
version = "=0.3.0-alpha.18"

[dependencies.futures-sink-preview]
version = "=0.3.0-alpha.18"
optional = true

[dependencies.futures-util-preview]
version = "=0.3.0-alpha.18"
optional = true

[dependencies.iovec]
version = "0.1"
optional = true

[dependencies.lazy_static]
version = "1.0.2"

[dependencies.log]
version = "0.4.6"

[dependencies.mio]
version = "0.6.14"

[dependencies.num_cpus]
version = "1.8.0"

[dependencies.parking_lot]
version = "0.9"

[dependencies.slab]
version = "0.4.0"

[dependencies.tokio-codec]
version = "=0.2.0-alpha.2"

[dependencies.tokio-executor]
version = "=0.2.0-alpha.2"

[dependencies.tokio-io]
version = "=0.2.0-alpha.2"

[dependencies.tokio-sync]
version = "=0.2.0-alpha.2"

[features]
async-traits = []
signal = ["futures-util-preview", "mio-uds", "libc", "signal-hook-registry", "winapi"]
tcp = ["bytes", "futures-util-preview", "iovec"]
udp = ["bytes", "futures-sink-preview", "futures-util-preview"]
uds = ["bytes", "mio-uds", "futures-util-preview", "iovec", "libc"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.42"
optional = true

[target."cfg(unix)".dependencies.mio-uds]
version = "0.6.5"
optional = true

[target."cfg(unix)".dependencies.signal-hook-registry]
version = "~1"
optional = true
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["consoleapi", "minwindef", "wincon"]
optional = true