Cargo Features

neon-runtime has no features set by default.

[dependencies]
neon-runtime = { version = "0.10.1", features = ["napi", "napi-2", "napi-3", "napi-4", "napi-5", "napi-6", "napi-experimental", "docs-only"] }
napi napi-2? = libloading
napi-2 napi-3? = napi
napi-3 napi-4? = napi-2
napi-4 napi-5? = napi-3

Affects types::ThreadsafeFunction__, types::ThreadsafeFunction, types::ThreadsafeFunctionCallJs, types::ThreadsafeFunctionCallMode, types::ThreadsafeFunctionReleaseMode, napi::tsfn

napi-5 napi-6? = napi-4

Affects napi::date, tag::is_date

napi-6 napi-experimental? = napi-5

Affects napi::lifecycle, object::get_own_property_names

napi-experimental = napi-6
docs-only

Enables docs-only of neon-sys

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libloading napi?

Enables libloading ^0.6.5

neon-sys docs-only?