Cargo Features

sea-query-rusqlite has no features set by default.

[dependencies]
sea-query-rusqlite = { version = "0.6.0-rc.1", features = ["with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array"] }
with-chrono

Enables chrono of rusqlite, with-chrono of sea-query

with-json

Enables serde_json of rusqlite, with-json of sea-query

with-rust_decimal

Enables with-rust_decimal of sea-query

with-bigdecimal

Enables with-bigdecimal of sea-query

with-uuid

Enables uuid of rusqlite, with-uuid of sea-query

with-time

Enables time of rusqlite, with-time of sea-query

with-ipnetwork

Enables with-ipnetwork of sea-query

with-mac_address

Enables with-mac_address of sea-query

postgres-array

Enables postgres-array of sea-query

sea-query-rusqlite has 9 features without comments.