Cargo Features

Seaography has no features set by default.

[dependencies]
seaography = { version = "1.0.0-rc.3", features = ["with-json", "with-chrono", "with-time", "with-uuid", "with-decimal", "with-bigdecimal", "with-postgres-array"] }
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

Seaography has 7 features without comments.