waker 1.1.0

Wake-On-LAN library for Rust
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.85"
name = "waker"
version = "1.1.0"
authors = ["DarkCeptor44"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wake-On-LAN library for Rust"
homepage = "https://github.com/DarkCeptor44/waker"
readme = "README.md"
keywords = [
    "wake-on-lan",
    "wol",
    "magic-packet",
    "wakeonlan",
]
categories = ["network-programming"]
license = "MPL-2.0"
repository = "https://github.com/DarkCeptor44/waker"

[package.metadata.docs.rs]
all-features = true

[package.metadata.playground]
features = ["serde"]

[features]
default = []
serde = ["dep:serde"]

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

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

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

[[bench]]
name = "mac"
path = "benches/mac.rs"
harness = false

[[bench]]
name = "packet_creation"
path = "benches/packet_creation.rs"
harness = false

[[bench]]
name = "packet_send"
path = "benches/packet_send.rs"
harness = false

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.divan]
version = "0.1.21"

[dev-dependencies.serde_json]
version = "1.0.149"