netls 0.1.1

Network connections viewer for daily use and automation - container visibility, JSON/CSV output, process tree, live watch mode
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"
rust-version = "1.88"
name = "netls"
version = "0.1.1"
build = false
exclude = [
    "/assets",
    "/.github",
    "/.gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network connections viewer for daily use and automation - container visibility, JSON/CSV output, process tree, live watch mode"
homepage = "https://github.com/NEOFIT-dev/netls"
readme = "README.md"
keywords = [
    "network",
    "netstat",
    "sockets",
    "cli",
    "monitoring",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NEOFIT-dev/netls"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.csv]
version = "1"

[dependencies.owo-colors]
version = "4"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.16"
features = ["ansi"]

[dependencies.thiserror]
version = "2"

[target.'cfg(target_os = "macos")'.dependencies.libproc]
version = "0.14"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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