nodejs 0.5.0

Embedding Node.js in Rust
[build-dependencies.anyhow]
version = "1"

[build-dependencies.attohttpc]
default-features = false
features = ["rustls"]
version = "0.18"

[build-dependencies.hex]
version = "0.4"

[build-dependencies.ring]
version = "0.16"

[build-dependencies.strum]
features = ["derive"]
version = "0.20"

[build-dependencies.zip-extract]
version = "0.1"
[dependencies.libc]
version = "0.2"

[dependencies.neon]
default-features = false
features = ["napi-6", "channel-api"]
optional = true
version = "0.9.0"

[dependencies.once_cell]
version = "1"

[features]
full-icu = []

[lib]
doctest = false

[package]
authors = ["patr0nus <dk4rest@gmail.com>"]
description = "Embedding Node.js in Rust"
edition = "2018"
exclude = ["/.github", "/.cargo", "/libnode"]
homepage = "https://github.com/patr0nus/rust-nodejs"
keywords = ["node", "nodejs", "js", "javascript", "embedding"]
license = "MIT"
name = "nodejs"
repository = "https://github.com/patr0nus/rust-nodejs"
version = "0.5.0"