# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "baffao" version = "0.0.1" authors = ["CerberAuth "] description = "BAckend For Frontend for your SPA authentication and authorization." homepage = "https://github.com/cerberauth/baffao" documentation = "https://github.com/cerberauth/baffao" readme = "README.md" keywords = [ "proxy", "oauth2", "authentication", "authorization", "auth", ] license = "MIT" repository = "https://github.com/cerberauth/baffao" [dependencies.anyhow] version = "1.0.80" [dependencies.axum-extra] version = "0.9.2" features = ["cookie"] [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.35" [dependencies.config] version = "0.14.0" [dependencies.cookie] version = "0.18.0" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.oauth2] version = "4.4.2" [dependencies.reqwest] version = "0.11.24" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114"