deno_napi 0.108.0

NAPI implementation for Deno
Documentation
[dependencies.deno_core]
version = "0.318.0"

[dependencies.deno_permissions]
version = "0.37.0"

[dependencies.libc]
version = "0.2.126"

[dependencies.libloading]
version = "0.7"

[dependencies.log]
version = "0.4.20"

[dependencies.napi_sym]
version = "0.107.0"

[dependencies.thiserror]
version = "1.0.61"

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

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

[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "NAPI implementation for Deno"
edition = "2021"
license = "MIT"
name = "deno_napi"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.108.0"

[target."cfg(windows)".dependencies.windows-sys]
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"]
version = "0.52.0"