spider-core 0.1.2

Core functionality for the spider-lib web scraping framework.
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 = "2024"
name = "spider-core"
version = "0.1.2"
authors = ["mzyui <mzyui@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionality for the spider-lib web scraping framework."
homepage = "https://github.com/spider-lib/spider-core"
readme = "README.md"
keywords = [
    "web-scraping",
    "crawler",
    "scraper",
    "async",
    "rust",
]
categories = [
    "web-programming",
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/spider-lib/spider-core"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.cookie_store]
version = "0.20"

[dependencies.crossbeam]
version = "0.8"

[dependencies.dashmap]
version = "6.1.0"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"

[dependencies.kanal]
version = "0.1.1"

[dependencies.moka]
version = "0.12"
features = [
    "future",
    "sync",
]

[dependencies.num_cpus]
version = "1.16"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.spider-downloader]
version = "0.1.2"

[dependencies.spider-macro]
version = "0.1.0"

[dependencies.spider-middleware]
version = "0.1.2"

[dependencies.spider-pipeline]
version = "0.1.3"

[dependencies.spider-util]
version = "0.1.1"

[dependencies.time]
version = "0.3"
features = ["serde"]

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.8"
features = ["serde"]