actr-web-protoc-codegen 0.3.1

Protoc plugin for generating actr-web code from protobuf definitions
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 = "actr-web-protoc-codegen"
version = "0.3.1"
authors = ["kookyleo@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protoc plugin for generating actr-web code from protobuf definitions"
readme = "README.md"
keywords = [
    "actor",
    "codegen",
    "protobuf",
    "wasm",
    "web",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/actor-rtc/actr"
resolver = "2"

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

[[bin]]
name = "protoc-gen-actr-web"
path = "src/main.rs"

[[test]]
name = "descriptor_parse"
path = "tests/descriptor_parse.rs"

[[test]]
name = "integration_codegen"
path = "tests/integration_codegen.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.10"

[dependencies.handlebars]
version = "5.1"

[dependencies.heck]
version = "0.5"

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

[dependencies.prost]
version = "0.14"

[dependencies.prost-build]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.quote]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.0"

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

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"