qrawl 0.5.4

Composable web crawling tools for Rust
Documentation
[[bin]]
name = "qrawl"
path = "src/bin/qrawl.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.dashmap]
version = "6.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.html-escape]
version = "0.2"

[dependencies.idna]
version = "0.5"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["blocking", "cookies", "brotli", "gzip", "deflate", "json", "native-tls", "stream"]
version = "0.11"

[dependencies.scraper]
version = "0.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "time"]
version = "1.0"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming::http-client", "parsing"]
description = "Composable web crawling tools for Rust"
documentation = "https://docs.rs/qrawl"
edition = "2021"
homepage = "https://github.com/QLangstaff/qrawl"
include = ["Cargo.toml", "README.md", "LICENSE*", "src/**"]
keywords = ["crawl", "scrape", "agent", "rag", "tools"]
license = "MIT"
name = "qrawl"
readme = "README.md"
repository = "https://github.com/QLangstaff/qrawl"
rust-version = "1.74"
version = "0.5.4"