Skip to content

Commit 289de79

Browse files
authored
add features option
1 parent 0f89439 commit 289de79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

postgres/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ default = ["runtime"]
99

1010
runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
1111

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+
1219
[dependencies]
1320
bytes = "0.4"
1421
fallible-iterator = "0.1"

0 commit comments

Comments
 (0)