tsify-macros 0.4.5

Macros for tsify
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde_derive_internals]
version = "0.28"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro"]
version = "2.0"

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

[lib]
proc-macro = true

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