tower-embed-impl 0.5.0

Implementation of macros for tower-embed
Documentation
[package]
name = "tower-embed-impl"
description = "Implementation of macros for tower-embed"
documentation = "https://docs.rs/tower-embed-impl"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true

[lib]
proc-macro = true

[dependencies]
camino = "1.2.2"
proc-macro2 = "1.0.106"
quote = "1.0.44"
syn = "2.0.114"
tower-embed-core = { path = "../tower-embed-core", version = "0.5.0" }
walkdir = "2.5.0"

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