[dependencies.anyhow]
version = "1.0.75"
[dependencies.deno_ast]
version = "0.31.6"
[dependencies.dprint-plugin-typescript]
version = "0.88.3"
[dependencies.ts_quote_macros]
version = "0.4.0"
[lib]
name = "ts_quote"
path = "src/lib.rs"
[package]
authors = ["Spencer Kohan <spencerkohan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for quasi-quoting TypeScript from Rust"
documentation = "https://docs.rs/ts_quote"
edition = "2021"
license = "Apache-2.0"
name = "ts_quote"
readme = "README.md"
repository = "https://github.com/spencerkohan/type_reflect/tree/main/ts_quote"
version = "0.4.0"