[package] name = "ts_quote_macros" version = "0.1.3" authors = ["Spencer Kohan "] edition = "2021" description = "Proc macro implementations for ts_quote" license = "Apache-2.0" repository = "https://github.com/spencerkohan/type_reflect/tree/main/ts_quote_macros" documentation = "https://docs.rs/ts_quote_macros" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.69" quote = "1" syn = { version = "1", features = ["full", "extra-traits"] }