[package] name = "baffao" version = "0.0.1" authors = ["CerberAuth "] repository = "https://github.com/cerberauth/baffao" homepage = "https://github.com/cerberauth/baffao" documentation = "https://github.com/cerberauth/baffao" keywords = ["proxy", "oauth2", "authentication", "authorization", "auth"] license = "MIT" description = "BAckend For Frontend for your SPA authentication and authorization." edition = "2021" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.80" axum-extra = { version = "0.9.2", features = ["cookie"] } base64 = "0.22.0" chrono = "0.4.35" config = "0.14.0" cookie = "0.18.0" hex = "0.4.3" http = "1.1.0" jsonwebtoken = "9.2.0" oauth2 = "4.4.2" reqwest = "0.11.24" ring = "0.17.8" serde = "1.0.197" serde_json = "1.0.114"