workspace = { members = ["netdb_auth_macro_derive", "netdb_auth_shared"] } [package] name = "netdb_auth" version = "0.1.7" 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] path = "./src/lib.rs" doctest = false test = false [dependencies] jsonwebtoken = "9.3.0" netdb_auth_macro_derive = { version = "0.1.2", path = "netdb_auth_macro_derive" } netdb_auth_shared = { version = "0.1.1", path = "netdb_auth_shared" } once_cell = "1.19.0" reqwest = { version = "0.12.7", features = ["json", "blocking"] } rocket = "0.5.0" serde = "1.0.197" tokio = "1.39.3"