agentmesh 3.2.0

Public Preview — Rust SDK for the AgentMesh governance framework (policy, trust, audit, identity)
Documentation
[package]

name = "agentmesh"

version.workspace = true

edition.workspace = true

description = "Public Preview — Rust SDK for the AgentMesh governance framework (policy, trust, audit, identity)"

license.workspace = true

repository.workspace = true

documentation = "https://docs.rs/agentmesh"

readme = "README.md"

keywords = ["agent", "governance", "trust", "policy", "audit"]

categories = ["authentication", "cryptography"]

rust-version.workspace = true



[dependencies]

base64.workspace = true

ed25519-dalek.workspace = true

hmac.workspace = true

rand.workspace = true

regex.workspace = true

serde.workspace = true

serde_json.workspace = true

serde_yaml.workspace = true

sha2.workspace = true

thiserror.workspace = true



[dev-dependencies]

tempfile.workspace = true