everruns-engine 0.17.26

Sans-IO turn planning for Everruns execution hosts with deterministic state transitions
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.94.0"
name = "everruns-engine"
version = "0.17.26"
authors = ["Everruns Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sans-IO turn planning for Everruns execution hosts with deterministic state transitions"
homepage = "https://everruns.com"
documentation = "https://docs.rs/everruns-engine"
readme = "README.md"
keywords = [
    "agent",
    "agentic",
    "llm",
    "ai",
    "state-machine",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/everruns/everruns"
resolver = "2"

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.everruns-core]
version = "0.17.26"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "v5",
    "v7",
    "serde",
]