spider_worker 2.40.2

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.40.2"
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 = ["warp/tls"]

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

[dependencies.env_logger]
version = "0.11"

[dependencies.lazy_static]
version = "1"

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

[dependencies.warp]
version = "0.3.7"