Cargo Features

biome_deserialize has no features set by default.

[dependencies]
biome_deserialize = { version = "0.6.0", features = ["schema", "serde", "smallvec"] }
schema = schemars

Enables indexmap of schemars

serde = serde_json
smallvec

Enables smallvec

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.

schemars schema?
serde_json serde?