mio 0.3.7

Lightweight non-blocking IO
[package]

name          = "mio"
version       = "0.3.7"
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.3.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"
libc  = "0.1.8"
time  = "0.1.24"
slab  = "0.1.0"
bytes = "0.2.10"
nix   = "0.3.9"

[dev-dependencies]
env_logger = "0.3.0"
tempdir    = "0.3.4"

[[test]]

name = "test"
path = "test/test.rs"