nj-core 4.1.0

high level wrapper for Node N-API
Documentation
[package]
name = "nj-core"
version = "4.1.0"
authors = ["fluvio.io"]
edition = "2018"
description = "high level wrapper for Node N-API"
repository = "https://github.com/infinyon/node-bindgen"
readme = "README.md"
license = "Apache-2.0"

[lib]
test = false

[dependencies]
log = "0.4.8"
ctor = "0.1.6"
libc = "0.2.66"
inventory = "0.1.5"
async-trait = "0.1.22"
futures-lite = "1.7.0"
nj-sys = { version = "3.0.0", path = "../nj-sys" }
fluvio-future = { version = "0.1.0", default-features=false, features=["task","subscriber"]}
pin-utils = "0.1.0"
num-bigint = "0.3.0"