diff --git a/tokio-native-tls/Cargo.toml b/tokio-native-tls/Cargo.toml index f61a31a..513ec30 100644 --- a/tokio-native-tls/Cargo.toml +++ b/tokio-native-tls/Cargo.toml @@ -25,6 +25,9 @@ categories = ["asynchronous", "network-programming"] native-tls = "0.2" tokio = "1.0" +[features] +vendored = ["native-tls/vendored"] + [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "io-util", "net"] } tokio-util = { version = "0.6.0", features = ["full"] }