[package]
name = "podbox"
version = "0.1.0"
edition = "2024"
license = "MIT"
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."
repository = "https://github.com/gubasso/podbox"
readme = "README.md"
keywords = ["sandbox", "microvm", "ai-agents", "devcontainer", "podman"]
categories = ["command-line-utilities", "development-tools", "virtualization"]
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",
]
[dependencies]