torii-storage-postgres 0.5.2

Postgres storage backend for the torii authentication ecosystem
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.sqlx]
features = ["runtime-tokio", "chrono", "uuid", "postgres", "uuid"]
version = "0.8"

[dependencies.torii-core]
version = "0.5.2"

[dependencies.torii-migration]
version = "0.5.2"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1"

[dev-dependencies.rand]
version = "0.9"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Postgres storage backend for the torii authentication ecosystem"
edition = "2024"
license = "MIT"
name = "torii-storage-postgres"
readme = "README.md"
repository = "https://github.com/cmackenzie1/torii-rs"
version = "0.5.2"