[package]
edition = "2024"
name = "podbox"
version = "0.1.0"
build = false
exclude = [
"/docs",
"/CLAUDE.md",
"/.github",
"/scripts",
"/.config",
"/.direnv",
"/flake.nix",
"/flake.lock",
"/.envrc",
"/.editorconfig",
"/.pre-commit-config.yaml",
"/deny.toml",
"/committed.toml",
"/dist-workspace.toml",
"/release-plz.toml",
"/justfile",
"/rust-toolchain.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure, reproducible per-workspace dev sandbox — an OCI/Podman interface backed by KVM-class microVMs, hardened for running untrusted code and coding AI agents."
readme = "README.md"
keywords = [
"sandbox",
"microvm",
"ai-agents",
"devcontainer",
"podman",
]
categories = [
"command-line-utilities",
"development-tools",
"virtualization",
]
license = "MIT"
repository = "https://github.com/gubasso/podbox"
[[bin]]
name = "podbox"
path = "src/main.rs"
[dependencies]