kcode-web-fetch 0.1.1

Bounded public-web fetching with SSRF protection and readable text extraction
Documentation
[package]
name = "kcode-web-fetch"
version = "0.1.1"
edition = "2024"
rust-version = "1.97"
description = "Bounded public-web fetching with SSRF protection and readable text extraction"
documentation = "https://docs.rs/kcode-web-fetch"
readme = "README.md"
license = "MIT"
keywords = ["http", "web", "ssrf", "html"]
categories = ["web-programming::http-client", "text-processing"]
include = ["src/**", "Cargo.toml", "DependencyAudit.md", "Documentation.md", "LICENSE", "README.md", "Specification.md"]

[dependencies]
html2text = "0.16"
reqwest = { version = "0.13", default-features = false, features = ["brotli", "deflate", "gzip", "rustls"] }
tokio = { version = "1", features = ["net"] }

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]