actr-framework-protoc-codegen 0.2.1

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

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

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

[dependencies.actr-framework]
version = "0.2.1"

[dependencies.actr-protocol]
version = "0.2.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.10"

[dependencies.heck]
version = "0.5"

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

[dependencies.prost]
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.thiserror]
version = "2.0"

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