kcode-web-fetch 0.1.0

Bounded public-web fetching with SSRF protection and readable text extraction
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.97"
name = "kcode-web-fetch"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "DependencyAudit.md",
    "Documentation.md",
    "LICENSE",
    "README.md",
    "Specification.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded public-web fetching with SSRF protection and readable text extraction"
documentation = "https://docs.rs/kcode-web-fetch"
readme = "README.md"
keywords = [
    "http",
    "web",
    "ssrf",
    "html",
]
categories = [
    "web-programming::http-client",
    "text-processing",
]
license = "MIT"

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

[dependencies.html2text]
version = "0.16"

[dependencies.reqwest]
version = "=0.13.4"
features = [
    "brotli",
    "deflate",
    "gzip",
    "rustls",
]
default-features = false

[dependencies.tokio]
version = "1"
features = ["net"]

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

[lints.rust]
unsafe_code = "forbid"