impala 0.7.3

TUI for managing wifi
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 = "impala"
version = "0.7.3"
authors = ["Badr Badri <contact@pythops.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI for managing wifi"
homepage = "https://github.com/pythops/impala"
readme = "Readme.md"
license = "GPL-3.0"
repository = "https://github.com/pythops/impala"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-channel]
version = "2"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]
default-features = false

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.iwdrs]
version = "0.2.6"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.qrcode]
version = "0.14.1"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.tui-input]
version = "0.15"
features = ["crossterm"]
default-features = false

[dependencies.tui-qrcode]
version = "0.2.2"

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