napi-rs/build/Cargo.toml

17 lines
418 B
TOML
Raw Normal View History

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