[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"