nm-wifi 0.3.0

A Terminal User Interface for managing Wi-Fi connections on Linux
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 = "nm-wifi"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Terminal User Interface for managing Wi-Fi connections on Linux"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
default = []
demo = []

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

[[bin]]
name = "generate-demo-screenshots"
path = "src/bin/generate_demo_screenshots.rs"
required-features = ["demo"]

[[bin]]
name = "nm-wifi"
path = "src/main.rs"

[[test]]
name = "app_runtime"
path = "tests/app_runtime.rs"

[[test]]
name = "backend_factory"
path = "tests/backend_factory.rs"

[[test]]
name = "core_modules"
path = "tests/core_modules.rs"

[[test]]
name = "demo_screenshots"
path = "tests/demo_screenshots.rs"

[[test]]
name = "fake_backend"
path = "tests/fake_backend.rs"

[dependencies.crossterm]
version = "0.29"

[dependencies.dbus]
version = "0.9.7"

[dependencies.networkmanager]
version = "0.5"

[dependencies.ratatui]
version = "0.30"

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

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