Files
hemx/slhx-axum/Cargo.toml
T
slhx agent 227a408985 test(axum): use dom-aware html assertions
Harden axum response and root fingerprint tests with scraper-based HTML parsing instead of raw rendered-string equality.

req: test/005
2026-05-25 23:19:13 +02:00

18 lines
435 B
TOML

[package]
name = "slhx-axum"
version.workspace = true
edition.workspace = true
[lib]
path = "src/lib.rs"
[dependencies]
axum = { version = "0.7", default-features = false, features = ["multipart", "tokio"] }
futures-util = { version = "0.3", default-features = false }
slhx-core = { path = "../slhx-core" }
slhx-js = { path = "../slhx-js" }
[dev-dependencies]
scraper = "0.23"
tokio = { version = "1", features = ["macros", "rt"] }