[package]
edition = "2021"
name = "hanzo"
version = "0.2.0"
authors = ["Hanzo AI <dev@hanzo.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hanzo — the Open AI Cloud SDK for Rust. Umbrella crate re-exporting the Hanzo Rust stack: crypto, DID, MCP, agents, embeddings, and more, behind feature flags."
homepage = "https://hanzo.ai"
documentation = "https://docs.rs/hanzo"
readme = "README.md"
keywords = [
"hanzo",
"ai",
"agents",
"mcp",
"sdk",
]
categories = [
"api-bindings",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hanzo-rs/sdk"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
agent = ["dep:hanzo-agent"]
agent-marketplace = ["dep:hanzo-agent-marketplace"]
agents = ["dep:hanzo-agents"]
config = ["dep:hanzo-config"]
crypto = ["dep:hanzo-crypto"]
default = [
"crypto",
"did",
"agent",
]
did = ["dep:hanzo-did"]
embedding = ["dep:hanzo-embedding"]
extract = ["dep:hanzo-extract"]
full = [
"crypto",
"did",
"messages",
"config",
"guard",
"extract",
"agent",
"agent-marketplace",
"mcp",
"agents",
"embedding",
"kbs",
]
guard = ["dep:hanzo-guard"]
kbs = ["dep:hanzo-kbs"]
mcp = ["dep:hanzo-mcp"]
messages = ["dep:hanzo-message-primitives"]
[lib]
name = "hanzo"
path = "src/lib.rs"
[dependencies.hanzo-agent]
version = "1.1.21"
optional = true
[dependencies.hanzo-agent-marketplace]
version = "1.1.21"
optional = true
[dependencies.hanzo-agents]
version = "1.1.21"
optional = true
[dependencies.hanzo-config]
version = "1.1.21"
optional = true
[dependencies.hanzo-crypto]
version = "0.1.0"
optional = true
[dependencies.hanzo-did]
version = "1.1.22"
optional = true
[dependencies.hanzo-embedding]
version = "1.1.21"
optional = true
[dependencies.hanzo-extract]
version = "0.1.0"
optional = true
[dependencies.hanzo-guard]
version = "0.1.4"
optional = true
[dependencies.hanzo-kbs]
version = "1.1.21"
optional = true
[dependencies.hanzo-mcp]
version = "1.1.21"
optional = true
[dependencies.hanzo-message-primitives]
version = "1.1.21"
optional = true