# 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-client" version = "13.1.0" authors = ["Fluvio Contributors "] description = "Core Kubernetes metadata traits" readme = "README.md" categories = [ "api-bindings", "asynchronous", "encoding", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/infinyon/k8-api" [dependencies.anyhow] version = "1.0" [dependencies.async-channel] version = "2.3.1" optional = true [dependencies.async-lock] version = "3.3.0" optional = true [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.6.0" [dependencies.cfg-if] version = "1.0" [dependencies.fluvio-future] version = "0.7.0" features = [ "net", "task", ] [dependencies.futures-util] version = "0.3.21" features = ["io"] [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.28" features = [ "client", "http1", "http2", "stream", ] [dependencies.k8-config] version = "2.3.0" [dependencies.k8-diff] version = "0.1.0" [dependencies.k8-metadata-client] version = "7.0.0" [dependencies.k8-types] version = "0.8.6" features = [ "core", "batch", ] [dependencies.pin-utils] version = "0.1.0" [dependencies.rand] version = "0.8.3" [dependencies.rustls] version = "0.23.11" optional = true [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_yaml] version = "0.9.0" optional = true default-features = false [dependencies.tokio] version = "1.37.0" [dependencies.tracing] version = "0.1.19" [dev-dependencies.async-trait] version = "0.1.52" [dev-dependencies.fluvio-future] version = "0.7.0" features = [ "fixture", "timer", ] [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.rand] version = "0.8.3" [features] default = ["openssl_tls"] k8 = [] memory_client = [ "async-channel", "async-lock", "serde_yaml", ] native_tls = ["fluvio-future/native_tls"] openssl_tls = ["fluvio-future/openssl_tls"] rust_tls = [ "rustls", "fluvio-future/rust_tls", ]