arc-auth-db 0.7.4

Database identity and role provider plugin for Arc
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 = "2021"
name = "arc-auth-db"
version = "0.7.4"
authors = ["Savio Resende <savio@savioresende.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database identity and role provider plugin for Arc"
readme = false
license = "MIT"
repository = "https://github.com/lotharthesavior/arc"

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

[dependencies.arc-auth-core]
version = "0.7.3"

[dependencies.arc-web]
version = "0.7.3"

[dependencies.argon2]
version = "0.5.3"

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

[dependencies.diesel]
version = "2.2.6"
features = [
    "sqlite",
    "returning_clauses_for_sqlite_3_35",
    "r2d2",
]

[dependencies.rand]
version = "0.8"

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