gobsg 3.1.2

A secure OIDC Backend-for-Frontend gateway providing cookie-based session management for web clients
[[bin]]
name = "gobsg"
path = "src/main.rs"

[dependencies.actix-cors]
version = "0.7.0"

[dependencies.actix-session]
features = ["redis-session"]
version = "0.11.0"

[dependencies.actix-web]
version = "4.12.0"

[dependencies.better-logger]
features = ["native"]
version = "2.1.3"

[dependencies.chrono]
version = "0.4.42"

[dependencies.hex]
version = "0.4.3"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.openidconnect]
version = "4.0.1"

[dependencies.redis]
features = ["tokio-comp"]
version = "0.32.7"

[dependencies.reqwest]
features = ["json"]
version = "0.12.24"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"

[dependencies.toml]
version = "0.9.8"

[dependencies.url]
version = "2.5.7"

[package]
authors = ["Gistyr LLC <contact@gistyr.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "web-programming::http-client", "authentication", "network-programming", "config"]
default-run = "gobsg"
description = "A secure OIDC Backend-for-Frontend gateway providing cookie-based session management for web clients"
documentation = "https://docs.rs/gobsg"
edition = "2024"
exclude = ["concat.sh", "target/x86_64-unknown-linux-gnu/release/gobsg"]
homepage = "https://github.com/Gistyr/GOBSG"
keywords = ["logging", "async", "file", "console", "log"]
license-file = "LICENSES/LICENSE-POLYFORM-SMALL-BUSINESS.md"
name = "gobsg"
readme = "README.md"
repository = "https://github.com/Gistyr/GOBSG"
rust-version = "1.85.1"
version = "3.1.2"