spider_cli 2.39.9

The fastest web crawler CLI written in Rust.
# 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_cli"
version = "2.39.9"
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 CLI written in Rust."
documentation = "https://docs.rs/spider"
readme = "README.md"
keywords = [
    "crawler",
    "spider",
    "spider_cli",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider"
resolver = "2"

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

[features]
chrome = ["spider/chrome"]
chrome_intercept = ["spider/chrome_intercept"]
default = ["status_code"]
headers = ["spider/headers"]
jemalloc = ["tikv-jemallocator"]
regex = ["spider/regex"]
remote_addr = ["spider/remote_addr"]
smart = ["spider/smart"]
status_code = []
time = ["spider/time"]

[[bin]]
name = "spider"
path = "src/main.rs"
doc = false

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

[dependencies.env_logger]
version = "0.11"

[dependencies.percent-encoding]
version = "2"

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "rt-multi-thread",
    "macros",
]

[dependencies.unicode-normalization]
version = "0.1"

[build-dependencies.failure_derive]
version = "0.1.8"

[build-dependencies.quote]
version = "1"

[target.'cfg(all(not(windows), not(target_os = "android"), not(target_env = "musl")))'.dependencies.tikv-jemallocator]
version = "0.6"
optional = true