napi-derive 3.5.2

N-API procedural macros
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"
version = "3.5.2"
authors = [
    "LongYinan <lynweklm@gmail.com>",
    "Forehalo <forehalo@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "N-API procedural macros"
readme = "README.md"
keywords = [
    "NodeJS",
    "FFI",
    "NAPI",
    "n-api",
]
license = "MIT"
repository = "https://github.com/napi-rs/napi-rs"

[package.metadata.workspaces]
independent = true

[features]
compat-mode = []
default = [
    "type-def",
    "strict",
]
full = [
    "type-def",
    "strict",
    "compat-mode",
]
noop = ["napi-derive-backend/noop"]
strict = ["napi-derive-backend/strict"]
tracing = ["napi-derive-backend/tracing"]
type-def = [
    "napi-derive-backend/type-def",
    "ctor",
]

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

[dependencies.convert_case]
version = "0.11"

[dependencies.ctor]
version = "0.6"
optional = true

[dependencies.napi-derive-backend]
version = "5.0.2"

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

[dependencies.quote]
version = "1"

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