echo_execution 0.1.4

Execution layer for echo-agent framework (sandbox, skills, tools)
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 = "echo_execution"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execution layer for echo-agent framework (sandbox, skills, tools)"
homepage = "https://github.com/EchoYue-lp/echo-agent"
documentation = "https://docs.rs/echo_execution"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "sandbox",
    "tools",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/EchoYue-lp/echo-agent"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
exclude = ["**/.DS_Store"]

[features]
default = [
    "files",
    "shell",
]
files = ["echo_tools/files"]
shell = ["echo_tools/shell"]

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

[dependencies.dirs]
version = "6"

[dependencies.echo_core]
version = "0.1.4"

[dependencies.echo_tools]
version = "0.1.4"
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shlex]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "process",
    "time",
    "macros",
    "rt",
    "io-util",
    "sync",
    "fs",
]

[dependencies.tracing]
version = "0.1"

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