whoami-cli 20260330.0.1

CLI tool for whoami.toml - portable AI agent profiles. Create and validate profiles interactively.
# 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 = "2021"
name = "whoami-cli"
version = "20260330.0.1"
authors = ["Jake Goldsborough <github@pancakes.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for whoami.toml - portable AI agent profiles. Create and validate profiles interactively."
homepage = "https://github.com/jakegoldsborough/whoami-spec"
documentation = "https://github.com/jakegoldsborough/whoami-spec#readme"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "profile",
    "config",
    "toml",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jakegoldsborough/whoami-spec"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dialoguer]
version = "0.11"

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

[dependencies.toml]
version = "0.8"