arcly-http-messaging 0.8.0

Event consumer mesh (retries, dead-letter) for arcly-http.
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.85"
name = "arcly-http-messaging"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Event consumer mesh (retries, dead-letter) for arcly-http."
readme = false
license = "MIT"
repository = "https://gitlab.com/arcly/arcly-http/arcly-http"

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

[dependencies.arc-swap]
version = "1"

[dependencies.arcly-http-compliance]
version = "0.8.0"

[dependencies.arcly-http-core]
version = "0.8.0"

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.1"

[dependencies.inventory]
version = "0.3"

[dependencies.metrics]
version = "0.23"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"