[package]
edition = "2021"
name = "rustauth-deadpool-postgres"
version = "0.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name reservation placeholder for the Rust authentication toolkit."
homepage = "https://github.com/sebasxsala/openauth-rs"
documentation = "https://docs.rs/rustauth-deadpool-postgres"
readme = "README.md"
keywords = [
"auth",
"oauth",
"sso",
"scim",
"identity",
]
categories = [
"authentication",
"web-programming",
]
license = "MIT"
repository = "https://github.com/sebasxsala/openauth-rs"
[lib]
name = "rustauth_deadpool_postgres"
path = "src/lib.rs"