# 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 = "k8-config" version = "2.3.0" authors = ["Fluvio Contributors "] description = "Read Kubernetes config" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/infinyon/k8-api" [[example]] name = "kubeconfig_read" [dependencies.dirs] version = "5.0.1" [dependencies.hostfile] version = "0.3.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.serde_yaml] version = "0.9.0" default-features = false [dependencies.tera] version = "1.19.1" optional = true [dependencies.thiserror] version = "1.0.20" [dependencies.tracing] version = "0.1.19" [dev-dependencies.fluvio-future] version = "0.7.0" features = ["subscriber"] [features] context = ["tera"]