napi-sys 3.2.2

NodeJS N-API raw binding
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-sys"
version = "3.2.2"
authors = ["LongYinan <lynweklm@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NodeJS N-API raw binding"
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]
default = ["dyn-symbols"]
dyn-symbols = []
experimental = []
napi1 = []
napi10 = ["napi9"]
napi2 = ["napi1"]
napi3 = ["napi2"]
napi4 = ["napi3"]
napi5 = ["napi4"]
napi6 = ["napi5"]
napi7 = ["napi6"]
napi8 = ["napi7"]
napi9 = ["napi8"]

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

[dependencies.libloading]
version = "0.9"