Commit 30bf3ed 1 parent 7323032 commit 30bf3ed Copy full SHA for 30bf3ed
File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi
13
13
| derive | [ CustomResource] | no | [ kube-derive] , [ syn] , [ quote] |
14
14
| openssl-tls | tls via openssl | no | [ openssl] , [ hyper-openssl] |
15
15
| rustls-tls | tls via rustls | [ yes] | [ rustls] , [ hyper-rustls] |
16
+ | ring | rustls via ring | yes | [ ring] |
16
17
| aws-lc-rs | rustls via aws-lc-rs | no | [ aws-lc-rs] |
17
18
| ws | [ Execute] , [ Attach] , [ Portforward] | no | [ tokio-tungstenite] |
18
19
| gzip | gzip compressed transport | no | [ tower-http] feature |
Original file line number Diff line number Diff line change 118
118
[ rustls ] : https://crates.io/crates/rustls
119
119
[ hyper-rustls ] : https://crates.io/crates/hyper-rustls
120
120
[ aws-lc-rs ] : https://crates.io/crates/aws-lc-rs
121
+ [ ring ] : https://crates.io/crates/ring
121
122
[ tokio-tungstenite ] : https://crates.io/crates/tokio-tungstenite
122
123
[ tame-oauth ] : https://crates.io/crates/tame-oauth
123
124
[ hyper-socks2 ] : https://crates.io/crates/hyper-socks2
You can’t perform that action at this time.
0 commit comments