2020-02-18 22:09:17 +09:00
|
|
|
[package]
|
|
|
|
name = "napi-build"
|
2020-04-26 20:57:31 +09:00
|
|
|
version = "0.1.1"
|
2020-02-18 22:09:17 +09:00
|
|
|
authors = ["LongYinan <lynweklm@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-03-16 15:26:30 +09:00
|
|
|
description = "N-API build support"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Brooooooklyn/napi-rs"
|
|
|
|
license = "MIT"
|
2020-04-26 20:57:31 +09:00
|
|
|
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
|
2020-02-18 22:09:17 +09:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cfg-if = "0.1"
|
|
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
reqwest = { version = "0.10", features = ["native-tls", "blocking"] }
|