prosa-hyper 0.3.0

ProSA Hyper processor for HTTP client/server
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-hyper"
version = "0.3.0"
authors = [
    "Jérémy HERGAULT <jeremy.hergault@worldline.com>",
    "Anthony THOMAS <anthony.thomas@worldline.com>",
    "Julien TERUEL <julien.teruel@worldline.com>",
    "Rene-Louis EYMARD <rene-louis.eymard@worldline.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ProSA Hyper processor for HTTP client/server"
homepage = "https://worldline.com/"
readme = "README.md"
license = "LGPL-3.0-or-later"
repository = "https://github.com/worldline/ProSA-Hyper"

[package.metadata.prosa.hyper_srv]
proc = "server::proc::HyperServerProc"
settings = "server::proc::HyperServerSettings"
adaptor = ["server::adaptor::HelloHyperServerAdaptor"]

[package.metadata.prosa.hyper_cli]
proc = "client::proc::HyperClientProc"
settings = "client::proc::HyperClientSettings"
adaptor = []

[features]
client = []
default = [
    "server",
    "client",
]
server = []

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

[[example]]
name = "client"
path = "examples/client.rs"
required-features = ["client"]

[[example]]
name = "server"
path = "examples/server.rs"
required-features = ["server"]

[dependencies.aquamarine]
version = "0.6"

[dependencies.bytes]
version = ">=1.11.1, < 2"

[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",
    "trace",
    "logs",
]

[dependencies.prosa]
version = "0.4"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = ">=1.48, < 2"
features = [
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.clap]
version = "4"

[dev-dependencies.config]
version = "0.15"
features = [
    "toml",
    "json",
    "yaml",
    "json5",
    "convert-case",
    "async",
]
default-features = false

[dev-dependencies.openssl]
version = ">=0.10.75, < 0.11"

[dev-dependencies.prosa-utils]
version = "0.4"

[dev-dependencies.reqwest]
version = "0.13"