tokio-uds 0.1.6

Unix Domain sockets for Tokio
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]
name = "tokio-uds"
version = "0.1.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Unix Domain sockets for Tokio\n"
homepage = "https://github.com/tokio-rs/tokio-uds"
documentation = "https://docs.rs/tokio-uds"
categories = ["asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-uds"
[dependencies.bytes]
version = "0.4"

[dependencies.iovec]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.mio]
version = "0.6.5"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.futures]
version = "0.1.11"

[dependencies.mio-uds]
version = "0.6.4"
[badges.appveyor]
repository = "alexcrichton/tokio-uds"

[badges.travis-ci]
repository = "tokio-rs/tokio-uds"