axum-conditional-requests 0.1.2

Axum extractors and wrappers for IfModifiedSince and LastModified headers.
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 = "axum-conditional-requests"
version = "0.1.2"
authors = ["Niclas Klugmann <niclas@klugmann.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axum extractors and wrappers for IfModifiedSince and LastModified headers."
readme = "README.md"
keywords = [
    "axum",
    "http",
    "caching",
]
license = "MIT"
repository = "https://github.com/2ndDerivative/axum-conditional-requests"

[features]
tracing = ["dep:tracing"]

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

[dependencies.axum-core]
version = "0.5.2"

[dependencies.chrono]
version = "0.4.42"
features = ["std"]
default-features = false

[dependencies.http]
version = "1.3.1"
default-features = false

[dependencies.tracing]
version = "0.1.41"
optional = true