[package] name = "beanstalkd" version = "0.4.1" authors = ["Johannes Schickling "] license = "MIT OR Apache-2.0" homepage = "https://github.com/schickling/rust-beanstalkd" repository = "https://github.com/schickling/rust-beanstalkd" documentation = "https://docs.rs/crate/beanstalkd" description = "Easy-to-use beanstalkd client for Rust (IronMQ compatible)" keywords = ["beanstalkd", "queue", "worker", "ironmq"] categories = ["network-programming"] readme = "README.md" [badges] travis-ci = { repository = "schickling/rust-beanstalkd", branch = "master" } [lib] name = "beanstalkd" path = "src/lib.rs" [dependencies] bufstream = "0.1"