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 1cbe0bd commit b187027Copy full SHA for b187027
redis/Cargo.toml
@@ -26,13 +26,10 @@ geospatial = []
26
json = ["redis/json"]
27
cluster = ["redis/cluster"]
28
script = ["redis/script"]
29
-tls-native-tls = ["redis/tls-native-tls"]
30
-tls-rustls = ["redis/tls-rustls"]
+tls-native-tls = ["redis/tls-native-tls", "redis/tokio-native-tls"]
+tls-rustls = ["redis/tls-rustls", "redis/tokio-rustls"]
31
tls-rustls-insecure = ["redis/tls-rustls-insecure"]
32
tls-rustls-webpki-roots = ["redis/tls-rustls-webpki-roots"]
33
-tokio-comp = ["redis/tokio-comp"]
34
-tokio-native-tls-comp = ["redis/tokio-native-tls-comp"]
35
-tokio-rustls-comp = ["redis/tokio-rustls-comp"]
36
connection-manager = ["redis/connection-manager"]
37
streams = []
38
cluster-async = ["redis/cluster-async"]
0 commit comments