Cargo Features

javy-plugin-api has no features set by default.

[dependencies]
javy-plugin-api = { version = "1.0.0", features = ["experimental_event_loop", "json"] }
experimental_event_loop
json

Enables json of javy

javy:

According to our benchmarks and experiments, the fastest and most efficient JSON implementation comes from:
* Using SIMD JSON for parsing
* Using serde_json for stringifying
This implementation is behind a feature flag, because of the code size implications of enabling by default (due to the extra dependencies) and also because the native implementation is probably fine for most use-cases.

javy-plugin-api has 2 features without comments.