Cargo Features

[dependencies]
axiston-db-schema = { version = "0.1.0", default-features = false, features = ["serde"] }
default = serde

The serde feature is set by default whenever axiston-db-schema is added without default-features = false somewhere in the dependency tree.

serde default

Enables serde

axiston-db-schema has 2 features without comments.