spider_worker 2.47.79

The fastest web crawler as a worker or proxy.
# 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_worker"
version = "2.47.79"
authors = ["j-mendez <jeff@spider.cloud>"]
build = false
include = [
    "src/*",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The fastest web crawler as a worker or proxy."
documentation = "https://docs.rs/spider"
readme = "README.md"
keywords = [
    "crawler",
    "spider",
    "spider_cli",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/spider-rs/spider"
resolver = "2"

[badges.maintenance]
status = "as-is"

[features]
cache = ["spider/cache"]
default = []
full_resources = ["spider/full_resources"]
headers = [
    "spider/decentralized_headers",
    "spider/headers",
]
scrape = []
tls = [
    "tokio-rustls",
    "rustls-pemfile",
]

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

[dependencies.env_logger]
version = "0.11"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server-auto",
    "service",
]

[dependencies.lazy_static]
version = "1"

[dependencies.rustls-pemfile]
version = "2"
optional = true

[dependencies.spider]
version = "2"
features = [
    "serde",
    "flexbuffers",
]

[dependencies.tokio-rustls]
version = "0.26"
optional = true

[dependencies.warp]
version = "0.4"