diff --git a/Cargo.toml b/Cargo.toml index b72ee790..e6c5a1df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ edition = "2018" [features] default = ["tls"] tls = ["native-tls"] +tls-vendored = ["native-tls", "native-tls/vendored"] [dependencies] base64 = "0.12.0"