[package]
edition = "2021"
name = "treeship-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable trust receipts for agent workflows - CLI"
homepage = "https://treeship.dev"
readme = false
keywords = [
"treeship",
"attestation",
"trust",
"agents",
"cli",
]
categories = [
"command-line-utilities",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/zerkerlabs/treeship"
[features]
default = []
otel = []
[[bin]]
name = "treeship"
path = "src/main.rs"
[dependencies.base64]
version = "0.22"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.crossterm]
version = "0.28"
[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]
[dependencies.hex]
version = "0.4"
[dependencies.home]
version = "0.5"
[dependencies.rand]
version = "0.8"
[dependencies.ratatui]
version = "0.28"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.treeship-core]
version = "0.4.0"
[dependencies.ureq]
version = "2"
features = ["json"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"