Docs.rs
composable-tower-http-0.3.1
composable-tower-http 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
JadKHaddad
Dependencies
axum ^0.7.9
normal
optional
base64 ^0.22.1
normal
http ^1.1.0
normal
jsonwebtoken ^9.2.0
normal
reqwest ^0.12.7
normal
serde ^1.0.215
normal
thiserror ^2.0.3
normal
tokio ^1.41.1
normal
tower ^0.5.0
normal
tower-layer ^0.3.0
normal
tracing ^0.1.40
normal
anyhow ^1.0.93
dev
dotenvy ^0.15.7
dev
mockall ^0.13.1
dev
tokio ^1.39.3
dev
tower-http ^0.6.2
dev
tracing-subscriber ^0.3.18
dev
Versions
1.94%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
composable_tower_http/authorize/authorizers/
mod.rs
1
pub mod
api_key;
2
pub mod
basic_auth;
3
pub mod
jwt;