Cargo Features

[dependencies]
k8-client = { version = "13.1.0", default-features = false, features = ["k8", "memory_client", "openssl_tls", "native_tls", "rust_tls"] }
default = openssl_tls

The openssl_tls feature is set by default whenever k8-client is added without default-features = false somewhere in the dependency tree.

k8

Affects k8-client::fixture

memory_client = async-channel, async-lock, serde_yaml

Affects client::memory

openssl_tls default

Enables openssl_tls of fluvio-future

native_tls

Enables native_tls of fluvio-future

rust_tls = rustls

Enables rust_tls of fluvio-future

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-channel memory_client?
async-lock memory_client?
rustls rust_tls?
serde_yaml memory_client?