beanstalkd 0.2.2

Easy-to-use beanstalkd client for Rust (IronMQ compatible)
[package]
name = "beanstalkd"
version = "0.2.2"
authors = ["Johannes Schickling <schickling.j@gmail.com>"]
license = "MIT"
homepage = "https://github.com/schickling/rust-beanstalkd"
repository = "https://github.com/schickling/rust-beanstalkd"
description = "Easy-to-use beanstalkd client for Rust (IronMQ compatible)"
keywords = ["beanstalkd", "queue", "worker", "ironmq"]
readme = "README.md"

[lib]
name = "beanstalkd"
path = "src/lib.rs"