argus-crawler 0.1.0

A production-ready web crawler capable of handling billions of URLs
# 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-crawler"
version = "0.1.0"
authors = ["Argus Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A production-ready web crawler capable of handling billions of URLs"
homepage = "https://github.com/dedsecrattle/argus"
documentation = "https://docs.rs/argus-crawler"
readme = "README.md"
keywords = [
    "crawler",
    "web",
    "scraping",
    "spider",
    "async",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/dedsecrattle/argus"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.argus-worker]
version = "0.1.0"
features = ["redis"]

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]