@@ -13,11 +13,11 @@ categories = ["web-programming::http-client", "network-programming", "api-bindin
1313
1414[features ]
1515default = [" client" ]
16- rustls-tls = [" rustls" , " rustls-pemfile " , " hyper-rustls" , " hyper-http-proxy?/rustls-tls-native-roots" ]
16+ rustls-tls = [" rustls" , " hyper-rustls" , " hyper-http-proxy?/rustls-tls-native-roots" ]
1717webpki-roots = [" hyper-rustls/webpki-roots" ]
1818aws-lc-rs = [" rustls?/aws-lc-rs" ]
1919openssl-tls = [" openssl" , " hyper-openssl" ]
20- ws = [" client" , " tokio-tungstenite" , " rand " , " kube-core/ws" , " tokio/macros" ]
20+ ws = [" client" , " tokio-tungstenite" , " kube-core/ws" , " tokio/macros" ]
2121kubelet-debug = [" ws" , " kube-core/kubelet-debug" ]
2222oauth = [" client" , " tame-oauth" ]
2323oidc = [" client" , " form_urlencoded" ]
@@ -57,7 +57,6 @@ futures = { workspace = true, optional = true, features = ["std"] }
5757pem = { workspace = true , optional = true }
5858openssl = { workspace = true , optional = true }
5959rustls = { workspace = true , optional = true }
60- rustls-pemfile = { workspace = true , optional = true }
6160bytes = { workspace = true , optional = true }
6261tokio = { workspace = true , features = [" time" , " signal" , " sync" ], optional = true }
6362kube-core = { path = " ../kube-core" , version = " =0.98.0" }
@@ -73,7 +72,6 @@ tower = { workspace = true, features = ["buffer", "filter", "util"], optional =
7372tower-http = { workspace = true , features = [" auth" , " map-response-body" , " trace" ], optional = true }
7473hyper-timeout = { workspace = true , optional = true }
7574tame-oauth = { workspace = true , features = [" gcp" ], optional = true }
76- rand = { workspace = true , optional = true }
7775secrecy = { workspace = true }
7876tracing = { workspace = true , features = [" log" ], optional = true }
7977hyper-openssl = { workspace = true , features = [" client-legacy" ], optional = true }
0 commit comments