# 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.2.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.futures] version = "0.1.16" [dependencies.log] version = "0.4.1" [dependencies.tokio] version = "0.1.7" [dependencies.tokio-io] version = "0.1.3" [dev-dependencies.abstract-ns] version = "0.4.0" [dev-dependencies.env_logger] version = "0.5.10" [dev-dependencies.ns-env-config] version = "0.1.0" [dev-dependencies.tk-http] version = "0.3.1" [dev-dependencies.tokio-core] version = "0.1.10"