prosa-fetcher 0.4.1

ProSA processor to fetch information from remote systems
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 = "prosa-fetcher"
version = "0.4.1"
authors = ["Jeremy HERGAULT"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ProSA processor to fetch information from remote systems"
readme = "README.md"
license = "LGPL-3.0-or-later"
repository = "https://github.com/reneca/ProSA-Fetcher"

[package.metadata.prosa.fetcher]
proc = "proc::FetcherProc"
settings = "proc::FetcherSettings"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1"

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

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.opentelemetry]
version = "0.31"
features = ["metrics"]

[dependencies.prosa]
version = "0.4"

[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

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