agent-sandbox 0.4.0

A sandboxed execution environment for AI agents via WASM
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"
name = "agent-sandbox"
version = "0.4.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A sandboxed execution environment for AI agents via WASM"
readme = "README.md"
keywords = [
    "sandbox",
    "wasm",
    "wasi",
    "ai-agent",
    "security",
]
categories = [
    "wasm",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Parassharmaa/agent-sandbox"
resolver = "2"

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

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

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

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

[dependencies.agent-fetch]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.wasmtime]
version = "41"

[dependencies.wasmtime-wasi]
version = "41"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[build-dependencies.wasmtime]
version = "41"

[lints.rust]
dead_code = "warn"
deprecated = "deny"
unused_imports = "warn"