tower-embed 0.1.0

Tower service to serve embedded assets
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 = "tower-embed"
version = "0.1.0"
authors = ["Mattia Penati <mattia.penati@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tower service to serve embedded assets"
homepage = "https://githhub.com/mattiapenati/tower-embed"
documentation = "https://docs.rs/tower-embed"
readme = "README.md"
keywords = [
    "tower",
    "http",
    "static",
]
license = "Apache-2.0 OR MIT"
repository = "https://githhub.com/mattiapenati/tower-embed"
resolver = "2"

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.headers]
version = "0.4.1"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body]
version = "1.0.1"

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

[dependencies.rust-embed]
version = "8.11.0"
features = ["mime-guess"]

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