napi-rs/sys/Cargo.toml

24 lines
556 B
TOML
Raw Normal View History

[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
description = "NodeJS N-API raw binding"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "build.rs", ".node-headers/**/*"]
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
license = "MIT"
name = "napi-sys"
readme = "README.md"
2020-07-15 02:23:23 +09:00
repository = "https://github.com/napi-rs/napi-rs"
version = "0.4.7"
[target.'cfg(windows)'.build-dependencies]
tar = "0.4"
[build-dependencies]
2020-08-24 20:07:20 +09:00
bindgen = "0.55"
glob = "0.3"
regex = "1.3"
semver = "0.11"
[package.metadata.docs.rs]
2020-08-24 20:47:31 +09:00
rustc-args = ["--cfg", "napidocsrs"]