# 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 = "2018" name = "nodejs-sys" version = "0.15.0" authors = ["Elmar Athmer "] build = "build.rs" 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", ] description = "Native bindings to the nodejs' n-api" readme = "README.md" keywords = [ "ffi", "node", "nodejs", "napi", "n-api", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/elmarx/nodejs-sys" [dependencies] [build-dependencies.bindgen] version = "0.65.1" [features] default = [] experimental = [] napi_v5 = [] napi_v6 = [] napi_v7 = [] napi_v8 = []