ntw 0.2.1

A macOS network toolkit providing live speed metrics and simple interface management.
Documentation
[[bin]]
name = "ntw"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.inquire]
version = "0.9.1"

[dependencies.sysinfo]
version = "0.37.2"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.49.0"

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

[package]
authors = ["Alexandre Trotel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A macOS network toolkit providing live speed metrics and simple interface management."
documentation = "https://docs.rs/ntw"
edition = "2024"
homepage = "https://github.com/alexandretrotel/ntw"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE-*"]
keywords = ["network", "macos", "cli", "bandwidth", "monitoring"]
license = "MIT"
name = "ntw"
readme = "README.md"
repository = "https://github.com/alexandretrotel/ntw"
version = "0.2.1"

[package.metadata]
repository_issues = "https://github.com/alexandretrotel/ntw/issues"