rakers 0.1.5

Lightweight headless JS renderer — executes JavaScript and returns the rendered HTML
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"
name = "rakers"
version = "0.1.5"
authors = ["tbro <tim@toma.tl>"]
build = false
exclude = [
    "TODO.org",
    "scripts/",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight headless JS renderer — executes JavaScript and returns the rendered HTML"
homepage = "https://github.com/tbro/rakers"
documentation = "https://docs.rs/rakers"
readme = "README.md"
keywords = [
    "javascript",
    "headless",
    "renderer",
    "scraping",
    "html",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/tbro/rakers"

[features]
boa = ["dep:boa_engine"]
default = ["rquickjs"]
rquickjs = ["dep:rquickjs"]

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

[[bin]]
name = "rakers"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.boa_engine]
version = "0.19"
optional = true

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

[dependencies.html5ever]
version = "0.27"

[dependencies.markup5ever_rcdom]
version = "0.3"

[dependencies.rquickjs]
version = "0.8"
features = ["full"]
optional = true

[dependencies.scraper]
version = "0.27"

[dependencies.similar]
version = "2"

[dependencies.ureq]
version = "2"
features = ["socks-proxy"]

[dependencies.url]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

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

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