webtools-fetch 0.1.13

Token-efficient web content fetcher with reference-style URL preservation
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 = "2021"
name = "webtools-fetch"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token-efficient web content fetcher with reference-style URL preservation"
homepage = "https://github.com/kolisachint/webtools"
readme = "README.md"
keywords = [
    "token",
    "llm",
    "agent",
    "fetch",
    "url",
]
categories = [
    "web-programming",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/kolisachint/webtools"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.ego-tree]
version = "0.6"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "gzip",
    "brotli",
]
default-features = false

[dependencies.scraper]
version = "0.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.url]
version = "2.5"

[dependencies.webfetch-core]
version = "0.1.13"
package = "webtools-core"