Enable the async-std1 feature when building on docs.rs

This commit is contained in:
Paolo Barbolini
2020-07-26 14:09:50 +02:00
parent e2b641ae89
commit 95bc3e6745

View File

@@ -62,6 +62,9 @@ sendmail-transport = []
smtp-transport = ["bufstream", "base64", "nom"]
unstable = []
[package.metadata.docs.rs]
features = ["async-std1"]
[[example]]
name = "smtp"
required-features = ["smtp-transport"]