siloxide-security 0.0.1

Standard SiLA authentication and authorization over a user-supplied backend.
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.96"
name = "siloxide-security"
version = "0.0.1"
authors = ["Florian-David Lange <florian-david.lange@smartlab-solutions.de>"]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard SiLA authentication and authorization over a user-supplied backend."
readme = "README.md"
keywords = [
    "sila",
    "sila2",
    "authentication",
    "laboratory",
]
categories = [
    "authentication",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/smartlab-solutions/siloxide"

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

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

[dependencies.siloxide-core]
version = "0.0.1"

[dependencies.siloxide-std]
version = "0.0.1"

[dependencies.siloxide-transport]
version = "0.0.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"