amq-protocol-codegen 10.0.0

AMQP specifications - codegen
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-codegen"
version = "10.0.0"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AMQP specifications - codegen"
documentation = "https://docs.rs/amq-protocol-codegen"
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"

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

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

[dependencies.handlebars]
version = "^6.0"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"