Cargo Features

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

[dependencies]
javy-plugin-api = { version = "2.0.0", features = ["json"] }
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 1 feature without comment.