sync_docs 0.2.0

This proc macro allows injecting documentation from prost generated Rust file into custom defined sdk types (s2-sdk-rust in this case)
Documentation
[dependencies.proc-macro2]
version = "1.0.89"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.90"

[lib]
name = "sync_docs"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This proc macro allows injecting documentation from prost generated Rust file into custom defined sdk types (s2-sdk-rust in this case)"
edition = "2021"
homepage = "https://github.com/s2-streamstore/sync_docs"
keywords = ["tonic", "proc_macro", "prost", "docs"]
license = "Apache-2.0"
name = "sync_docs"
readme = "README.md"
repository = "https://github.com/s2-streamstore/sync_docs"
version = "0.2.0"