rho-cli 0.1.25

Rho CLI tools for encrypted agent collaboration, dataset publishing, controlled runs, and result release workflows
Documentation
# 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"
name = "rho-cli"
version = "0.1.25"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rho CLI tools for encrypted agent collaboration, dataset publishing, controlled runs, and result release workflows"
homepage = "https://github.com/madhavajay/rho"
readme = "README.md"
keywords = [
    "agent",
    "cli",
    "crypto",
    "collaboration",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/madhavajay/rho"

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

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

[dependencies.age]
version = "0.11"

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.getrandom]
version = "0.2"

[dependencies.hkdf]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2"

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]