nodejs-sys 0.10.0

Native bindings to the nodejs' n-api
Documentation
[build-dependencies.bindgen]
version = "0.55.1"

[dependencies]

[features]
default = []
experimental = []
napi_v5 = []
napi_v6 = []
napi_v7 = []

[package]
authors = ["Elmar Athmer <elmar@athmer.org>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Native bindings to the nodejs' n-api"
edition = "2018"
include = ["node/src/node_api.h", "node/src/js_native_api.h", "node/src/js_native_api_types.h", "node/src/node_api_types.h", "**/*.rs", "Cargo.toml"]
keywords = ["ffi", "node", "nodejs", "napi", "n-api"]
license = "MIT"
name = "nodejs-sys"
readme = "README.md"
repository = "https://github.com/elmarx/nodejs-sys"
version = "0.10.0"