runegate 0.3.0

Lightweight Rust-based identity proxy
Documentation
[[bin]]
name = "runegate"
path = "src/main.rs"

[dependencies.actix-files]
version = "0.6.5"

[dependencies.actix-governor]
version = "0.8.0"

[dependencies.actix-session]
features = ["cookie-session"]
version = "0.10.1"

[dependencies.actix-web]
features = ["cookies"]
version = "4.11.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.awc]
features = ["openssl"]
version = "3.4.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.30"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.governor]
version = "0.10.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.jsonwebtoken]
version = "9.3.1"

[dependencies.lettre]
features = ["smtp-transport", "tokio1", "builder", "tokio1-native-tls"]
version = "0.11.18"

[dependencies.lru]
version = "0.16.0"

[dependencies.rand]
version = "0.9.2"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.toml]
version = "0.9.5"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-actix-web]
version = "0.7.19"

[dependencies.tracing-bunyan-formatter]
version = "0.3.9"

[dependencies.tracing-log]
version = "0.2.0"

[dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3.18"

[dependencies.uuid]
features = ["v4"]
version = "1.18.0"

[dev-dependencies.reqwest]
features = ["json"]
version = "0.12.23"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"

[[example]]
name = "send_email"
path = "examples/send_email.rs"

[[example]]
name = "test_jwt_validation"
path = "examples/test_jwt_validation.rs"

[[example]]
name = "test_target_service"
path = "examples/test_target_service.rs"

[lib]
name = "runegate"
path = "src/lib.rs"

[package]
authors = ["Hans Van Wesenbeeck <hvw@aivolution.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "web-programming", "network-programming"]
description = "Lightweight Rust-based identity proxy"
edition = "2024"
homepage = "https://github.com/a1v0lut10n/runegate"
keywords = ["authentication", "identity", "jwt", "rate-limiting", "proxy"]
license = "Apache-2.0"
name = "runegate"
readme = "README.md"
repository = "https://github.com/a1v0lut10n/runegate"
version = "0.3.0"

[[test]]
name = "api_rate_limit_tests"
path = "tests/api_rate_limit_tests.rs"

[[test]]
name = "rate_limit_tests"
path = "tests/rate_limit_tests.rs"