spider_transformations 2.37.115

Transformation utils to use for spider
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 = "spider_transformations"
version = "2.37.115"
authors = ["j-mendez <jeff@spider.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transformation utils to use for spider"
homepage = "https://github.com/spider-rs/spider_transformations"
readme = "README.md"
keywords = [
    "crawler",
    "spider",
    "transformations",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider_transformations"

[features]
clippy = []
default = ["serde"]
indexset = ["indexmap"]
screenshot = [
    "dep:base64",
    "spider/chrome",
    "spider/cookies",
    "spider/real_browser",
]
serde = [
    "indexmap/serde",
    "spider/serde",
]

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

[dependencies.aho-corasick]
version = "1"

[dependencies.auto_encoder]
version = "0.1"

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.fast_html2md]
version = "0"
features = [
    "stream",
    "rewriter",
]

[dependencies.html5ever]
version = "0.27"

[dependencies.indexmap]
version = "1"
optional = true

[dependencies.llm_readability]
version = "0"

[dependencies.lol_html]
version = "2"

[dependencies.markup5ever]
version = "0.12"

[dependencies.phf]
version = "0.11"

[dependencies.phf_codegen]
version = "0.11"

[dependencies.regex]
version = "1"

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

[dependencies.spider]
version = "2.47.12"
default-features = false

[dependencies.spider_scraper]
version = "0.1"

[dependencies.tendril]
version = "0.4"

[dependencies.thiserror]
version = "1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.url]
version = "2"

[dev-dependencies.maud]
version = "0.26"