# 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" rust-version = "1.75" name = "redis-swapplex" version = "0.12.1" authors = ["Thomas Sieverding "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redis multiplexing with reconnection notifications and MGET auto-batching" readme = "README.md" license = "MIT" repository = "https://github.com/Bajix/redis-swapplex/" [lib] name = "redis_swapplex" path = "src/lib.rs" [dependencies.arc-swap] version = "1.7" [dependencies.derive-redis-swapplex] version = "0.12.1" [dependencies.env-url] version = "2.1" [dependencies.futures-util] version = "0.3" [dependencies.into-bytes] version = "0.1" [dependencies.once_cell] version = "1.19" [dependencies.redis] version = "0.25" features = [ "aio", "tokio-comp", ] [dependencies.stack-queue] version = "0.14" features = ["redis-args"] [dependencies.tokio] version = "1" features = [ "sync", "parking_lot", ] [dev-dependencies.async-local] version = "2" features = ["barrier-protected-runtime"] [dev-dependencies.criterion] version = "0.5" features = [ "async_tokio", "html_reports", ] [dev-dependencies.ctor] version = "0.2" [dev-dependencies.fred] version = "9.0" [dev-dependencies.redis] version = "0.25" features = ["connection-manager"] [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", "time", ] [features] default = []