eventcore-postgres 0.6.0

PostgreSQL event store adapter for EventCore event sourcing library
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 = "eventcore-postgres"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL event store adapter for EventCore event sourcing library"
readme = false
license = "MIT"
repository = "https://github.com/jwilger/eventcore"
resolver = "2"

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

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

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

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

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

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

[dependencies.eventcore-types]
version = "0.6.0"

[dependencies.nutype]
version = "0.6.2"
features = ["serde"]

[dependencies.serde_json]
version = "1.0"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["rt-multi-thread"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.19.0"
features = [
    "serde",
    "v7",
]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.mutants]
version = "0.0.3"

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

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false

[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]