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.
reqwest
1 parent bdfbb32 commit b474036Copy full SHA for b474036
1 file changed
modules/openapi-generator/src/main/resources/rust/Cargo.mustache
@@ -86,6 +86,11 @@ async-trait = "^0.1"
86
google-cloud-token = "^0.1"
87
{{/supportTokenSource}}
88
{{/supportAsync}}
89
+
90
+[features]
91
+default = ["native-tls"]
92
+native-tls = ["reqwest/native-tls"]
93
+rustls = ["reqwest/rustls-tls"]
94
{{/reqwest}}
95
{{#reqwestTrait}}
96
async-trait = "^0.1"
0 commit comments