openauth-deadpool-postgres 0.0.5

deadpool-postgres database adapter for OpenAuth.
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 = "openauth-deadpool-postgres"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "deadpool-postgres database adapter for OpenAuth."
homepage = "https://github.com/sebasxsala/openauth-rs"
documentation = "https://docs.rs/openauth-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 = "openauth_deadpool_postgres"
path = "src/lib.rs"

[[example]]
name = "deadpool_postgres"
path = "examples/deadpool_postgres.rs"

[[test]]
name = "postgres_adapter"
path = "tests/postgres_adapter.rs"

[dependencies.deadpool-postgres]
version = "0.14.1"

[dependencies.openauth-core]
version = "0.0.5"

[dependencies.openauth-tokio-postgres]
version = "0.0.5"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]
default-features = false

[dependencies.tokio-postgres]
version = "0.7.17"
features = [
    "with-serde_json-1",
    "with-time-0_3",
]

[dev-dependencies.http]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
    "formatting",
    "parsing",
]

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"