vibeplane 0.0.1

Vibeplane — the local-first control plane for AI coding agents (Claude Code first). Placeholder release; the real thing is being built at the repository below.
# 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.85"
name = "vibeplane"
version = "0.0.1"
authors = ["Frank Hübner <hupe@huebner-frank.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vibeplane — the local-first control plane for AI coding agents (Claude Code first). Placeholder release; the real thing is being built at the repository below."
homepage = "https://vibeplane.dev"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "claude-code",
    "developer-tools",
    "orchestration",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/vibeplane"

[[bin]]
name = "vibeplane"
path = "src/main.rs"

[dependencies]