[[bin]]
name = "agentkernel"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.bytes]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
features = ["client", "http1", "server"]
version = "1.5"
[dependencies.hyper-util]
features = ["client-legacy", "tokio"]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full", "process", "net"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.0"
[[example]]
name = "rust-app"
path = "examples/rust-app/main.rs"
[package]
authors = ["Paul Thrasher <thrashr888@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Run AI coding agents in secure, isolated microVMs"
edition = "2024"
keywords = ["ai", "agents", "sandbox", "firecracker", "microvm"]
license = "MIT"
name = "agentkernel"
readme = "README.md"
repository = "https://github.com/thrashr888/agentkernel"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true
[target."cfg(unix)".dependencies.hyperlocal]
version = "0.9"
[target."cfg(unix)".dependencies.tokio-vsock]
version = "0.6"
[[test]]
name = "benchmark_test"
path = "tests/benchmark_test.rs"
[[test]]
name = "stress_test"
path = "tests/stress_test.rs"