napi-rs/build/Cargo.toml
2020-12-02 23:45:27 +08:00

16 lines
436 B
TOML

[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
description = "N-API build support"
edition = "2018"
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
license = "MIT"
name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.0-alpha.0"
[dependencies]
cfg-if = "1.0"
[target.'cfg(windows)'.dependencies]
ureq = {version = "1.5.0", default-features = false, features = ["native-tls"]}