kflow 0.1.2

Node-local daemon and TUI that reads kernel conntrack and visualizes per-node network connections.
Documentation
# 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 = "kflow"
version = "0.1.2"
authors = ["AlexsJones"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node-local daemon and TUI that reads kernel conntrack and visualizes per-node network connections."
homepage = "https://github.com/AlexsJones/kflow"
readme = "README.md"
keywords = [
    "conntrack",
    "kubernetes",
    "network",
    "monitoring",
]
license = "MIT OR Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/AlexsJones/kflow"

[lib]
name = "kflow"
path = "src/lib.rs"

[[bin]]
name = "daemon"
path = "src/bin/daemon.rs"

[[bin]]
name = "kflow"
path = "src/bin/cli.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.axum]
version = "0.7"

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

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.ratatui]
version = "0.28.0"
features = ["all-widgets"]

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

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