toro-auth-core 1.0.3

This crate provides the core functionalit to add authentication to your actix-web app. Note that this crate has been implemented without any security meassures in mind.
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 = "toro-auth-core"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate provides the core functionalit to add authentication to your actix-web app. Note that this crate has been implemented without any security meassures in mind."
homepage = "https://github.com/HideakiToro"
readme = false
license = "MIT"
repository = "https://github.com/HideakiToro/toro-auth/core"

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

[dependencies.actix-web]
version = "4.12.1"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.uuid]
version = "1.21.0"