[package]
name = "rho-cli"
version = "0.1.25"
edition = "2024"
description = "Rho CLI tools for encrypted agent collaboration, dataset publishing, controlled runs, and result release workflows"
license = "Apache-2.0"
repository = "https://github.com/madhavajay/rho"
homepage = "https://github.com/madhavajay/rho"
keywords = ["agent", "cli", "crypto", "collaboration", "workflow"]
categories = ["command-line-utilities", "development-tools"]
[lib]
name = "rho_core"
path = "src/lib.rs"
[[bin]]
name = "rho"
path = "src/bin/rho.rs"
[dependencies]
age = "0.11"
base64 = "0.22"
chacha20poly1305 = "0.10"
getrandom = "0.2"
hkdf = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
sha2 = "0.10"
ureq = "2"
x25519-dalek = { version = "2", features = ["static_secrets"] }