socio 0.1.5

Social login integration for web frameworks
Documentation
# 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 = "2024"
name = "socio"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Social login integration for web frameworks"
homepage = "https://github.com/m-haisham/socio"
readme = "README.md"
keywords = [
    "social",
    "login",
    "oauth",
    "authentication",
    "identity",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/m-haisham/socio"
resolver = "2"

[features]
actix = ["dep:actix-web"]
axum = ["dep:axum-core"]
default = [
    "jwt",
    "rustls-tls",
]
jwt = ["dep:jsonwebtoken"]
native-tls = ["reqwest/native-tls"]
rocket = ["dep:rocket"]
rustls-tls = ["reqwest/default-tls"]

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

[dependencies.actix-web]
version = "^4.0"
optional = true

[dependencies.async-trait]
version = "0.1.86"

[dependencies.axum-core]
version = "^0.5"
optional = true

[dependencies.http]
version = "1.2.0"

[dependencies.jsonwebtoken]
version = "10.3.0"
optional = true

[dependencies.oauth2]
version = "5.0.0"

[dependencies.oauth2-reqwest]
version = "0.1.0-alpha.3"

[dependencies.reqwest]
version = "^0.13"
features = ["json"]
default-features = false

[dependencies.rocket]
version = "^0.5"
optional = true

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

[dependencies.thiserror]
version = "2.0.11"

[dependencies.url]
version = "2.5.4"
features = ["serde"]