tsify-next-macros 0.5.4

Macros for tsify-next
Documentation
[package]
name = "tsify-next-macros"
version = "0.5.4"
edition = "2021"
authors = [
    "Madono Haru <madonoharu@gmail.com>",
    "Jason Siefken <siefkenj@gmail.com>"
]
license = "MIT OR Apache-2.0"
description = "Macros for tsify-next"
repository = "https://github.com/siefkenj/tsify"
homepage = "https://github.com/siefkenj/tsify"
keywords = ["wasm", "wasm-bindgen", "typescript"]
categories = ["wasm"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", default-features = false, features = [
    "full",
    "parsing",
    "printing",
    "proc-macro",
] }
serde_derive_internals = "0.29"

[features]
wasm-bindgen = []
js = []
json = []