connect2axum-codegen 0.2.0

Protoc generators for REST, WebSocket, OpenAPI, and AsyncAPI wrappers over ConnectRPC services
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"
name = "connect2axum-codegen"
version = "0.2.0"
authors = ["Scott Meeuwsen <smeeuwsen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protoc generators for REST, WebSocket, OpenAPI, and AsyncAPI wrappers over ConnectRPC services"
homepage = "https://github.com/nu11ptr/connect2axum"
documentation = "https://docs.rs/connect2axum-codegen"
readme = "README.md"
keywords = [
    "protobuf",
    "connectrpc",
    "openapi",
    "asyncapi",
    "axum",
]
categories = [
    "development-tools::build-utils",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nu11ptr/connect2axum"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

[[bin]]
name = "protoc-gen-connect2asyncapi"
path = "src/bin/protoc-gen-connect2asyncapi.rs"

[[bin]]
name = "protoc-gen-connect2openapi"
path = "src/bin/protoc-gen-connect2openapi.rs"

[[bin]]
name = "protoc-gen-connect2rest"
path = "src/bin/protoc-gen-connect2rest.rs"

[[bin]]
name = "protoc-gen-connect2ws"
path = "src/bin/protoc-gen-connect2ws.rs"

[dependencies.buffa]
version = "0.5"

[dependencies.buffa-codegen]
version = "0.5"

[dependencies.connectrpc-codegen]
version = "0.4"

[dependencies.flexstr]
version = "0.11"
features = [
    "std",
    "str",
]

[dependencies.heck]
version = "0.5"

[dependencies.oas3]
version = "0.22"
default-features = false

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syn]
version = "2"

[dependencies.uni_error]
version = "0.11"