bandwidthmon 0.1.13

Real-time network bandwidth monitor with beautiful ASCII charts
[[bin]]
name = "bandwidthmon"
path = "src/bandwidthmon.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "color", "suggestions"]
version = "4.5"

[dependencies.colored]
version = "3.0.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3.5"

[dependencies.rasciichart]
version = "0.2.16"

[dependencies.regex]
version = "1"

[dependencies.sysinfo]
version = "0.36"

[dependencies.term_size]
version = "0.3.2"

[package]
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "Real-time network bandwidth monitor with beautiful ASCII charts"
documentation = "https://docs.rs/bandwidthmon"
edition = "2024"
exclude = [".github/*", ".gitignore", "build.sh", "build.bat", "CHANGELOG.md", "DEPLOYMENT_GUIDE.md", "FIXED_APPLIED.md", "FLICKER_FIX.md", "PROJECT_STRUCTURE.md", "PUBLISH.md", "SMOOTH_RENDERING.md", "bandwidthmon.exe", "bandwidthmon2.exe", "bandwidthmon.sublime-project", "bandwidthmon.sublime-workspace"]
homepage = "https://github.com/cumulus13/bandwidthmon"
keywords = ["network", "bandwidth", "monitor", "terminal", "cli"]
license = "MIT"
name = "bandwidthmon"
readme = "README.md"
repository = "https://github.com/cumulus13/bandwidthmon"
rust-version = "1.86"
version = "0.1.13"

[profile.dev]
debug = 2
opt-level = 0

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

[profile.test]
opt-level = 0

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

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.61.2"