[dependencies.change-case]
version = "0.2.0"
[dependencies.proc-macro2]
version = "1.0.47"
[dependencies.prost]
version = "0.11.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits", "visit", "visit-mut"]
version = "1.0"
[dependencies.tonic]
features = ["codegen"]
version = "0.8.2"
[features]
default = ["v1"]
v1 = []
v1alpha2 = []
[lib]
proc-macro = true
[package]
authors = ["CGQAQ <m.jason.liu@outlook.com>"]
description = "auto impl trait by provide trait file"
edition = "2021"
license = "MIT"
name = "auto_impl_trait"
readme = "README.md"
repository = "https://github.com/cgqaq/auto_impl_trait"
version = "0.7.1"