blob: 9f58a554a53a27c0b61224bf668e2a35bb2d17c6 [file] [log] [blame]
[package]
name = "mio"
version = "0.4.0"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Lightweight non-blocking IO"
documentation = "http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.4.x/mio/"
homepage = "https://github.com/carllerche/mio"
repository = "https://github.com/carllerche/mio"
readme = "README.md"
keywords = ["io", "async", "non-blocking"]
exclude = [
".gitignore",
".travis.yml",
"deploy.sh",
"test/**/*",
]
[dependencies]
log = "0.3.1"
nix = "0.3.9"
libc = "0.1.8"
slab = "0.1.0"
bytes = "0.2.10"
winapi = "0.1.23"
clock_ticks = "0.0.5"
[dev-dependencies]
env_logger = "0.3.0"
tempdir = "0.3.4"
[[test]]
name = "test"
path = "test/test.rs"