napi-rs/build/Cargo.toml

17 lines
436 B
TOML
Raw Normal View History

2020-02-18 22:09:17 +09:00
[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
2020-03-16 15:26:30 +09:00
description = "N-API build support"
edition = "2018"
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
license = "MIT"
name = "napi-build"
2020-03-16 15:26:30 +09:00
readme = "README.md"
2020-07-15 02:23:23 +09:00
repository = "https://github.com/napi-rs/napi-rs"
2020-12-03 00:45:27 +09:00
version = "1.0.0-alpha.0"
2020-02-18 22:09:17 +09:00
[dependencies]
cfg-if = "1.0"
2020-10-31 09:57:28 +09:00
2020-12-03 00:45:27 +09:00
[target.'cfg(windows)'.dependencies]
ureq = {version = "1.5.0", default-features = false, features = ["native-tls"]}