# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "uv-sys" version = "0.1.1" authors = ["Ouyang Yadong "] include = [ "src/**/*", "Cargo.toml", "build.rs", ".node-headers/**/*", ] description = "Bindings of libuv function declarations for Node.js addons." readme = "README.md" keywords = [ "NodeJS", "FFI", "NAPI", "n-api", ] license = "MIT" repository = "https://github.com/napi-rs/napi-rs" [package.metadata.docs.rs] rustc-args = [ "--cfg", "napidocsrs", ] [build-dependencies.bindgen] version = "0.55" [build-dependencies.glob] version = "0.3" [build-dependencies.regex] version = "1.3" [build-dependencies.semver] version = "0.10" [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" [target.x86_64-unknown-linux-gnu.build-dependencies.flate2] version = "1.0" [target.x86_64-unknown-linux-gnu.build-dependencies.tar] version = "0.4"