dg_network_manager 1.0.0

Network Manager DBUS API
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 = "dg_network_manager"
version = "1.0.0"
authors = ["James Hoerr"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network Manager DBUS API"
homepage = "https://github.com/GalactechsLLC/dg_network_manager"
readme = false
license = "Apache-2.0"
repository = "https://github.com/GalactechsLLC/dg_network_manager"

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

[dependencies.log]
version = "0.4.26"

[dependencies.simple_logger]
version = "5.0.0"

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

[dependencies.zbus]
version = "5.6.0"
features = ["tokio"]