diff --git a/Cargo.toml b/Cargo.toml index 6ae9694..16b1a96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,6 @@ default = ["reqwest/default-tls"] # For using rustls-tls (and no need for openssl anymore) rustls-tls = ["reqwest/rustls-tls"] +rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] +rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"] +rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]