deno_napi 0.161.0

NAPI implementation for Deno
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 = "2024"
name = "deno_napi"
version = "0.161.0"
authors = ["the Deno authors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NAPI implementation for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_napi"
path = "lib.rs"

[dependencies.deno_core]
version = "0.383.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_permissions]
version = "0.89.0"

[dependencies.denort_helper]
version = "0.28.0"

[dependencies.libc]
version = "0.2.168"

[dependencies.libloading]
version = "0.7"

[dependencies.log]
version = "0.4.28"
features = ["kv"]

[dependencies.napi_sym]
version = "0.160.0"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.libuv-sys-lite]
version = "=1.48.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59.0"
features = [
    "Win32_Foundation",
    "Win32_Media",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
    "Win32_System_WindowsProgramming",
    "Wdk",
    "Wdk_System",
    "Wdk_System_SystemInformation",
    "Win32_Security",
    "Win32_System_Pipes",
    "Wdk_Storage_FileSystem",
    "Win32_System_Registry",
    "Win32_System_Kernel",
    "Win32_System_Threading",
    "Win32_UI",
    "Win32_UI_Shell",
]