tower-embed 0.5.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.5.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://github.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://github.com/mattiapenati/tower-embed"

[features]
astro = [
    "tower-embed-core/astro",
    "tower-embed-impl/astro",
]
default = ["tokio"]
tokio = ["tower-embed-core/tokio"]

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

[dependencies.tower-embed-core]
version = "0.5.0"

[dependencies.tower-embed-impl]
version = "0.5.0"