google-auth-middleware 0.1.0

Google OAuth authentication middleware with session management for Rust web applications
Documentation
[dependencies.axum]
optional = true
version = "0.7"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[features]
axum = ["dep:axum"]
default = []

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

[package]
authors = ["Nutv99 <nutv99@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "web-programming"]
description = "Google OAuth authentication middleware with session management for Rust web applications"
documentation = "https://docs.rs/google-auth-middleware"
edition = "2021"
keywords = ["google", "oauth", "authentication", "middleware", "session"]
license = "MIT OR Apache-2.0"
name = "google-auth-middleware"
readme = "README.md"
repository = "https://github.com/Pick999999/google-auth-middleware"
version = "0.1.0"