lenso-organization-postgres-plugin 0.3.1

PostgreSQL-backed Organization Plugin for Lenso vNext.
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 = "lenso-organization-postgres-plugin"
version = "0.3.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL-backed Organization Plugin for Lenso vNext."
readme = false
license = "MIT"
repository = "https://github.com/LioRael/lenso-organization-plugin"
resolver = "2"

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

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.4"

[dependencies.lenso-capability-organization-admin]
version = "0.2.1"

[dependencies.lenso-capability-organization-directory]
version = "0.1.1"

[dependencies.lenso-capability-organization-membership]
version = "0.1.1"

[dependencies.lenso-capability-organization-membership-admin]
version = "0.1.1"

[dependencies.lenso-capability-secrets]
version = "0.1.2"

[dependencies.lenso-kernel]
version = "0.2.0"

[dependencies.lenso-native-adapter]
version = "0.3.0"

[dependencies.lenso-postgres-kit]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "tls-rustls-ring-webpki",
    "postgres",
]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt",
]

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"