memory-serve 2.0.0

Fast static file serving for axum web applications
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 = "memory-serve"
version = "2.0.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast static file serving for axum web applications"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tweedegolf/memory-serve"

[features]
force-embed = []

[lib]
name = "memory_serve"
path = "src/lib.rs"
doctest = false

[dependencies.axum]
version = "0.8"

[dependencies.brotli]
version = "8.0"

[dependencies.flate2]
version = "1.1"

[dependencies.mime_guess]
version = "2.0"

[dependencies.sha256]
version = "1.6"

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

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