[package] name = "adrift_macros" version = "0.0.11" edition = { workspace = true } authors = { workspace = true } keywords = { workspace = true } license = { workspace = true } readme = { workspace = true } repository = { workspace = true } description = "Adrift a web framework for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] adrift_core = { path = "../adrift_core", version = "0.0.11" } convert_case = "0.6.0" glob = "0.3.1" proc-macro2 = "1.0.71" quote = "1.0.33" regex = "1.10.2" syn = { version = "2.0.42", features = ["full"] } tokio = { version = "1.35.1", features = ["full"] }