salvor-engine 0.5.3

The Salvor graph engine: drives a validated graph document through its nodes over the public RunCtx durability substrate
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 = "salvor-engine"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Salvor graph engine: drives a validated graph document through its nodes over the public RunCtx durability substrate"
readme = false
keywords = [
    "durable-execution",
    "event-sourcing",
    "agents",
    "workflow",
    "replay",
]
categories = [
    "asynchronous",
    "development-tools",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joseym/salvor"

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

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

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

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

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

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

[dependencies.salvor-core]
version = "0.5.0"

[dependencies.salvor-graph]
version = "0.5.0"

[dependencies.salvor-runtime]
version = "0.5.0"

[dependencies.salvor-tools]
version = "0.5.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "serde-well-known",
    "macros",
]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.salvor-llm]
version = "0.5.0"

[dev-dependencies.salvor-replay]
version = "0.5.0"

[dev-dependencies.salvor-store]
version = "0.5.0"

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

[dev-dependencies.time]
version = "0.3"
features = [
    "serde-well-known",
    "macros",
]

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

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.wiremock]
version = "0.6"