From 289de79e00c9c6da52d3312cfebf1ae3e3c3d49b Mon Sep 17 00:00:00 2001 From: lygz5016 Date: Thu, 31 Jan 2019 13:19:39 +0800 Subject: [PATCH] add features option --- postgres/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 2a203e3a..87f5faed 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -9,6 +9,13 @@ default = ["runtime"] runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"] +"with-bit-vec-0.5" = ["tokio-postgres/with-bit-vec-0.5"] +"with-chrono-0.4" = ["tokio-postgres/with-chrono-0.4"] +"with-eui48-0.4" = ["tokio-postgres/with-eui48-0.4"] +"with-geo-0.10" = ["tokio-postgres/with-geo-0.10"] +"with-serde_json-1" = ["tokio-postgres/with-serde_json-1"] +"with-uuid-0.7" = ["tokio-postgres/with-uuid-0.7"] + [dependencies] bytes = "0.4" fallible-iterator = "0.1"