sayiir-postgres 0.3.0

PostgreSQL persistence backend for Sayiir workflow engine
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 = "sayiir-postgres"
version = "0.3.0"
authors = ["Yacine Bouraoui <ybsoft2011@live.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL persistence backend for Sayiir workflow engine"
homepage = "https://docs.sayiir.dev"
documentation = "https://docs.rs/sayiir-postgres"
readme = "README.md"
keywords = [
    "workflow",
    "orchestration",
    "durable",
    "async",
    "distributed",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/sayiir/sayiir"
resolver = "2"

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

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

[[bench]]
name = "postgres"
path = "benches/postgres.rs"
harness = false

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "serde",
    "clock",
]
default-features = false

[dependencies.sayiir-core]
version = "0.3.0"
default-features = false

[dependencies.sayiir-persistence]
version = "0.3.0"

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"