napi-rs/build/Cargo.toml
2020-10-30 17:57:28 -07:00

16 lines
433 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 = "0.2.1"
[dependencies]
cfg-if = "1.0"
[target.'cfg(windows)'.dependencies]
ureq = { version = "1.5.0", default-features = false, features = [ "native-tls" ] }