Build docs with features enabled
This commit is contained in:
parent
7b22574aa6
commit
89f2770eeb
@ -11,6 +11,20 @@ keywords = ["database", "postgres", "postgresql", "sql"]
|
|||||||
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
||||||
categories = ["database"]
|
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]
|
[badges]
|
||||||
travis-ci = { repository = "sfackler/rust-postgres" }
|
travis-ci = { repository = "sfackler/rust-postgres" }
|
||||||
|
|
||||||
|
@ -10,6 +10,19 @@ readme = "../README.md"
|
|||||||
keywords = ["database", "postgres", "postgresql", "sql", "async"]
|
keywords = ["database", "postgres", "postgresql", "sql", "async"]
|
||||||
categories = ["database"]
|
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]
|
[badges]
|
||||||
travis-ci = { repository = "sfackler/rust-postgres" }
|
travis-ci = { repository = "sfackler/rust-postgres" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user