wayle-network 0.1.2

WiFi and wired network management
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.92"
name = "wayle-network"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WiFi and wired network management"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wayle-rs/wayle-services"
resolver = "2"

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

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

[dependencies.bitflags]
version = "2.9.4"

[dependencies.derive_more]
version = "2.0.1"
features = ["debug"]
default-features = false

[dependencies.futures]
version = "0.3.31"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "time",
]

[dependencies.tokio-stream]
version = "0.1.17"
features = ["sync"]

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.wayle-core]
version = "0.1.2"

[dependencies.wayle-traits]
version = "0.1.2"

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

[lints.clippy]
cognitive_complexity = "warn"
expect_used = "deny"
inefficient_to_string = "warn"
large_types_passed_by_value = "warn"
manual_ok_or = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
module_name_repetitions = "allow"
panic = "warn"
similar_names = "allow"
too_many_lines = "warn"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"