[package] name = "tokio-beanstalkd" version = "0.4.2" authors = ["Bhargav Voleti "] description = "Asynchronous client library for interacting with Beanstalkd work queue." readme = "README.md" homepage = "https://github.com/bIgBV/tokio-beanstalkd" repository = "https://github.com/bIgBV/tokio-beanstalkd" keywords = ["beanstalkd", "tokio", "asynchronous"] categories = ["api-bindings", "asynchronous", "network-programming"] license = "MIT" [dependencies] tokio = "0.1" futures = "0.1" failure = "0.1" bytes = "0.4"