Cargo Features
Ergol has no features set by default.
[dependencies]
ergol = { version = "0.1.4", features = ["with-rocket", "with-serde", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-geo-types-0_6", "with-serde_json-1", "with-uuid-0_8", "with-uuid-1", "with-time-0_2", "with-time-0_3"] }
- with-rocket = deadpool, rocket
-
Affects
ergol::pool
… - with-serde = serde
- with-bit-vec-0_6 = bit-vec
-
Enables with-bit-vec-0_6 of tokio-postgres
- with-chrono-0_4 = chrono
-
Enables with-chrono-0_4 of tokio-postgres
- with-eui48-0_4 = eui48
-
Enables with-eui48-0_4 of tokio-postgres
- with-geo-types-0_6 = geo-types-0_6
-
Enables with-geo-types-0_6 of tokio-postgres
- with-serde_json-1
-
Enables with-serde_json-1 of tokio-postgres
- with-uuid-0_8 = uuid-0_8
-
Enables with-uuid-0_8 of tokio-postgres
- with-uuid-1 = uuid-1
-
Enables with-uuid-1 of tokio-postgres
- with-time-0_2 = time-0_2
-
Enables with-time-0_2 of tokio-postgres
- with-time-0_3 = time-0_3
-
Enables with-time-0_3 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.
- serde with-serde?
-
Enables serde
Optional dependencies for serde
- bit-vec with-bit-vec-0_6?
-
Enables bit-vec ^0.6
Optional dependecies for more types
- chrono with-chrono-0_4?
- eui48 with-eui48-0_4?
-
Enables eui48 ^0.4
- geo-types-0_6 with-geo-types-0_6?
-
Enables geo-types ^0.6
- uuid-0_8 with-uuid-0_8?
-
Enables uuid ^0.8
- uuid-1 with-uuid-1?
-
Enables uuid
- time-0_2 with-time-0_2?
-
Enables time ^0.2
- time-0_3 with-time-0_3?
-
Enables time
- rocket with-rocket?
-
Enables rocket
Optional dependency for support in rocket
- deadpool with-rocket?
-
Enables deadpool ^0.9