wae-queue 0.0.0

WAE Queue - 消息队列抽象层,支持内存队列
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 = "2024"
name = "wae-queue"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Queue - 消息队列抽象层,支持内存队列"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-queue"
documentation = "https://docs.rs/wae-queue"
readme = "README.md"
keywords = [
    "queue",
    "message-queue",
    "async",
    "messaging",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-queue"
resolver = "2"

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

[[test]]
name = "main"
path = "tests/main.rs"

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

[dependencies.futures]
version = "0.3.32"

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.wae-types]
version = "0.0.0"