nmrs 2.0.1

A Rust library for NetworkManager over D-Bus
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.85.1"
name = "nmrs"
version = "2.0.1"
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for NetworkManager over D-Bus"
documentation = "https://docs.rs/nmrs"
readme = "README.md"
keywords = [
    "networkmanager",
    "dbus",
    "wifi",
    "linux",
    "networking",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/cachebag/nmrs"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "nmrs"
path = "src/lib.rs"
bench = false

[[example]]
name = "bluetooth"
path = "examples/bluetooth.rs"

[[example]]
name = "bluetooth_connect"
path = "examples/bluetooth_connect.rs"

[[example]]
name = "custom_timeouts"
path = "examples/custom_timeouts.rs"

[[example]]
name = "vpn_connect"
path = "examples/vpn_connect.rs"

[[example]]
name = "wifi_enterprise"
path = "examples/wifi_enterprise.rs"

[[example]]
name = "wifi_scan"
path = "examples/wifi_scan.rs"

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.log]
version = "0.4.29"

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

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "v5",
]

[dependencies.zbus]
version = "5.14.0"

[dependencies.zvariant]
version = "5.10.0"

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unused]
level = "warn"
priority = -1