wp-mini-html 0.1.0-alpha.1

Minimal async WP to HTML downloader | Extremely minimal.
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 = "wp-mini-html"
version = "0.1.0-alpha.1"
authors = ["ZhiFenBL"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal async WP to HTML downloader | Extremely minimal."
homepage = "https://wprs.dev/mini-html"
documentation = "https://docs.rs/wp-mini-html"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/WattDownload/crate-wp-mini-html"

[lib]
name = "wp_mini_html"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.askama]
version = "0.15.1"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.lol_html]
version = "2.7.1"

[dependencies.quick-xml]
version = "0.39.0"
features = ["serde"]

[dependencies.reqwest]
version = "0.12.28"
features = ["rustls-tls"]
default-features = false

[dependencies.sanitize-filename]
version = "0.6.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.wp-mini]
version = "0.2.0-alpha.2"

[dependencies.zip]
version = "7.2.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3.4"
features = ["wasm_js"]