[dependencies.convert_case]
version = "0.6"
[dependencies.once_cell]
version = "1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.regex]
optional = true
version = "1"
[dependencies.semver]
optional = true
version = "1"
[dependencies.syn]
features = ["fold", "full", "extra-traits"]
version = "2"
[features]
noop = []
strict = []
type-def = ["regex", "semver"]
[lib]
name = "napi_derive_backend"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Codegen backend for napi procedural macro"
edition = "2021"
homepage = "https://napi.rs"
license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.65"
version = "1.0.74"
[package.metadata.workspaces]
independent = true