pointlock-runner 0.1.8

The Pointlock execution engine: state machine, verdict fold, crash-safe resume alignment, and localized repair.
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"
rust-version = "1.85"
name = "pointlock-runner"
version = "0.1.8"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Pointlock execution engine: state machine, verdict fold, crash-safe resume alignment, and localized repair."
homepage = "https://github.com/wangweiwei/pointlock"
readme = "README.md"
keywords = [
    "pointlock",
    "runner",
    "automation",
    "workflow",
    "resume",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/wangweiwei/pointlock"
resolver = "2"

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

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

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

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

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

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.jsonschema]
version = "0.33"

[dependencies.pointlock-expr]
version = "0.1.8"

[dependencies.pointlock-ir]
version = "0.1.8"

[dependencies.pointlock-provider-kit]
version = "0.1.8"

[dependencies.pointlock-store]
version = "0.1.8"

[dependencies.pointlock-vision]
version = "0.1.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

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

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

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