actix-redis-jobs 0.1.1

Simple and reliable background processing for Rust using Actix and Redis
Documentation
[package]
name = "actix-redis-jobs"
version = "0.1.1"
authors = ["Njuguna Mureithi <mureithinjuguna@gmail.com>"]
description = "Simple and reliable background processing for Rust using Actix and Redis"
keywords = ["redis", "jobs", "actix", "async", "background"]
repository = "https://github.com/geofmureithi/actix-jobs.git"
documentation = "https://docs.rs/actix-redis-jobs"
readme = "README.md"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-rt = "1.0.0"
actix = "0.9"
redis = "0.15"
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
log = "0.4"
failure = "0.1"
rmp-serde = "0.14"
env_logger = "0.7"