typescript-macros 0.0.4

Rust procedural macros for TypeScript integration
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 = "typescript-macros"
version = "0.0.4"
authors = ["Rusty TypeScript Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust procedural macros for TypeScript integration"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rusty-typescript/rusty-typescript.git"

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

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

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

[dependencies.once_cell]
version = "1.21.4"

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.45"

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

[dev-dependencies.trybuild]
version = "1.0"