vibebox 0.2.0

Ultrafast CLI on Apple Silicon macOS for fast, sandboxed development and LLM 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"
rust-version = "1.91.1"
name = "vibebox"
version = "0.2.0"
authors = ["Finn Sheng"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultrafast CLI on Apple Silicon macOS for fast, sandboxed development and LLM agents."
homepage = "https://github.com/robcholz/vibebox"
readme = "README.md"
keywords = [
    "virtualization",
    "ai",
    "macos",
    "agent",
    "sandbox",
]
categories = [
    "virtualization",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/robcholz/vibebox"

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

[[bin]]
name = "vibebox"
path = "src/bin/vibebox.rs"

[[bin]]
name = "vibebox-supervisor"
path = "src/bin/vibebox-supervisor.rs"

[dependencies.block2]
version = "0.6.2"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"
features = ["event-stream"]

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dispatch2]
version = "0.3.0"

[dependencies.libc]
version = "0.2.180"

[dependencies.objc2]
version = "0.6.3"

[dependencies.objc2-foundation]
version = "0.3.2"
features = [
    "NSArray",
    "NSString",
    "NSURL",
    "NSError",
    "NSFileHandle",
    "NSData",
    "NSDate",
    "NSRunLoop",
    "NSObject",
]

[dependencies.objc2-virtualization]
version = "0.3.2"

[dependencies.ratatui]
version = "0.29.0"
features = ["unstable-rendered-line-info"]

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

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "formatting",
    "parsing",
]

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]