basileus 0.4.0

All-in-one library for user management, authorization, sessions and permission management
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 = "basileus"
version = "0.4.0"
authors = ["misaka10987 <misaka10987@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "All-in-one library for user management, authorization, sessions and permission management"
homepage = "https://github.com/misaka10987/basileus"
documentation = "https://github.com/misaka10987/basileus"
readme = "README.md"
keywords = [
    "basileus",
    "user",
    "permission",
    "authorization",
    "database",
]
license = "MIT"
repository = "https://github.com/misaka10987/basileus"

[features]
serde = [
    "dep:serde",
    "dep:serde-inline-default",
]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.getrandom]
version = "0.4.1"

[dependencies.rust-argon2]
version = "3.0.0"

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

[dependencies.serde-inline-default]
version = "1.0.1"
optional = true

[dependencies.sha2]
version = "0.10.9"

[dependencies.sqlx]
version = "0.8.6"
features = ["sqlite"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"