diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 51670a8c..99f8e0d1 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -11,6 +11,20 @@ keywords = ["database", "postgres", "postgresql", "sql"] include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"] categories = ["database"] +[package.metadata.docs.rs] +features = [ + "with-bit-vec", + "with-chrono", + "with-eui48", + "with-geo", + "with-rustc-serialize", + "with-serde_json", + "with-time", + "with-uuid", + "with-openssl", + "with-native-tls", +] + [badges] travis-ci = { repository = "sfackler/rust-postgres" } diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index d76c2440..e4e25ddb 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -10,6 +10,19 @@ readme = "../README.md" keywords = ["database", "postgres", "postgresql", "sql", "async"] categories = ["database"] +[package.metadata.docs.rs] +features = [ + "with-bit-vec", + "with-chrono", + "with-eui48", + "with-geo", + "with-rustc-serialize", + "with-serde_json", + "with-time", + "with-uuid", + "with-openssl", +] + [badges] travis-ci = { repository = "sfackler/rust-postgres" }