[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"