Cargo Features

[dependencies]
sqlx-transparent-json-decode = { version = "2.2.2", default-features = false, features = ["serde", "schemars", "boxed_raw_value_eq"] }
default = boxed_raw_value_eq

The boxed_raw_value_eq feature is set by default whenever sqlx-transparent-json-decode is added without default-features = false somewhere in the dependency tree.

serde

Enables serde

schemars

Enables schemars

boxed_raw_value_eq default

sqlx-transparent-json-decode has 4 features without comments.