hodei-authz-postgres 0.1.0

PostgreSQL policy store adapter for Hodei authorization framework
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.cedar-policy]
version = "4.7.0"

[dependencies.hodei-authz]
version = "0.1.0"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "macros", "uuid", "chrono", "migrate"]
version = "0.8.6"

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

[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"

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

[package]
authors = ["Ruben Dario Cabrera Garcia <rubentxu74@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "database"]
description = "PostgreSQL policy store adapter for Hodei authorization framework"
documentation = "https://docs.rs/hodei-authz-postgres"
edition = "2024"
homepage = "https://github.com/Rubentxu/hodei-policies"
keywords = ["authorization", "postgres", "policy", "storage"]
license = "MIT OR Apache-2.0"
name = "hodei-authz-postgres"
readme = "README.md"
repository = "https://github.com/Rubentxu/hodei-policies"
resolver = "2"
version = "0.1.0"

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