macroforge_ts 0.1.73

TypeScript macro expansion engine - write compile-time macros in Rust
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"
version = "0.1.73"
authors = ["macroforge contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript macro expansion engine - write compile-time macros in Rust"
homepage = "https://github.com/macroforge-ts/core"
readme = "README.md"
keywords = [
    "typescript",
    "macros",
    "codegen",
    "derive",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/macroforge-ts/core"

[features]
build = ["libc"]
default = []

[lib]
name = "macroforge_ts"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "macroforge"
path = "src/bin/cli.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.convert_case]
version = "0.10"

[dependencies.dashmap]
version = "6.1"

[dependencies.ignore]
version = "0.4"

[dependencies.inventory]
version = "0.3.21"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.macroforge_ts_macros]
version = "0.1.73"

[dependencies.macroforge_ts_quote]
version = "0.1.73"

[dependencies.macroforge_ts_syn]
version = "0.1.73"

[dependencies.napi]
version = "3.5.2"
features = [
    "napi8",
    "compat-mode",
]

[dependencies.napi-derive]
version = "3.3.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.swc_core]
version = "54.0.0"
features = [
    "ecma_ast",
    "ecma_parser",
    "ecma_codegen",
    "ecma_visit",
    "ecma_utils",
    "common",
]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tempfile]
version = "3.13.0"

[build-dependencies.libc]
version = "0.2"

[build-dependencies.napi-build]
version = "2.3.1"