Cargo Features
pgde has no features set by default.
[dependencies]
pgde = { version = "0.6.0", features = ["bit", "chrono", "consume_json", "geo", "mac", "json", "time", "uuid"] }
- bit
-
Enables bit-vec ^0.6, with-bit-vec-0_6 of tokio-postgres
- chrono
-
Enables chrono, with-chrono-0_4 of tokio-postgres
- consume_json
-
Enables serde and serde_json
Affects
pgde::RowConsumer.consume_json
… - geo
-
Enables geo-types, with-geo-types-0_7 of tokio-postgres
- mac
-
Enables eui48, with-eui48-1 of tokio-postgres
- json
-
Enables serde_json, with-serde_json-1 of tokio-postgres
- time
-
Enables time, with-time-0_3 of tokio-postgres
- uuid
-
Enables uuid, with-uuid-1 of tokio-postgres