bastion-amqp 0.3.0

lapin integration with bastion
Documentation
[package]
name = "bastion-amqp"
version = "0.3.0"
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
edition = "2021"
description = "lapin integration with bastion"
repository = "https://github.com/amqp-rs/lapin"
readme = "README.md"
documentation = "https://docs.rs/bastion-amqp"
keywords = ["amqp", "rabbitmq", "futures", "bastion"]
categories = ["database"]
license = "MIT"
rust-version = "1.56.0"

[features]
default = ["lapin/default"]

[dependencies]
bastion-executor-trait = "^0.5.3"

[dependencies.lapin]
version = "^2.0"
path = ".."
default-features = false

[dev-dependencies]
bastion = "^0.4"

[dev-dependencies.tracing]
version = "^0.1"
default-features = false

[dev-dependencies.tracing-subscriber]
version = "^0.3"
features = ["fmt"]

[badges]
maintenance = { status = "deprecated" }