# 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 = "async_deadpool_redis_session" version = "0.3.0" authors = ["Saurav Sharma "] description = "deadpool redis async session" homepage = "https://github.com/iamsauravsharma/async_deadpool_redis_session" readme = "README.MD" keywords = [ "async_session", "deadpool", "async", "pool", "redis", ] categories = ["database"] license = "MIT" repository = "https://github.com/iamsauravsharma/async_deadpool_redis_session" [dependencies.async-session] version = "3.0.0" [dependencies.async-trait] version = "0.1.72" [dependencies.deadpool-redis] version = "0.13.0" default-features = false [dependencies.serde_json] version = "1.0.104" [dependencies.thiserror] version = "1.0.44" [features] async-std1 = ["deadpool-redis/rt_async-std_1"] default = ["tokio1"] tokio1 = ["deadpool-redis/rt_tokio_1"]