argus-storage 0.1.0

Storage backends for crawled web data
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-storage"
version = "0.1.0"
authors = ["Argus Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage backends for crawled web data"
homepage = "https://github.com/dedsecrattle/argus"
documentation = "https://docs.rs/argus-storage"
readme = "README.md"
keywords = [
    "crawler",
    "storage",
    "s3",
    "filesystem",
]
categories = [
    "database",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/dedsecrattle/argus"

[features]
default = []
s3 = [
    "dep:aws-sdk-s3",
    "dep:aws-config",
]

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.aws-config]
version = "1"
optional = true

[dependencies.aws-sdk-s3]
version = "1"
optional = true

[dependencies.bytes]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "rt",
    "macros",
]

[dev-dependencies.bytes]
version = "1"