Cargo Features

javy has no features set by default.

[dependencies]
javy = { version = "2.2.0", features = ["export_alloc_fns", "messagepack", "json"] }
export_alloc_fns
messagepack = rmp-serde, serde-transcode

Affects javy::messagepack

json = serde-transcode, serde_json

Affects javy::json

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.

serde_json json?
serde-transcode json? messagepack?
rmp-serde messagepack?