[package] name = "axum_static_include" version = "0.3.0" edition = "2021" license = "MIT" authors = ["yxy"] categories = ["web-programming::http-server"] description = "Proc-Macro for embedding static fold router" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "2.0.25", features = ["extra-traits", "full"]} quote = "1.0.29" proc-macro2 = "1.0.64" direx = "0.2.0" sha256 = "1.3.0"