diff --git a/Cargo.toml b/Cargo.toml index 548f313..d5cd29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ smtp-transport = ["bufstream", "base64", "nom"] unstable = [] [package.metadata.docs.rs] -features = ["async-std1"] +features = ["async-std1", "tokio02"] [[example]] name = "smtp"