tk-listen 0.1.1

A set of helper futures allowing to listen TCP (or unix) socket with resource limits and proper error handling.
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 = "tk-listen"
version = "0.1.1"
authors = ["paul@colomiets.name"]
description = "    A set of helper futures allowing to listen TCP (or unix) socket with\n    resource limits and proper error handling.\n"
homepage = "http://github.com/tailhook/tk-listen"
documentation = "http://docs.rs/tk-listen"
readme = "README.md"
keywords = ["listen", "tcp", "tokio", "bind"]
categories = ["Asynchronous", "Network programming"]
license = "MIT/Apache-2.0"
[dependencies.log]
version = "0.3.7"

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

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

[dependencies.futures]
version = "0.1.16"
[dev-dependencies.tk-http]
version = "0.3.1"

[dev-dependencies.abstract-ns]
version = "0.4.0"

[dev-dependencies.ns-std-threaded]
version = "0.3.0"

[dev-dependencies.env_logger]
version = "0.4.2"

[dev-dependencies.ns-router]
version = "0.1.0"