diff --git a/Cargo.toml b/Cargo.toml index 93a0637..705c5d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2018" all-features = true [features] -default = [] +default = ["native-tls"] native-tls = ["native-tls-crate"] native-tls-vendored = ["native-tls", "native-tls-crate/vendored"] rustls-tls = ["rustls", "webpki", "webpki-roots"]