tauri-plugin-network-manager 2.1.1

A Tauri plugin to manage network connections using networkmanager and systemd-networkd.
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 = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-network-manager"
version = "2.1.1"
authors = [
    "Joaquin (Pato) Decima <jdecima@vasak.net.ar>",
    "Vasak Group",
]
build = "build.rs"
links = "tauri-plugin-network-manager"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin to manage network connections using networkmanager and systemd-networkd."
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "network",
    "manager",
    "systemd",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Vasak-OS/tauri-plugin-network-manager"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.45.0"
features = ["rt-multi-thread"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[dependencies.zbus]
version = "3"
features = ["blocking"]

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]