Cargo Features

sqlx-models has no features set by default.

[dependencies]
sqlx-models = { version = "0.0.5", features = ["helpers", "json", "binary"] }
helpers

Enables helpers of sqlx-models-proc-macro

json = serde

Enables sqlx ^0.5.7

binary = bincode, serde

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.

sqlx json?

Enables sqlx ^0.5.7

bincode binary?
serde binary? json?