diff --git a/Cargo.toml b/Cargo.toml index 1ae174e..73eb769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]