@@ -12,20 +12,20 @@ homepage = "https://github.com/davidB/kubectl-view-allocations"
1212exclude = [" /.github" , " .gitignore" ]
1313
1414[dependencies ]
15- tokio = { version = " 1.6" , features = [" full" ], optional = true }
16- kube = { version = " 0.57" , features = [" client" , " oauth" , " gzip" , " native-tls" ], default-features = false }
17- k8s-openapi = { version = " 0.12" , default-features = false }
15+ tokio = { version = " 1.6" , features = [" full" ], optional = true }
16+ kube = { version = " 0.57" , features = [" client" , " oauth" , " gzip" , " native-tls" ], default-features = false }
17+ k8s-openapi = { version = " 0.12" , default-features = false }
1818thiserror = " 1.0"
1919serde = " 1.0"
2020serde_json = " 1.0"
2121itertools = " 0.10"
22- prettytable-rs = { version = " 0.8" , default-features = false , optional = true }
22+ prettytable-rs = { version = " 0.8" , default-features = false , optional = true }
2323structopt = " 0.3"
24- openssl = { version = " 0.10" , features = [" vendored" ] }
24+ openssl = { version = " 0.10" , features = [" vendored" ] }
2525chrono = " 0.4"
2626tracing = " 0.1"
27- tracing-bunyan-formatter = { version = " 0.2" , optional = true }
28- tracing-subscriber = { version = " 0.2" , optional = true }
27+ tracing-bunyan-formatter = { version = " 0.2" , optional = true }
28+ tracing-subscriber = { version = " 0.2" , optional = true }
2929
3030[features ]
3131default = [" cli" ]
0 commit comments