Build docs with features enabled

This commit is contained in:
Steven Fackler 2017-07-22 15:07:45 -07:00
parent 7b22574aa6
commit 89f2770eeb
2 changed files with 27 additions and 0 deletions

View File

@ -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" }

View File

@ -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" }