We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0cebb commit c3e8f61Copy full SHA for c3e8f61
Cargo.toml
@@ -94,15 +94,9 @@ tls-none = []
94
95
# Legacy Runtime + TLS features
96
97
-runtime-async-global-executor-native-tls = ["runtime-async-global-executor", "tls-native-tls"]
98
-runtime-async-global-executor-rustls = ["runtime-async-global-executor", "tls-rustls-ring"]
99
-
100
runtime-async-std-native-tls = ["runtime-async-std", "tls-native-tls"]
101
runtime-async-std-rustls = ["runtime-async-std", "tls-rustls-ring"]
102
103
-runtime-smol-native-tls = ["runtime-smol", "tls-native-tls"]
104
-runtime-smol-rustls = ["runtime-smol", "tls-rustls-ring"]
105
106
runtime-tokio-native-tls = ["runtime-tokio", "tls-native-tls"]
107
runtime-tokio-rustls = ["runtime-tokio", "tls-rustls-ring"]
108
0 commit comments