|
|
@ -20,7 +20,7 @@ gio-runtime = ["gio", "glib"] |
|
|
|
async-tls = ["real-async-tls"] |
|
|
|
async-tls = ["real-async-tls"] |
|
|
|
async-native-tls = ["async-std-runtime", "real-async-native-tls"] |
|
|
|
async-native-tls = ["async-std-runtime", "real-async-native-tls"] |
|
|
|
tokio-native-tls = ["tokio-runtime", "real-tokio-native-tls", "real-native-tls", "tungstenite/tls"] |
|
|
|
tokio-native-tls = ["tokio-runtime", "real-tokio-native-tls", "real-native-tls", "tungstenite/tls"] |
|
|
|
tokio-rustls = ["tokio-runtime", "real-tokio-rustls"] |
|
|
|
tokio-rustls = ["tokio-runtime", "real-tokio-rustls", "webpki-roots"] |
|
|
|
tokio-openssl = ["tokio-runtime", "real-tokio-openssl", "openssl"] |
|
|
|
tokio-openssl = ["tokio-runtime", "real-tokio-openssl", "openssl"] |
|
|
|
|
|
|
|
|
|
|
|
[package.metadata.docs.rs] |
|
|
|
[package.metadata.docs.rs] |
|
|
@ -79,6 +79,10 @@ optional = true |
|
|
|
version = "^0.14" |
|
|
|
version = "^0.14" |
|
|
|
package = "tokio-rustls" |
|
|
|
package = "tokio-rustls" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.webpki-roots] |
|
|
|
|
|
|
|
optional = true |
|
|
|
|
|
|
|
version = "0.20" |
|
|
|
|
|
|
|
|
|
|
|
[dependencies.gio] |
|
|
|
[dependencies.gio] |
|
|
|
optional = true |
|
|
|
optional = true |
|
|
|
version = "0.9" |
|
|
|
version = "0.9" |
|
|
|