everruns-integrations-lua 0.18.0

Sandboxed Lua and code-mode capability integration for Everruns agents
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-integrations-lua"
version = "0.18.0"
authors = ["Everruns Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sandboxed Lua and code-mode capability integration for Everruns agents"
homepage = "https://everruns.com"
documentation = "https://docs.rs/everruns-integrations-lua"
readme = "README.md"
keywords = [
    "everruns",
    "lua",
    "sandbox",
    "agents",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/everruns/everruns"
resolver = "2"

[features]
default = []

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

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

[dependencies.base64]
version = "0.23"

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

[dependencies.everruns-provider]
version = "0.18.0"
default-features = false

[dependencies.mlua]
version = "0.12"
features = [
    "lua54",
    "vendored",
    "async",
    "send",
    "serialize",
]

[dependencies.serde_json]
version = "1.0"

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

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

[dev-dependencies.everruns-http]
version = "0.18.0"

[dev-dependencies.regex]
version = "1.11"

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

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