iwdrs 0.2.7

Rust crate for iwd
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 = "iwdrs"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust crate for iwd"
homepage = "https://github.com/pythops/iwdrs"
readme = "Readme.md"
license = "MIT"
repository = "https://github.com/pythops/iwdrs"

[features]
async-io = ["zbus/async-io"]
default = ["async-io"]
tokio = ["zbus/tokio"]

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

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

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

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

[dependencies.async-lock]
version = "3.4.2"
default-features = false

[dependencies.futures-lite]
version = "2.6.1"

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

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.zbus]
version = "5"
default-features = false

[dependencies.zvariant]
version = "5"

[dev-dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "rt",
    "macros",
]

[dev-dependencies.zbus]
version = "5"
features = ["tokio"]