We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f89439 commit 289de79Copy full SHA for 289de79
postgres/Cargo.toml
@@ -9,6 +9,13 @@ default = ["runtime"]
9
10
runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
11
12
+"with-bit-vec-0.5" = ["tokio-postgres/with-bit-vec-0.5"]
13
+"with-chrono-0.4" = ["tokio-postgres/with-chrono-0.4"]
14
+"with-eui48-0.4" = ["tokio-postgres/with-eui48-0.4"]
15
+"with-geo-0.10" = ["tokio-postgres/with-geo-0.10"]
16
+"with-serde_json-1" = ["tokio-postgres/with-serde_json-1"]
17
+"with-uuid-0.7" = ["tokio-postgres/with-uuid-0.7"]
18
+
19
[dependencies]
20
bytes = "0.4"
21
fallible-iterator = "0.1"
0 commit comments