# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "napi-rs" version = "0.3.1" authors = ["Nathan Sobo ", "Yinan Long "] description = "N-API bindings" readme = "README.md" keywords = ["NodeJS", "FFI", "NAPI", "n-api"] license = "MIT" repository = "https://github.com/Brooooooklyn/napi-rs" [dependencies.futures] version = "0.3" features = ["default", "thread-pool"] [build-dependencies.bindgen] version = "0.53" [build-dependencies.glob] version = "0.3" [build-dependencies.napi-build] version = "0.1" [build-dependencies.regex] version = "1.3" [build-dependencies.semver] version = "0.9" [target."cfg(windows)".build-dependencies.flate2] version = "1.0" [target."cfg(windows)".build-dependencies.reqwest] version = "0.10" features = ["native-tls", "blocking"] [target."cfg(windows)".build-dependencies.tar] version = "0.4"