azums-redis 0.2.0

Production-grade Redis storage and streaming backend driver for azums
Documentation
# 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 = "azums-redis"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-grade Redis storage and streaming backend driver for azums"
homepage = "https://github.com/BlockForge-Dev/azums"
documentation = "https://docs.rs/azums-redis"
readme = "README.md"
keywords = [
    "redis",
    "job-queue",
    "background-jobs",
    "task-queue",
    "storage-backend",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BlockForge-Dev/azums"

[lib]
name = "azums_redis"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.azums-core]
version = "0.2.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.redis]
version = "0.25"
features = [
    "tokio-comp",
    "aio",
    "connection-manager",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]