webtools-core 0.1.5

Shared primitives: compression, token budgeting, and reference-style URLs
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-core"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared primitives: compression, token budgeting, and reference-style URLs"
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_core"
path = "src/lib.rs"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

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