azoth-bus 0.2.4

Multi-consumer pub/sub bus built on Azoth primitives
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"
name = "azoth-bus"
version = "0.2.4"
authors = ["johnny <johnny@empyrealsdk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-consumer pub/sub bus built on Azoth primitives"
homepage = "https://github.com/empyrealapp/azoth"
documentation = "https://docs.rs/azoth"
readme = "README.md"
license = "MIT"
repository = "https://github.com/empyrealapp/azoth"

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

[[example]]
name = "actor_mailbox"
path = "examples/actor_mailbox.rs"

[[example]]
name = "async_consumer"
path = "examples/async_consumer.rs"

[[example]]
name = "async_notifications"
path = "examples/async_notifications.rs"

[[example]]
name = "consumer_group"
path = "examples/consumer_group.rs"

[[example]]
name = "multi_consumer"
path = "examples/multi_consumer.rs"

[[example]]
name = "retention"
path = "examples/retention.rs"

[[example]]
name = "simple_consumer"
path = "examples/simple_consumer.rs"

[[example]]
name = "stream_processing"
path = "examples/stream_processing.rs"

[dependencies.azoth]
version = "0.2.4"

[dependencies.azoth-core]
version = "0.2.4"

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

[dependencies.futures]
version = "0.3"

[dependencies.pin-project]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "sync",
    "macros",
    "sync",
    "time",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "sync",
    "macros",
    "rt-multi-thread",
    "macros",
]