wakezilla 0.1.42

A Wake-on-LAN proxy server written in Rust
Documentation
[[bin]]
name = "wakezilla"
path = "src/main.rs"

[build-dependencies.which]
version = "4"

[dependencies.anyhow]
version = "1.0"

[dependencies.askama]
version = "0.12"

[dependencies.askama_axum]
version = "0.4"

[dependencies.axum]
features = ["macros"]
version = "0.7"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.config]
features = ["toml", "yaml", "json"]
version = "0.14"

[dependencies.dns-lookup]
version = "2.0.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.ipnetwork]
version = "0.20.0"

[dependencies.mime_guess]
version = "2.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.pnet]
version = "0.34.0"

[dependencies.regex]
version = "1.11.2"

[dependencies.reqwest]
version = "0.12.23"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "net", "time", "io-util"]
version = "1.38.0"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
features = ["cors", "fs"]
version = "0.6.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-futures]
features = ["tokio"]
version = "0.2"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.validator]
features = ["derive"]
version = "0.20.0"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tower]
features = ["util"]
version = "0.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming", "web-programming"]
description = "A Wake-on-LAN proxy server written in Rust"
edition = "2021"
homepage = "https://github.com/guibeira/wakezilla"
keywords = ["wol", "proxy", "rust"]
license = "MIT"
name = "wakezilla"
readme = "README.md"
repository = "https://github.com/guibeira/wakezilla"
version = "0.1.42"

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

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

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

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

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

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

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