# 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 = "nodejs" version = "0.5.0" authors = ["patr0nus "] exclude = ["/.github", "/.cargo", "/libnode"] description = "Embedding Node.js in Rust" homepage = "https://github.com/patr0nus/rust-nodejs" keywords = ["node", "nodejs", "js", "javascript", "embedding"] license = "MIT" repository = "https://github.com/patr0nus/rust-nodejs" [lib] doctest = false [dependencies.libc] version = "0.2" [dependencies.neon] version = "0.9.0" features = ["napi-6", "channel-api"] optional = true default-features = false [dependencies.once_cell] version = "1" [build-dependencies.anyhow] version = "1" [build-dependencies.attohttpc] version = "0.18" features = ["rustls"] default-features = false [build-dependencies.hex] version = "0.4" [build-dependencies.ring] version = "0.16" [build-dependencies.strum] version = "0.20" features = ["derive"] [build-dependencies.zip-extract] version = "0.1" [features] full-icu = []