rskit-http 0.2.0-alpha.1

Framework-neutral HTTP abstractions and Tower adapters for rskit transport
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.91"
name = "rskit-http"
version = "0.2.0-alpha.1"
authors = ["kbukum contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-neutral HTTP abstractions and Tower adapters for rskit transport"
homepage = "https://github.com/kbukum/rskit"
documentation = "https://docs.rs/rskit-http"
readme = "README.md"
keywords = [
    "http",
    "transport",
    "headers",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/kbukum/rskit"
resolver = "2"

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

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

[[test]]
name = "http_policy_behavior"
path = "tests/http_policy_behavior.rs"

[[bench]]
name = "router"
path = "benches/router.rs"
harness = false

[dependencies.http]
version = "1"

[dependencies.rskit-errors]
version = "0.2.0-alpha.1"

[dependencies.rskit-security]
version = "0.2.0-alpha.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tower]
version = "0.5"
features = ["full"]

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "request-id",
    "timeout",
    "cors",
    "trace",
    "request-id",
    "timeout",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.axum]
version = "0.8"
features = [
    "http2",
    "ws",
]

[dev-dependencies.criterion]
version = "0.8"
features = [
    "html_reports",
    "async_tokio",
]