zeph-durable 0.22.3

Native durable execution layer for Zeph: journaled control flow with crash-resume
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 = "zeph-durable"
version = "0.22.3"
authors = ["bug-ops"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native durable execution layer for Zeph: journaled control flow with crash-resume"
homepage = "https://github.com/bug-ops/zeph"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "inference",
    "skills",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bug-ops/zeph"

[features]
default = ["sqlite"]
postgres = ["zeph-db/postgres"]
sqlite = ["zeph-db/sqlite"]

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

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

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

[dependencies.blake3]
version = "1.8.5"

[dependencies.bytes]
version = "1.12.1"

[dependencies.metrics]
version = "0.24.6"

[dependencies.rand]
version = "0.10.2"

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.53.0"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.zeph-common]
version = "0.22.3"

[dependencies.zeph-config]
version = "0.22.3"

[dependencies.zeph-db]
version = "0.22.3"
default-features = false

[dependencies.zeroize]
version = "1.9.0"
default-features = false

[dev-dependencies.bytes]
version = "1.12.1"

[dev-dependencies.chacha20poly1305]
version = "0.11.0"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

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

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

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.tokio]
version = "1.53.0"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.toml]
version = "1.1.3"

[lints.clippy]
all = "warn"
await_holding_lock = "warn"
pedantic = "warn"

[lints.rust]
linker_messages = "allow"
unsafe_code = "deny"