spider_utils 2.45.13

Utilities to use for Spider Web Crawler.
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_utils"
version = "2.45.13"
authors = ["j-mendez <jeff@spider.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities to use for Spider Web Crawler."
documentation = "https://docs.rs/spider_utils"
readme = "README.md"
keywords = [
    "crawler",
    "spider",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider"

[features]
default = []
indexset = ["indexmap"]
serde = [
    "dep:serde",
    "indexmap/serde",
    "spider_scraper/serde",
]

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

[dependencies.hashbrown]
version = "0.16"
default-features = true

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

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

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

[dependencies.spider_scraper]
version = "0.1"

[dependencies.sxd-document]
version = "0.3"

[dependencies.sxd-xpath]
version = "0.4"

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

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