[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]
default = []
experimental = []