zing-cli 0.0.4

CLI tool + MCP server for paid semantic search on Zing
Documentation
[workspace]
members = ["eval"]

[package]
name = "zing-cli"
version = "0.0.4"
edition = "2021"
description = "CLI tool + MCP server for paid semantic search on Zing"
license = "MIT"
repository = "https://github.com/ZingHall/zing-cli"
readme = "README.md"

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

[dependencies]
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
bcs = "0.1"
base64ct = { version = "1.6", features = ["alloc"] }
rand = "0.8"
tracing = "0.1"
futures = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1"
thiserror = "2"
sui-sdk-types = { version = "0.3", features = ["serde"] }
sui-crypto = { version = "0.3", features = ["ed25519"] }
sui-rpc = "0.3"
sui-transaction-builder = { version = "0.3", default-features = false, features = ["intents"] }
rmcp = { version = "1", default-features = false, features = ["server", "transport-io", "macros", "schemars"] }
schemars = "1.1"