everruns-runtime 0.10.0

Public in-process runtime for embedding Everruns harnesses
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-runtime"
version = "0.10.0"
authors = ["Everruns Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public in-process runtime for embedding Everruns harnesses"
homepage = "https://everruns.com"
documentation = "https://docs.rs/everruns-runtime"
readme = "README.md"
license = "MIT"
repository = "https://github.com/everruns/everruns"
resolver = "2"

[features]
default = []
lua = ["everruns-core/lua"]
mcp-stdio = ["everruns-mcp/stdio"]

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

[[example]]
name = "in_process_runtime"
path = "examples/in_process_runtime.rs"

[[example]]
name = "inspect_context"
path = "examples/inspect_context.rs"

[[example]]
name = "lua_code_mode_agent"
path = "examples/lua_code_mode_agent.rs"

[[example]]
name = "real_disk_agent_instructions"
path = "examples/real_disk_agent_instructions.rs"

[[example]]
name = "real_disk_file_system_tools"
path = "examples/real_disk_file_system_tools.rs"

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

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

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

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

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

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

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

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

[dependencies.everruns-mcp]
version = "0.10.0"

[dependencies.ignore]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.50"
features = [
    "full",
    "fs",
    "sync",
]

[dependencies.tracing]
version = "0.1"

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

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

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

[dev-dependencies.tokio]
version = "1.50"
features = [
    "full",
    "full",
    "test-util",
]