wifui 0.5.0

A lightweight, keyboard-driven Terminal User Interface (TUI) for managing Wi-Fi connections on Windows and Linux.
# 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 = "wifui"
version = "0.5.0"
authors = ["Soham Waghmare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, keyboard-driven Terminal User Interface (TUI) for managing Wi-Fi connections on Windows and Linux."
readme = "README.md"
keywords = [
    "wifui",
    "cli",
    "network-manager",
    "ratatui",
    "windows",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/sohamw03/wifui"

[package.metadata.wix]
upgrade-guid = "909EF4D6-77C0-4A24-8057-A4653D8C28F8"
path-guid = "AC7009CB-81F9-48A3-A260-9A0AA545BE34"
license = false
eula = false

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "std",
    "help",
    "usage",
    "error-context",
]
default-features = false

[dependencies.color-eyre]
version = "0.6.5"
default-features = false

[dependencies.crossterm]
version = "0.29.0"
features = [
    "events",
    "windows",
]
default-features = false

[dependencies.qrcode]
version = "0.14"
default-features = false

[dependencies.quick-xml]
version = "0.38.4"
default-features = false

[dependencies.ratatui]
version = "0.29.0"
features = [
    "crossterm",
    "underline-color",
]
default-features = false

[dependencies.secrecy]
version = "0.10.3"
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt",
    "sync",
    "rt-multi-thread",
]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.futures-lite]
version = "2.6"

[target.'cfg(target_os = "linux")'.dependencies.zbus]
version = "5.13.2"
features = [
    "blocking-api",
    "tokio",
]

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_NetworkManagement_WiFi",
    "Win32_Foundation",
    "Win32_Security",
    "Win32_NetworkManagement_Ndis",
]

[profile.dist]
lto = "thin"
inherits = "release"