mio-st 0.2.3

Single threaded, lightweight non-blocking IO
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 = "mio-st"
version = "0.2.3"
authors = ["Carl Lerche <me@carllerche.com>", "Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "LICENSE"]
description = "Single threaded, lightweight non-blocking IO"
homepage = "https://github.com/Thomasdezeeuw/mio-st"
documentation = "https://docs.rs/mio-st"
readme = "README.md"
keywords = ["io", "async", "non-blocking"]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/Thomasdezeeuw/mio-st"
[dependencies.arrayvec]
version = "0.4.7"
features = ["use_union"]
default-features = false

[dependencies.libc]
version = "0.2.44"

[dependencies.log]
version = "0.4.6"
[dev-dependencies.env_logger]
version = "0.6.0"

[features]
disable_test_deadline = []
disable_test_ipv6 = []
[badges.travis-ci]
branch = "master"
repository = "Thomasdezeeuw/mio-st"