sword-layers 0.1.6

Tower layers for the Sword web framework
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 = "sword-layers"
version = "0.1.6"
authors = ["luciano revillod <lrevillod2022@alu.uct.cl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tower layers for the Sword web framework"
homepage = "https://github.com/sword-web"
documentation = "https://docs.rs/sword-layers"
readme = "README.md"
keywords = [
    "sword",
    "web",
    "framework",
    "axum",
    "tower",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/sword-web/sword-layers"

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

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

[dependencies.axum]
version = "0.8.7"

[dependencies.axum-helmet]
version = "0.2.0"
optional = true

[dependencies.axum_responses]
version = "0.5.4"

[dependencies.byte-unit]
version = "5.2.0"

[dependencies.console]
version = "0.16.1"

[dependencies.duration-str]
version = "0.18.0"

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

[dependencies.tower]
version = "0.5.2"

[dependencies.tower-cookies]
version = "0.11.0"
features = [
    "private",
    "signed",
]

[dependencies.tower-http]
version = "0.6.8"
features = [
    "limit",
    "timeout",
    "cors",
    "fs",
    "compression-full",
    "request-id",
]

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

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