protoc-gen-rust-temporal 0.1.1

protoc plugin that emits a typed Rust Temporal client from temporal.v1.* annotated 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"
rust-version = "1.88"
name = "protoc-gen-rust-temporal"
version = "0.1.1"
authors = ["nu-sync contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "protoc plugin that emits a typed Rust Temporal client from temporal.v1.* annotated services"
homepage = "https://github.com/nu-sync/protoc-gen-rust-temporal"
readme = "README.md"
keywords = [
    "temporal",
    "protobuf",
    "protoc",
    "codegen",
    "workflow",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/nu-sync/protoc-gen-rust-temporal"
resolver = "2"

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

[[bin]]
name = "protoc-gen-rust-temporal"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.heck]
version = "0.5"

[dependencies.prost]
version = "0.13"

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

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

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

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