[package]
edition = "2024"
name = "tower-embed-impl"
version = "0.5.0"
authors = ["Mattia Penati <mattia.penati@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of macros for tower-embed"
documentation = "https://docs.rs/tower-embed-impl"
readme = false
license = "Apache-2.0 OR MIT"
[features]
astro = ["tower-embed-core/astro"]
default = []
[lib]
name = "tower_embed_impl"
path = "src/lib.rs"
proc-macro = true
[dependencies.camino]
version = "1.2.2"
[dependencies.proc-macro2]
version = "1.0.106"
[dependencies.quote]
version = "1.0.44"
[dependencies.syn]
version = "2.0.114"
[dependencies.tower-embed-core]
version = "0.5.0"
[dependencies.walkdir]
version = "2.5.0"