# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kube-query-tools" version = "0.1.0" authors = ["Anders Blenstrup-Pedersen "] description = "Kube Query Tool" readme = "README.md" keywords = [ "Kubernetes", "Query", "Resource-Query", ] categories = [""] license = "MIT" repository = "https://github.com/nebula-technologies/kube-query-tool.git" resolver = "2" [dependencies.data-query] version = "0.1.6" features = ["jq"] [dependencies.k8s-openapi] version = "0.14.0" features = ["v1_22"] default-features = false [dependencies.kube] version = "0.71" features = [ "runtime", "derive", "admission", ] [dependencies.kube-core] version = "0.71" [dependencies.kube-resource-extras] version = "0.1.1" features = ["istio"] [dependencies.railsgun] version = "1.0.3" [dependencies.regex] version = "1.5.6" features = ["use_std"] [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.serde_yaml] version = "0.8.24" [dev-dependencies.tokio] version = "1.19.2" features = ["rt"]