Cargo Features
postgres-shared has no features set by default.
[dependencies]
postgres-shared = { version = "0.4.2", features = ["with-bit-vec", "with-chrono", "with-eui48", "with-geo", "with-rustc-serialize", "with-serde_json", "with-time", "with-uuid"] }
- with-bit-vec = bit-vec
- with-chrono = chrono
- with-eui48 = eui48
- with-geo = geo
- with-rustc-serialize = rustc-serialize
- with-serde_json = serde_json
- with-time = time
- with-uuid = 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.
- bit-vec with-bit-vec?
-
Enables bit-vec ^0.4
- chrono with-chrono?
- eui48 with-eui48?
-
Enables eui48 ^0.3
- geo with-geo?
-
Enables geo ^0.4
- rustc-serialize with-rustc-serialize?
- serde_json with-serde_json?
- time with-time?
-
Enables time ^0.1.14
- uuid with-uuid?
-
Enables uuid ^0.5