ts_quote_macros 0.4.0

Proc macro implementations for ts_quote
Documentation
[dependencies.proc-macro2]
version = "1.0.69"

[dependencies.quote]
version = "1"

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

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

[package]
authors = ["Spencer Kohan <spencerkohan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc macro implementations for ts_quote"
documentation = "https://docs.rs/ts_quote_macros"
edition = "2021"
license = "Apache-2.0"
name = "ts_quote_macros"
readme = "README.md"
repository = "https://github.com/spencerkohan/type_reflect/tree/main/ts_quote_macros"
version = "0.4.0"