mecha10-messaging 0.1.21

Redis Streams messaging layer for Mecha10
Documentation
[dependencies.redis]
features = ["tokio-comp", "connection-manager"]
version = "0.27"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1.6"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Redis Streams messaging layer for Mecha10"
edition = "2021"
license = "MIT"
name = "mecha10-messaging"
readme = "README.md"
repository = "https://github.com/mecha10/mecha10"
version = "0.1.21"

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