nmrs-gui 1.5.0

GTK4 GUI for managing NetworkManager connections
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"
rust-version = "1.94.0"
name = "nmrs-gui"
version = "1.5.0"
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GTK4 GUI for managing NetworkManager connections"
readme = false
keywords = [
    "networkmanager",
    "gui",
    "gtk",
    "linux",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/cachebag/nmrs"

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

[[bin]]
name = "nmrs-gui"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.glib]
version = "0.22.3"

[dependencies.gtk]
version = "0.11.1"
package = "gtk4"

[dependencies.log]
version = "0.4.29"

[dependencies.nmrs]
version = "2.2"

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

[dependencies.tokio-util]
version = "0.7.18"