napi-derive-backend 5.0.2

Codegen backend for napi procedural macro
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 = "2021"
rust-version = "1.88"
name = "napi-derive-backend"
version = "5.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codegen backend for napi procedural macro"
homepage = "https://napi.rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/napi-rs/napi-rs"

[package.metadata.workspaces]
independent = true

[features]
noop = []
strict = []
tracing = []
type-def = ["semver"]

[lib]
name = "napi_derive_backend"
path = "src/lib.rs"

[dependencies.convert_case]
version = "0.11"

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

[dependencies.quote]
version = "1"

[dependencies.semver]
version = "1"
optional = true

[dependencies.syn]
version = "2"
features = [
    "fold",
    "full",
    "extra-traits",
]

[dev-dependencies.serde_json]
version = "1"