Cargo Features

[dependencies]
seaography = { version = "1.1.0", default-features = false, features = ["with-json", "with-chrono", "with-time", "with-uuid", "with-decimal", "with-bigdecimal", "with-postgres-array", "field-snake-case", "field-camel-case"] }
default = field-camel-case

The field-camel-case feature is set by default whenever seaography is added without default-features = false somewhere in the dependency tree.

with-json

Enables with-json of sea-orm

with-chrono

Enables async-graphql, with-chrono of sea-orm

with-time

Enables time of async-graphql, with-time of sea-orm

with-uuid

Enables with-uuid of sea-orm

with-decimal

Enables async-graphql, with-rust_decimal of sea-orm

with-bigdecimal

Enables bigdecimal of async-graphql, with-bigdecimal of sea-orm

with-postgres-array

Enables postgres-array of sea-orm

field-snake-case
field-camel-case default

Seaography has 10 features without comments.