Cargo Features
[dependencies]
sqlx-transparent-json-decode = { version = "3.0.0", 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 wheneversqlx-transparent-json-decode
is added without
somewhere in the dependency tree.default-features = false - serde
-
Enables serde
- schemars
-
Enables schemars
- boxed_raw_value_eq default
sqlx-transparent-json-decode has 4 features without comments.