[dependencies.amqprs]
version = "1.5.1"
[dependencies.async-trait]
version = "0.1.68"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "sync", "net", "io-util", "time", "macros"]
version = "1"
[dependencies.url]
version = "2.2.2"
[dependencies.uuid]
features = ["v4"]
version = "1.3.3"
[features]
default = []
tls = ["amqprs/tls"]
[lib]
name = "amqp_client_rust"
path = "src/lib.rs"
[package]
authors = ["João Pedro Miranda C. Hluchan <berrytern@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "An asynchronous AMQP client library for Rust, designed for high-performance communication with RabbitMQ. Features include automatic queue and exchange management, message publishing, subscribing, and RPC support."
edition = "2021"
keywords = ["amqp", "rabbitmq", "async", "tokio", "reconnection"]
license = "Apache-2.0"
name = "amqp-client-rust"
readme = "README.md"
repository = "https://github.com/berrytern/amqp-client-rust"
rust-version = "1.56"
version = "0.0.2"