nodejs-sys 0.1.1

Native bindings to the nodejs' n-api
Documentation
[package]
name = "nodejs-sys"
version = "0.1.1"
authors = ["Elmar Athmer <elmar@athmer.org>"]
edition = "2018"
build = "build.rs"
categories = ["external-ffi-bindings"]
repository = "https://github.com/zauberpony/nodejs-sys"
license = "MIT"
description = "Native bindings to the nodejs' n-api"
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",
]

[dependencies]

[build-dependencies]
bindgen = "0.49.0"

[features]
# no features by default
default = []

# enable the experimental API https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_usage
experimental = []