rabbit_warren 0.1.2

An ergonomic, production-ready RabbitMQ client built on top of lapin, featuring automatic ack/nack strategies and distributed tracing.
# 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 = "rabbit_warren"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ergonomic, production-ready RabbitMQ client built on top of lapin, featuring automatic ack/nack strategies and distributed tracing."
readme = "README.md"
keywords = [
    "rabbitmq",
    "amqp",
    "lapin",
    "messaging",
    "queue",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/killpop3770/rabbit_warren"

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

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

[dependencies.futures-util]
version = "0.3.21"

[dependencies.lapin]
version = "2.1.0"

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.41.1"
features = [
    "rt",
    "time",
]

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.testcontainers]
version = "0.15.0"

[dev-dependencies.testcontainers-modules]
version = "0.3.0"
features = ["rabbitmq"]

[dev-dependencies.tokio]
version = "1.41.1"
features = [
    "rt",
    "macros",
    "time",
    "sync",
]