webgates-secrets 1.0.0

Secret value and hashing primitives for the webgates authentication and authorization ecosystem.
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.91"
name = "webgates-secrets"
version = "1.0.0"
authors = ["Lewin Probst <info@emirror.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secret value and hashing primitives for the webgates authentication and authorization ecosystem."
homepage = "https://github.com/emirror-de/webgates"
documentation = "https://docs.rs/webgates-secrets"
readme = "README.md"
keywords = [
    "auth",
    "hashing",
    "password",
]
categories = ["authentication"]
license = "MIT"
repository = "https://github.com/emirror-de/webgates"

[features]
default = []

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

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

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

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v7",
    "js",
]

[dependencies.webgates-core]
version = "1.0.0"

[dev-dependencies.tokio-test]
version = "0.4.4"