Cargo Features
crash_orm has no features set by default.
[dependencies]
crash_orm = { version = "0.5.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.