Cargo Features

crash_orm has no features set by default.

[dependencies]
crash_orm = { version = "0.7.2", features = ["migration", "with-rust-decimal", "with-chrono", "with-uuid", "json", "with-eui48", "with-bit-vec", "with-time", "with-geo-types", "serialize", "uuid-gen-v4", "uuid-gen-v7"] }
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-gen-v4? uuid-gen-v7? = uuid

Enables with-uuid-1 of tokio-postgres

json = serde, serde_json, serialize

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

serialize json?

Enables serialize of crash_orm_derive, serde of bit-vec ^0.6 and chrono, serde of eui48, geo-types, time, and uuid

uuid-gen-v4 = with-uuid

Enables uuid-gen-v4 of crash_orm_derive, v4 of uuid

uuid-gen-v7 = with-uuid

Enables uuid-gen-v7 of crash_orm_derive, v7 of uuid

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 serialize? with-chrono?
uuid serialize? uuid-gen-v4? uuid-gen-v7? with-uuid?
serde json?
serde_json json?
eui48 serialize? with-eui48?
bit-vec serialize? with-bit-vec?

Enables bit-vec ^0.6

time serialize? with-time?
geo-types serialize? with-geo-types?