wardline-http 0.1.0

tower/axum middleware adapter for Wardline pipelines. The one async boundary in the workspace.
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"
rust-version = "1.85"
name = "wardline-http"
version = "0.1.0"
authors = ["The Wardline contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tower/axum middleware adapter for Wardline pipelines. The one async boundary in the workspace."
homepage = "https://github.com/Adarsh04Arun/Wardline"
documentation = "https://docs.rs/wardline-http"
readme = "README.md"
keywords = [
    "guardrails",
    "llm",
    "safety",
    "policy",
    "middleware",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Adarsh04Arun/Wardline"

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

[dependencies.axum]
version = "0.8"
default-features = false

[dependencies.bytes]
version = "1"

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

[dependencies.tower]
version = "0.5"
default-features = false

[dependencies.wardline-core]
version = "0.1.0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]
default-features = false

[dev-dependencies.wardline-guards]
version = "0.1.0"

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"