podbox 0.1.0

Secure, reproducible per-workspace dev sandbox — an OCI/Podman interface backed by KVM-class microVMs, hardened for running untrusted code and coding AI agents.
# 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 = "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]