argus-config 0.1.0

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

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

[dependencies.anyhow]
version = "1"

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

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

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

[dependencies.toml]
version = "0.8"