crawlkit-engine 1.0.0

High-performance Rust web crawler and SEO analysis toolkit with 28 analyzers, WASM plugin system, and enterprise features
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 = "crawlkit-engine"
version = "1.0.0"
authors = ["Wyatt Au"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust web crawler and SEO analysis toolkit with 28 analyzers, WASM plugin system, and enterprise features"
homepage = "https://github.com/WyattAu/crawlkit"
documentation = "https://docs.rs/crawlkit-engine"
readme = "README.md"
keywords = [
    "seo",
    "crawler",
    "web-crawler",
    "analysis",
    "rust",
]
categories = [
    "command-line-utilities",
    "web-programming",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/WyattAu/crawlkit"

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

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

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

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

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

[[bench]]
name = "crawlkit_benchmarks"
path = "benches/crawlkit_benchmarks.rs"
harness = false

[dependencies.aes-gcm]
version = "0.10"

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.csv]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "5.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"

[dependencies.lru]
version = "0.12"

[dependencies.parking_lot]
version = "0.12"

[dependencies.quick-xml]
version = "0.41"

[dependencies.rayon]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "stream",
]

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.scraper]
version = "0.22"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.wasmtime]
version = "28"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
    "macros",
]

[lints.clippy]
exit = "deny"
expect_used = "warn"
if_not_else = "warn"
modulo_arithmetic = "warn"
panic = "warn"
redundant_clone = "warn"
unused_async = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"