# 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] edition = "2018" name = "actix-redis-jobs" version = "0.2.0-beta.1" authors = ["Njuguna Mureithi "] description = "Simple and reliable background processing for Rust using Actix and Redis" documentation = "https://docs.rs/actix-redis-jobs" readme = "README.md" keywords = ["redis", "jobs", "actix", "async", "background"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/geofmureithi/actix-jobs.git" [dependencies.actix] version = "0.11" [dependencies.actix-rt] version = "2.1" [dependencies.backoff] version = "0.3" features = ["async-std"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.fnv] version = "1.0.3" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.redis] version = "0.20.0" features = ["async-std-comp"] [dependencies.rmp-serde] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"]