ply_tokio_redis_mongodb 0.1.9

Implementation of ply for the technology combination of Redis and MongoDB
Documentation
[dependencies.async-trait]
version = "0.1.75"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4.20"

[dependencies.mongodb]
version = "2.8.1"

[dependencies.ply_jobs]
features = ["mongodb"]
version = "0.1.8"

[dependencies.r2d2_redis]
version = "0.14.0"

[dependencies.redis]
features = ["tokio-comp"]
version = "0.23.2"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
features = []
version = "1"

[dependencies.simple_logger]
version = "4.2.0"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["sync", "time"]
version = "1.0"
[dev-dependencies.reqwest]
version = "0.11.23"

[package]
description = "Implementation of ply for the technology combination of Redis and MongoDB"
edition = "2021"
license = "MIT-0"
name = "ply_tokio_redis_mongodb"
readme = "README.md"
version = "0.1.9"