[package]
edition = "2024"
rust-version = "1.88.0"
name = "amq-protocol-types"
version = "10.2.0"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AMQP specifications - types"
documentation = "https://docs.rs/amq-protocol-types"
readme = false
keywords = [
"amqp",
"rabbitmq",
"protocol",
"nom",
]
categories = [
"api-bindings",
"network-programming",
]
license = "BSD-2-Clause"
repository = "https://github.com/amqp-rs/amq-protocol"
[badges.maintenance]
status = "actively-developed"
[features]
verbose-errors = []
[lib]
name = "amq_protocol_types"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.cookie-factory]
version = "^0.3"
features = ["std"]
default-features = false
[dependencies.nom]
version = "^8.0"
features = ["std"]
[dependencies.serde]
version = "^1.0"
features = ["derive"]
[dependencies.serde_json]
version = "^1.0"