neon-runtime 0.10.1

Bindings to the Node.js native addon API, used by the Neon implementation.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libloading]
optional = true
version = "0.6.5"

[dependencies.neon-sys]
optional = true
version = "=0.10.1"

[dependencies.smallvec]
version = "1.4.2"
[dev-dependencies.nodejs-sys]
version = "0.7.0"

[features]
default = []
docs-only = ["neon-sys/docs-only"]
napi = ["libloading"]
napi-2 = ["napi"]
napi-3 = ["napi-2"]
napi-4 = ["napi-3"]
napi-5 = ["napi-4"]
napi-6 = ["napi-5"]
napi-experimental = ["napi-6"]

[package]
authors = ["Dave Herman <david.herman@gmail.com>"]
description = "Bindings to the Node.js native addon API, used by the Neon implementation."
edition = "2018"
license = "MIT/Apache-2.0"
name = "neon-runtime"
repository = "https://github.com/neon-bindings/neon"
version = "0.10.1"
[package.metadata.docs.rs]
features = ["docs-only"]