Be explicit with features for docs.rs

This commit is contained in:
Ryan Leckey 2020-01-15 01:27:07 -08:00
parent 92f12e11aa
commit daf7f6c556
3 changed files with 1 additions and 7 deletions

View file

@ -25,7 +25,7 @@ authors = [
]
[package.metadata.docs.rs]
all-features = true
features = [ "tls", "postgres", "mysql", "uuid", "chrono" ]
[features]
default = [ "macros", "runtime-async-std" ]

View file

@ -12,9 +12,6 @@ authors = [
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
]
[package.metadata.docs.rs]
all-features = true
[features]
default = []
unstable = []

View file

@ -12,9 +12,6 @@ authors = [
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
]
[package.metadata.docs.rs]
all-features = true
[lib]
proc-macro = true