argus-worker 0.1.0

Worker implementation for distributed web crawling
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 = "argus-worker"
version = "0.1.0"
authors = ["Argus Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Worker implementation for distributed web crawling"
homepage = "https://github.com/dedsecrattle/argus"
documentation = "https://docs.rs/argus-worker"
readme = "README.md"
keywords = [
    "crawler",
    "worker",
    "distributed",
    "async",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/dedsecrattle/argus"

[features]
default = []
redis = [
    "argus-frontier/redis",
    "argus-dedupe/redis",
    "dep:redis",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.argus-common]
version = "0.1.0"

[dependencies.argus-dedupe]
version = "0.1.0"

[dependencies.argus-fetcher]
version = "0.1.0"

[dependencies.argus-frontier]
version = "0.1.0"

[dependencies.argus-parser]
version = "0.1.0"

[dependencies.argus-robots]
version = "0.1.0"

[dependencies.argus-storage]
version = "0.1.0"

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

[dependencies.redis]
version = "0.27"
features = [
    "tokio-comp",
    "connection-manager",
]
optional = true

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

[dependencies.tracing]
version = "0.1"