[package] name = "netdb_auth_macro_derive" version = "0.1.2" edition = "2021" description = "Netdb Auth validation for rocket" authors = ["Yannick "] repository = "https://github.com/Netflix-Database/Netdb-Auth" license = "MIT" homepage = "https://netdb.at" keywords = ["netdb", "auth", "rocket"] [lib] proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" netdb_auth_shared = { version = "0.1.1", path = "../netdb_auth_shared" }