pacta-driver 0.2.1

Mechanical runtime loop for Pacta execution.
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.88"
name = "pacta-driver"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mechanical runtime loop for Pacta execution."
readme = "README.md"
keywords = [
    "durable",
    "lifecycle",
    "sans-io",
    "state-machine",
    "contract",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tacticaldoll/pacta"
resolver = "2"

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

[dependencies.pacta-contract]
version = "0.2.1"

[dependencies.pacta-executor]
version = "0.2.1"

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