autter-core 2.0.2

Autter authentication service for Shrimpcamp
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 = "autter-core"
version = "2.0.2"
authors = ["trisuaso"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Autter authentication service for Shrimpcamp"
homepage = "https://shrimpcamp.com"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://trisua.com/shrimpcamp/autter"
resolver = "2"

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

[dependencies.buckets-core]
version = "1.0.9"

[dependencies.oiseau]
version = "0.3.0"
features = [
    "postgres",
    "redis",
]
default-features = false

[dependencies.pathbufd]
version = "0.1.4"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_valid]
version = "2.0.1"
features = ["toml"]

[dependencies.tetratto-core2]
version = "20.0.5"

[dependencies.toml]
version = "1.0.3"

[dependencies.totp-rs]
version = "5.7.0"

[dependencies.tritools]
version = "0.1.2"