macroforge_ts_quote 0.1.76

Quote macro for generating TypeScript code at compile time
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "macroforge_ts_quote"
version = "0.1.76"
authors = ["macroforge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quote macro for generating TypeScript code at compile time"
homepage = "https://github.com/macroforge-ts/template"
readme = "README.md"
keywords = [
    "typescript",
    "macros",
    "codegen",
    "derive",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/macroforge-ts/template"

[features]
compiler = []
default = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.convert_case]
version = "0.10.0"

[dependencies.proc-macro2]
version = "1.0.95"
features = [
    "proc-macro",
    "span-locations",
]

[dependencies.quote]
version = "1.0.40"

[dependencies.rowan]
version = "0.16.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.smallvec]
version = "1.13"

[dependencies.swc_core]
version = "54.0.0"
features = [
    "common",
    "ecma_ast",
    "ecma_parser",
    "ecma_visit",
]
default-features = false

[dependencies.swc_macros_common]
version = "1.0"

[dependencies.syn]
version = "2.0.104"
features = ["full"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(swc_ast_unknown)"]