We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1788092 commit 713e744Copy full SHA for 713e744
Cargo.toml
@@ -21,6 +21,7 @@ default = ["native-tls"]
21
native-tls = ["reqwest/native-tls", "yup-oauth2/hyper-tls"]
22
native-tls-vendored = ["reqwest/native-tls-vendored", "yup-oauth2/hyper-tls"]
23
rustls-tls = ["reqwest/rustls-tls", "yup-oauth2/hyper-rustls"]
24
+rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots", "yup-oauth2/hyper-rustls"]
25
26
[dependencies]
27
serde = { version = "1", features = ["derive"] }
0 commit comments