sequenced-broadcast 0.3.0

Async structure to allow sequenced broadcasts with history
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 = "sequenced-broadcast"
version = "0.3.0"
authors = ["Patrick Lorio <patrick@methods.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async structure to allow sequenced broadcasts with history"
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/Developed-Methods/sequenced-broadcast"

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

[dependencies.arc-metrics]
version = "0.1"

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "sync",
]

[dev-dependencies.tokio]
version = "1.40"
features = ["full"]