composable-tower-http 0.1.2

Highly costumizable http utilities built on top of tower.
Documentation
[dependencies.axum]
optional = true
version = "0.7.5"

[dependencies.base64]
version = "0.22.1"

[dependencies.http]
version = "1.1.0"

[dependencies.jsonwebtoken]
version = "9.2.0"

[dependencies.reqwest]
features = ["json"]
version = "0.12.7"

[dependencies.serde]
version = "1.0.214"

[dependencies.thiserror]
version = "1.0.65"

[dependencies.tokio]
features = ["sync"]
version = "1.41.1"

[dependencies.tower]
version = "0.5.0"

[dependencies.tower-layer]
version = "0.3.0"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.anyhow]
version = "1.0.93"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.mockall]
version = "0.13.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.39.3"

[dev-dependencies.tower-http]
features = ["trace"]
version = "0.6.1"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"

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

[features]
axum = ["dep:axum"]
default = []

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

[package]
authors = ["Jad K. Haddad <jadkhaddad@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Highly costumizable http utilities built on top of tower."
edition = "2021"
keywords = ["tower", "http", "middleware", "extension", "composable"]
license = "MIT OR Apache-2.0"
name = "composable-tower-http"
readme = "README.md"
repository = "https://github.com/JadKHaddad/composable-tower-http"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]