# 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 = "rsmq_async" version = "12.0.0" authors = ["David Bonet "] description = "Async RSMQ port to rust. RSMQ is a simple redis queue system that works in any redis v2.4+. It contains the same methods as the original one in https://github.com/smrchy/rsmq" homepage = "https://crates.io/crates/rsmq_async" documentation = "https://docs.rs/rsmq_async/" readme = "README.md" license = "MIT" repository = "https://github.com/Couragium/rsmq-async-rs" [dependencies.async-trait] version = "^0.1" [dependencies.bb8] version = "^0.8" [dependencies.lazy_static] version = "^1" [dependencies.radix_fmt] version = "^1" [dependencies.rand] version = "^0.8" [dependencies.redis] version = "^0.25" features = [ "acl", "keep-alive", "script", ] default-features = false [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1" optional = true [dev-dependencies.net2] version = "^0.2" [dev-dependencies.tokio] version = "^1" features = ["rt-multi-thread"] [features] async-std-comp = ["redis/async-std-comp"] break-js-comp = [] default = [ "tokio-comp", "sync", ] sync = ["tokio"] tokio-comp = ["redis/tokio-comp"]