# 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-pool" version = "0.5.3" authors = ["paul@colomiets.name"] description = " Generic connection pool for tokio\n" homepage = "http://github.com/tailhook/tk-pool" documentation = "http://docs.rs/tk-pool" readme = "README.md" keywords = ["tokio", "connection-pool", "TCP", "connection", "pool"] license = "MIT/Apache-2.0" [lib] name = "tk_pool" [dependencies.abstract-ns] version = "0.4.0" [dependencies.futures] version = "0.1.10" [dependencies.log] version = "0.4.1" [dependencies.rand] version = "0.4.2" [dependencies.tokio-core] version = "0.1.1" [dependencies.void] version = "1.0.2" [dev-dependencies.argparse] version = "0.2.1" [dev-dependencies.env_logger] version = "0.5.7" [dev-dependencies.futures-cpupool] version = "0.1.2" [dev-dependencies.ns-router] version = "0.1.0" [dev-dependencies.ns-std-threaded] version = "0.3.0" [dev-dependencies.tk-http] version = "0.3.5" default-features = false