proto 0.1.2

`proto` allows you to define Protocol Buffers using Rust code to reuse Rust's type system and ecosystem.
Documentation
[dependencies.proc-macro2]
version = "1.0.84"

[dependencies.quote]
version = "1.0.36"

[dependencies.syn]
version = "2.0.66"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tonic]
version = "0.11.0"

[dev-dependencies.tonic-build]
version = "0.11.0"

[lib]
proc-macro = true

[package]
authors = ["wokeyifrontend@gmail.com"]
description = "`proto` allows you to define Protocol Buffers using Rust code to reuse Rust's type system and ecosystem."
edition = "2021"
homepage = "https://github.com/panghu-huang/proto"
keywords = ["protobuf", "proto", "rpc", "tonic"]
license = "MIT"
name = "proto"
readme = "README.md"
repository = "https://github.com/panghu-huang/proto"
version = "0.1.2"