sofka 0.4.4

A Kubernetes TUI, reimagined in Rust
# 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 = "2024"
name = "sofka"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Kubernetes TUI, reimagined in Rust"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nklmilojevic/sofka"

[[bin]]
name = "sofka"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.futures-util]
version = "0.3.32"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.k8s-openapi]
version = "0.28"
features = ["latest"]

[dependencies.kube]
version = "4.0.0"
features = [
    "runtime",
    "client",
    "derive",
    "ws",
]

[dependencies.ratatui]
version = "0.30.1"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.similar]
version = "3.1.1"

[dependencies.terminal-colorsaurus]
version = "1.0.3"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.toml]
version = "1.1.2"

[dependencies.unicode-width]
version = "0.2.2"

[profile.release]
lto = true
codegen-units = 1
strip = true