rs-auth-core 0.1.2

Core types, crypto, and domain logic for rs-auth.
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"
rust-version = "1.85"
name = "rs-auth-core"
version = "0.1.2"
authors = ["rs-auth contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, crypto, and domain logic for rs-auth."
homepage = "https://rs-auth.com"
readme = "README.md"
keywords = [
    "authentication",
    "auth",
    "axum",
    "session",
    "sqlx",
]
categories = [
    "web-programming::http-server",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rs-auth/rs-auth"
resolver = "2"

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

[dependencies.argon2]
version = "0.5"
features = ["std"]

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

[dependencies.hex]
version = "0.4"

[dependencies.oauth2]
version = "5"
features = ["reqwest"]

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["serde"]

[dependencies.tracing]
version = "0.1"

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

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

[lints.clippy]
all = "warn"
todo = "warn"

[lints.rust]
unsafe_code = "forbid"