Cargo Features

crash_orm has no features set by default.

[dependencies]
crash_orm = { version = "0.3.0", features = ["migration", "with-rust-decimal", "with-chrono", "with-uuid", "with-serde", "with-eui48", "with-bit-vec", "with-time", "with-geo-types"] }
migration = with-chrono

Affects crash_orm::migration

with-rust-decimal = rust_decimal
with-chrono migration? = chrono

Enables with-chrono-0_4 of tokio-postgres

with-uuid = uuid

Enables with-uuid-1 of tokio-postgres

with-serde = serde, serde_json

Enables with-serde_json-1 of tokio-postgres

with-eui48 = eui48

Enables with-eui48-1 of tokio-postgres

with-bit-vec = bit-vec

Enables with-bit-vec-0_6 of tokio-postgres

with-time = time

Enables with-time-0_3 of tokio-postgres

with-geo-types = geo-types

Enables with-geo-types-0_7 of tokio-postgres

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.

rust_decimal with-rust-decimal?
chrono with-chrono?
uuid with-uuid?
serde with-serde?
serde_json with-serde?
eui48 with-eui48?
bit-vec with-bit-vec?
time with-time?
geo-types with-geo-types?