# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ply_tokio_redis_mongodb" version = "0.1.9" description = "Implementation of ply for the technology combination of Redis and MongoDB" readme = "README.md" license = "MIT-0" [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] version = "0.1.8" features = ["mongodb"] [dependencies.r2d2_redis] version = "0.14.0" [dependencies.redis] version = "0.23.2" features = ["tokio-comp"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = [] [dependencies.simple_logger] version = "4.2.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.0" features = [ "sync", "time", ] [dev-dependencies.reqwest] version = "0.11.23"