amq-protocol 10.0.0

AMQP specifications
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 = "2024"
rust-version = "1.88.0"
name = "amq-protocol"
version = "10.0.0"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AMQP specifications"
documentation = "https://docs.rs/amq-protocol"
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]
async-global-executor = ["amq-protocol-tcp/async-global-executor"]
codegen = ["codegen-internal"]
codegen-internal = ["dep:amq-protocol-codegen"]
default = ["rustls"]
hickory-dns = ["amq-protocol-tcp/hickory-dns"]
native-tls = ["amq-protocol-tcp/native-tls"]
openssl = ["amq-protocol-tcp/openssl"]
rustls = ["amq-protocol-tcp/rustls"]
rustls--aws_lc_rs = ["amq-protocol-tcp/rustls--aws_lc_rs"]
rustls--ring = ["amq-protocol-tcp/rustls--ring"]
rustls-native-certs = ["amq-protocol-tcp/rustls-native-certs"]
rustls-webpki-roots-certs = ["amq-protocol-tcp/rustls-webpki-roots-certs"]
smol = ["amq-protocol-tcp/smol"]
tokio = ["amq-protocol-tcp/tokio"]
vendored-openssl = ["amq-protocol-tcp/vendored-openssl"]
verbose-errors = ["amq-protocol-types/verbose-errors"]

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

[dependencies.amq-protocol-tcp]
version = "=10.0.0"
default-features = false

[dependencies.amq-protocol-types]
version = "=10.0.0"

[dependencies.amq-protocol-uri]
version = "=10.0.0"

[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"]

[build-dependencies.amq-protocol-codegen]
version = "=10.0.0"
optional = true